From b6bc4fd3de7324dd4b086c215768bc50b54c49bb Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Tue, 24 May 2016 20:27:25 -0400 Subject: 0.1.1 Release Candidate 1 Committing all code for 0.1.1 Release Candidate 1. --- .../NetModuleStatus.Designer.cs | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create 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 new file mode 100644 index 0000000..31608d4 --- /dev/null +++ b/source/WindowsFormsApplication1/NetModuleStatus.Designer.cs @@ -0,0 +1,84 @@ +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