You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
303 lines
16 KiB
303 lines
16 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSEquipmentRepair
|
|
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSEquipmentRepair));
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
this.txtTSINFO = new System.Windows.Forms.RichTextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.txtEQPCode = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.txtEType = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtFINDMTIME = 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.txtEQPDESC = new System.Windows.Forms.RichTextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEType.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtFINDMTIME.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtFINDUSER.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.btnCancle);
|
|
this.panelControl1.Controls.Add(this.btnOK);
|
|
this.panelControl1.Controls.Add(this.txtTSINFO);
|
|
this.panelControl1.Controls.Add(this.label2);
|
|
this.panelControl1.Controls.Add(this.label15);
|
|
this.panelControl1.Controls.Add(this.txtEQPCode);
|
|
this.panelControl1.Controls.Add(this.txtEType);
|
|
this.panelControl1.Controls.Add(this.label6);
|
|
this.panelControl1.Controls.Add(this.txtFINDMTIME);
|
|
this.panelControl1.Controls.Add(this.txtFINDUSER);
|
|
this.panelControl1.Controls.Add(this.label11);
|
|
this.panelControl1.Controls.Add(this.label10);
|
|
this.panelControl1.Controls.Add(this.txtEQPDESC);
|
|
this.panelControl1.Controls.Add(this.label5);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 29);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(754, 329);
|
|
this.panelControl1.TabIndex = 24;
|
|
//
|
|
// btnCancle
|
|
//
|
|
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(202, 258);
|
|
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 = 91;
|
|
this.btnCancle.Text = "取消";
|
|
this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
|
|
//
|
|
// btnOK
|
|
//
|
|
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(126, 258);
|
|
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 = 90;
|
|
this.btnOK.Text = "保存";
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// txtTSINFO
|
|
//
|
|
this.txtTSINFO.Location = new System.Drawing.Point(126, 134);
|
|
this.txtTSINFO.Name = "txtTSINFO";
|
|
this.txtTSINFO.Size = new System.Drawing.Size(156, 82);
|
|
this.txtTSINFO.TabIndex = 89;
|
|
this.txtTSINFO.Text = "";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(36, 143);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(59, 14);
|
|
this.label2.TabIndex = 88;
|
|
this.label2.Text = "故障现象:";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(347, 26);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(35, 14);
|
|
this.label15.TabIndex = 87;
|
|
this.label15.Text = "设备:";
|
|
//
|
|
// txtEQPCode
|
|
//
|
|
this.txtEQPCode.EditValue = "";
|
|
this.txtEQPCode.Location = new System.Drawing.Point(435, 20);
|
|
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 = 86;
|
|
this.txtEQPCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEQPCode_ButtonClick);
|
|
//
|
|
// txtEType
|
|
//
|
|
this.txtEType.EditValue = "";
|
|
this.txtEType.Location = new System.Drawing.Point(126, 23);
|
|
this.txtEType.Name = "txtEType";
|
|
this.txtEType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.txtEType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.txtEType.Size = new System.Drawing.Size(156, 20);
|
|
this.txtEType.TabIndex = 85;
|
|
this.txtEType.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEType_ButtonClick);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(38, 26);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(59, 14);
|
|
this.label6.TabIndex = 73;
|
|
this.label6.Text = "设备类型:";
|
|
//
|
|
// txtFINDMTIME
|
|
//
|
|
this.txtFINDMTIME.Location = new System.Drawing.Point(431, 196);
|
|
this.txtFINDMTIME.Name = "txtFINDMTIME";
|
|
this.txtFINDMTIME.Size = new System.Drawing.Size(156, 20);
|
|
this.txtFINDMTIME.TabIndex = 68;
|
|
//
|
|
// txtFINDUSER
|
|
//
|
|
this.txtFINDUSER.Location = new System.Drawing.Point(431, 134);
|
|
this.txtFINDUSER.Name = "txtFINDUSER";
|
|
this.txtFINDUSER.Size = new System.Drawing.Size(152, 20);
|
|
this.txtFINDUSER.TabIndex = 67;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(346, 199);
|
|
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(350, 137);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(47, 14);
|
|
this.label10.TabIndex = 60;
|
|
this.label10.Text = "报修人:";
|
|
//
|
|
// txtEQPDESC
|
|
//
|
|
this.txtEQPDESC.Location = new System.Drawing.Point(126, 69);
|
|
this.txtEQPDESC.Name = "txtEQPDESC";
|
|
this.txtEQPDESC.Size = new System.Drawing.Size(156, 23);
|
|
this.txtEQPDESC.TabIndex = 53;
|
|
this.txtEQPDESC.Text = "";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(36, 78);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(59, 14);
|
|
this.label5.TabIndex = 42;
|
|
this.label5.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(64, 21);
|
|
this.labelControl1.TabIndex = 25;
|
|
this.labelControl1.Text = "设备报修";
|
|
//
|
|
// 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(729, 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);
|
|
//
|
|
// FormICSEquipmentRepair
|
|
//
|
|
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(756, 398);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FormICSEquipmentRepair";
|
|
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.txtEQPCode.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEType.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtFINDMTIME.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtFINDUSER.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private System.Windows.Forms.RichTextBox txtTSINFO;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label15;
|
|
private DevExpress.XtraEditors.ButtonEdit txtEQPCode;
|
|
private DevExpress.XtraEditors.ButtonEdit txtEType;
|
|
private System.Windows.Forms.Label label6;
|
|
private DevExpress.XtraEditors.TextEdit txtFINDMTIME;
|
|
private DevExpress.XtraEditors.TextEdit txtFINDUSER;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.RichTextBox txtEQPDESC;
|
|
private System.Windows.Forms.Label label5;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancle;
|
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
|
}
|
|
}
|