namespace DHSoftware.Views
{
partial class SizeLabelEdit
{
///
/// 必需的设计器变量
///
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()
{
button_cancel = new AntdUI.Button();
iptName = new AntdUI.Input();
label2 = new AntdUI.Label();
divider2 = new AntdUI.Divider();
stackPanel1 = new AntdUI.StackPanel();
button_ok = new AntdUI.Button();
divider1 = new AntdUI.Divider();
label1 = new AntdUI.Label();
panel1 = new AntdUI.Panel();
iptOutParam = new AntdUI.Input();
label6 = new AntdUI.Label();
iptIntParam = new AntdUI.Input();
label5 = new AntdUI.Label();
ipthreshold = new AntdUI.InputNumber();
label4 = new AntdUI.Label();
sltSizeEnum = new AntdUI.Select();
label3 = new AntdUI.Label();
stackPanel1.SuspendLayout();
panel1.SuspendLayout();
SuspendLayout();
//
// button_cancel
//
button_cancel.BorderWidth = 1F;
button_cancel.Font = new Font("Microsoft YaHei UI", 9F);
button_cancel.Ghost = true;
button_cancel.Location = new Point(84, 3);
button_cancel.Name = "button_cancel";
button_cancel.Size = new Size(75, 38);
button_cancel.TabIndex = 1;
button_cancel.Text = "取消";
//
// iptName
//
iptName.Dock = DockStyle.Top;
iptName.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
iptName.Location = new Point(18, 134);
iptName.Name = "iptName";
iptName.Radius = 3;
iptName.Size = new Size(409, 38);
iptName.TabIndex = 23;
//
// label2
//
label2.Dock = DockStyle.Top;
label2.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
label2.Location = new Point(18, 110);
label2.Name = "label2";
label2.Size = new Size(409, 24);
label2.TabIndex = 22;
label2.Text = "测量名称";
//
// divider2
//
divider2.Dock = DockStyle.Top;
divider2.Location = new Point(18, 98);
divider2.Name = "divider2";
divider2.Size = new Size(409, 12);
divider2.TabIndex = 21;
//
// stackPanel1
//
stackPanel1.Controls.Add(button_cancel);
stackPanel1.Controls.Add(button_ok);
stackPanel1.Dock = DockStyle.Top;
stackPanel1.Location = new Point(18, 54);
stackPanel1.Name = "stackPanel1";
stackPanel1.RightToLeft = RightToLeft.No;
stackPanel1.Size = new Size(409, 44);
stackPanel1.TabIndex = 20;
stackPanel1.Text = "stackPanel1";
//
// button_ok
//
button_ok.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
button_ok.Location = new Point(3, 3);
button_ok.Name = "button_ok";
button_ok.Size = new Size(75, 38);
button_ok.TabIndex = 0;
button_ok.Text = "确定";
button_ok.Type = AntdUI.TTypeMini.Primary;
//
// divider1
//
divider1.Dock = DockStyle.Top;
divider1.Location = new Point(18, 42);
divider1.Name = "divider1";
divider1.Size = new Size(409, 12);
divider1.TabIndex = 19;
//
// label1
//
label1.Dock = DockStyle.Top;
label1.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
label1.Location = new Point(18, 18);
label1.Name = "label1";
label1.Size = new Size(409, 24);
label1.TabIndex = 17;
label1.Text = "尺寸测量操作";
//
// panel1
//
panel1.Controls.Add(iptOutParam);
panel1.Controls.Add(label6);
panel1.Controls.Add(iptIntParam);
panel1.Controls.Add(label5);
panel1.Controls.Add(ipthreshold);
panel1.Controls.Add(label4);
panel1.Controls.Add(sltSizeEnum);
panel1.Controls.Add(label3);
panel1.Controls.Add(iptName);
panel1.Controls.Add(label2);
panel1.Controls.Add(divider2);
panel1.Controls.Add(stackPanel1);
panel1.Controls.Add(divider1);
panel1.Controls.Add(label1);
panel1.Dock = DockStyle.Fill;
panel1.Location = new Point(0, 0);
panel1.Name = "panel1";
panel1.Padding = new Padding(12);
panel1.Shadow = 6;
panel1.Size = new Size(445, 459);
panel1.TabIndex = 1;
panel1.Text = "panel1";
//
// iptOutParam
//
iptOutParam.Dock = DockStyle.Top;
iptOutParam.Location = new Point(18, 381);
iptOutParam.Name = "iptOutParam";
iptOutParam.ReadOnly = true;
iptOutParam.Size = new Size(409, 37);
iptOutParam.TabIndex = 43;
//
// label6
//
label6.Dock = DockStyle.Top;
label6.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
label6.Location = new Point(18, 357);
label6.Name = "label6";
label6.Size = new Size(409, 24);
label6.TabIndex = 42;
label6.Text = "输入参数";
//
// iptIntParam
//
iptIntParam.Dock = DockStyle.Top;
iptIntParam.Location = new Point(18, 320);
iptIntParam.Name = "iptIntParam";
iptIntParam.ReadOnly = true;
iptIntParam.Size = new Size(409, 37);
iptIntParam.TabIndex = 41;
//
// label5
//
label5.Dock = DockStyle.Top;
label5.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
label5.Location = new Point(18, 296);
label5.Name = "label5";
label5.Size = new Size(409, 24);
label5.TabIndex = 37;
label5.Text = "输入参数";
//
// ipthreshold
//
ipthreshold.Dock = DockStyle.Top;
ipthreshold.Location = new Point(18, 258);
ipthreshold.Name = "ipthreshold";
ipthreshold.Size = new Size(409, 38);
ipthreshold.TabIndex = 36;
ipthreshold.Text = "0";
//
// label4
//
label4.Dock = DockStyle.Top;
label4.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
label4.Location = new Point(18, 234);
label4.Name = "label4";
label4.Size = new Size(409, 24);
label4.TabIndex = 35;
label4.Text = "阈值";
//
// sltSizeEnum
//
sltSizeEnum.Dock = DockStyle.Top;
sltSizeEnum.List = true;
sltSizeEnum.Location = new Point(18, 196);
sltSizeEnum.Name = "sltSizeEnum";
sltSizeEnum.Size = new Size(409, 38);
sltSizeEnum.TabIndex = 34;
//
// label3
//
label3.Dock = DockStyle.Top;
label3.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
label3.Location = new Point(18, 172);
label3.Name = "label3";
label3.Size = new Size(409, 24);
label3.TabIndex = 24;
label3.Text = "测量类型";
//
// SizeLabelEdit
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(panel1);
Name = "SizeLabelEdit";
Size = new Size(445, 459);
stackPanel1.ResumeLayout(false);
panel1.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private AntdUI.Button button_cancel;
private AntdUI.Input iptName;
private AntdUI.Label label2;
private AntdUI.Divider divider2;
private AntdUI.StackPanel stackPanel1;
private AntdUI.Button button_ok;
private AntdUI.Divider divider1;
private AntdUI.Label label1;
private AntdUI.Panel panel1;
private AntdUI.Label label3;
private AntdUI.Select sltSizeEnum;
private AntdUI.InputNumber ipthreshold;
private AntdUI.Label label4;
private AntdUI.Label label5;
private AntdUI.Input iptOutParam;
private AntdUI.Label label6;
private AntdUI.Input iptIntParam;
}
}