namespace SHARP_CLAS_UI { partial class uc_Input_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_State = 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(46, 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(114, 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_State // this.lb_State.BackColor = System.Drawing.Color.Lime; this.lb_State.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_State.Location = new System.Drawing.Point(3, 3); this.lb_State.Name = "lb_State"; this.lb_State.Size = new System.Drawing.Size(37, 37); this.lb_State.TabIndex = 0; this.lb_State.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // uc_IO_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_Description); this.Controls.Add(this.lb_Name); this.Controls.Add(this.lb_State); this.Name = "uc_IO_Vlaue"; this.Size = new System.Drawing.Size(420, 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_State; } }