aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/TestWindow.Designer.cs
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-05-20 00:13:37 -0400
committerAlee14 <Alee14498@gmail.com>2018-05-20 00:13:37 -0400
commitcb9965e6d0b6169937bb6e7daf2514a5e509fd0f (patch)
tree1a07fe98637d6ee9a716d2a035c554ec86890785 /Project Ports/TestWindow.Designer.cs
parente3f1bad5eb58debc504d90b1413f299949b8e987 (diff)
downloadProject-Silicon-cb9965e6d0b6169937bb6e7daf2514a5e509fd0f.tar.gz
Project-Silicon-cb9965e6d0b6169937bb6e7daf2514a5e509fd0f.tar.bz2
Project-Silicon-cb9965e6d0b6169937bb6e7daf2514a5e509fd0f.zip
great.... it did nothing
Diffstat (limited to 'Project Ports/TestWindow.Designer.cs')
-rw-r--r--Project Ports/TestWindow.Designer.cs69
1 files changed, 69 insertions, 0 deletions
diff --git a/Project Ports/TestWindow.Designer.cs b/Project Ports/TestWindow.Designer.cs
new file mode 100644
index 0000000..e95c631
--- /dev/null
+++ b/Project Ports/TestWindow.Designer.cs
@@ -0,0 +1,69 @@
+namespace Project_Ports
+{
+ partial class TestWindow
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Component Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </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.Controls.Add(this.progressBar1);
+ this.Controls.Add(this.button1);
+ this.Name = "TestWindow";
+ this.Size = new System.Drawing.Size(459, 380);
+ this.Load += new System.EventHandler(this.TestWindow_Load);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Button button1;
+ private System.Windows.Forms.ProgressBar progressBar1;
+ }
+}