namespace SHARP_CLAS_UI { partial class uc_Analog_Vlaue { /// /// 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_Name = new System.Windows.Forms.Label(); this.lb_Description = new System.Windows.Forms.Label(); this.lb_Value = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lb_Name // this.lb_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_Name.Location = new System.Drawing.Point(3, 3); this.lb_Name.Name = "lb_Name"; this.lb_Name.Size = new System.Drawing.Size(62, 37); this.lb_Name.TabIndex = 1; this.lb_Name.Text = "Name"; this.lb_Name.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lb_Description // 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(303, 37); this.lb_Description.TabIndex = 2; this.lb_Description.Text = "Description"; this.lb_Description.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lb_Value // this.lb_Value.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_Value.Location = new System.Drawing.Point(380, 3); this.lb_Value.Name = "lb_Value"; this.lb_Value.Size = new System.Drawing.Size(176, 37); this.lb_Value.TabIndex = 3; this.lb_Value.Text = "Value"; this.lb_Value.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // uc_Analog_Vlaue // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.lb_Value); this.Controls.Add(this.lb_Description); this.Controls.Add(this.lb_Name); this.Name = "uc_Analog_Vlaue"; this.Size = new System.Drawing.Size(560, 43); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lb_Name; private System.Windows.Forms.Label lb_Description; private System.Windows.Forms.Label lb_Value; } }