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.
306 lines
16 KiB
306 lines
16 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSEQPShutdownAdd
|
|
|
|
{
|
|
/// <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(FormICSEQPShutdownAdd));
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.DTP_TStart = new System.Windows.Forms.DateTimePicker();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtReason = new DevExpress.XtraEditors.TextEdit();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.txtEQPCode = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.DTP_TEnd = new System.Windows.Forms.DateTimePicker();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtEQPName = new DevExpress.XtraEditors.TextEdit();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtEQPType = new DevExpress.XtraEditors.TextEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtReason.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEQPName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEQPType.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(157, 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 = 6;
|
|
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.DTP_TEnd);
|
|
this.panelControl1.Controls.Add(this.DTP_TStart);
|
|
this.panelControl1.Controls.Add(this.label3);
|
|
this.panelControl1.Controls.Add(this.txtEQPType);
|
|
this.panelControl1.Controls.Add(this.label5);
|
|
this.panelControl1.Controls.Add(this.txtEQPName);
|
|
this.panelControl1.Controls.Add(this.label4);
|
|
this.panelControl1.Controls.Add(this.txtReason);
|
|
this.panelControl1.Controls.Add(this.label13);
|
|
this.panelControl1.Controls.Add(this.label1);
|
|
this.panelControl1.Controls.Add(this.txtEQPCode);
|
|
this.panelControl1.Controls.Add(this.label2);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 29);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(324, 268);
|
|
this.panelControl1.TabIndex = 24;
|
|
//
|
|
// DTP_TStart
|
|
//
|
|
this.DTP_TStart.CustomFormat = "yyyy/MM/dd HH:mm:ss";
|
|
this.DTP_TStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.DTP_TStart.Location = new System.Drawing.Point(120, 129);
|
|
this.DTP_TStart.Name = "DTP_TStart";
|
|
this.DTP_TStart.ShowUpDown = true;
|
|
this.DTP_TStart.Size = new System.Drawing.Size(156, 22);
|
|
this.DTP_TStart.TabIndex = 3;
|
|
//
|
|
// 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, 216);
|
|
this.txtReason.Name = "txtReason";
|
|
this.txtReason.Size = new System.Drawing.Size(156, 20);
|
|
this.txtReason.TabIndex = 5;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(35, 219);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(35, 14);
|
|
this.label13.TabIndex = 77;
|
|
this.label13.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 = 0;
|
|
this.txtEQPCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEQPCode_ButtonClick);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(35, 133);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(59, 14);
|
|
this.label2.TabIndex = 39;
|
|
this.label2.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(233, 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 = 7;
|
|
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(299, 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 = 8;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(35, 171);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(59, 14);
|
|
this.label1.TabIndex = 39;
|
|
this.label1.Text = "结束时间:";
|
|
//
|
|
// DTP_TEnd
|
|
//
|
|
this.DTP_TEnd.CustomFormat = "yyyy/MM/dd HH:mm:ss";
|
|
this.DTP_TEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.DTP_TEnd.Location = new System.Drawing.Point(120, 167);
|
|
this.DTP_TEnd.Name = "DTP_TEnd";
|
|
this.DTP_TEnd.ShowUpDown = true;
|
|
this.DTP_TEnd.Size = new System.Drawing.Size(156, 22);
|
|
this.DTP_TEnd.TabIndex = 4;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(35, 61);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(59, 14);
|
|
this.label4.TabIndex = 77;
|
|
this.label4.Text = "设备名称:";
|
|
//
|
|
// txtEQPName
|
|
//
|
|
this.txtEQPName.Location = new System.Drawing.Point(120, 58);
|
|
this.txtEQPName.Name = "txtEQPName";
|
|
this.txtEQPName.Properties.ReadOnly = true;
|
|
this.txtEQPName.Size = new System.Drawing.Size(156, 20);
|
|
this.txtEQPName.TabIndex = 1;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(35, 96);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(59, 14);
|
|
this.label5.TabIndex = 77;
|
|
this.label5.Text = "设备型号:";
|
|
//
|
|
// txtEQPType
|
|
//
|
|
this.txtEQPType.Location = new System.Drawing.Point(120, 93);
|
|
this.txtEQPType.Name = "txtEQPType";
|
|
this.txtEQPType.Properties.ReadOnly = true;
|
|
this.txtEQPType.Size = new System.Drawing.Size(156, 20);
|
|
this.txtEQPType.TabIndex = 2;
|
|
//
|
|
// FormICSEQPShutdownAdd
|
|
//
|
|
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(326, 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 = "FormICSEQPShutdownAdd";
|
|
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.txtReason.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEQPName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEQPType.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 label2;
|
|
private DevExpress.XtraEditors.ButtonEdit txtEQPCode;
|
|
private DevExpress.XtraEditors.TextEdit txtReason;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.DateTimePicker DTP_TStart;
|
|
private System.Windows.Forms.DateTimePicker DTP_TEnd;
|
|
private DevExpress.XtraEditors.TextEdit txtEQPType;
|
|
private System.Windows.Forms.Label label5;
|
|
private DevExpress.XtraEditors.TextEdit txtEQPName;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
}
|