From e33bb991f88ef5e60576da69b8dd82b1ffa670fc Mon Sep 17 00:00:00 2001
From: Trey <32907415+TheEdgeNK@users.noreply.github.com>
Date: Sat, 25 Aug 2018 18:14:38 -0400
Subject: Some updates
---
Project Ports/Programs/TestWindow.Designer.cs | 69 +++++++++++++++++++++++++++
1 file changed, 69 insertions(+)
create mode 100644 Project Ports/Programs/TestWindow.Designer.cs
(limited to 'Project Ports/Programs/TestWindow.Designer.cs')
diff --git a/Project Ports/Programs/TestWindow.Designer.cs b/Project Ports/Programs/TestWindow.Designer.cs
new file mode 100644
index 0000000..ff91e5a
--- /dev/null
+++ b/Project Ports/Programs/TestWindow.Designer.cs
@@ -0,0 +1,69 @@
+namespace Project_Ports
+{
+ partial class TestWindow
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Component Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ 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.Load += new System.EventHandler(this.TestWindow_Load);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Button button1;
+ private System.Windows.Forms.ProgressBar progressBar1;
+ }
+}
--
cgit v1.2.3