|
|
namespace ProductionSystem_UserControl.ExtendedControls
|
|
|
{
|
|
|
partial class MyParaControl2
|
|
|
{
|
|
|
/// <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.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
this.txtTargetVal = new DevExpress.XtraEditors.TextEdit();
|
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
this.lblItemDesc = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTargetVal.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lblItemDesc)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// layoutControl1
|
|
|
//
|
|
|
this.layoutControl1.Controls.Add(this.txtTargetVal);
|
|
|
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(475, 40);
|
|
|
this.layoutControl1.TabIndex = 0;
|
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
|
//
|
|
|
// txtTargetVal
|
|
|
//
|
|
|
this.txtTargetVal.EditValue = "";
|
|
|
this.txtTargetVal.Location = new System.Drawing.Point(304, 6);
|
|
|
this.txtTargetVal.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.txtTargetVal.Name = "txtTargetVal";
|
|
|
this.txtTargetVal.Properties.AutoHeight = false;
|
|
|
this.txtTargetVal.Properties.NullValuePrompt = "目标值";
|
|
|
this.txtTargetVal.Size = new System.Drawing.Size(164, 28);
|
|
|
this.txtTargetVal.StyleController = this.layoutControl1;
|
|
|
this.txtTargetVal.TabIndex = 4;
|
|
|
//
|
|
|
// 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.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;
|
|
|
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
|
|
columnDefinition1,
|
|
|
columnDefinition2});
|
|
|
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(475, 40);
|
|
|
this.Root.TextVisible = false;
|
|
|
//
|
|
|
// lblItemDesc
|
|
|
//
|
|
|
this.lblItemDesc.AllowHotTrack = false;
|
|
|
this.lblItemDesc.Location = new System.Drawing.Point(0, 0);
|
|
|
this.lblItemDesc.Name = "lblItemDesc";
|
|
|
this.lblItemDesc.Size = new System.Drawing.Size(297, 40);
|
|
|
this.lblItemDesc.TextSize = new System.Drawing.Size(109, 18);
|
|
|
//
|
|
|
// layoutControlItem1
|
|
|
//
|
|
|
this.layoutControlItem1.Control = this.txtTargetVal;
|
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(297, 0);
|
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
this.layoutControlItem1.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
|
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(7, 7, 6, 6);
|
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(178, 40);
|
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem1.TextVisible = false;
|
|
|
//
|
|
|
// MyParaControl2
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.layoutControl1);
|
|
|
this.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.Name = "MyParaControl2";
|
|
|
this.Size = new System.Drawing.Size(475, 40);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
this.layoutControl1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTargetVal.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lblItemDesc)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
|
private DevExpress.XtraEditors.TextEdit txtTargetVal;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
private DevExpress.XtraLayout.SimpleLabelItem lblItemDesc;
|
|
|
}
|
|
|
}
|