From 84f689b91a73e512b035df40bbcf556b008a3b81 Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Sat, 25 Jun 2016 08:10:03 -0400 Subject: Sort source code into folders. It feels better to know what's responsible for what... Plus I removed some un-needed C# stuff. --- .../NetModuleStatus.Designer.cs | 84 ---------------------- 1 file changed, 84 deletions(-) delete mode 100644 source/WindowsFormsApplication1/NetModuleStatus.Designer.cs (limited to 'source/WindowsFormsApplication1/NetModuleStatus.Designer.cs') diff --git a/source/WindowsFormsApplication1/NetModuleStatus.Designer.cs b/source/WindowsFormsApplication1/NetModuleStatus.Designer.cs deleted file mode 100644 index 31608d4..0000000 --- a/source/WindowsFormsApplication1/NetModuleStatus.Designer.cs +++ /dev/null @@ -1,84 +0,0 @@ -namespace ShiftOS -{ - partial class NetModuleStatus - { - /// - /// 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.lbinfo = new System.Windows.Forms.Label(); - this.pghealth = new ShiftOS.ProgressBarEX(); - this.SuspendLayout(); - // - // lbinfo - // - this.lbinfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left))); - this.lbinfo.Location = new System.Drawing.Point(4, 4); - this.lbinfo.Name = "lbinfo"; - this.lbinfo.Size = new System.Drawing.Size(102, 22); - this.lbinfo.TabIndex = 1; - this.lbinfo.Text = "label1"; - // - // pghealth - // - this.pghealth.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.pghealth.BackColor = System.Drawing.Color.Black; - this.pghealth.BlockSeparation = 3; - this.pghealth.BlockWidth = 5; - this.pghealth.Color = System.Drawing.Color.Gray; - this.pghealth.ForeColor = System.Drawing.Color.White; - this.pghealth.Location = new System.Drawing.Point(112, 4); - this.pghealth.MaxValue = 100; - this.pghealth.MinValue = 0; - this.pghealth.Name = "pghealth"; - this.pghealth.Orientation = ShiftOS.ProgressBarEX.ProgressBarOrientation.Horizontal; - this.pghealth.ShowValue = true; - this.pghealth.Size = new System.Drawing.Size(227, 22); - this.pghealth.Step = 10; - this.pghealth.Style = ShiftOS.ProgressBarEX.ProgressBarExStyle.Continuous; - this.pghealth.TabIndex = 0; - this.pghealth.Value = 0; - // - // NetModuleStatus - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.lbinfo); - this.Controls.Add(this.pghealth); - this.Name = "NetModuleStatus"; - this.Size = new System.Drawing.Size(352, 26); - this.ResumeLayout(false); - - } - - #endregion - - private ProgressBarEX pghealth; - private System.Windows.Forms.Label lbinfo; - } -} -- cgit v1.2.3