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.
368 lines
19 KiB
368 lines
19 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSROUTAdd
|
|
{
|
|
/// <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(FormICSROUTAdd));
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtROUTETYPE = new System.Windows.Forms.ComboBox();
|
|
this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txtENABLED = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.dtIVLDATE = new System.Windows.Forms.DateTimePicker();
|
|
this.dtEFFDATE = new System.Windows.Forms.DateTimePicker();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtROUTEDESC = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtROUTECODE = new DevExpress.XtraEditors.TextEdit();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
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.txtMTIME.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtROUTEDESC.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtROUTECODE.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(0, 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 = 26;
|
|
this.labelControl1.Text = "班制信息编辑";
|
|
//
|
|
// 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.txtROUTETYPE);
|
|
this.panelControl1.Controls.Add(this.txtMTIME);
|
|
this.panelControl1.Controls.Add(this.txtMUSERName);
|
|
this.panelControl1.Controls.Add(this.label8);
|
|
this.panelControl1.Controls.Add(this.label7);
|
|
this.panelControl1.Controls.Add(this.txtENABLED);
|
|
this.panelControl1.Controls.Add(this.label6);
|
|
this.panelControl1.Controls.Add(this.dtIVLDATE);
|
|
this.panelControl1.Controls.Add(this.dtEFFDATE);
|
|
this.panelControl1.Controls.Add(this.label5);
|
|
this.panelControl1.Controls.Add(this.label4);
|
|
this.panelControl1.Controls.Add(this.label3);
|
|
this.panelControl1.Controls.Add(this.txtROUTEDESC);
|
|
this.panelControl1.Controls.Add(this.txtROUTECODE);
|
|
this.panelControl1.Controls.Add(this.label2);
|
|
this.panelControl1.Controls.Add(this.label1);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 39);
|
|
this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(363, 381);
|
|
this.panelControl1.TabIndex = 27;
|
|
//
|
|
// txtROUTETYPE
|
|
//
|
|
this.txtROUTETYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtROUTETYPE.FormattingEnabled = true;
|
|
this.txtROUTETYPE.Items.AddRange(new object[] {
|
|
"Rework",
|
|
"Scrap",
|
|
"Normal",
|
|
"Refllow"});
|
|
this.txtROUTETYPE.Location = new System.Drawing.Point(163, 150);
|
|
this.txtROUTETYPE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtROUTETYPE.Name = "txtROUTETYPE";
|
|
this.txtROUTETYPE.Size = new System.Drawing.Size(143, 26);
|
|
this.txtROUTETYPE.TabIndex = 86;
|
|
//
|
|
// txtMTIME
|
|
//
|
|
this.txtMTIME.Location = new System.Drawing.Point(163, 319);
|
|
this.txtMTIME.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMTIME.Name = "txtMTIME";
|
|
this.txtMTIME.Size = new System.Drawing.Size(144, 24);
|
|
this.txtMTIME.TabIndex = 85;
|
|
//
|
|
// txtMUSERName
|
|
//
|
|
this.txtMUSERName.Location = new System.Drawing.Point(164, 269);
|
|
this.txtMUSERName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMUSERName.Name = "txtMUSERName";
|
|
this.txtMUSERName.Size = new System.Drawing.Size(144, 24);
|
|
this.txtMUSERName.TabIndex = 84;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(70, 323);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(83, 18);
|
|
this.label8.TabIndex = 83;
|
|
this.label8.Text = "维护日期:";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(70, 273);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(68, 18);
|
|
this.label7.TabIndex = 82;
|
|
this.label7.Text = "维护人:";
|
|
//
|
|
// txtENABLED
|
|
//
|
|
this.txtENABLED.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtENABLED.FormattingEnabled = true;
|
|
this.txtENABLED.Items.AddRange(new object[] {
|
|
"生效",
|
|
"失效"});
|
|
this.txtENABLED.Location = new System.Drawing.Point(163, 210);
|
|
this.txtENABLED.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtENABLED.Name = "txtENABLED";
|
|
this.txtENABLED.Size = new System.Drawing.Size(143, 26);
|
|
this.txtENABLED.TabIndex = 80;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(70, 213);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(89, 18);
|
|
this.label6.TabIndex = 79;
|
|
this.label6.Text = "生效/失效:";
|
|
//
|
|
// dtIVLDATE
|
|
//
|
|
this.dtIVLDATE.Location = new System.Drawing.Point(163, 383);
|
|
this.dtIVLDATE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.dtIVLDATE.Name = "dtIVLDATE";
|
|
this.dtIVLDATE.Size = new System.Drawing.Size(143, 26);
|
|
this.dtIVLDATE.TabIndex = 78;
|
|
this.dtIVLDATE.Visible = false;
|
|
//
|
|
// dtEFFDATE
|
|
//
|
|
this.dtEFFDATE.Location = new System.Drawing.Point(163, 349);
|
|
this.dtEFFDATE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.dtEFFDATE.Name = "dtEFFDATE";
|
|
this.dtEFFDATE.Size = new System.Drawing.Size(143, 26);
|
|
this.dtEFFDATE.TabIndex = 77;
|
|
this.dtEFFDATE.Visible = false;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(70, 383);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(83, 18);
|
|
this.label5.TabIndex = 76;
|
|
this.label5.Text = "失效日期:";
|
|
this.label5.Visible = false;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(70, 351);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(83, 18);
|
|
this.label4.TabIndex = 75;
|
|
this.label4.Text = "生效日期:";
|
|
this.label4.Visible = false;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(69, 154);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(83, 18);
|
|
this.label3.TabIndex = 74;
|
|
this.label3.Text = "途程类别:";
|
|
//
|
|
// txtROUTEDESC
|
|
//
|
|
this.txtROUTEDESC.Location = new System.Drawing.Point(162, 95);
|
|
this.txtROUTEDESC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtROUTEDESC.Name = "txtROUTEDESC";
|
|
this.txtROUTEDESC.Size = new System.Drawing.Size(144, 24);
|
|
this.txtROUTEDESC.TabIndex = 73;
|
|
//
|
|
// txtROUTECODE
|
|
//
|
|
this.txtROUTECODE.Location = new System.Drawing.Point(162, 35);
|
|
this.txtROUTECODE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtROUTECODE.Name = "txtROUTECODE";
|
|
this.txtROUTECODE.Size = new System.Drawing.Size(144, 24);
|
|
this.txtROUTECODE.TabIndex = 72;
|
|
this.txtROUTECODE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtROUTECODE_KeyDown);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(69, 99);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(83, 18);
|
|
this.label2.TabIndex = 71;
|
|
this.label2.Text = "途程描述:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(69, 39);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(83, 18);
|
|
this.label1.TabIndex = 70;
|
|
this.label1.Text = "途程代码:";
|
|
//
|
|
// 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(200, 428);
|
|
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 = 28;
|
|
this.btnOK.Text = "保存";
|
|
this.btnOK.Click += new System.EventHandler(this.save_Click);
|
|
//
|
|
// 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(285, 428);
|
|
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 = 29;
|
|
this.btnCancle.Text = "取消";
|
|
this.btnCancle.Click += new System.EventHandler(this.can_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(335, 1);
|
|
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, 37);
|
|
this.btnClose.TabIndex = 30;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// FormICSROUTAdd
|
|
//
|
|
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(366, 471);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnCancle);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "FormICSROUTAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormTBLROUTEAdd";
|
|
this.Load += new System.EventHandler(this.FormICSItenLotAdd_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtROUTEDESC.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtROUTECODE.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancle;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.TextEdit txtMTIME;
|
|
private DevExpress.XtraEditors.TextEdit txtMUSERName;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.ComboBox txtENABLED;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.DateTimePicker dtIVLDATE;
|
|
private System.Windows.Forms.DateTimePicker dtEFFDATE;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private DevExpress.XtraEditors.TextEdit txtROUTEDESC;
|
|
private DevExpress.XtraEditors.TextEdit txtROUTECODE;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox txtROUTETYPE;
|
|
}
|
|
}
|