namespace Core.LgMes.Client.LgDeviceManager
{
partial class FrmVTHotDetail
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("槽车编号");
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RH炉号");
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("烘烤开始时刻");
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("烘烤结束时刻");
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("烘烤时间");
Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("槽车编号");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("RH炉号");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("烘烤开始时刻");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("烘烤结束时刻");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("烘烤时间");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
this.ulgridBaseInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.ultdsRepairDetail = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
this.udteEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.udteStart = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.chkCCM = new System.Windows.Forms.CheckBox();
this.chkQLadleName = new System.Windows.Forms.CheckBox();
this.cmbCCM = new System.Windows.Forms.ComboBox();
this.btnselect = new System.Windows.Forms.Button();
this.cmbID = new System.Windows.Forms.ComboBox();
this.chkQEndTime = new System.Windows.Forms.CheckBox();
this.chkQStartTime = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.ulgridBaseInfo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultdsRepairDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
this.ulgrpModel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.udteEnd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.udteStart)).BeginInit();
this.SuspendLayout();
//
// ulgridBaseInfo
//
this.ulgridBaseInfo.DataSource = this.ultdsRepairDetail;
ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
appearance1.TextVAlignAsString = "Middle";
ultraGridColumn1.CellAppearance = appearance1;
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn1.Width = 71;
ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
appearance2.TextVAlignAsString = "Middle";
ultraGridColumn2.CellAppearance = appearance2;
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn2.Width = 84;
ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
appearance3.TextVAlignAsString = "Middle";
ultraGridColumn3.CellAppearance = appearance3;
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(150, 0);
ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn3.Width = 133;
ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
appearance4.TextVAlignAsString = "Middle";
ultraGridColumn4.CellAppearance = appearance4;
ultraGridColumn4.Header.VisiblePosition = 3;
ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(150, 0);
ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn4.Width = 135;
ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
appearance5.TextVAlignAsString = "Middle";
ultraGridColumn5.CellAppearance = appearance5;
ultraGridColumn5.Header.VisiblePosition = 5;
ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
appearance6.TextVAlignAsString = "Middle";
ultraGridColumn6.CellAppearance = appearance6;
ultraGridColumn6.Header.VisiblePosition = 4;
ultraGridColumn6.RowLayoutColumnInfo.OriginX = 5;
ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(182, 0);
ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn6.Width = 155;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4,
ultraGridColumn5,
ultraGridColumn6});
ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
this.ulgridBaseInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
appearance7.BackColor = System.Drawing.Color.LightSteelBlue;
this.ulgridBaseInfo.DisplayLayout.Override.HeaderAppearance = appearance7;
this.ulgridBaseInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
this.ulgridBaseInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.ulgridBaseInfo.Font = new System.Drawing.Font("宋体", 9F);
this.ulgridBaseInfo.Location = new System.Drawing.Point(0, 49);
this.ulgridBaseInfo.Name = "ulgridBaseInfo";
this.ulgridBaseInfo.Size = new System.Drawing.Size(841, 389);
this.ulgridBaseInfo.TabIndex = 0;
//
// ultdsRepairDetail
//
this.ultdsRepairDetail.Band.Columns.AddRange(new object[] {
ultraDataColumn1,
ultraDataColumn2,
ultraDataColumn3,
ultraDataColumn4,
ultraDataColumn5,
ultraDataColumn6});
this.ultdsRepairDetail.Rows.AddRange(new object[] {
new Infragistics.Win.UltraWinDataSource.UltraDataRow(new object[0])});
//
// ulgrpModel
//
appearance8.FontData.Name = "宋体";
appearance8.FontData.SizeInPoints = 9F;
this.ulgrpModel.Appearance = appearance8;
this.ulgrpModel.Controls.Add(this.udteEnd);
this.ulgrpModel.Controls.Add(this.udteStart);
this.ulgrpModel.Controls.Add(this.chkCCM);
this.ulgrpModel.Controls.Add(this.chkQLadleName);
this.ulgrpModel.Controls.Add(this.cmbCCM);
this.ulgrpModel.Controls.Add(this.btnselect);
this.ulgrpModel.Controls.Add(this.cmbID);
this.ulgrpModel.Controls.Add(this.chkQEndTime);
this.ulgrpModel.Controls.Add(this.chkQStartTime);
this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
this.ulgrpModel.Location = new System.Drawing.Point(0, 0);
this.ulgrpModel.Name = "ulgrpModel";
this.ulgrpModel.Size = new System.Drawing.Size(841, 49);
this.ulgrpModel.TabIndex = 0;
//
// udteEnd
//
this.udteEnd.Enabled = false;
this.udteEnd.Location = new System.Drawing.Point(616, 14);
this.udteEnd.MaskInput = "{date}";
this.udteEnd.Name = "udteEnd";
this.udteEnd.Size = new System.Drawing.Size(103, 21);
this.udteEnd.TabIndex = 0;
//
// udteStart
//
this.udteStart.Location = new System.Drawing.Point(406, 14);
this.udteStart.MaskInput = "{date}";
this.udteStart.Name = "udteStart";
this.udteStart.Size = new System.Drawing.Size(103, 21);
this.udteStart.TabIndex = 0;
//
// chkCCM
//
this.chkCCM.AutoSize = true;
this.chkCCM.BackColor = System.Drawing.Color.Transparent;
this.chkCCM.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.chkCCM.Font = new System.Drawing.Font("宋体", 9F);
this.chkCCM.Location = new System.Drawing.Point(15, 14);
this.chkCCM.Name = "chkCCM";
this.chkCCM.Size = new System.Drawing.Size(57, 16);
this.chkCCM.TabIndex = 0;
this.chkCCM.Text = "RH炉号";
this.chkCCM.UseVisualStyleBackColor = false;
this.chkCCM.CheckedChanged += new System.EventHandler(this.cbCCM_CheckedChanged);
//
// chkQLadleName
//
this.chkQLadleName.AutoSize = true;
this.chkQLadleName.BackColor = System.Drawing.Color.Transparent;
this.chkQLadleName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.chkQLadleName.Font = new System.Drawing.Font("宋体", 9F);
this.chkQLadleName.Location = new System.Drawing.Point(167, 14);
this.chkQLadleName.Name = "chkQLadleName";
this.chkQLadleName.Size = new System.Drawing.Size(69, 16);
this.chkQLadleName.TabIndex = 0;
this.chkQLadleName.Text = "槽车编号";
this.chkQLadleName.UseVisualStyleBackColor = false;
this.chkQLadleName.CheckedChanged += new System.EventHandler(this.chkQLadleName_CheckedChanged);
//
// cmbCCM
//
this.cmbCCM.Enabled = false;
this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F);
this.cmbCCM.FormattingEnabled = true;
this.cmbCCM.Items.AddRange(new object[] {
"1#RH炉"});
this.cmbCCM.Location = new System.Drawing.Point(73, 14);
this.cmbCCM.Name = "cmbCCM";
this.cmbCCM.Size = new System.Drawing.Size(76, 20);
this.cmbCCM.TabIndex = 0;
//
// btnselect
//
this.btnselect.Font = new System.Drawing.Font("宋体", 9F);
this.btnselect.Location = new System.Drawing.Point(746, 12);
this.btnselect.Name = "btnselect";
this.btnselect.Size = new System.Drawing.Size(68, 25);
this.btnselect.TabIndex = 0;
this.btnselect.Text = "查询";
this.btnselect.UseVisualStyleBackColor = true;
this.btnselect.Click += new System.EventHandler(this.btnselect_Click);
//
// cmbID
//
this.cmbID.Enabled = false;
this.cmbID.Font = new System.Drawing.Font("宋体", 9F);
this.cmbID.FormattingEnabled = true;
this.cmbID.Location = new System.Drawing.Point(237, 14);
this.cmbID.Name = "cmbID";
this.cmbID.Size = new System.Drawing.Size(58, 20);
this.cmbID.TabIndex = 0;
//
// chkQEndTime
//
this.chkQEndTime.AutoSize = true;
this.chkQEndTime.BackColor = System.Drawing.Color.Transparent;
this.chkQEndTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.chkQEndTime.Font = new System.Drawing.Font("宋体", 9F);
this.chkQEndTime.Location = new System.Drawing.Point(522, 14);
this.chkQEndTime.Name = "chkQEndTime";
this.chkQEndTime.Size = new System.Drawing.Size(93, 16);
this.chkQEndTime.TabIndex = 0;
this.chkQEndTime.Text = "烘烤结束时刻";
this.chkQEndTime.UseVisualStyleBackColor = false;
this.chkQEndTime.CheckedChanged += new System.EventHandler(this.chkQEndTime_CheckedChanged);
//
// chkQStartTime
//
this.chkQStartTime.AutoSize = true;
this.chkQStartTime.BackColor = System.Drawing.Color.Transparent;
this.chkQStartTime.Checked = true;
this.chkQStartTime.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkQStartTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.chkQStartTime.Font = new System.Drawing.Font("宋体", 9F);
this.chkQStartTime.Location = new System.Drawing.Point(312, 14);
this.chkQStartTime.Name = "chkQStartTime";
this.chkQStartTime.Size = new System.Drawing.Size(93, 16);
this.chkQStartTime.TabIndex = 0;
this.chkQStartTime.Text = "烘烤开始时刻";
this.chkQStartTime.UseVisualStyleBackColor = false;
this.chkQStartTime.CheckedChanged += new System.EventHandler(this.chkQStartTime_CheckedChanged);
//
// FrmVTHotDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(841, 438);
this.Controls.Add(this.ulgridBaseInfo);
this.Controls.Add(this.ulgrpModel);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmVTHotDetail";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "真空槽烘烤记录查询";
this.Load += new System.EventHandler(this.FrmVTHotDetail_Load);
((System.ComponentModel.ISupportInitialize)(this.ulgridBaseInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultdsRepairDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
this.ulgrpModel.ResumeLayout(false);
this.ulgrpModel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.udteEnd)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.udteStart)).EndInit();
this.ResumeLayout(false);
}
#endregion
public Infragistics.Win.UltraWinGrid.UltraGrid ulgridBaseInfo;
public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
private System.Windows.Forms.Button btnselect;
private System.Windows.Forms.ComboBox cmbID;
private System.Windows.Forms.CheckBox chkQEndTime;
private System.Windows.Forms.CheckBox chkQStartTime;
private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsRepairDetail;
private System.Windows.Forms.CheckBox chkQLadleName;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteStart;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteEnd;
private System.Windows.Forms.CheckBox chkCCM;
private System.Windows.Forms.ComboBox cmbCCM;
}
}