|
|
namespace ProductionSystem_UserControl.ExtendedControls
|
|
|
{
|
|
|
partial class MyResultControl
|
|
|
{
|
|
|
/// <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.txtTestVal = new DevExpress.XtraEditors.TextEdit();
|
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.lblItemDesc = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTestVal.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lblItemDesc)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// layoutControl1
|
|
|
//
|
|
|
this.layoutControl1.Controls.Add(this.txtTestVal);
|
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
|
this.layoutControl1.Root = this.Root;
|
|
|
this.layoutControl1.Size = new System.Drawing.Size(214, 36);
|
|
|
this.layoutControl1.TabIndex = 0;
|
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
|
//
|
|
|
// txtTestVal
|
|
|
//
|
|
|
this.txtTestVal.EditValue = "####";
|
|
|
this.txtTestVal.Location = new System.Drawing.Point(109, 4);
|
|
|
this.txtTestVal.Name = "txtTestVal";
|
|
|
this.txtTestVal.Properties.AutoHeight = false;
|
|
|
this.txtTestVal.Properties.ReadOnly = true;
|
|
|
this.txtTestVal.Size = new System.Drawing.Size(101, 28);
|
|
|
this.txtTestVal.StyleController = this.layoutControl1;
|
|
|
this.txtTestVal.TabIndex = 4;
|
|
|
//
|
|
|
// Root
|
|
|
//
|
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
this.Root.GroupBordersVisible = false;
|
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
this.layoutControlItem1,
|
|
|
this.lblItemDesc});
|
|
|
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 = 100D;
|
|
|
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
|
|
columnDefinition1,
|
|
|
columnDefinition2});
|
|
|
rowDefinition1.Height = 100D;
|
|
|
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(2, 2, 2, 2);
|
|
|
this.Root.Size = new System.Drawing.Size(214, 36);
|
|
|
this.Root.TextVisible = false;
|
|
|
//
|
|
|
// layoutControlItem1
|
|
|
//
|
|
|
this.layoutControlItem1.Control = this.txtTestVal;
|
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(105, 0);
|
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
this.layoutControlItem1.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(105, 32);
|
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem1.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(105, 32);
|
|
|
this.lblItemDesc.TextSize = new System.Drawing.Size(91, 14);
|
|
|
//
|
|
|
// MyResultControl
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.layoutControl1);
|
|
|
this.Name = "MyResultControl";
|
|
|
this.Size = new System.Drawing.Size(214, 36);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
this.layoutControl1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTestVal.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lblItemDesc)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
|
private DevExpress.XtraEditors.TextEdit txtTestVal;
|
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
private DevExpress.XtraLayout.SimpleLabelItem lblItemDesc;
|
|
|
}
|
|
|
}
|