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.
715 lines
39 KiB
715 lines
39 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSMOAdd
|
|
{
|
|
/// <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(FormICSMOAdd));
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.save = new DevExpress.XtraEditors.SimpleButton();
|
|
this.can = new DevExpress.XtraEditors.SimpleButton();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtMOCODE1 = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtMOMEMO = new System.Windows.Forms.TextBox();
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtMOPLANQTY = new System.Windows.Forms.TextBox();
|
|
this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl23 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtFACTORY = new System.Windows.Forms.TextBox();
|
|
this.txtMODESC = new System.Windows.Forms.RichTextBox();
|
|
this.txtCUSORDERNO = new System.Windows.Forms.TextBox();
|
|
this.txtMOUSER = new System.Windows.Forms.TextBox();
|
|
this.labelControl24 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtMOSTATUS = new System.Windows.Forms.ComboBox();
|
|
this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl29 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl31 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl33 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtOFFMOQTY = new System.Windows.Forms.TextBox();
|
|
this.labelControl38 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl42 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl50 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtMORemark = new System.Windows.Forms.TextBox();
|
|
this.txtMOBOM = new System.Windows.Forms.TextBox();
|
|
this.txtMOPLANSTARTDATE = new System.Windows.Forms.DateTimePicker();
|
|
this.txtMOPLANENDDATE = new System.Windows.Forms.DateTimePicker();
|
|
this.txtMODOWNDATE = new System.Windows.Forms.DateTimePicker();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtMOSEQ = new System.Windows.Forms.TextBox();
|
|
this.txtMOTYPE = new System.Windows.Forms.TextBox();
|
|
this.textMOUSER = new System.Windows.Forms.TextBox();
|
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtMOCODE = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtMoRoute = new System.Windows.Forms.ComboBox();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtITEMCODE = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.txtMOPENDINGCAUSE = new System.Windows.Forms.RichTextBox();
|
|
this.txtISCONINPUT = new System.Windows.Forms.CheckBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMOCODE1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMOCODE.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(568, 0);
|
|
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 = 5;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lblTitle.Location = new System.Drawing.Point(1, 1);
|
|
this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(126, 30);
|
|
this.lblTitle.TabIndex = 6;
|
|
this.lblTitle.Text = "编辑";
|
|
//
|
|
// save
|
|
//
|
|
this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.save.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.save.Appearance.Options.UseFont = true;
|
|
this.save.Appearance.Options.UseForeColor = true;
|
|
this.save.Appearance.Options.UseTextOptions = true;
|
|
this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
|
|
this.save.Location = new System.Drawing.Point(435, 423);
|
|
this.save.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.save.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.save.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.save.Name = "save";
|
|
this.save.Size = new System.Drawing.Size(80, 39);
|
|
this.save.TabIndex = 81;
|
|
this.save.Text = "保存";
|
|
this.save.Click += new System.EventHandler(this.save_Click);
|
|
//
|
|
// can
|
|
//
|
|
this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.can.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.can.Appearance.Options.UseFont = true;
|
|
this.can.Appearance.Options.UseForeColor = true;
|
|
this.can.Appearance.Options.UseTextOptions = true;
|
|
this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
|
|
this.can.Location = new System.Drawing.Point(518, 423);
|
|
this.can.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.can.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.can.Name = "can";
|
|
this.can.Size = new System.Drawing.Size(80, 39);
|
|
this.can.TabIndex = 91;
|
|
this.can.Text = "取消";
|
|
this.can.Click += new System.EventHandler(this.can_Click);
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(30, 392);
|
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(98, 18);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "*生产订单号:";
|
|
this.labelControl1.Visible = false;
|
|
//
|
|
// txtMOCODE1
|
|
//
|
|
this.txtMOCODE1.EnterMoveNextControl = true;
|
|
this.txtMOCODE1.Location = new System.Drawing.Point(150, 388);
|
|
this.txtMOCODE1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMOCODE1.Name = "txtMOCODE1";
|
|
this.txtMOCODE1.Size = new System.Drawing.Size(135, 24);
|
|
this.txtMOCODE1.TabIndex = 77;
|
|
this.txtMOCODE1.Visible = false;
|
|
//
|
|
// labelControl5
|
|
//
|
|
this.labelControl5.Location = new System.Drawing.Point(38, 81);
|
|
this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl5.Name = "labelControl5";
|
|
this.labelControl5.Size = new System.Drawing.Size(75, 18);
|
|
this.labelControl5.TabIndex = 91;
|
|
this.labelControl5.Text = "工单备注:";
|
|
//
|
|
// labelControl6
|
|
//
|
|
this.labelControl6.Location = new System.Drawing.Point(623, 212);
|
|
this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl6.Name = "labelControl6";
|
|
this.labelControl6.Size = new System.Drawing.Size(83, 18);
|
|
this.labelControl6.TabIndex = 92;
|
|
this.labelControl6.Text = "*工单类型:";
|
|
this.labelControl6.Visible = false;
|
|
//
|
|
// labelControl7
|
|
//
|
|
this.labelControl7.Location = new System.Drawing.Point(330, 26);
|
|
this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl7.Name = "labelControl7";
|
|
this.labelControl7.Size = new System.Drawing.Size(75, 18);
|
|
this.labelControl7.TabIndex = 93;
|
|
this.labelControl7.Text = "工单描述:";
|
|
//
|
|
// txtMOMEMO
|
|
//
|
|
this.txtMOMEMO.Location = new System.Drawing.Point(150, 81);
|
|
this.txtMOMEMO.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMOMEMO.Name = "txtMOMEMO";
|
|
this.txtMOMEMO.Size = new System.Drawing.Size(138, 26);
|
|
this.txtMOMEMO.TabIndex = 94;
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Location = new System.Drawing.Point(30, 139);
|
|
this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(98, 18);
|
|
this.labelControl4.TabIndex = 99;
|
|
this.labelControl4.Text = "*计划产出量:";
|
|
//
|
|
// labelControl11
|
|
//
|
|
this.labelControl11.Location = new System.Drawing.Point(30, 188);
|
|
this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl11.Name = "labelControl11";
|
|
this.labelControl11.Size = new System.Drawing.Size(113, 18);
|
|
this.labelControl11.TabIndex = 103;
|
|
this.labelControl11.Text = "*预计开工日期:";
|
|
//
|
|
// labelControl12
|
|
//
|
|
this.labelControl12.Location = new System.Drawing.Point(320, 192);
|
|
this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl12.Name = "labelControl12";
|
|
this.labelControl12.Size = new System.Drawing.Size(113, 18);
|
|
this.labelControl12.TabIndex = 104;
|
|
this.labelControl12.Text = "*预计完工日期:";
|
|
//
|
|
// txtMOPLANQTY
|
|
//
|
|
this.txtMOPLANQTY.Location = new System.Drawing.Point(150, 135);
|
|
this.txtMOPLANQTY.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMOPLANQTY.Name = "txtMOPLANQTY";
|
|
this.txtMOPLANQTY.Size = new System.Drawing.Size(138, 26);
|
|
this.txtMOPLANQTY.TabIndex = 109;
|
|
//
|
|
// labelControl15
|
|
//
|
|
this.labelControl15.Location = new System.Drawing.Point(646, 325);
|
|
this.labelControl15.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl15.Name = "labelControl15";
|
|
this.labelControl15.Size = new System.Drawing.Size(45, 18);
|
|
this.labelControl15.TabIndex = 117;
|
|
this.labelControl15.Text = "工厂:";
|
|
this.labelControl15.Visible = false;
|
|
//
|
|
// labelControl18
|
|
//
|
|
this.labelControl18.Location = new System.Drawing.Point(330, 132);
|
|
this.labelControl18.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl18.Name = "labelControl18";
|
|
this.labelControl18.Size = new System.Drawing.Size(90, 18);
|
|
this.labelControl18.TabIndex = 120;
|
|
this.labelControl18.Text = "客户订单号:";
|
|
//
|
|
// labelControl22
|
|
//
|
|
this.labelControl22.Location = new System.Drawing.Point(30, 240);
|
|
this.labelControl22.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl22.Name = "labelControl22";
|
|
this.labelControl22.Size = new System.Drawing.Size(75, 18);
|
|
this.labelControl22.TabIndex = 124;
|
|
this.labelControl22.Text = "开立人员:";
|
|
//
|
|
// labelControl23
|
|
//
|
|
this.labelControl23.Location = new System.Drawing.Point(320, 240);
|
|
this.labelControl23.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl23.Name = "labelControl23";
|
|
this.labelControl23.Size = new System.Drawing.Size(83, 18);
|
|
this.labelControl23.TabIndex = 125;
|
|
this.labelControl23.Text = "*开立日期:";
|
|
//
|
|
// txtFACTORY
|
|
//
|
|
this.txtFACTORY.Location = new System.Drawing.Point(741, 321);
|
|
this.txtFACTORY.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtFACTORY.Name = "txtFACTORY";
|
|
this.txtFACTORY.Size = new System.Drawing.Size(138, 26);
|
|
this.txtFACTORY.TabIndex = 126;
|
|
this.txtFACTORY.Visible = false;
|
|
//
|
|
// txtMODESC
|
|
//
|
|
this.txtMODESC.Location = new System.Drawing.Point(449, 22);
|
|
this.txtMODESC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMODESC.Name = "txtMODESC";
|
|
this.txtMODESC.Size = new System.Drawing.Size(138, 76);
|
|
this.txtMODESC.TabIndex = 72;
|
|
this.txtMODESC.Text = "";
|
|
//
|
|
// txtCUSORDERNO
|
|
//
|
|
this.txtCUSORDERNO.Location = new System.Drawing.Point(446, 129);
|
|
this.txtCUSORDERNO.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtCUSORDERNO.Name = "txtCUSORDERNO";
|
|
this.txtCUSORDERNO.Size = new System.Drawing.Size(138, 26);
|
|
this.txtCUSORDERNO.TabIndex = 130;
|
|
//
|
|
// txtMOUSER
|
|
//
|
|
this.txtMOUSER.Location = new System.Drawing.Point(150, 237);
|
|
this.txtMOUSER.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMOUSER.Name = "txtMOUSER";
|
|
this.txtMOUSER.Size = new System.Drawing.Size(138, 26);
|
|
this.txtMOUSER.TabIndex = 133;
|
|
//
|
|
// labelControl24
|
|
//
|
|
this.labelControl24.Location = new System.Drawing.Point(320, 289);
|
|
this.labelControl24.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl24.Name = "labelControl24";
|
|
this.labelControl24.Size = new System.Drawing.Size(83, 18);
|
|
this.labelControl24.TabIndex = 135;
|
|
this.labelControl24.Text = "*生产状态:";
|
|
//
|
|
// txtMOSTATUS
|
|
//
|
|
this.txtMOSTATUS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtMOSTATUS.FormattingEnabled = true;
|
|
this.txtMOSTATUS.Items.AddRange(new object[] {
|
|
"初始",
|
|
"下发",
|
|
"生产中",
|
|
"关单",
|
|
"暂停"});
|
|
this.txtMOSTATUS.Location = new System.Drawing.Point(449, 287);
|
|
this.txtMOSTATUS.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMOSTATUS.Name = "txtMOSTATUS";
|
|
this.txtMOSTATUS.Size = new System.Drawing.Size(134, 26);
|
|
this.txtMOSTATUS.TabIndex = 136;
|
|
//
|
|
// labelControl26
|
|
//
|
|
this.labelControl26.Location = new System.Drawing.Point(625, 386);
|
|
this.labelControl26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl26.Name = "labelControl26";
|
|
this.labelControl26.Size = new System.Drawing.Size(143, 18);
|
|
this.labelControl26.TabIndex = 138;
|
|
this.labelControl26.Text = "*是否限制工单投入:";
|
|
this.labelControl26.Visible = false;
|
|
this.labelControl26.Click += new System.EventHandler(this.labelControl26_Click);
|
|
//
|
|
// labelControl29
|
|
//
|
|
this.labelControl29.Location = new System.Drawing.Point(30, 293);
|
|
this.labelControl29.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl29.Name = "labelControl29";
|
|
this.labelControl29.Size = new System.Drawing.Size(83, 18);
|
|
this.labelControl29.TabIndex = 145;
|
|
this.labelControl29.Text = "*产品料号:";
|
|
//
|
|
// labelControl31
|
|
//
|
|
this.labelControl31.Location = new System.Drawing.Point(625, 103);
|
|
this.labelControl31.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl31.Name = "labelControl31";
|
|
this.labelControl31.Size = new System.Drawing.Size(105, 18);
|
|
this.labelControl31.TabIndex = 148;
|
|
this.labelControl31.Text = "工单暂停原因:";
|
|
this.labelControl31.Visible = false;
|
|
//
|
|
// labelControl33
|
|
//
|
|
this.labelControl33.Location = new System.Drawing.Point(616, 266);
|
|
this.labelControl33.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl33.Name = "labelControl33";
|
|
this.labelControl33.Size = new System.Drawing.Size(105, 18);
|
|
this.labelControl33.TabIndex = 150;
|
|
this.labelControl33.Text = "脱离工单数量:";
|
|
this.labelControl33.Visible = false;
|
|
//
|
|
// txtOFFMOQTY
|
|
//
|
|
this.txtOFFMOQTY.Location = new System.Drawing.Point(741, 262);
|
|
this.txtOFFMOQTY.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtOFFMOQTY.Name = "txtOFFMOQTY";
|
|
this.txtOFFMOQTY.Size = new System.Drawing.Size(134, 26);
|
|
this.txtOFFMOQTY.TabIndex = 157;
|
|
this.txtOFFMOQTY.Visible = false;
|
|
//
|
|
// labelControl38
|
|
//
|
|
this.labelControl38.Location = new System.Drawing.Point(862, 545);
|
|
this.labelControl38.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl38.Name = "labelControl38";
|
|
this.labelControl38.Size = new System.Drawing.Size(0, 18);
|
|
this.labelControl38.TabIndex = 162;
|
|
//
|
|
// labelControl42
|
|
//
|
|
this.labelControl42.Location = new System.Drawing.Point(317, 390);
|
|
this.labelControl42.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl42.Name = "labelControl42";
|
|
this.labelControl42.Size = new System.Drawing.Size(115, 18);
|
|
this.labelControl42.TabIndex = 166;
|
|
this.labelControl42.Text = "*工单BOM版本:";
|
|
this.labelControl42.Visible = false;
|
|
//
|
|
// labelControl50
|
|
//
|
|
this.labelControl50.Location = new System.Drawing.Point(625, 39);
|
|
this.labelControl50.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl50.Name = "labelControl50";
|
|
this.labelControl50.Size = new System.Drawing.Size(83, 18);
|
|
this.labelControl50.TabIndex = 174;
|
|
this.labelControl50.Text = "*工单备注:";
|
|
this.labelControl50.Visible = false;
|
|
//
|
|
// txtMORemark
|
|
//
|
|
this.txtMORemark.Location = new System.Drawing.Point(741, 32);
|
|
this.txtMORemark.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMORemark.Name = "txtMORemark";
|
|
this.txtMORemark.Size = new System.Drawing.Size(138, 26);
|
|
this.txtMORemark.TabIndex = 175;
|
|
this.txtMORemark.Visible = false;
|
|
//
|
|
// txtMOBOM
|
|
//
|
|
this.txtMOBOM.Location = new System.Drawing.Point(446, 386);
|
|
this.txtMOBOM.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMOBOM.Name = "txtMOBOM";
|
|
this.txtMOBOM.Size = new System.Drawing.Size(138, 26);
|
|
this.txtMOBOM.TabIndex = 181;
|
|
this.txtMOBOM.Visible = false;
|
|
//
|
|
// txtMOPLANSTARTDATE
|
|
//
|
|
this.txtMOPLANSTARTDATE.Location = new System.Drawing.Point(150, 188);
|
|
this.txtMOPLANSTARTDATE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMOPLANSTARTDATE.Name = "txtMOPLANSTARTDATE";
|
|
this.txtMOPLANSTARTDATE.Size = new System.Drawing.Size(138, 26);
|
|
this.txtMOPLANSTARTDATE.TabIndex = 193;
|
|
//
|
|
// txtMOPLANENDDATE
|
|
//
|
|
this.txtMOPLANENDDATE.Location = new System.Drawing.Point(449, 184);
|
|
this.txtMOPLANENDDATE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMOPLANENDDATE.Name = "txtMOPLANENDDATE";
|
|
this.txtMOPLANENDDATE.Size = new System.Drawing.Size(134, 26);
|
|
this.txtMOPLANENDDATE.TabIndex = 194;
|
|
//
|
|
// txtMODOWNDATE
|
|
//
|
|
this.txtMODOWNDATE.Location = new System.Drawing.Point(449, 233);
|
|
this.txtMODOWNDATE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMODOWNDATE.Name = "txtMODOWNDATE";
|
|
this.txtMODOWNDATE.Size = new System.Drawing.Size(134, 26);
|
|
this.txtMODOWNDATE.TabIndex = 197;
|
|
//
|
|
// 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.txtMOSEQ);
|
|
this.panelControl1.Controls.Add(this.txtMOTYPE);
|
|
this.panelControl1.Controls.Add(this.textMOUSER);
|
|
this.panelControl1.Controls.Add(this.labelControl8);
|
|
this.panelControl1.Controls.Add(this.txtMOCODE);
|
|
this.panelControl1.Controls.Add(this.labelControl3);
|
|
this.panelControl1.Controls.Add(this.txtMoRoute);
|
|
this.panelControl1.Controls.Add(this.labelControl2);
|
|
this.panelControl1.Controls.Add(this.txtITEMCODE);
|
|
this.panelControl1.Controls.Add(this.txtMOPENDINGCAUSE);
|
|
this.panelControl1.Controls.Add(this.txtISCONINPUT);
|
|
this.panelControl1.Controls.Add(this.txtMODOWNDATE);
|
|
this.panelControl1.Controls.Add(this.txtMOPLANENDDATE);
|
|
this.panelControl1.Controls.Add(this.txtMOPLANSTARTDATE);
|
|
this.panelControl1.Controls.Add(this.txtMOBOM);
|
|
this.panelControl1.Controls.Add(this.txtMORemark);
|
|
this.panelControl1.Controls.Add(this.labelControl50);
|
|
this.panelControl1.Controls.Add(this.labelControl42);
|
|
this.panelControl1.Controls.Add(this.labelControl38);
|
|
this.panelControl1.Controls.Add(this.txtOFFMOQTY);
|
|
this.panelControl1.Controls.Add(this.labelControl33);
|
|
this.panelControl1.Controls.Add(this.labelControl31);
|
|
this.panelControl1.Controls.Add(this.labelControl29);
|
|
this.panelControl1.Controls.Add(this.labelControl26);
|
|
this.panelControl1.Controls.Add(this.txtMOSTATUS);
|
|
this.panelControl1.Controls.Add(this.labelControl24);
|
|
this.panelControl1.Controls.Add(this.txtMOUSER);
|
|
this.panelControl1.Controls.Add(this.txtCUSORDERNO);
|
|
this.panelControl1.Controls.Add(this.txtMODESC);
|
|
this.panelControl1.Controls.Add(this.txtFACTORY);
|
|
this.panelControl1.Controls.Add(this.labelControl23);
|
|
this.panelControl1.Controls.Add(this.labelControl22);
|
|
this.panelControl1.Controls.Add(this.labelControl18);
|
|
this.panelControl1.Controls.Add(this.labelControl15);
|
|
this.panelControl1.Controls.Add(this.txtMOPLANQTY);
|
|
this.panelControl1.Controls.Add(this.labelControl12);
|
|
this.panelControl1.Controls.Add(this.labelControl11);
|
|
this.panelControl1.Controls.Add(this.labelControl4);
|
|
this.panelControl1.Controls.Add(this.txtMOMEMO);
|
|
this.panelControl1.Controls.Add(this.labelControl7);
|
|
this.panelControl1.Controls.Add(this.labelControl6);
|
|
this.panelControl1.Controls.Add(this.labelControl5);
|
|
this.panelControl1.Controls.Add(this.txtMOCODE1);
|
|
this.panelControl1.Controls.Add(this.labelControl1);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 35);
|
|
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(597, 386);
|
|
this.panelControl1.TabIndex = 23;
|
|
this.panelControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.panelControl1_Paint);
|
|
//
|
|
// txtMOSEQ
|
|
//
|
|
this.txtMOSEQ.Location = new System.Drawing.Point(150, 54);
|
|
this.txtMOSEQ.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMOSEQ.Name = "txtMOSEQ";
|
|
this.txtMOSEQ.Size = new System.Drawing.Size(138, 26);
|
|
this.txtMOSEQ.TabIndex = 211;
|
|
this.txtMOSEQ.Visible = false;
|
|
//
|
|
// txtMOTYPE
|
|
//
|
|
this.txtMOTYPE.Location = new System.Drawing.Point(741, 212);
|
|
this.txtMOTYPE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMOTYPE.Name = "txtMOTYPE";
|
|
this.txtMOTYPE.Size = new System.Drawing.Size(138, 26);
|
|
this.txtMOTYPE.TabIndex = 210;
|
|
this.txtMOTYPE.Visible = false;
|
|
//
|
|
// textMOUSER
|
|
//
|
|
this.textMOUSER.Location = new System.Drawing.Point(446, 339);
|
|
this.textMOUSER.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.textMOUSER.Name = "textMOUSER";
|
|
this.textMOUSER.ReadOnly = true;
|
|
this.textMOUSER.Size = new System.Drawing.Size(138, 26);
|
|
this.textMOUSER.TabIndex = 209;
|
|
//
|
|
// labelControl8
|
|
//
|
|
this.labelControl8.Location = new System.Drawing.Point(344, 343);
|
|
this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl8.Name = "labelControl8";
|
|
this.labelControl8.Size = new System.Drawing.Size(60, 18);
|
|
this.labelControl8.TabIndex = 208;
|
|
this.labelControl8.Text = "批次号:";
|
|
//
|
|
// txtMOCODE
|
|
//
|
|
this.txtMOCODE.EditValue = "";
|
|
this.txtMOCODE.Location = new System.Drawing.Point(150, 28);
|
|
this.txtMOCODE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMOCODE.Name = "txtMOCODE";
|
|
this.txtMOCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.txtMOCODE.Size = new System.Drawing.Size(138, 24);
|
|
this.txtMOCODE.TabIndex = 207;
|
|
this.txtMOCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtMOCODE_ButtonClick);
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Location = new System.Drawing.Point(30, 30);
|
|
this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(113, 18);
|
|
this.labelControl3.TabIndex = 206;
|
|
this.labelControl3.Text = "*原生产订单号:";
|
|
//
|
|
// txtMoRoute
|
|
//
|
|
this.txtMoRoute.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtMoRoute.FormattingEnabled = true;
|
|
this.txtMoRoute.Location = new System.Drawing.Point(150, 343);
|
|
this.txtMoRoute.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMoRoute.Name = "txtMoRoute";
|
|
this.txtMoRoute.Size = new System.Drawing.Size(138, 26);
|
|
this.txtMoRoute.TabIndex = 205;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(30, 347);
|
|
this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(75, 18);
|
|
this.labelControl2.TabIndex = 202;
|
|
this.labelControl2.Text = "工单途程:";
|
|
//
|
|
// txtITEMCODE
|
|
//
|
|
this.txtITEMCODE.EditValue = "";
|
|
this.txtITEMCODE.Enabled = false;
|
|
this.txtITEMCODE.Location = new System.Drawing.Point(150, 289);
|
|
this.txtITEMCODE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtITEMCODE.Name = "txtITEMCODE";
|
|
this.txtITEMCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.txtITEMCODE.Size = new System.Drawing.Size(138, 24);
|
|
this.txtITEMCODE.TabIndex = 201;
|
|
this.txtITEMCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtITEMCODE_ButtonClick);
|
|
this.txtITEMCODE.EditValueChanged += new System.EventHandler(this.txtITEMCODE_EditValueChanged);
|
|
//
|
|
// txtMOPENDINGCAUSE
|
|
//
|
|
this.txtMOPENDINGCAUSE.Location = new System.Drawing.Point(741, 103);
|
|
this.txtMOPENDINGCAUSE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMOPENDINGCAUSE.Name = "txtMOPENDINGCAUSE";
|
|
this.txtMOPENDINGCAUSE.Size = new System.Drawing.Size(138, 76);
|
|
this.txtMOPENDINGCAUSE.TabIndex = 199;
|
|
this.txtMOPENDINGCAUSE.Text = "";
|
|
this.txtMOPENDINGCAUSE.Visible = false;
|
|
//
|
|
// txtISCONINPUT
|
|
//
|
|
this.txtISCONINPUT.AutoSize = true;
|
|
this.txtISCONINPUT.Location = new System.Drawing.Point(774, 387);
|
|
this.txtISCONINPUT.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtISCONINPUT.Name = "txtISCONINPUT";
|
|
this.txtISCONINPUT.Size = new System.Drawing.Size(18, 17);
|
|
this.txtISCONINPUT.TabIndex = 198;
|
|
this.txtISCONINPUT.UseVisualStyleBackColor = true;
|
|
this.txtISCONINPUT.Visible = false;
|
|
this.txtISCONINPUT.CheckedChanged += new System.EventHandler(this.txtISCONINPUT_CheckedChanged);
|
|
//
|
|
// FormICSMOAdd
|
|
//
|
|
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(599, 464);
|
|
this.Controls.Add(this.can);
|
|
this.Controls.Add(this.save);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.btnClose);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "FormICSMOAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormContainerAddEdit";
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMOCODE1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMOCODE.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.LabelControl lblTitle;
|
|
private DevExpress.XtraEditors.SimpleButton save;
|
|
private DevExpress.XtraEditors.SimpleButton can;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.TextEdit txtMOCODE1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
|
private System.Windows.Forms.TextBox txtMOMEMO;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private DevExpress.XtraEditors.LabelControl labelControl11;
|
|
private DevExpress.XtraEditors.LabelControl labelControl12;
|
|
private System.Windows.Forms.TextBox txtMOPLANQTY;
|
|
private DevExpress.XtraEditors.LabelControl labelControl15;
|
|
private DevExpress.XtraEditors.LabelControl labelControl18;
|
|
private DevExpress.XtraEditors.LabelControl labelControl22;
|
|
private DevExpress.XtraEditors.LabelControl labelControl23;
|
|
private System.Windows.Forms.TextBox txtFACTORY;
|
|
private System.Windows.Forms.RichTextBox txtMODESC;
|
|
private System.Windows.Forms.TextBox txtCUSORDERNO;
|
|
private System.Windows.Forms.TextBox txtMOUSER;
|
|
private DevExpress.XtraEditors.LabelControl labelControl24;
|
|
private System.Windows.Forms.ComboBox txtMOSTATUS;
|
|
private DevExpress.XtraEditors.LabelControl labelControl26;
|
|
private DevExpress.XtraEditors.LabelControl labelControl29;
|
|
private DevExpress.XtraEditors.LabelControl labelControl31;
|
|
private DevExpress.XtraEditors.LabelControl labelControl33;
|
|
private System.Windows.Forms.TextBox txtOFFMOQTY;
|
|
private DevExpress.XtraEditors.LabelControl labelControl38;
|
|
private DevExpress.XtraEditors.LabelControl labelControl42;
|
|
private DevExpress.XtraEditors.LabelControl labelControl50;
|
|
private System.Windows.Forms.TextBox txtMORemark;
|
|
private System.Windows.Forms.TextBox txtMOBOM;
|
|
private System.Windows.Forms.DateTimePicker txtMOPLANSTARTDATE;
|
|
private System.Windows.Forms.DateTimePicker txtMOPLANENDDATE;
|
|
private System.Windows.Forms.DateTimePicker txtMODOWNDATE;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private System.Windows.Forms.CheckBox txtISCONINPUT;
|
|
private System.Windows.Forms.RichTextBox txtMOPENDINGCAUSE;
|
|
private DevExpress.XtraEditors.ButtonEdit txtITEMCODE;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private System.Windows.Forms.ComboBox txtMoRoute;
|
|
private DevExpress.XtraEditors.ButtonEdit txtMOCODE;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private System.Windows.Forms.TextBox textMOUSER;
|
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
|
private System.Windows.Forms.TextBox txtMOTYPE;
|
|
private System.Windows.Forms.TextBox txtMOSEQ;
|
|
}
|
|
}
|