namespace Core.LgMes.Client.LgDeviceManager
{
partial class frmpotrepaire
{
///
/// 必需的设计器变量。
///
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 valueListItem1 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
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 valueListItem15 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
this.chkEnd = new System.Windows.Forms.CheckBox();
this.chkStart = new System.Windows.Forms.CheckBox();
this.cmbRefr = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbCategory = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbReason = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbLocation = 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.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtWithTime = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
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.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
((System.ComponentModel.ISupportInitialize)(this.cmbRefr)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbCategory)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbReason)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbLocation)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.udteEnd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.udteStart)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// chkEnd
//
this.chkEnd.Appearance = System.Windows.Forms.Appearance.Button;
this.chkEnd.Location = new System.Drawing.Point(222, 134);
this.chkEnd.Name = "chkEnd";
this.chkEnd.Size = new System.Drawing.Size(39, 23);
this.chkEnd.TabIndex = 6;
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(222, 105);
this.chkStart.Name = "chkStart";
this.chkStart.Size = new System.Drawing.Size(39, 23);
this.chkStart.TabIndex = 4;
this.chkStart.Text = "开始";
this.chkStart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// cmbRefr
//
this.cmbRefr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbRefr.Location = new System.Drawing.Point(77, 195);
this.cmbRefr.Name = "cmbRefr";
this.cmbRefr.Size = new System.Drawing.Size(184, 19);
this.cmbRefr.TabIndex = 286;
this.cmbRefr.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// cmbCategory
//
this.cmbCategory.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
valueListItem1.DataValue = "0";
valueListItem1.DisplayText = "大修";
valueListItem2.DataValue = "1";
valueListItem2.DisplayText = "中修";
valueListItem3.DataValue = "2";
valueListItem3.DisplayText = "小修";
valueListItem4.DataValue = "3";
valueListItem4.DisplayText = "设备维修";
valueListItem17.DataValue = "4";
valueListItem17.DisplayText = "喷补";
this.cmbCategory.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem1,
valueListItem2,
valueListItem3,
valueListItem4,
valueListItem17});
this.cmbCategory.Location = new System.Drawing.Point(77, 80);
this.cmbCategory.Name = "cmbCategory";
this.cmbCategory.Size = new System.Drawing.Size(184, 19);
this.cmbCategory.TabIndex = 285;
this.cmbCategory.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// cmbReason
//
this.cmbReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
valueListItem5.DataValue = "0";
valueListItem5.DisplayText = "正常";
valueListItem6.DataValue = "1";
valueListItem6.DisplayText = "不正常";
this.cmbReason.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem5,
valueListItem6});
this.cmbReason.Location = new System.Drawing.Point(77, 52);
this.cmbReason.Name = "cmbReason";
this.cmbReason.Size = new System.Drawing.Size(184, 19);
this.cmbReason.TabIndex = 284;
this.cmbReason.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// cmbLocation
//
this.cmbLocation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
valueListItem7.DataValue = "0";
valueListItem7.DisplayText = "水口座砖";
valueListItem8.DataValue = "1";
valueListItem8.DisplayText = "透气座砖";
valueListItem9.DataValue = "2";
valueListItem9.DisplayText = "渣线";
valueListItem10.DataValue = "3";
valueListItem10.DisplayText = "溶池";
valueListItem11.DataValue = "4";
valueListItem11.DisplayText = "冲击区";
valueListItem12.DataValue = "5";
valueListItem12.DisplayText = "换透气砖";
valueListItem13.DataValue = "6";
valueListItem13.DisplayText = "换上水口";
valueListItem14.DataValue = "7";
valueListItem14.DisplayText = "机构";
valueListItem15.DataValue = "9";
valueListItem15.DisplayText = "永久层";
valueListItem16.DataValue = "10";
valueListItem16.DisplayText = "整体包况差";
this.cmbLocation.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem7,
valueListItem8,
valueListItem9,
valueListItem10,
valueListItem11,
valueListItem12,
valueListItem13,
valueListItem14,
valueListItem15,
valueListItem16});
this.cmbLocation.Location = new System.Drawing.Point(77, 24);
this.cmbLocation.Name = "cmbLocation";
this.cmbLocation.Size = new System.Drawing.Size(184, 19);
this.cmbLocation.TabIndex = 283;
this.cmbLocation.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// udteEnd
//
this.udteEnd.FormatString = "";
this.udteEnd.Location = new System.Drawing.Point(77, 136);
this.udteEnd.MaskInput = "{date} {longtime}";
this.udteEnd.Name = "udteEnd";
this.udteEnd.Size = new System.Drawing.Size(144, 21);
this.udteEnd.TabIndex = 5;
//
// udteStart
//
this.udteStart.FormatString = "";
this.udteStart.Location = new System.Drawing.Point(77, 107);
this.udteStart.MaskInput = "{date} {longtime}";
this.udteStart.Name = "udteStart";
this.udteStart.Size = new System.Drawing.Size(144, 21);
this.udteStart.TabIndex = 3;
//
// btnWithTime
//
this.btnWithTime.Location = new System.Drawing.Point(222, 163);
this.btnWithTime.Name = "btnWithTime";
this.btnWithTime.Size = new System.Drawing.Size(39, 23);
this.btnWithTime.TabIndex = 8;
this.btnWithTime.Text = "用时";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(18, 198);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 0;
this.label7.Text = "耐材更换";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(18, 169);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 0;
this.label6.Text = "维修时间";
//
// txtWithTime
//
this.txtWithTime.Enabled = false;
this.txtWithTime.Location = new System.Drawing.Point(77, 165);
this.txtWithTime.Name = "txtWithTime";
this.txtWithTime.ReadOnly = true;
this.txtWithTime.Size = new System.Drawing.Size(144, 21);
this.txtWithTime.TabIndex = 7;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(18, 140);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 0;
this.label5.Text = "结束时间";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(18, 111);
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(18, 83);
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(18, 55);
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(18, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "维修位置";
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(159, 229);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(60, 24);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.button1_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(77, 229);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(60, 24);
this.btnOK.TabIndex = 1;
this.btnOK.Text = "确定";
this.btnOK.Click += new System.EventHandler(this.button2_Click);
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.cmbRefr);
this.ultraGroupBox1.Controls.Add(this.btnCancel);
this.ultraGroupBox1.Controls.Add(this.btnOK);
this.ultraGroupBox1.Controls.Add(this.label1);
this.ultraGroupBox1.Controls.Add(this.cmbCategory);
this.ultraGroupBox1.Controls.Add(this.label2);
this.ultraGroupBox1.Controls.Add(this.cmbReason);
this.ultraGroupBox1.Controls.Add(this.label3);
this.ultraGroupBox1.Controls.Add(this.cmbLocation);
this.ultraGroupBox1.Controls.Add(this.label4);
this.ultraGroupBox1.Controls.Add(this.udteEnd);
this.ultraGroupBox1.Controls.Add(this.label5);
this.ultraGroupBox1.Controls.Add(this.udteStart);
this.ultraGroupBox1.Controls.Add(this.txtWithTime);
this.ultraGroupBox1.Controls.Add(this.chkEnd);
this.ultraGroupBox1.Controls.Add(this.label6);
this.ultraGroupBox1.Controls.Add(this.btnWithTime);
this.ultraGroupBox1.Controls.Add(this.label7);
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(281, 269);
this.ultraGroupBox1.TabIndex = 3;
//
// frmpotrepaire
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(281, 269);
this.Controls.Add(this.ultraGroupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmpotrepaire";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "钢包维修";
this.Load += new System.EventHandler(this.frmpotrepaire_Load);
((System.ComponentModel.ISupportInitialize)(this.cmbRefr)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbCategory)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbReason)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbLocation)).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();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.CheckBox chkEnd;
private System.Windows.Forms.CheckBox chkStart;
private System.Windows.Forms.Button btnWithTime;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtWithTime;
private System.Windows.Forms.Label label5;
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 udteEnd;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteStart;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLocation;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCategory;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbReason;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbRefr;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
}
}