Server/FormEditAction.Designer.cs
changeset 219 99c407831232
parent 211 96f8b4dc4300
child 220 e5910d7b6a81
     1.1 --- a/Server/FormEditAction.Designer.cs	Mon Jul 25 17:48:12 2016 +0200
     1.2 +++ b/Server/FormEditAction.Designer.cs	Tue Jul 26 11:51:50 2016 +0200
     1.3 @@ -28,10 +28,13 @@
     1.4          /// </summary>
     1.5          private void InitializeComponent()
     1.6          {
     1.7 +            this.components = new System.ComponentModel.Container();
     1.8              this.comboBoxActionType = new System.Windows.Forms.ComboBox();
     1.9              this.labelActionType = new System.Windows.Forms.Label();
    1.10              this.buttonOk = new System.Windows.Forms.Button();
    1.11              this.buttonCancel = new System.Windows.Forms.Button();
    1.12 +            this.iTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    1.13 +            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    1.14              this.SuspendLayout();
    1.15              // 
    1.16              // comboBoxActionType
    1.17 @@ -42,6 +45,7 @@
    1.18              this.comboBoxActionType.Name = "comboBoxActionType";
    1.19              this.comboBoxActionType.Size = new System.Drawing.Size(333, 21);
    1.20              this.comboBoxActionType.TabIndex = 18;
    1.21 +            this.comboBoxActionType.SelectedIndexChanged += new System.EventHandler(this.comboBoxActionType_SelectedIndexChanged);
    1.22              // 
    1.23              // labelActionType
    1.24              // 
    1.25 @@ -54,8 +58,9 @@
    1.26              // 
    1.27              // buttonOk
    1.28              // 
    1.29 +            this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.30              this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
    1.31 -            this.buttonOk.Location = new System.Drawing.Point(12, 55);
    1.32 +            this.buttonOk.Location = new System.Drawing.Point(12, 347);
    1.33              this.buttonOk.Name = "buttonOk";
    1.34              this.buttonOk.Size = new System.Drawing.Size(75, 23);
    1.35              this.buttonOk.TabIndex = 21;
    1.36 @@ -65,19 +70,36 @@
    1.37              // 
    1.38              // buttonCancel
    1.39              // 
    1.40 +            this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.41              this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    1.42 -            this.buttonCancel.Location = new System.Drawing.Point(93, 55);
    1.43 +            this.buttonCancel.Location = new System.Drawing.Point(93, 347);
    1.44              this.buttonCancel.Name = "buttonCancel";
    1.45              this.buttonCancel.Size = new System.Drawing.Size(75, 23);
    1.46              this.buttonCancel.TabIndex = 22;
    1.47              this.buttonCancel.Text = "Cancel";
    1.48              this.buttonCancel.UseVisualStyleBackColor = true;
    1.49              // 
    1.50 +            // iTableLayoutPanel
    1.51 +            // 
    1.52 +            this.iTableLayoutPanel.ColumnCount = 2;
    1.53 +            this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.54 +            this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.55 +            this.iTableLayoutPanel.Location = new System.Drawing.Point(15, 50);
    1.56 +            this.iTableLayoutPanel.Name = "iTableLayoutPanel";
    1.57 +            this.iTableLayoutPanel.RowCount = 2;
    1.58 +            this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.59 +            this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.60 +            this.iTableLayoutPanel.Size = new System.Drawing.Size(373, 114);
    1.61 +            this.iTableLayoutPanel.TabIndex = 23;
    1.62 +            // 
    1.63              // FormEditAction
    1.64              // 
    1.65 +            this.AcceptButton = this.buttonOk;
    1.66              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.67              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    1.68 -            this.ClientSize = new System.Drawing.Size(400, 86);
    1.69 +            this.CancelButton = this.buttonCancel;
    1.70 +            this.ClientSize = new System.Drawing.Size(400, 382);
    1.71 +            this.Controls.Add(this.iTableLayoutPanel);
    1.72              this.Controls.Add(this.buttonCancel);
    1.73              this.Controls.Add(this.buttonOk);
    1.74              this.Controls.Add(this.labelActionType);
    1.75 @@ -100,5 +122,7 @@
    1.76          private System.Windows.Forms.Label labelActionType;
    1.77          private System.Windows.Forms.Button buttonOk;
    1.78          private System.Windows.Forms.Button buttonCancel;
    1.79 +        private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel;
    1.80 +        private System.Windows.Forms.ToolTip toolTip;
    1.81      }
    1.82  }
    1.83 \ No newline at end of file