namespace Bro.UI.Config
|
{
|
partial class CtrlDeviceState
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region 组件设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要修改
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.plState = new System.Windows.Forms.Panel();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.chkDevice = new System.Windows.Forms.CheckBox();
|
this.lblName = new System.Windows.Forms.Label();
|
this.tableLayoutPanel1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// plState
|
//
|
this.plState.Anchor = System.Windows.Forms.AnchorStyles.None;
|
this.plState.BackColor = System.Drawing.SystemColors.Control;
|
this.plState.Location = new System.Drawing.Point(98, 3);
|
this.plState.Name = "plState";
|
this.plState.Size = new System.Drawing.Size(19, 19);
|
this.plState.TabIndex = 1;
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 3;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
this.tableLayoutPanel1.Controls.Add(this.plState, 2, 0);
|
this.tableLayoutPanel1.Controls.Add(this.chkDevice, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.lblName, 1, 0);
|
this.tableLayoutPanel1.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(1, 1);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 1;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(120, 25);
|
this.tableLayoutPanel1.TabIndex = 2;
|
//
|
// chkDevice
|
//
|
this.chkDevice.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
| System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.chkDevice.AutoSize = true;
|
this.chkDevice.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
this.chkDevice.Location = new System.Drawing.Point(3, 3);
|
this.chkDevice.Name = "chkDevice";
|
this.chkDevice.Size = new System.Drawing.Size(15, 19);
|
this.chkDevice.TabIndex = 2;
|
this.chkDevice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
this.chkDevice.UseVisualStyleBackColor = true;
|
//
|
// lblName
|
//
|
this.lblName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
| System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.lblName.AutoSize = true;
|
this.lblName.Location = new System.Drawing.Point(24, 0);
|
this.lblName.Name = "lblName";
|
this.lblName.Size = new System.Drawing.Size(68, 25);
|
this.lblName.TabIndex = 3;
|
this.lblName.Text = "label1";
|
this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// CtrlDeviceState
|
//
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
this.Controls.Add(this.tableLayoutPanel1);
|
this.DoubleBuffered = true;
|
this.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
|
this.Name = "CtrlDeviceState";
|
this.Size = new System.Drawing.Size(122, 29);
|
this.tableLayoutPanel1.ResumeLayout(false);
|
this.tableLayoutPanel1.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private System.Windows.Forms.Panel plState;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private System.Windows.Forms.CheckBox chkDevice;
|
private System.Windows.Forms.Label lblName;
|
}
|
}
|