namespace ICSSoft.Frame.APP
{
partial class FormICSEQPTSAdd
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSEQPTSAdd));
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.txtFINDMTIME = new System.Windows.Forms.DateTimePicker();
this.txtDuration = new DevExpress.XtraEditors.TextEdit();
this.label3 = new System.Windows.Forms.Label();
this.txtREASON = new DevExpress.XtraEditors.TextEdit();
this.label15 = new System.Windows.Forms.Label();
this.txtTSType = new DevExpress.XtraEditors.TextEdit();
this.label14 = new System.Windows.Forms.Label();
this.txtResult = new DevExpress.XtraEditors.TextEdit();
this.label13 = new System.Windows.Forms.Label();
this.txtSolution = new DevExpress.XtraEditors.TextEdit();
this.label12 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtEQPCode = new DevExpress.XtraEditors.ButtonEdit();
this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
this.txtTSINFO = new DevExpress.XtraEditors.TextEdit();
this.txtFINDUSER = new DevExpress.XtraEditors.TextEdit();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtDuration.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtREASON.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtTSType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtResult.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSolution.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtTSINFO.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtFINDUSER.Properties)).BeginInit();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
this.btnOK.Appearance.Options.UseFont = true;
this.btnOK.Appearance.Options.UseForeColor = true;
this.btnOK.Appearance.Options.UseTextOptions = true;
this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
this.btnOK.Location = new System.Drawing.Point(485, 303);
this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(70, 30);
this.btnOK.TabIndex = 23;
this.btnOK.Text = "保存";
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// panelControl1
//
this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.txtFINDMTIME);
this.panelControl1.Controls.Add(this.txtDuration);
this.panelControl1.Controls.Add(this.label3);
this.panelControl1.Controls.Add(this.txtREASON);
this.panelControl1.Controls.Add(this.label15);
this.panelControl1.Controls.Add(this.txtTSType);
this.panelControl1.Controls.Add(this.label14);
this.panelControl1.Controls.Add(this.txtResult);
this.panelControl1.Controls.Add(this.label13);
this.panelControl1.Controls.Add(this.txtSolution);
this.panelControl1.Controls.Add(this.label12);
this.panelControl1.Controls.Add(this.label6);
this.panelControl1.Controls.Add(this.txtEQPCode);
this.panelControl1.Controls.Add(this.txtMTIME);
this.panelControl1.Controls.Add(this.txtMUSERName);
this.panelControl1.Controls.Add(this.txtTSINFO);
this.panelControl1.Controls.Add(this.txtFINDUSER);
this.panelControl1.Controls.Add(this.label11);
this.panelControl1.Controls.Add(this.label10);
this.panelControl1.Controls.Add(this.label4);
this.panelControl1.Controls.Add(this.label2);
this.panelControl1.Controls.Add(this.label1);
this.panelControl1.Location = new System.Drawing.Point(1, 29);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(652, 268);
this.panelControl1.TabIndex = 24;
//
// txtFINDMTIME
//
this.txtFINDMTIME.Location = new System.Drawing.Point(120, 63);
this.txtFINDMTIME.Name = "txtFINDMTIME";
this.txtFINDMTIME.Size = new System.Drawing.Size(156, 22);
this.txtFINDMTIME.TabIndex = 87;
//
// txtDuration
//
this.txtDuration.Location = new System.Drawing.Point(136, 187);
this.txtDuration.Name = "txtDuration";
this.txtDuration.Properties.Mask.EditMask = "d";
this.txtDuration.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.txtDuration.Size = new System.Drawing.Size(140, 20);
this.txtDuration.TabIndex = 84;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(35, 26);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 14);
this.label3.TabIndex = 83;
this.label3.Text = "设备编号:";
//
// txtREASON
//
this.txtREASON.Location = new System.Drawing.Point(120, 104);
this.txtREASON.Name = "txtREASON";
this.txtREASON.Size = new System.Drawing.Size(156, 20);
this.txtREASON.TabIndex = 82;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(37, 190);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(93, 14);
this.label15.TabIndex = 81;
this.label15.Text = "维修时长(分钟):";
//
// txtTSType
//
this.txtTSType.Location = new System.Drawing.Point(452, 141);
this.txtTSType.Name = "txtTSType";
this.txtTSType.Size = new System.Drawing.Size(155, 20);
this.txtTSType.TabIndex = 80;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(351, 144);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(59, 14);
this.label14.TabIndex = 79;
this.label14.Text = "维修类型:";
//
// txtResult
//
this.txtResult.Location = new System.Drawing.Point(120, 144);
this.txtResult.Name = "txtResult";
this.txtResult.Size = new System.Drawing.Size(156, 20);
this.txtResult.TabIndex = 78;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(37, 147);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(59, 14);
this.label13.TabIndex = 77;
this.label13.Text = "维修结果:";
//
// txtSolution
//
this.txtSolution.Location = new System.Drawing.Point(451, 101);
this.txtSolution.Name = "txtSolution";
this.txtSolution.Size = new System.Drawing.Size(155, 20);
this.txtSolution.TabIndex = 76;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(351, 104);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(59, 14);
this.label12.TabIndex = 75;
this.label12.Text = "维修措施:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(37, 107);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 14);
this.label6.TabIndex = 73;
this.label6.Text = "故障原因:";
//
// txtEQPCode
//
this.txtEQPCode.EditValue = "";
this.txtEQPCode.Location = new System.Drawing.Point(120, 23);
this.txtEQPCode.Name = "txtEQPCode";
this.txtEQPCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txtEQPCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtEQPCode.Size = new System.Drawing.Size(156, 20);
this.txtEQPCode.TabIndex = 69;
this.txtEQPCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEQPCode_ButtonClick);
//
// txtMTIME
//
this.txtMTIME.Location = new System.Drawing.Point(120, 229);
this.txtMTIME.Name = "txtMTIME";
this.txtMTIME.Size = new System.Drawing.Size(158, 20);
this.txtMTIME.TabIndex = 68;
//
// txtMUSERName
//
this.txtMUSERName.Location = new System.Drawing.Point(453, 182);
this.txtMUSERName.Name = "txtMUSERName";
this.txtMUSERName.Size = new System.Drawing.Size(157, 20);
this.txtMUSERName.TabIndex = 67;
//
// txtTSINFO
//
this.txtTSINFO.Location = new System.Drawing.Point(451, 61);
this.txtTSINFO.Name = "txtTSINFO";
this.txtTSINFO.Size = new System.Drawing.Size(156, 20);
this.txtTSINFO.TabIndex = 66;
//
// txtFINDUSER
//
this.txtFINDUSER.Location = new System.Drawing.Point(451, 23);
this.txtFINDUSER.Name = "txtFINDUSER";
this.txtFINDUSER.Size = new System.Drawing.Size(156, 20);
this.txtFINDUSER.TabIndex = 64;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(35, 232);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(59, 14);
this.label11.TabIndex = 61;
this.label11.Text = "维护时间:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(355, 185);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(47, 14);
this.label10.TabIndex = 60;
this.label10.Text = "维护人:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(351, 64);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 14);
this.label4.TabIndex = 41;
this.label4.Text = "故障现象:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(35, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 14);
this.label2.TabIndex = 39;
this.label2.Text = "报修时间:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(352, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 14);
this.label1.TabIndex = 38;
this.label1.Text = "报修人:";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
this.labelControl1.Location = new System.Drawing.Point(1, 3);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(96, 21);
this.labelControl1.TabIndex = 25;
this.labelControl1.Text = "设备维修记录";
//
// btnCancle
//
this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
this.btnCancle.Appearance.Options.UseFont = true;
this.btnCancle.Appearance.Options.UseForeColor = true;
this.btnCancle.Appearance.Options.UseTextOptions = true;
this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
this.btnCancle.Location = new System.Drawing.Point(561, 303);
this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnCancle.Name = "btnCancle";
this.btnCancle.Size = new System.Drawing.Size(70, 30);
this.btnCancle.TabIndex = 26;
this.btnCancle.Text = "取消";
this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
this.btnClose.Appearance.Options.UseFont = true;
this.btnClose.Appearance.Options.UseForeColor = true;
this.btnClose.Appearance.Options.UseTextOptions = true;
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.Location = new System.Drawing.Point(627, 3);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(26, 21);
this.btnClose.TabIndex = 27;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// FormICSEQPTSAdd
//
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(654, 337);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnCancle);
this.Controls.Add(this.labelControl1);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.btnOK);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormICSEQPTSAdd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormICSEquipmentAdd";
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtDuration.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtREASON.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtTSType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtResult.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSolution.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtTSINFO.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtFINDUSER.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnOK;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.SimpleButton btnCancle;
private DevExpress.XtraEditors.SimpleButton btnClose;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private DevExpress.XtraEditors.TextEdit txtMTIME;
private DevExpress.XtraEditors.TextEdit txtMUSERName;
private DevExpress.XtraEditors.TextEdit txtTSINFO;
private DevExpress.XtraEditors.TextEdit txtFINDUSER;
private DevExpress.XtraEditors.ButtonEdit txtEQPCode;
private System.Windows.Forms.Label label15;
private DevExpress.XtraEditors.TextEdit txtTSType;
private System.Windows.Forms.Label label14;
private DevExpress.XtraEditors.TextEdit txtResult;
private System.Windows.Forms.Label label13;
private DevExpress.XtraEditors.TextEdit txtSolution;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label6;
private DevExpress.XtraEditors.TextEdit txtREASON;
private DevExpress.XtraEditors.TextEdit txtDuration;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DateTimePicker txtFINDMTIME;
}
}