aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Programs/TestWindow.Designer.cs
diff options
context:
space:
mode:
authorTrey <32907415+TheEdgeNK@users.noreply.github.com>2018-08-26 00:35:17 -0400
committerTrey <32907415+TheEdgeNK@users.noreply.github.com>2018-08-26 00:35:17 -0400
commit4800d7686b470b3a39314e76ea02daee790078b7 (patch)
treedfc24ecb19fa4a62419e3ea1764fda0eabe67e4a /Project Ports/Programs/TestWindow.Designer.cs
parente33bb991f88ef5e60576da69b8dd82b1ffa670fc (diff)
downloadProject-Silicon-4800d7686b470b3a39314e76ea02daee790078b7.tar.gz
Project-Silicon-4800d7686b470b3a39314e76ea02daee790078b7.tar.bz2
Project-Silicon-4800d7686b470b3a39314e76ea02daee790078b7.zip
Chatter, ChatAPI, and other changes.
Diffstat (limited to 'Project Ports/Programs/TestWindow.Designer.cs')
-rw-r--r--Project Ports/Programs/TestWindow.Designer.cs25
1 files changed, 1 insertions, 24 deletions
diff --git a/Project Ports/Programs/TestWindow.Designer.cs b/Project Ports/Programs/TestWindow.Designer.cs
index ff91e5a..bb99823 100644
--- a/Project Ports/Programs/TestWindow.Designer.cs
+++ b/Project Ports/Programs/TestWindow.Designer.cs
@@ -28,42 +28,19 @@
/// </summary>
private void InitializeComponent()
{
- this.button1 = new System.Windows.Forms.Button();
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.SuspendLayout();
//
- // button1
- //
- this.button1.Location = new System.Drawing.Point(24, 35);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 0;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- //
- // progressBar1
- //
- this.progressBar1.Location = new System.Drawing.Point(24, 77);
- this.progressBar1.Name = "progressBar1";
- this.progressBar1.Size = new System.Drawing.Size(100, 23);
- this.progressBar1.TabIndex = 1;
- //
// TestWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(443, 341);
- this.Controls.Add(this.progressBar1);
- this.Controls.Add(this.button1);
this.Name = "TestWindow";
+ this.Size = new System.Drawing.Size(443, 341);
this.Load += new System.EventHandler(this.TestWindow_Load);
this.ResumeLayout(false);
}
#endregion
-
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.ProgressBar progressBar1;
}
}