Server/FormMain.Designer.cs
changeset 229 7c631055b94b
parent 227 4a03cc6f41b0
child 231 4c706feaf706
     1.1 --- a/Server/FormMain.Designer.cs	Fri Jul 29 14:33:47 2016 +0200
     1.2 +++ b/Server/FormMain.Designer.cs	Fri Jul 29 14:46:30 2016 +0200
     1.3 @@ -129,6 +129,7 @@
     1.4              this.labelFontHeight = new System.Windows.Forms.Label();
     1.5              this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     1.6              this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     1.7 +            this.buttonEventTest = new System.Windows.Forms.Button();
     1.8              this.panelDisplay.SuspendLayout();
     1.9              this.iTableLayoutPanel.SuspendLayout();
    1.10              this.statusStrip.SuspendLayout();
    1.11 @@ -973,6 +974,7 @@
    1.12              // 
    1.13              // tabPageEvent
    1.14              // 
    1.15 +            this.tabPageEvent.Controls.Add(this.buttonEventTest);
    1.16              this.tabPageEvent.Controls.Add(this.buttonActionEdit);
    1.17              this.tabPageEvent.Controls.Add(this.buttonActionMoveUp);
    1.18              this.tabPageEvent.Controls.Add(this.buttonActionMoveDown);
    1.19 @@ -1187,6 +1189,17 @@
    1.20              // 
    1.21              this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
    1.22              // 
    1.23 +            // buttonEventTest
    1.24 +            // 
    1.25 +            this.buttonEventTest.Enabled = false;
    1.26 +            this.buttonEventTest.Location = new System.Drawing.Point(6, 122);
    1.27 +            this.buttonEventTest.Name = "buttonEventTest";
    1.28 +            this.buttonEventTest.Size = new System.Drawing.Size(96, 23);
    1.29 +            this.buttonEventTest.TabIndex = 26;
    1.30 +            this.buttonEventTest.Text = "Test Event";
    1.31 +            this.buttonEventTest.UseVisualStyleBackColor = true;
    1.32 +            this.buttonEventTest.Click += new System.EventHandler(this.buttonEventTest_Click);
    1.33 +            // 
    1.34              // FormMain
    1.35              // 
    1.36              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.37 @@ -1330,6 +1343,7 @@
    1.38          private System.Windows.Forms.Button buttonActionMoveDown;
    1.39          private System.Windows.Forms.Button buttonActionTest;
    1.40          private System.Windows.Forms.Button buttonActionEdit;
    1.41 +        private System.Windows.Forms.Button buttonEventTest;
    1.42      }
    1.43  }
    1.44