namespace ProductionSystem_UserControl.ExtendedControls
{
partial class MyParaControl
{
///
/// 必需的设计器变量。
///
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()
{
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.ColumnDefinition columnDefinition5 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.ColumnDefinition columnDefinition6 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.txtTestTime = new DevExpress.XtraEditors.TextEdit();
this.txtWaitTime = new DevExpress.XtraEditors.TextEdit();
this.txtMaxVal = new DevExpress.XtraEditors.TextEdit();
this.txtMinVal = new DevExpress.XtraEditors.TextEdit();
this.ckIsActive = new DevExpress.XtraEditors.CheckEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.lblItemDesc = new DevExpress.XtraLayout.SimpleLabelItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItemCheck = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtTestTime.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtWaitTime.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMaxVal.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMinVal.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ckIsActive.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lblItemDesc)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemCheck)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.txtTestTime);
this.layoutControl1.Controls.Add(this.txtWaitTime);
this.layoutControl1.Controls.Add(this.txtMaxVal);
this.layoutControl1.Controls.Add(this.txtMinVal);
this.layoutControl1.Controls.Add(this.ckIsActive);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Margin = new System.Windows.Forms.Padding(0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(539, 275, 650, 400);
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(521, 37);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// txtTestTime
//
this.txtTestTime.Location = new System.Drawing.Point(409, 5);
this.txtTestTime.Name = "txtTestTime";
this.txtTestTime.Properties.AutoHeight = false;
this.txtTestTime.Properties.NullValuePrompt = "测试时间";
this.txtTestTime.Size = new System.Drawing.Size(77, 27);
this.txtTestTime.StyleController = this.layoutControl1;
this.txtTestTime.TabIndex = 7;
this.txtTestTime.ToolTip = "测试时间";
//
// txtWaitTime
//
this.txtWaitTime.Location = new System.Drawing.Point(322, 5);
this.txtWaitTime.Name = "txtWaitTime";
this.txtWaitTime.Properties.AutoHeight = false;
this.txtWaitTime.Properties.NullValuePrompt = "等待时间";
this.txtWaitTime.Size = new System.Drawing.Size(77, 27);
this.txtWaitTime.StyleController = this.layoutControl1;
this.txtWaitTime.TabIndex = 7;
this.txtWaitTime.ToolTip = "等待时间";
//
// txtMaxVal
//
this.txtMaxVal.Location = new System.Drawing.Point(148, 5);
this.txtMaxVal.Name = "txtMaxVal";
this.txtMaxVal.Properties.AutoHeight = false;
this.txtMaxVal.Properties.NullValuePrompt = "电流上限";
this.txtMaxVal.Size = new System.Drawing.Size(77, 27);
this.txtMaxVal.StyleController = this.layoutControl1;
this.txtMaxVal.TabIndex = 5;
//
// txtMinVal
//
this.txtMinVal.Location = new System.Drawing.Point(235, 5);
this.txtMinVal.Name = "txtMinVal";
this.txtMinVal.Properties.AutoHeight = false;
this.txtMinVal.Properties.NullValuePrompt = "电流下限";
this.txtMinVal.Size = new System.Drawing.Size(77, 27);
this.txtMinVal.StyleController = this.layoutControl1;
this.txtMinVal.TabIndex = 6;
//
// ckIsActive
//
this.ckIsActive.Location = new System.Drawing.Point(496, 5);
this.ckIsActive.Name = "ckIsActive";
this.ckIsActive.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F);
this.ckIsActive.Properties.Appearance.Options.UseFont = true;
this.ckIsActive.Properties.AutoHeight = false;
this.ckIsActive.Properties.Caption = "";
this.ckIsActive.Size = new System.Drawing.Size(20, 27);
this.ckIsActive.StyleController = this.layoutControl1;
this.ckIsActive.TabIndex = 7;
this.ckIsActive.Visible = false;
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.lblItemDesc,
this.layoutControlItem2,
this.layoutControlItem3,
this.layoutControlItemCheck,
this.layoutControlItem4,
this.layoutControlItem5});
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
this.Root.Name = "Root";
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
columnDefinition1.Width = 100D;
columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
columnDefinition2.Width = 60D;
columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
columnDefinition3.Width = 60D;
columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
columnDefinition4.Width = 60D;
columnDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
columnDefinition5.Width = 60D;
columnDefinition6.SizeType = System.Windows.Forms.SizeType.Absolute;
columnDefinition6.Width = 30D;
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
columnDefinition1,
columnDefinition2,
columnDefinition3,
columnDefinition4,
columnDefinition5,
columnDefinition6});
rowDefinition1.Height = 60D;
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
rowDefinition1});
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.Root.Size = new System.Drawing.Size(521, 37);
this.Root.TextVisible = false;
//
// lblItemDesc
//
this.lblItemDesc.AllowHotTrack = false;
this.lblItemDesc.AutoSizeMode = DevExpress.XtraLayout.SimpleLabelAutoSizeMode.None;
this.lblItemDesc.Location = new System.Drawing.Point(0, 0);
this.lblItemDesc.Name = "lblItemDesc";
this.lblItemDesc.Size = new System.Drawing.Size(143, 37);
this.lblItemDesc.TextSize = new System.Drawing.Size(91, 14);
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.txtMaxVal;
this.layoutControlItem2.Location = new System.Drawing.Point(143, 0);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
this.layoutControlItem2.Size = new System.Drawing.Size(87, 37);
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem2.TextVisible = false;
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.txtMinVal;
this.layoutControlItem3.Location = new System.Drawing.Point(230, 0);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2;
this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
this.layoutControlItem3.Size = new System.Drawing.Size(87, 37);
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem3.TextVisible = false;
//
// layoutControlItemCheck
//
this.layoutControlItemCheck.Control = this.ckIsActive;
this.layoutControlItemCheck.Location = new System.Drawing.Point(491, 0);
this.layoutControlItemCheck.Name = "layoutControlItemCheck";
this.layoutControlItemCheck.OptionsTableLayoutItem.ColumnIndex = 5;
this.layoutControlItemCheck.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
this.layoutControlItemCheck.Size = new System.Drawing.Size(30, 37);
this.layoutControlItemCheck.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItemCheck.TextVisible = false;
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.txtWaitTime;
this.layoutControlItem4.Location = new System.Drawing.Point(317, 0);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 3;
this.layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
this.layoutControlItem4.Size = new System.Drawing.Size(87, 37);
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem4.TextVisible = false;
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.txtTestTime;
this.layoutControlItem5.Location = new System.Drawing.Point(404, 0);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 4;
this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
this.layoutControlItem5.Size = new System.Drawing.Size(87, 37);
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem5.TextVisible = false;
//
// MyParaControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.layoutControl1);
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "MyParaControl";
this.Size = new System.Drawing.Size(521, 37);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtTestTime.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtWaitTime.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMaxVal.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMinVal.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ckIsActive.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lblItemDesc)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemCheck)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit txtMaxVal;
private DevExpress.XtraEditors.TextEdit txtMinVal;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraEditors.CheckEdit ckIsActive;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemCheck;
private DevExpress.XtraEditors.TextEdit txtWaitTime;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.SimpleLabelItem lblItemDesc;
private DevExpress.XtraEditors.TextEdit txtTestTime;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
}
}