Server/FormEditAction.Designer.cs
changeset 220 e5910d7b6a81
parent 219 99c407831232
child 221 5770478e1fe3
     1.1 --- a/Server/FormEditAction.Designer.cs	Tue Jul 26 11:51:50 2016 +0200
     1.2 +++ b/Server/FormEditAction.Designer.cs	Tue Jul 26 15:05:57 2016 +0200
     1.3 @@ -60,7 +60,7 @@
     1.4              // 
     1.5              this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     1.6              this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     1.7 -            this.buttonOk.Location = new System.Drawing.Point(12, 347);
     1.8 +            this.buttonOk.Location = new System.Drawing.Point(12, 72);
     1.9              this.buttonOk.Name = "buttonOk";
    1.10              this.buttonOk.Size = new System.Drawing.Size(75, 23);
    1.11              this.buttonOk.TabIndex = 21;
    1.12 @@ -72,7 +72,7 @@
    1.13              // 
    1.14              this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.15              this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    1.16 -            this.buttonCancel.Location = new System.Drawing.Point(93, 347);
    1.17 +            this.buttonCancel.Location = new System.Drawing.Point(93, 72);
    1.18              this.buttonCancel.Name = "buttonCancel";
    1.19              this.buttonCancel.Size = new System.Drawing.Size(75, 23);
    1.20              this.buttonCancel.TabIndex = 22;
    1.21 @@ -81,6 +81,10 @@
    1.22              // 
    1.23              // iTableLayoutPanel
    1.24              // 
    1.25 +            this.iTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    1.26 +            | System.Windows.Forms.AnchorStyles.Left) 
    1.27 +            | System.Windows.Forms.AnchorStyles.Right)));
    1.28 +            this.iTableLayoutPanel.AutoSize = true;
    1.29              this.iTableLayoutPanel.ColumnCount = 2;
    1.30              this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.31              this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.32 @@ -89,7 +93,7 @@
    1.33              this.iTableLayoutPanel.RowCount = 2;
    1.34              this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.35              this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.36 -            this.iTableLayoutPanel.Size = new System.Drawing.Size(373, 114);
    1.37 +            this.iTableLayoutPanel.Size = new System.Drawing.Size(373, 16);
    1.38              this.iTableLayoutPanel.TabIndex = 23;
    1.39              // 
    1.40              // FormEditAction
    1.41 @@ -97,8 +101,9 @@
    1.42              this.AcceptButton = this.buttonOk;
    1.43              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.44              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    1.45 +            this.AutoSize = true;
    1.46              this.CancelButton = this.buttonCancel;
    1.47 -            this.ClientSize = new System.Drawing.Size(400, 382);
    1.48 +            this.ClientSize = new System.Drawing.Size(400, 107);
    1.49              this.Controls.Add(this.iTableLayoutPanel);
    1.50              this.Controls.Add(this.buttonCancel);
    1.51              this.Controls.Add(this.buttonOk);