华恒Mes鼎捷代码
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.

576 lines
30 KiB

namespace ICSSoft.Frame.APP
{
partial class FormICSEquipmentAdd
{
/// <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(FormICSEquipmentAdd));
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.txtProperty = new DevExpress.XtraEditors.GridLookUpEdit();
this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.label9 = new System.Windows.Forms.Label();
this.txtISFW = new System.Windows.Forms.CheckBox();
this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
this.txtEQPName = new DevExpress.XtraEditors.TextEdit();
this.label7 = new System.Windows.Forms.Label();
this.txtEQPTypeCode = new DevExpress.XtraEditors.ButtonEdit();
this.txtEQPCode = new DevExpress.XtraEditors.TextEdit();
this.label3 = new System.Windows.Forms.Label();
this.txtTelPhone = new DevExpress.XtraEditors.TextEdit();
this.label14 = new System.Windows.Forms.Label();
this.txtAddress = new DevExpress.XtraEditors.TextEdit();
this.label13 = new System.Windows.Forms.Label();
this.txtCompany = new DevExpress.XtraEditors.TextEdit();
this.label12 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtType = new DevExpress.XtraEditors.TextEdit();
this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
this.txtEQPStatus = new DevExpress.XtraEditors.TextEdit();
this.txtModel = 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.label8 = new System.Windows.Forms.Label();
this.label5 = 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.label15 = new System.Windows.Forms.Label();
this.txtSSCode = new DevExpress.XtraEditors.ButtonEdit();
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.txtProperty.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtEQPName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtEQPTypeCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtTelPhone.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtCompany.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtEQPStatus.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtModel.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSSCode.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(520, 435);
this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(80, 39);
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.txtProperty);
this.panelControl1.Controls.Add(this.label9);
this.panelControl1.Controls.Add(this.txtISFW);
this.panelControl1.Controls.Add(this.labelControl26);
this.panelControl1.Controls.Add(this.txtEQPName);
this.panelControl1.Controls.Add(this.label7);
this.panelControl1.Controls.Add(this.txtEQPTypeCode);
this.panelControl1.Controls.Add(this.txtEQPCode);
this.panelControl1.Controls.Add(this.label3);
this.panelControl1.Controls.Add(this.txtTelPhone);
this.panelControl1.Controls.Add(this.label14);
this.panelControl1.Controls.Add(this.txtAddress);
this.panelControl1.Controls.Add(this.label13);
this.panelControl1.Controls.Add(this.txtCompany);
this.panelControl1.Controls.Add(this.label12);
this.panelControl1.Controls.Add(this.label6);
this.panelControl1.Controls.Add(this.txtType);
this.panelControl1.Controls.Add(this.txtMTIME);
this.panelControl1.Controls.Add(this.txtMUSERName);
this.panelControl1.Controls.Add(this.txtEQPStatus);
this.panelControl1.Controls.Add(this.txtModel);
this.panelControl1.Controls.Add(this.label11);
this.panelControl1.Controls.Add(this.label10);
this.panelControl1.Controls.Add(this.txtEQPDESC);
this.panelControl1.Controls.Add(this.label8);
this.panelControl1.Controls.Add(this.label5);
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, 37);
this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(711, 390);
this.panelControl1.TabIndex = 24;
//
// txtProperty
//
this.txtProperty.EditValue = "";
this.txtProperty.Location = new System.Drawing.Point(486, 168);
this.txtProperty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtProperty.Name = "txtProperty";
this.txtProperty.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtProperty.Properties.NullText = "";
this.txtProperty.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
this.txtProperty.Properties.View = this.gridView5;
this.txtProperty.Size = new System.Drawing.Size(178, 24);
this.txtProperty.TabIndex = 231;
//
// gridView5
//
this.gridView5.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.gridView5.Name = "gridView5";
this.gridView5.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridView5.OptionsView.ShowGroupPanel = false;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(386, 172);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(83, 18);
this.label9.TabIndex = 230;
this.label9.Text = "设备属性:";
//
// txtISFW
//
this.txtISFW.AutoSize = true;
this.txtISFW.Location = new System.Drawing.Point(439, 352);
this.txtISFW.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtISFW.Name = "txtISFW";
this.txtISFW.Size = new System.Drawing.Size(18, 17);
this.txtISFW.TabIndex = 200;
this.txtISFW.UseVisualStyleBackColor = true;
//
// labelControl26
//
this.labelControl26.Location = new System.Drawing.Point(488, 351);
this.labelControl26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl26.Name = "labelControl26";
this.labelControl26.Size = new System.Drawing.Size(105, 18);
this.labelControl26.TabIndex = 199;
this.labelControl26.Text = "是否供应商设备";
//
// txtEQPName
//
this.txtEQPName.Location = new System.Drawing.Point(486, 26);
this.txtEQPName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtEQPName.Name = "txtEQPName";
this.txtEQPName.Size = new System.Drawing.Size(178, 24);
this.txtEQPName.TabIndex = 87;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(386, 30);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(73, 18);
this.label7.TabIndex = 86;
this.label7.Text = "设备名称:";
//
// txtEQPTypeCode
//
this.txtEQPTypeCode.EditValue = "";
this.txtEQPTypeCode.Location = new System.Drawing.Point(486, 123);
this.txtEQPTypeCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtEQPTypeCode.Name = "txtEQPTypeCode";
this.txtEQPTypeCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txtEQPTypeCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtEQPTypeCode.Size = new System.Drawing.Size(178, 24);
this.txtEQPTypeCode.TabIndex = 85;
this.txtEQPTypeCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEType_ButtonClick);
//
// txtEQPCode
//
this.txtEQPCode.Location = new System.Drawing.Point(139, 30);
this.txtEQPCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtEQPCode.Name = "txtEQPCode";
this.txtEQPCode.Size = new System.Drawing.Size(178, 24);
this.txtEQPCode.TabIndex = 84;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(40, 33);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(73, 18);
this.label3.TabIndex = 83;
this.label3.Text = "设备编号:";
//
// txtTelPhone
//
this.txtTelPhone.Location = new System.Drawing.Point(138, 269);
this.txtTelPhone.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtTelPhone.Name = "txtTelPhone";
this.txtTelPhone.Size = new System.Drawing.Size(179, 24);
this.txtTelPhone.TabIndex = 80;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(43, 276);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(73, 18);
this.label14.TabIndex = 79;
this.label14.Text = "联系电话:";
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(488, 253);
this.txtAddress.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(178, 24);
this.txtAddress.TabIndex = 78;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(390, 261);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(73, 18);
this.label13.TabIndex = 77;
this.label13.Text = "联系地址:";
//
// txtCompany
//
this.txtCompany.Location = new System.Drawing.Point(487, 210);
this.txtCompany.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtCompany.Name = "txtCompany";
this.txtCompany.Size = new System.Drawing.Size(177, 24);
this.txtCompany.TabIndex = 76;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(390, 213);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(73, 18);
this.label12.TabIndex = 75;
this.label12.Text = "设备公司:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(383, 126);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(73, 18);
this.label6.TabIndex = 73;
this.label6.Text = "工作中心:";
//
// txtType
//
this.txtType.Location = new System.Drawing.Point(190, 356);
this.txtType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtType.Name = "txtType";
this.txtType.Size = new System.Drawing.Size(130, 24);
this.txtType.TabIndex = 72;
this.txtType.Visible = false;
//
// txtMTIME
//
this.txtMTIME.Location = new System.Drawing.Point(488, 305);
this.txtMTIME.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtMTIME.Name = "txtMTIME";
this.txtMTIME.Size = new System.Drawing.Size(178, 24);
this.txtMTIME.TabIndex = 68;
//
// txtMUSERName
//
this.txtMUSERName.Location = new System.Drawing.Point(139, 323);
this.txtMUSERName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtMUSERName.Name = "txtMUSERName";
this.txtMUSERName.Size = new System.Drawing.Size(181, 24);
this.txtMUSERName.TabIndex = 67;
//
// txtEQPStatus
//
this.txtEQPStatus.Location = new System.Drawing.Point(488, 75);
this.txtEQPStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtEQPStatus.Name = "txtEQPStatus";
this.txtEQPStatus.Size = new System.Drawing.Size(178, 24);
this.txtEQPStatus.TabIndex = 66;
//
// txtModel
//
this.txtModel.Location = new System.Drawing.Point(139, 75);
this.txtModel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtModel.Name = "txtModel";
this.txtModel.Size = new System.Drawing.Size(178, 24);
this.txtModel.TabIndex = 64;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(390, 309);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(73, 18);
this.label11.TabIndex = 61;
this.label11.Text = "维护时间:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(43, 327);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(58, 18);
this.label10.TabIndex = 60;
this.label10.Text = "维护人:";
//
// txtEQPDESC
//
this.txtEQPDESC.Location = new System.Drawing.Point(141, 123);
this.txtEQPDESC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtEQPDESC.Name = "txtEQPDESC";
this.txtEQPDESC.Size = new System.Drawing.Size(179, 122);
this.txtEQPDESC.TabIndex = 53;
this.txtEQPDESC.Text = "";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(41, 176);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(0, 18);
this.label8.TabIndex = 48;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(42, 176);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(73, 18);
this.label5.TabIndex = 42;
this.label5.Text = "设备描述:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(387, 78);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(73, 18);
this.label4.TabIndex = 41;
this.label4.Text = "设备状态:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(35, 360);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(160, 18);
this.label2.TabIndex = 39;
this.label2.Text = "设备类型(自定义参数):";
this.label2.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(39, 78);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(43, 18);
this.label1.TabIndex = 38;
this.label1.Text = "品牌:";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(218, 441);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(73, 18);
this.label15.TabIndex = 81;
this.label15.Text = "产线代码:";
this.label15.Visible = false;
//
// txtSSCode
//
this.txtSSCode.EditValue = "";
this.txtSSCode.Location = new System.Drawing.Point(317, 437);
this.txtSSCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtSSCode.Name = "txtSSCode";
this.txtSSCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txtSSCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtSSCode.Size = new System.Drawing.Size(178, 24);
this.txtSSCode.TabIndex = 69;
this.txtSSCode.Visible = false;
this.txtSSCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtSSCode_ButtonClick);
//
// 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, 4);
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(120, 27);
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(607, 435);
this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnCancle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnCancle.Name = "btnCancle";
this.btnCancle.Size = new System.Drawing.Size(80, 39);
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(682, 4);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(30, 27);
this.btnClose.TabIndex = 27;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// FormICSEquipmentAdd
//
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(713, 478);
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.Controls.Add(this.txtSSCode);
this.Controls.Add(this.label15);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "FormICSEquipmentAdd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormICSEquipmentAdd";
this.Load += new System.EventHandler(this.FormICSEquipmentAdd_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtProperty.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtEQPName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtEQPTypeCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtTelPhone.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtCompany.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtEQPStatus.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtModel.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSSCode.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 label8;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RichTextBox txtEQPDESC;
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 txtEQPStatus;
private DevExpress.XtraEditors.TextEdit txtModel;
private DevExpress.XtraEditors.ButtonEdit txtSSCode;
private System.Windows.Forms.Label label15;
private DevExpress.XtraEditors.TextEdit txtTelPhone;
private System.Windows.Forms.Label label14;
private DevExpress.XtraEditors.TextEdit txtAddress;
private System.Windows.Forms.Label label13;
private DevExpress.XtraEditors.TextEdit txtCompany;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label6;
private DevExpress.XtraEditors.TextEdit txtType;
private DevExpress.XtraEditors.TextEdit txtEQPCode;
private System.Windows.Forms.Label label3;
private DevExpress.XtraEditors.ButtonEdit txtEQPTypeCode;
private DevExpress.XtraEditors.TextEdit txtEQPName;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.CheckBox txtISFW;
private DevExpress.XtraEditors.LabelControl labelControl26;
private DevExpress.XtraEditors.GridLookUpEdit txtProperty;
private DevExpress.XtraGrid.Views.Grid.GridView gridView5;
private System.Windows.Forms.Label label9;
}
}