namespace SHARP_CLAS_UI.Custom_UI
{
partial class uc_System_Param
{
///
/// 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_ParamName = new System.Windows.Forms.Label();
this.btn_Notuse = new System.Windows.Forms.Button();
this.btn_Use = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lb_ParamName
//
this.lb_ParamName.BackColor = System.Drawing.Color.Silver;
this.lb_ParamName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_ParamName.Dock = System.Windows.Forms.DockStyle.Top;
this.lb_ParamName.Location = new System.Drawing.Point(0, 0);
this.lb_ParamName.Name = "lb_ParamName";
this.lb_ParamName.Size = new System.Drawing.Size(208, 22);
this.lb_ParamName.TabIndex = 1;
this.lb_ParamName.Text = "MODE";
this.lb_ParamName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btn_Notuse
//
this.btn_Notuse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Notuse.Location = new System.Drawing.Point(111, 25);
this.btn_Notuse.Name = "btn_Notuse";
this.btn_Notuse.Size = new System.Drawing.Size(95, 21);
this.btn_Notuse.TabIndex = 40;
this.btn_Notuse.Text = "NOT USE";
this.btn_Notuse.UseVisualStyleBackColor = true;
//
// btn_Use
//
this.btn_Use.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Use.Location = new System.Drawing.Point(3, 25);
this.btn_Use.Name = "btn_Use";
this.btn_Use.Size = new System.Drawing.Size(95, 21);
this.btn_Use.TabIndex = 39;
this.btn_Use.Text = "USE";
this.btn_Use.UseVisualStyleBackColor = true;
//
// uc_System_Param
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.btn_Notuse);
this.Controls.Add(this.btn_Use);
this.Controls.Add(this.lb_ParamName);
this.MaximumSize = new System.Drawing.Size(210, 50);
this.MinimumSize = new System.Drawing.Size(210, 50);
this.Name = "uc_System_Param";
this.Size = new System.Drawing.Size(208, 48);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lb_ParamName;
private System.Windows.Forms.Button btn_Notuse;
private System.Windows.Forms.Button btn_Use;
}
}