Server/FormEditAction.Designer.cs
changeset 228 6a84d8282226
parent 224 471cb4c8a09a
     1.1 --- a/Server/FormEditAction.Designer.cs	Fri Jul 29 13:09:38 2016 +0200
     1.2 +++ b/Server/FormEditAction.Designer.cs	Fri Jul 29 14:33:47 2016 +0200
     1.3 @@ -35,6 +35,7 @@
     1.4              this.buttonCancel = new System.Windows.Forms.Button();
     1.5              this.iTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     1.6              this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     1.7 +            this.buttonTest = new System.Windows.Forms.Button();
     1.8              this.SuspendLayout();
     1.9              // 
    1.10              // comboBoxActionType
    1.11 @@ -100,6 +101,17 @@
    1.12              this.iTableLayoutPanel.Size = new System.Drawing.Size(312, 16);
    1.13              this.iTableLayoutPanel.TabIndex = 23;
    1.14              // 
    1.15 +            // buttonTest
    1.16 +            // 
    1.17 +            this.buttonTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    1.18 +            this.buttonTest.Location = new System.Drawing.Point(252, 72);
    1.19 +            this.buttonTest.Name = "buttonTest";
    1.20 +            this.buttonTest.Size = new System.Drawing.Size(75, 23);
    1.21 +            this.buttonTest.TabIndex = 24;
    1.22 +            this.buttonTest.Text = "Test";
    1.23 +            this.buttonTest.UseVisualStyleBackColor = true;
    1.24 +            this.buttonTest.Click += new System.EventHandler(this.buttonTest_Click);
    1.25 +            // 
    1.26              // FormEditAction
    1.27              // 
    1.28              this.AcceptButton = this.buttonOk;
    1.29 @@ -109,6 +121,7 @@
    1.30              this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    1.31              this.CancelButton = this.buttonCancel;
    1.32              this.ClientSize = new System.Drawing.Size(339, 107);
    1.33 +            this.Controls.Add(this.buttonTest);
    1.34              this.Controls.Add(this.iTableLayoutPanel);
    1.35              this.Controls.Add(this.buttonCancel);
    1.36              this.Controls.Add(this.buttonOk);
    1.37 @@ -134,5 +147,6 @@
    1.38          private System.Windows.Forms.Button buttonCancel;
    1.39          private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel;
    1.40          private System.Windows.Forms.ToolTip toolTip;
    1.41 +        private System.Windows.Forms.Button buttonTest;
    1.42      }
    1.43  }
    1.44 \ No newline at end of file