|
|
namespace ProductionSystem_UserControl.ExtendedControls
|
|
|
{
|
|
|
partial class MyParaControl
|
|
|
{
|
|
|
/// <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()
|
|
|
{
|
|
|
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.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
this.txtTargetVal = 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.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItemCheck = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTargetVal.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.layoutControlItem1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemCheck)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// layoutControl1
|
|
|
//
|
|
|
this.layoutControl1.Controls.Add(this.txtTargetVal);
|
|
|
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.Root = this.Root;
|
|
|
this.layoutControl1.Size = new System.Drawing.Size(338, 37);
|
|
|
this.layoutControl1.TabIndex = 0;
|
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
|
//
|
|
|
// txtTargetVal
|
|
|
//
|
|
|
this.txtTargetVal.EditValue = "";
|
|
|
this.txtTargetVal.Location = new System.Drawing.Point(115, 5);
|
|
|
this.txtTargetVal.Name = "txtTargetVal";
|
|
|
this.txtTargetVal.Properties.AutoHeight = false;
|
|
|
this.txtTargetVal.Properties.NullValuePrompt = "目标值";
|
|
|
this.txtTargetVal.Size = new System.Drawing.Size(56, 27);
|
|
|
this.txtTargetVal.StyleController = this.layoutControl1;
|
|
|
this.txtTargetVal.TabIndex = 4;
|
|
|
//
|
|
|
// txtMaxVal
|
|
|
//
|
|
|
this.txtMaxVal.Location = new System.Drawing.Point(181, 5);
|
|
|
this.txtMaxVal.Name = "txtMaxVal";
|
|
|
this.txtMaxVal.Properties.AutoHeight = false;
|
|
|
this.txtMaxVal.Properties.NullValuePrompt = "上限";
|
|
|
this.txtMaxVal.Size = new System.Drawing.Size(56, 27);
|
|
|
this.txtMaxVal.StyleController = this.layoutControl1;
|
|
|
this.txtMaxVal.TabIndex = 5;
|
|
|
//
|
|
|
// txtMinVal
|
|
|
//
|
|
|
this.txtMinVal.Location = new System.Drawing.Point(247, 5);
|
|
|
this.txtMinVal.Name = "txtMinVal";
|
|
|
this.txtMinVal.Properties.AutoHeight = false;
|
|
|
this.txtMinVal.Properties.NullValuePrompt = "下限";
|
|
|
this.txtMinVal.Size = new System.Drawing.Size(56, 27);
|
|
|
this.txtMinVal.StyleController = this.layoutControl1;
|
|
|
this.txtMinVal.TabIndex = 6;
|
|
|
//
|
|
|
// ckIsActive
|
|
|
//
|
|
|
this.ckIsActive.Location = new System.Drawing.Point(313, 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.layoutControlItem1,
|
|
|
this.layoutControlItem2,
|
|
|
this.layoutControlItem3,
|
|
|
this.layoutControlItemCheck});
|
|
|
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.Absolute;
|
|
|
columnDefinition5.Width = 30D;
|
|
|
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
|
|
columnDefinition1,
|
|
|
columnDefinition2,
|
|
|
columnDefinition3,
|
|
|
columnDefinition4,
|
|
|
columnDefinition5});
|
|
|
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(338, 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(110, 37);
|
|
|
this.lblItemDesc.TextSize = new System.Drawing.Size(91, 14);
|
|
|
//
|
|
|
// layoutControlItem1
|
|
|
//
|
|
|
this.layoutControlItem1.Control = this.txtTargetVal;
|
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(110, 0);
|
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
this.layoutControlItem1.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
|
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
|
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(66, 37);
|
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem1.TextVisible = false;
|
|
|
//
|
|
|
// layoutControlItem2
|
|
|
//
|
|
|
this.layoutControlItem2.Control = this.txtMaxVal;
|
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(176, 0);
|
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 2;
|
|
|
this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
|
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(66, 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(242, 0);
|
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 3;
|
|
|
this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
|
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(66, 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(308, 0);
|
|
|
this.layoutControlItemCheck.Name = "layoutControlItemCheck";
|
|
|
this.layoutControlItemCheck.OptionsTableLayoutItem.ColumnIndex = 4;
|
|
|
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;
|
|
|
//
|
|
|
// 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(338, 37);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
this.layoutControl1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTargetVal.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.layoutControlItem1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemCheck)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
|
private DevExpress.XtraEditors.TextEdit txtTargetVal;
|
|
|
private DevExpress.XtraEditors.TextEdit txtMaxVal;
|
|
|
private DevExpress.XtraEditors.TextEdit txtMinVal;
|
|
|
private DevExpress.XtraLayout.SimpleLabelItem lblItemDesc;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
|
private DevExpress.XtraEditors.CheckEdit ckIsActive;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemCheck;
|
|
|
}
|
|
|
}
|