namespace SA_LTT_UI.Screen { partial class AnalogBar { /// /// 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.lb_Description = new System.Windows.Forms.Label(); this.lb_Number = new System.Windows.Forms.Label(); this.lb_Value = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lb_Description // this.lb_Description.BackColor = System.Drawing.SystemColors.Control; this.lb_Description.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_Description.Location = new System.Drawing.Point(71, 3); this.lb_Description.Name = "lb_Description"; this.lb_Description.Size = new System.Drawing.Size(227, 37); this.lb_Description.TabIndex = 7; this.lb_Description.Text = "Description"; this.lb_Description.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lb_Number // this.lb_Number.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_Number.Location = new System.Drawing.Point(3, 3); this.lb_Number.Name = "lb_Number"; this.lb_Number.Size = new System.Drawing.Size(62, 37); this.lb_Number.TabIndex = 6; this.lb_Number.Text = "Number"; this.lb_Number.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lb_Value // this.lb_Value.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_Value.Location = new System.Drawing.Point(304, 3); this.lb_Value.Name = "lb_Value"; this.lb_Value.Size = new System.Drawing.Size(113, 37); this.lb_Value.TabIndex = 7; this.lb_Value.Text = "Value"; this.lb_Value.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // AnalogBar // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.lb_Value); this.Controls.Add(this.lb_Description); this.Controls.Add(this.lb_Number); this.Name = "AnalogBar"; this.Size = new System.Drawing.Size(420, 43); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lb_Description; private System.Windows.Forms.Label lb_Number; private System.Windows.Forms.Label lb_Value; } }