namespace Core.LgMes.Client.LgDeviceManager
{
partial class FrmILFireDetail
{
///
/// 必需的设计器变量。
///
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.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.Appearance appearance2 = new Infragistics.Win.Appearance();
this.ulgrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.ultdsFiringDetail = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
this.btnClose = new System.Windows.Forms.Button();
this.btnselect = new System.Windows.Forms.Button();
this.dtpQEndTime = new System.Windows.Forms.DateTimePicker();
this.dtpQStartTime = new System.Windows.Forms.DateTimePicker();
this.cmbQLadleName = new System.Windows.Forms.ComboBox();
this.chkQEndTime = new System.Windows.Forms.CheckBox();
this.chkQStartTime = new System.Windows.Forms.CheckBox();
this.chkQLadleName = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.ulgrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultdsFiringDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
this.ulgrpModel.SuspendLayout();
this.SuspendLayout();
//
// ulgrid
//
appearance1.BackColor = System.Drawing.Color.LightSteelBlue;
this.ulgrid.DisplayLayout.Override.HeaderAppearance = appearance1;
this.ulgrid.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
this.ulgrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.ulgrid.Font = new System.Drawing.Font("宋体", 10.5F);
this.ulgrid.Location = new System.Drawing.Point(0, 49);
this.ulgrid.Name = "ulgrid";
this.ulgrid.Size = new System.Drawing.Size(834, 441);
this.ulgrid.TabIndex = 10;
//
// ultdsFiringDetail
//
this.ultdsFiringDetail.Band.Columns.AddRange(new object[] {
ultraDataColumn1,
ultraDataColumn2,
ultraDataColumn3,
ultraDataColumn4,
ultraDataColumn5,
ultraDataColumn6,
ultraDataColumn7});
this.ultdsFiringDetail.Rows.AddRange(new object[] {
new Infragistics.Win.UltraWinDataSource.UltraDataRow(new object[] {
((object)("铁包编号")),
((object)("TB01")),
((object)("烘烤站号")),
((object)("烘烤站一")),
((object)("烘烤前温度")),
((object)("2007-12-19 12:54:02")),
((object)("烘烤后温度")),
((object)("2007-12-19 12:54:06")),
((object)("开始时间")),
((object)("120")),
((object)("结束时间")),
((object)("130"))})});
//
// ulgrpModel
//
appearance2.BackColor = System.Drawing.Color.Gainsboro;
appearance2.FontData.Name = "宋体";
appearance2.FontData.SizeInPoints = 10.5F;
this.ulgrpModel.Appearance = appearance2;
this.ulgrpModel.Controls.Add(this.btnClose);
this.ulgrpModel.Controls.Add(this.btnselect);
this.ulgrpModel.Controls.Add(this.dtpQEndTime);
this.ulgrpModel.Controls.Add(this.dtpQStartTime);
this.ulgrpModel.Controls.Add(this.cmbQLadleName);
this.ulgrpModel.Controls.Add(this.chkQEndTime);
this.ulgrpModel.Controls.Add(this.chkQStartTime);
this.ulgrpModel.Controls.Add(this.chkQLadleName);
this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
this.ulgrpModel.Font = new System.Drawing.Font("宋体", 10.5F);
this.ulgrpModel.Location = new System.Drawing.Point(0, 0);
this.ulgrpModel.Name = "ulgrpModel";
this.ulgrpModel.Size = new System.Drawing.Size(834, 49);
this.ulgrpModel.TabIndex = 9;
//
// btnClose
//
this.btnClose.Font = new System.Drawing.Font("宋体", 10.5F);
this.btnClose.Location = new System.Drawing.Point(750, 12);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(68, 25);
this.btnClose.TabIndex = 115;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnselect
//
this.btnselect.Font = new System.Drawing.Font("宋体", 10.5F);
this.btnselect.Location = new System.Drawing.Point(678, 12);
this.btnselect.Name = "btnselect";
this.btnselect.Size = new System.Drawing.Size(68, 25);
this.btnselect.TabIndex = 115;
this.btnselect.Text = "查询";
this.btnselect.UseVisualStyleBackColor = true;
this.btnselect.Click += new System.EventHandler(this.btnselect_Click);
//
// dtpQEndTime
//
this.dtpQEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dtpQEndTime.Enabled = false;
this.dtpQEndTime.Font = new System.Drawing.Font("宋体", 10.5F);
this.dtpQEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpQEndTime.Location = new System.Drawing.Point(343, 14);
this.dtpQEndTime.Name = "dtpQEndTime";
this.dtpQEndTime.Size = new System.Drawing.Size(166, 23);
this.dtpQEndTime.TabIndex = 114;
//
// dtpQStartTime
//
this.dtpQStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dtpQStartTime.Enabled = false;
this.dtpQStartTime.Font = new System.Drawing.Font("宋体", 10.5F);
this.dtpQStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpQStartTime.Location = new System.Drawing.Point(90, 14);
this.dtpQStartTime.Name = "dtpQStartTime";
this.dtpQStartTime.Size = new System.Drawing.Size(166, 23);
this.dtpQStartTime.TabIndex = 114;
//
// cmbQLadleName
//
this.cmbQLadleName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbQLadleName.Enabled = false;
this.cmbQLadleName.Font = new System.Drawing.Font("宋体", 10.5F);
this.cmbQLadleName.FormattingEnabled = true;
this.cmbQLadleName.Items.AddRange(new object[] {
"TB01",
"TB02",
"TB03"});
this.cmbQLadleName.Location = new System.Drawing.Point(594, 14);
this.cmbQLadleName.Name = "cmbQLadleName";
this.cmbQLadleName.Size = new System.Drawing.Size(78, 22);
this.cmbQLadleName.TabIndex = 113;
//
// 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("宋体", 10.5F);
this.chkQEndTime.Location = new System.Drawing.Point(263, 16);
this.chkQEndTime.Name = "chkQEndTime";
this.chkQEndTime.Size = new System.Drawing.Size(79, 18);
this.chkQEndTime.TabIndex = 112;
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.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.chkQStartTime.Font = new System.Drawing.Font("宋体", 10.5F);
this.chkQStartTime.Location = new System.Drawing.Point(12, 16);
this.chkQStartTime.Name = "chkQStartTime";
this.chkQStartTime.Size = new System.Drawing.Size(79, 18);
this.chkQStartTime.TabIndex = 112;
this.chkQStartTime.Text = "起始时间";
this.chkQStartTime.UseVisualStyleBackColor = false;
this.chkQStartTime.CheckedChanged += new System.EventHandler(this.chkQStartTime_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("宋体", 10.5F);
this.chkQLadleName.Location = new System.Drawing.Point(516, 16);
this.chkQLadleName.Name = "chkQLadleName";
this.chkQLadleName.Size = new System.Drawing.Size(79, 18);
this.chkQLadleName.TabIndex = 112;
this.chkQLadleName.Text = "铁包编号";
this.chkQLadleName.UseVisualStyleBackColor = false;
this.chkQLadleName.CheckedChanged += new System.EventHandler(this.chkQLadleName_CheckedChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 12);
this.label1.TabIndex = 11;
this.label1.Visible = false;
//
// FrmILFireDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(834, 490);
this.Controls.Add(this.label1);
this.Controls.Add(this.ulgrid);
this.Controls.Add(this.ulgrpModel);
this.Name = "FrmILFireDetail";
this.Text = "铁包烘烤记录查询";
this.Load += new System.EventHandler(this.FrmILFireDetail_Load);
((System.ComponentModel.ISupportInitialize)(this.ulgrid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultdsFiringDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
this.ulgrpModel.ResumeLayout(false);
this.ulgrpModel.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public Infragistics.Win.UltraWinGrid.UltraGrid ulgrid;
public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnselect;
private System.Windows.Forms.DateTimePicker dtpQEndTime;
private System.Windows.Forms.DateTimePicker dtpQStartTime;
private System.Windows.Forms.ComboBox cmbQLadleName;
private System.Windows.Forms.CheckBox chkQEndTime;
private System.Windows.Forms.CheckBox chkQStartTime;
private System.Windows.Forms.CheckBox chkQLadleName;
private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsFiringDetail;
private System.Windows.Forms.Label label1;
}
}