|
|
|
|
namespace ProductionSystem_UserControl.ExtendedControls
|
|
|
|
|
{
|
|
|
|
|
partial class MyTestResultControl
|
|
|
|
|
{
|
|
|
|
|
/// <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.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
|
|
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
|
|
this.txtTestVal = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.txtTestResult = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
|
|
this.lblItemDesc = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
|
|
|
this.layoutControlItem_TestVal = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem_TestResult = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTestVal.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTestResult.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lblItemDesc)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem_TestVal)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem_TestResult)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// layoutControl1
|
|
|
|
|
//
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txtTestVal);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txtTestResult);
|
|
|
|
|
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(191, 31);
|
|
|
|
|
this.layoutControl1.TabIndex = 0;
|
|
|
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
|
|
|
//
|
|
|
|
|
// txtTestVal
|
|
|
|
|
//
|
|
|
|
|
this.txtTestVal.EditValue = "######";
|
|
|
|
|
this.txtTestVal.Location = new System.Drawing.Point(121, 4);
|
|
|
|
|
this.txtTestVal.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.txtTestVal.Name = "txtTestVal";
|
|
|
|
|
this.txtTestVal.Properties.AutoHeight = false;
|
|
|
|
|
this.txtTestVal.Properties.ReadOnly = true;
|
|
|
|
|
this.txtTestVal.Size = new System.Drawing.Size(66, 23);
|
|
|
|
|
this.txtTestVal.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtTestVal.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// txtTestResult
|
|
|
|
|
//
|
|
|
|
|
this.txtTestResult.EditValue = "##";
|
|
|
|
|
this.txtTestResult.Location = new System.Drawing.Point(91, 4);
|
|
|
|
|
this.txtTestResult.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.txtTestResult.Name = "txtTestResult";
|
|
|
|
|
this.txtTestResult.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
|
|
|
|
|
this.txtTestResult.Properties.Appearance.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtTestResult.Properties.Appearance.Options.UseBackColor = true;
|
|
|
|
|
this.txtTestResult.Properties.Appearance.Options.UseForeColor = true;
|
|
|
|
|
this.txtTestResult.Properties.AutoHeight = false;
|
|
|
|
|
this.txtTestResult.Properties.ReadOnly = true;
|
|
|
|
|
this.txtTestResult.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.txtTestResult.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtTestResult.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// Root
|
|
|
|
|
//
|
|
|
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
|
|
this.Root.GroupBordersVisible = false;
|
|
|
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
|
|
this.lblItemDesc,
|
|
|
|
|
this.layoutControlItem_TestVal,
|
|
|
|
|
this.layoutControlItem_TestResult});
|
|
|
|
|
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
|
|
|
|
this.Root.Name = "Root";
|
|
|
|
|
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
|
|
|
columnDefinition1.Width = 6D;
|
|
|
|
|
columnDefinition2.SizeType = System.Windows.Forms.SizeType.Absolute;
|
|
|
|
|
columnDefinition2.Width = 30D;
|
|
|
|
|
columnDefinition3.SizeType = System.Windows.Forms.SizeType.Absolute;
|
|
|
|
|
columnDefinition3.Width = 70D;
|
|
|
|
|
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
|
|
|
|
columnDefinition1,
|
|
|
|
|
columnDefinition2,
|
|
|
|
|
columnDefinition3});
|
|
|
|
|
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(191, 31);
|
|
|
|
|
this.Root.TextVisible = false;
|
|
|
|
|
//
|
|
|
|
|
// lblItemDesc
|
|
|
|
|
//
|
|
|
|
|
this.lblItemDesc.AllowHotTrack = false;
|
|
|
|
|
this.lblItemDesc.CustomizationFormText = "lblItemDesc";
|
|
|
|
|
this.lblItemDesc.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.lblItemDesc.Name = "lblItemDesc";
|
|
|
|
|
this.lblItemDesc.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
|
|
|
this.lblItemDesc.Size = new System.Drawing.Size(87, 27);
|
|
|
|
|
this.lblItemDesc.Text = "背压压力[kpa]";
|
|
|
|
|
this.lblItemDesc.TextSize = new System.Drawing.Size(77, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem_TestVal
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem_TestVal.Control = this.txtTestVal;
|
|
|
|
|
this.layoutControlItem_TestVal.Location = new System.Drawing.Point(117, 0);
|
|
|
|
|
this.layoutControlItem_TestVal.Name = "layoutControlItem_TestVal";
|
|
|
|
|
this.layoutControlItem_TestVal.OptionsTableLayoutItem.ColumnIndex = 2;
|
|
|
|
|
this.layoutControlItem_TestVal.Size = new System.Drawing.Size(70, 27);
|
|
|
|
|
this.layoutControlItem_TestVal.TextSize = new System.Drawing.Size(0, 0);
|
|
|
|
|
this.layoutControlItem_TestVal.TextVisible = false;
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem_TestResult
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem_TestResult.Control = this.txtTestResult;
|
|
|
|
|
this.layoutControlItem_TestResult.Location = new System.Drawing.Point(87, 0);
|
|
|
|
|
this.layoutControlItem_TestResult.Name = "layoutControlItem_TestResult";
|
|
|
|
|
this.layoutControlItem_TestResult.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
|
|
|
this.layoutControlItem_TestResult.Size = new System.Drawing.Size(30, 27);
|
|
|
|
|
this.layoutControlItem_TestResult.TextSize = new System.Drawing.Size(0, 0);
|
|
|
|
|
this.layoutControlItem_TestResult.TextVisible = false;
|
|
|
|
|
//
|
|
|
|
|
// MyTestResultControl
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.layoutControl1);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.Name = "MyTestResultControl";
|
|
|
|
|
this.Size = new System.Drawing.Size(191, 31);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
|
|
this.layoutControl1.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTestVal.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTestResult.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lblItemDesc)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem_TestVal)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem_TestResult)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
|
|
|
private DevExpress.XtraLayout.SimpleLabelItem lblItemDesc;
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtTestVal;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem_TestVal;
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtTestResult;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem_TestResult;
|
|
|
|
|
}
|
|
|
|
|
}
|