namespace Core.LgMes.Client.LgDeviceManager
{
partial class FrmSGRepairDetail
{
///
/// 必需的设计器变量。
///
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.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("铸机号");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("维修类别");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("送修时间");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("修复时间");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("维修原因");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("记录人");
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("扇形段编号");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("铸机号");
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.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("记录人");
Infragistics.Win.Appearance appearance2 = 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.udteQEndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.udteQStartTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.chkCCM = new System.Windows.Forms.CheckBox();
this.chkQLadleName = new System.Windows.Forms.CheckBox();
this.btnClose = new System.Windows.Forms.Button();
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.udteQEndTime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.udteQStartTime)).BeginInit();
this.SuspendLayout();
//
// ulgridBaseInfo
//
this.ulgridBaseInfo.DataSource = this.ultdsRepairDetail;
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn1.Width = 71;
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn2.Width = 84;
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridColumn3.Width = 71;
ultraGridColumn4.Header.VisiblePosition = 3;
ultraGridColumn4.Width = 133;
ultraGridColumn5.Header.VisiblePosition = 4;
ultraGridColumn5.Width = 135;
ultraGridColumn6.Header.VisiblePosition = 5;
ultraGridColumn6.Width = 136;
ultraGridColumn7.Header.VisiblePosition = 6;
ultraGridColumn7.Width = 155;
ultraGridColumn8.Header.VisiblePosition = 7;
ultraGridColumn8.Width = 78;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4,
ultraGridColumn5,
ultraGridColumn6,
ultraGridColumn7,
ultraGridColumn8});
this.ulgridBaseInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
appearance1.BackColor = System.Drawing.Color.LightSteelBlue;
this.ulgridBaseInfo.DisplayLayout.Override.HeaderAppearance = appearance1;
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(895, 496);
this.ulgridBaseInfo.TabIndex = 1;
//
// ultdsRepairDetail
//
this.ultdsRepairDetail.Band.Columns.AddRange(new object[] {
ultraDataColumn1,
ultraDataColumn2,
ultraDataColumn3,
ultraDataColumn4,
ultraDataColumn5,
ultraDataColumn6,
ultraDataColumn7,
ultraDataColumn8});
this.ultdsRepairDetail.Rows.AddRange(new object[] {
new Infragistics.Win.UltraWinDataSource.UltraDataRow(new object[0])});
//
// ulgrpModel
//
appearance2.FontData.Name = "宋体";
appearance2.FontData.SizeInPoints = 9F;
this.ulgrpModel.Appearance = appearance2;
this.ulgrpModel.Controls.Add(this.udteQEndTime);
this.ulgrpModel.Controls.Add(this.udteQStartTime);
this.ulgrpModel.Controls.Add(this.chkCCM);
this.ulgrpModel.Controls.Add(this.chkQLadleName);
this.ulgrpModel.Controls.Add(this.btnClose);
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(895, 49);
this.ulgrpModel.TabIndex = 0;
//
// udteQEndTime
//
this.udteQEndTime.Enabled = false;
this.udteQEndTime.Location = new System.Drawing.Point(592, 14);
this.udteQEndTime.MaskInput = "{date}";
this.udteQEndTime.Name = "udteQEndTime";
this.udteQEndTime.Size = new System.Drawing.Size(99, 21);
this.udteQEndTime.TabIndex = 7;
//
// udteQStartTime
//
this.udteQStartTime.Location = new System.Drawing.Point(404, 14);
this.udteQStartTime.MaskInput = "{date}";
this.udteQStartTime.Name = "udteQStartTime";
this.udteQStartTime.Size = new System.Drawing.Size(99, 21);
this.udteQStartTime.TabIndex = 5;
//
// 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(19, 14);
this.chkCCM.Name = "chkCCM";
this.chkCCM.Size = new System.Drawing.Size(57, 16);
this.chkCCM.TabIndex = 0;
this.chkCCM.Text = "铸机号";
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(174, 14);
this.chkQLadleName.Name = "chkQLadleName";
this.chkQLadleName.Size = new System.Drawing.Size(81, 16);
this.chkQLadleName.TabIndex = 2;
this.chkQLadleName.Text = "扇形段编号";
this.chkQLadleName.UseVisualStyleBackColor = false;
this.chkQLadleName.CheckedChanged += new System.EventHandler(this.chkQLadleName_CheckedChanged);
//
// btnClose
//
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
this.btnClose.Location = new System.Drawing.Point(797, 12);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(68, 25);
this.btnClose.TabIndex = 9;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// cmbCCM
//
this.cmbCCM.Enabled = false;
this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F);
this.cmbCCM.FormattingEnabled = true;
this.cmbCCM.Items.AddRange(new object[] {
"1#连铸机",
"2#连铸机",
"4#连铸机"});
this.cmbCCM.Location = new System.Drawing.Point(77, 14);
this.cmbCCM.Name = "cmbCCM";
this.cmbCCM.Size = new System.Drawing.Size(76, 20);
this.cmbCCM.TabIndex = 1;
//
// btnselect
//
this.btnselect.Font = new System.Drawing.Font("宋体", 9F);
this.btnselect.Location = new System.Drawing.Point(721, 12);
this.btnselect.Name = "btnselect";
this.btnselect.Size = new System.Drawing.Size(68, 25);
this.btnselect.TabIndex = 8;
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(255, 14);
this.cmbID.Name = "cmbID";
this.cmbID.Size = new System.Drawing.Size(58, 20);
this.cmbID.TabIndex = 3;
//
// 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(523, 14);
this.chkQEndTime.Name = "chkQEndTime";
this.chkQEndTime.Size = new System.Drawing.Size(69, 16);
this.chkQEndTime.TabIndex = 6;
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(335, 14);
this.chkQStartTime.Name = "chkQStartTime";
this.chkQStartTime.Size = new System.Drawing.Size(69, 16);
this.chkQStartTime.TabIndex = 4;
this.chkQStartTime.Text = "送修时间";
this.chkQStartTime.UseVisualStyleBackColor = false;
this.chkQStartTime.CheckedChanged += new System.EventHandler(this.chkQStartTime_CheckedChanged);
//
// FrmSGRepairDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(895, 545);
this.Controls.Add(this.ulgridBaseInfo);
this.Controls.Add(this.ulgrpModel);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmSGRepairDetail";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "扇形段维修记录查询";
this.Load += new System.EventHandler(this.FrmSGRepairDetail_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.udteQEndTime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.udteQStartTime)).EndInit();
this.ResumeLayout(false);
}
#endregion
public Infragistics.Win.UltraWinGrid.UltraGrid ulgridBaseInfo;
public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
private System.Windows.Forms.Button btnClose;
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 udteQStartTime;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteQEndTime;
private System.Windows.Forms.CheckBox chkCCM;
private System.Windows.Forms.ComboBox cmbCCM;
}
}