namespace Aitex.Core.Backend
{
partial class AOCtrl
{
///
/// 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.labelName = new System.Windows.Forms.Label();
this.textBoxCurr = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// labelName
//
this.labelName.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelName.Location = new System.Drawing.Point(-1, 1);
this.labelName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelName.Name = "labelName";
this.labelName.Size = new System.Drawing.Size(191, 23);
this.labelName.TabIndex = 5;
this.labelName.Text = "123.Leak_Senor_Alarm(SW)";
//
// textBoxCurr
//
this.textBoxCurr.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBoxCurr.Location = new System.Drawing.Point(4, 24);
this.textBoxCurr.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.textBoxCurr.Name = "textBoxCurr";
this.textBoxCurr.ReadOnly = true;
this.textBoxCurr.Size = new System.Drawing.Size(84, 21);
this.textBoxCurr.TabIndex = 9;
this.textBoxCurr.Tag = "16进制显示";
this.textBoxCurr.Text = "0xFFFF";
this.textBoxCurr.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// AOCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.textBoxCurr);
this.Controls.Add(this.labelName);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "AOCtrl";
this.Size = new System.Drawing.Size(215, 49);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label labelName;
private System.Windows.Forms.TextBox textBoxCurr;
}
}