You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

157 lines
8.4 KiB
C#

namespace CompressorXN_ControlLib
{
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.txtResultBackColor = 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.txtResultBackColor)).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.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(243, 43);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// txtTestVal
//
this.txtTestVal.EditValue = "#####.###";
this.txtTestVal.Enabled = false;
this.txtTestVal.Location = new System.Drawing.Point(147, 5);
this.txtTestVal.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
this.txtTestVal.Name = "txtTestVal";
this.txtTestVal.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.txtTestVal.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtTestVal.Properties.Appearance.Options.UseBackColor = true;
this.txtTestVal.Properties.Appearance.Options.UseFont = true;
this.txtTestVal.Properties.Appearance.Options.UseTextOptions = true;
this.txtTestVal.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.txtTestVal.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.txtTestVal.Properties.AppearanceDisabled.BackColor = System.Drawing.Color.White;
this.txtTestVal.Properties.AppearanceDisabled.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtTestVal.Properties.AppearanceDisabled.Options.UseBackColor = true;
this.txtTestVal.Properties.AppearanceDisabled.Options.UseFont = true;
this.txtTestVal.Properties.AutoHeight = false;
this.txtTestVal.Properties.ReadOnly = true;
this.txtTestVal.Size = new System.Drawing.Size(91, 33);
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.txtResultBackColor,
this.lblItemDesc});
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
this.Root.Name = "Root";
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
columnDefinition1.Width = 60D;
columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
columnDefinition2.Width = 40D;
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(3, 3, 3, 3);
this.Root.Size = new System.Drawing.Size(243, 43);
this.Root.TextVisible = false;
//
// txtResultBackColor
//
this.txtResultBackColor.Control = this.txtTestVal;
this.txtResultBackColor.Location = new System.Drawing.Point(142, 0);
this.txtResultBackColor.Name = "txtResultBackColor";
this.txtResultBackColor.OptionsTableLayoutItem.ColumnIndex = 1;
this.txtResultBackColor.Size = new System.Drawing.Size(95, 37);
this.txtResultBackColor.TextSize = new System.Drawing.Size(0, 0);
this.txtResultBackColor.TextVisible = false;
//
// lblItemDesc
//
this.lblItemDesc.AllowHotTrack = false;
this.lblItemDesc.AppearanceItemCaption.Font = new System.Drawing.Font("微软雅黑", 12F);
this.lblItemDesc.AppearanceItemCaption.Options.UseFont = true;
this.lblItemDesc.AppearanceItemCaption.Options.UseTextOptions = true;
this.lblItemDesc.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.lblItemDesc.AppearanceItemCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.lblItemDesc.Location = new System.Drawing.Point(0, 0);
this.lblItemDesc.Name = "lblItemDesc";
this.lblItemDesc.Size = new System.Drawing.Size(142, 37);
this.lblItemDesc.TextSize = new System.Drawing.Size(129, 21);
//
// MyResultControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.layoutControl1);
this.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
this.Name = "MyResultControl";
this.Size = new System.Drawing.Size(243, 43);
((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.txtResultBackColor)).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 txtResultBackColor;
private DevExpress.XtraLayout.SimpleLabelItem lblItemDesc;
}
}