namespace Core.LgMes.Client.LgDeviceManager
{
partial class frmhot
{
///
/// 必需的设计器变量。
///
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()
{
Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem32 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem33 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem34 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem35 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem36 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem37 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem38 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem39 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem29 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem30 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem31 = new Infragistics.Win.ValueListItem();
this.cmbBakingNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.uDTEEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.uDTEStart = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.btnWithTime = new System.Windows.Forms.Button();
this.chkEnd = new System.Windows.Forms.CheckBox();
this.chkStart = new System.Windows.Forms.CheckBox();
this.txtBakingTime = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.cmbshartoq = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbsangtoq = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbsukozz = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.cmbBakingNo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uDTEEnd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uDTEStart)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbshartoq)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbsangtoq)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbsukozz)).BeginInit();
this.SuspendLayout();
//
// cmbBakingNo
//
this.cmbBakingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
valueListItem8.DataValue = "0";
valueListItem8.DisplayText = "1";
valueListItem9.DataValue = "1";
valueListItem9.DisplayText = "2";
valueListItem10.DataValue = "2";
valueListItem10.DisplayText = "3";
valueListItem11.DataValue = "3";
valueListItem11.DisplayText = "4";
valueListItem12.DataValue = "4";
valueListItem12.DisplayText = "5";
valueListItem13.DataValue = "5";
valueListItem13.DisplayText = "6";
valueListItem14.DataValue = "6";
valueListItem14.DisplayText = "7";
this.cmbBakingNo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem8,
valueListItem9,
valueListItem10,
valueListItem11,
valueListItem12,
valueListItem13,
valueListItem14});
this.cmbBakingNo.Location = new System.Drawing.Point(62, 16);
this.cmbBakingNo.Name = "cmbBakingNo";
this.cmbBakingNo.Size = new System.Drawing.Size(191, 19);
this.cmbBakingNo.TabIndex = 281;
this.cmbBakingNo.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// uDTEEnd
//
this.uDTEEnd.FormatString = "";
this.uDTEEnd.Location = new System.Drawing.Point(62, 72);
this.uDTEEnd.MaskInput = "{date} {longtime}";
this.uDTEEnd.Name = "uDTEEnd";
this.uDTEEnd.Size = new System.Drawing.Size(150, 21);
this.uDTEEnd.TabIndex = 3;
//
// uDTEStart
//
this.uDTEStart.FormatString = "";
this.uDTEStart.Location = new System.Drawing.Point(62, 43);
this.uDTEStart.MaskInput = "{date} {longtime}";
this.uDTEStart.Name = "uDTEStart";
this.uDTEStart.Size = new System.Drawing.Size(150, 21);
this.uDTEStart.TabIndex = 1;
//
// btnWithTime
//
this.btnWithTime.Location = new System.Drawing.Point(214, 101);
this.btnWithTime.Name = "btnWithTime";
this.btnWithTime.Size = new System.Drawing.Size(39, 23);
this.btnWithTime.TabIndex = 6;
this.btnWithTime.Text = "用时";
//
// chkEnd
//
this.chkEnd.Appearance = System.Windows.Forms.Appearance.Button;
this.chkEnd.Location = new System.Drawing.Point(214, 72);
this.chkEnd.Name = "chkEnd";
this.chkEnd.Size = new System.Drawing.Size(39, 23);
this.chkEnd.TabIndex = 4;
this.chkEnd.Text = "结束";
this.chkEnd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// chkStart
//
this.chkStart.Appearance = System.Windows.Forms.Appearance.Button;
this.chkStart.Location = new System.Drawing.Point(214, 43);
this.chkStart.Name = "chkStart";
this.chkStart.Size = new System.Drawing.Size(39, 23);
this.chkStart.TabIndex = 2;
this.chkStart.Text = "开始";
this.chkStart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtBakingTime
//
this.txtBakingTime.BackColor = System.Drawing.SystemColors.Control;
this.txtBakingTime.Location = new System.Drawing.Point(62, 101);
this.txtBakingTime.Name = "txtBakingTime";
this.txtBakingTime.ReadOnly = true;
this.txtBakingTime.Size = new System.Drawing.Size(150, 21);
this.txtBakingTime.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 103);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 0;
this.label4.Text = "烘烤时间";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 74);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 0;
this.label3.Text = "结束时间";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 45);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 0;
this.label2.Text = "开始时间";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "烘烤站号";
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(62, 221);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(60, 21);
this.btnOK.TabIndex = 1;
this.btnOK.Text = "确定";
this.btnOK.Click += new System.EventHandler(this.button2_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(153, 221);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(60, 21);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.button3_Click);
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.cmbshartoq);
this.ultraGroupBox1.Controls.Add(this.cmbsangtoq);
this.ultraGroupBox1.Controls.Add(this.cmbsukozz);
this.ultraGroupBox1.Controls.Add(this.label7);
this.ultraGroupBox1.Controls.Add(this.label6);
this.ultraGroupBox1.Controls.Add(this.label5);
this.ultraGroupBox1.Controls.Add(this.cmbBakingNo);
this.ultraGroupBox1.Controls.Add(this.btnCancel);
this.ultraGroupBox1.Controls.Add(this.btnOK);
this.ultraGroupBox1.Controls.Add(this.label1);
this.ultraGroupBox1.Controls.Add(this.uDTEEnd);
this.ultraGroupBox1.Controls.Add(this.label2);
this.ultraGroupBox1.Controls.Add(this.uDTEStart);
this.ultraGroupBox1.Controls.Add(this.label3);
this.ultraGroupBox1.Controls.Add(this.btnWithTime);
this.ultraGroupBox1.Controls.Add(this.label4);
this.ultraGroupBox1.Controls.Add(this.chkEnd);
this.ultraGroupBox1.Controls.Add(this.txtBakingTime);
this.ultraGroupBox1.Controls.Add(this.chkStart);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(270, 263);
this.ultraGroupBox1.TabIndex = 3;
//
// cmbshartoq
//
this.cmbshartoq.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
valueListItem32.DataValue = "府天";
valueListItem33.DataValue = "苏派";
valueListItem34.DataValue = "濮耐";
valueListItem35.DataValue = "博丰";
this.cmbshartoq.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem32,
valueListItem33,
valueListItem34,
valueListItem35});
this.cmbshartoq.Location = new System.Drawing.Point(62, 180);
this.cmbshartoq.Name = "cmbshartoq";
this.cmbshartoq.Size = new System.Drawing.Size(191, 19);
this.cmbshartoq.TabIndex = 287;
this.cmbshartoq.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// cmbsangtoq
//
this.cmbsangtoq.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
valueListItem36.DataValue = "府天";
valueListItem37.DataValue = "苏派";
valueListItem38.DataValue = "濮耐";
valueListItem39.DataValue = "博丰";
this.cmbsangtoq.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem36,
valueListItem37,
valueListItem38,
valueListItem39});
this.cmbsangtoq.Location = new System.Drawing.Point(62, 154);
this.cmbsangtoq.Name = "cmbsangtoq";
this.cmbsangtoq.Size = new System.Drawing.Size(191, 19);
this.cmbsangtoq.TabIndex = 286;
this.cmbsangtoq.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// cmbsukozz
//
this.cmbsukozz.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
valueListItem29.DataValue = "银河";
valueListItem30.DataValue = "伯马";
valueListItem31.DataValue = "博丰";
this.cmbsukozz.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem29,
valueListItem30,
valueListItem31});
this.cmbsukozz.Location = new System.Drawing.Point(62, 127);
this.cmbsukozz.Name = "cmbsukozz";
this.cmbsukozz.Size = new System.Drawing.Size(191, 19);
this.cmbsukozz.TabIndex = 285;
this.cmbsukozz.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 184);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 284;
this.label7.Text = "下透气";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 157);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 283;
this.label6.Text = "上透气";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 130);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 282;
this.label5.Text = "水口座砖";
//
// frmhot
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(270, 263);
this.Controls.Add(this.ultraGroupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmhot";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "钢包烘烤";
this.Load += new System.EventHandler(this.frmhot_Load);
((System.ComponentModel.ISupportInitialize)(this.cmbBakingNo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uDTEEnd)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uDTEStart)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbshartoq)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbsangtoq)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbsukozz)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnWithTime;
private System.Windows.Forms.CheckBox chkEnd;
private System.Windows.Forms.CheckBox chkStart;
private System.Windows.Forms.TextBox txtBakingTime;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uDTEStart;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uDTEEnd;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbBakingNo;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbsangtoq;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbsukozz;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbshartoq;
}
}