diff options
Diffstat (limited to 'Project Ports/Programs/TestWindow.Designer.cs')
| -rw-r--r-- | Project Ports/Programs/TestWindow.Designer.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Project Ports/Programs/TestWindow.Designer.cs b/Project Ports/Programs/TestWindow.Designer.cs index bb99823..540eaaf 100644 --- a/Project Ports/Programs/TestWindow.Designer.cs +++ b/Project Ports/Programs/TestWindow.Designer.cs @@ -28,12 +28,24 @@ /// </summary> private void InitializeComponent() { + this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // + // button1 + // + this.button1.Location = new System.Drawing.Point(22, 298); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 0; + this.button1.Text = "Crash test"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // // TestWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.button1); this.Name = "TestWindow"; this.Size = new System.Drawing.Size(443, 341); this.Load += new System.EventHandler(this.TestWindow_Load); @@ -42,5 +54,7 @@ } #endregion + + private System.Windows.Forms.Button button1; } } |
