namespace IMCS.Componen
{
partial class Uctl_DControl1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.lb_Name = new System.Windows.Forms.Label();
this.lb_Runing = new System.Windows.Forms.Label();
this.lb_ConnectionMes = new System.Windows.Forms.Label();
this.lb_OnLine = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lb_Name
//
this.lb_Name.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.lb_Name.Location = new System.Drawing.Point(-3, 39);
this.lb_Name.Name = "lb_Name";
this.lb_Name.Size = new System.Drawing.Size(111, 28);
this.lb_Name.TabIndex = 1;
this.lb_Name.Text = "label1";
//
// lb_Runing
//
this.lb_Runing.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.lb_Runing.Location = new System.Drawing.Point(252, 0);
this.lb_Runing.Name = "lb_Runing";
this.lb_Runing.Size = new System.Drawing.Size(61, 28);
this.lb_Runing.TabIndex = 2;
this.lb_Runing.Text = "label1";
//
// lb_ConnectionMes
//
this.lb_ConnectionMes.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.lb_ConnectionMes.Location = new System.Drawing.Point(150, 0);
this.lb_ConnectionMes.Name = "lb_ConnectionMes";
this.lb_ConnectionMes.Size = new System.Drawing.Size(96, 28);
this.lb_ConnectionMes.TabIndex = 3;
this.lb_ConnectionMes.Text = "label1";
//
// lb_OnLine
//
this.lb_OnLine.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.lb_OnLine.Location = new System.Drawing.Point(83, 0);
this.lb_OnLine.Name = "lb_OnLine";
this.lb_OnLine.Size = new System.Drawing.Size(61, 28);
this.lb_OnLine.TabIndex = 4;
this.lb_OnLine.Text = "label1";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(120, 127);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(55, 15);
this.label1.TabIndex = 5;
this.label1.Text = "label1";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(53, 162);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 15);
this.label2.TabIndex = 6;
this.label2.Text = "label2";
//
// UserControl1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.lb_Name);
this.Controls.Add(this.lb_Runing);
this.Controls.Add(this.lb_ConnectionMes);
this.Controls.Add(this.lb_OnLine);
this.Name = "UserControl1";
this.Size = new System.Drawing.Size(316, 253);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lb_Name;
private System.Windows.Forms.Label lb_Runing;
private System.Windows.Forms.Label lb_ConnectionMes;
private System.Windows.Forms.Label lb_OnLine;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
}
}