namespace ICSSoft.Frame.APP
{
partial class FormICSINVENTORYAdd
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSINVENTORYAdd));
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
this.save = new DevExpress.XtraEditors.SimpleButton();
this.can = new DevExpress.XtraEditors.SimpleButton();
this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.txtVENDORCODE = new DevExpress.XtraEditors.ButtonEdit();
this.txtINVTYPE = new System.Windows.Forms.ComboBox();
this.txtINVCLASS = new DevExpress.XtraEditors.ButtonEdit();
this.label30 = new System.Windows.Forms.Label();
this.txtCHKITEMOP = new DevExpress.XtraEditors.TextEdit();
this.txtINVCARTONQTY = new DevExpress.XtraEditors.TextEdit();
this.label28 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.txtINVShelfLife = new DevExpress.XtraEditors.TextEdit();
this.txtNeedVendor = new System.Windows.Forms.ComboBox();
this.label22 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.txtSNLENGTH = new DevExpress.XtraEditors.TextEdit();
this.txtINVCHECKTYPE = new System.Windows.Forms.ComboBox();
this.txtCHECKSTATUS = new System.Windows.Forms.ComboBox();
this.txtINVPARSETYPE = new System.Windows.Forms.ComboBox();
this.txtINVCONTROLTYPE = new System.Windows.Forms.ComboBox();
this.txtINVGROUPDESC = new DevExpress.XtraEditors.TextEdit();
this.txtINVGROUP = new DevExpress.XtraEditors.TextEdit();
this.txtINVMODELCODE = new DevExpress.XtraEditors.TextEdit();
this.txtINVVOLUME = new DevExpress.XtraEditors.TextEdit();
this.txtINVMACHINETYPE = new DevExpress.XtraEditors.TextEdit();
this.txtINVUOM = new DevExpress.XtraEditors.TextEdit();
this.txtINVDESC = new DevExpress.XtraEditors.TextEdit();
this.txtINVNAME = new DevExpress.XtraEditors.TextEdit();
this.txtINVCODE = new DevExpress.XtraEditors.TextEdit();
this.label19 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtVENDORCODE.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVCLASS.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtCHKITEMOP.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVCARTONQTY.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVShelfLife.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSNLENGTH.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVGROUPDESC.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVGROUP.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVMODELCODE.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVVOLUME.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVMACHINETYPE.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVUOM.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVDESC.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVNAME.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVCODE.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(773, 1);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(26, 23);
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.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(110, 23);
this.lblTitle.TabIndex = 6;
this.lblTitle.Text = "新增";
//
// txtMUSERName
//
this.txtMUSERName.EnterMoveNextControl = true;
this.txtMUSERName.Location = new System.Drawing.Point(367, 296);
this.txtMUSERName.Name = "txtMUSERName";
this.txtMUSERName.Properties.ReadOnly = true;
this.txtMUSERName.Size = new System.Drawing.Size(126, 20);
this.txtMUSERName.TabIndex = 18;
//
// labelControl12
//
this.labelControl12.Location = new System.Drawing.Point(43, 302);
this.labelControl12.Name = "labelControl12";
this.labelControl12.Size = new System.Drawing.Size(60, 14);
this.labelControl12.TabIndex = 22;
this.labelControl12.Text = "维护时间:";
//
// labelControl13
//
this.labelControl13.Location = new System.Drawing.Point(292, 302);
this.labelControl13.Name = "labelControl13";
this.labelControl13.Size = new System.Drawing.Size(48, 14);
this.labelControl13.TabIndex = 23;
this.labelControl13.Text = "维护人:";
//
// save
//
this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.save.Location = new System.Drawing.Point(134, 306);
this.save.Name = "save";
this.save.Size = new System.Drawing.Size(68, 23);
this.save.TabIndex = 30;
this.save.Text = "保存";
this.save.Click += new System.EventHandler(this.save_Click);
//
// can
//
this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.can.Location = new System.Drawing.Point(208, 306);
this.can.Name = "can";
this.can.Size = new System.Drawing.Size(68, 23);
this.can.TabIndex = 31;
this.can.Text = "取消";
this.can.Click += new System.EventHandler(this.btnClose_Click);
//
// txtMTIME
//
this.txtMTIME.EnterMoveNextControl = true;
this.txtMTIME.Location = new System.Drawing.Point(112, 299);
this.txtMTIME.Name = "txtMTIME";
this.txtMTIME.Properties.ReadOnly = true;
this.txtMTIME.Size = new System.Drawing.Size(126, 20);
this.txtMTIME.TabIndex = 35;
//
// 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.txtVENDORCODE);
this.panelControl1.Controls.Add(this.txtINVTYPE);
this.panelControl1.Controls.Add(this.txtINVCLASS);
this.panelControl1.Controls.Add(this.label30);
this.panelControl1.Controls.Add(this.txtCHKITEMOP);
this.panelControl1.Controls.Add(this.txtINVCARTONQTY);
this.panelControl1.Controls.Add(this.label28);
this.panelControl1.Controls.Add(this.label23);
this.panelControl1.Controls.Add(this.txtINVShelfLife);
this.panelControl1.Controls.Add(this.txtNeedVendor);
this.panelControl1.Controls.Add(this.label22);
this.panelControl1.Controls.Add(this.label21);
this.panelControl1.Controls.Add(this.txtSNLENGTH);
this.panelControl1.Controls.Add(this.txtINVCHECKTYPE);
this.panelControl1.Controls.Add(this.txtCHECKSTATUS);
this.panelControl1.Controls.Add(this.txtINVPARSETYPE);
this.panelControl1.Controls.Add(this.txtINVCONTROLTYPE);
this.panelControl1.Controls.Add(this.txtINVGROUPDESC);
this.panelControl1.Controls.Add(this.txtINVGROUP);
this.panelControl1.Controls.Add(this.txtINVMODELCODE);
this.panelControl1.Controls.Add(this.txtINVVOLUME);
this.panelControl1.Controls.Add(this.txtINVMACHINETYPE);
this.panelControl1.Controls.Add(this.txtINVUOM);
this.panelControl1.Controls.Add(this.txtINVDESC);
this.panelControl1.Controls.Add(this.txtINVNAME);
this.panelControl1.Controls.Add(this.txtINVCODE);
this.panelControl1.Controls.Add(this.label19);
this.panelControl1.Controls.Add(this.label18);
this.panelControl1.Controls.Add(this.label17);
this.panelControl1.Controls.Add(this.label16);
this.panelControl1.Controls.Add(this.label15);
this.panelControl1.Controls.Add(this.label14);
this.panelControl1.Controls.Add(this.label13);
this.panelControl1.Controls.Add(this.label12);
this.panelControl1.Controls.Add(this.label9);
this.panelControl1.Controls.Add(this.label8);
this.panelControl1.Controls.Add(this.label7);
this.panelControl1.Controls.Add(this.label6);
this.panelControl1.Controls.Add(this.label5);
this.panelControl1.Controls.Add(this.label4);
this.panelControl1.Controls.Add(this.label3);
this.panelControl1.Controls.Add(this.label2);
this.panelControl1.Controls.Add(this.label1);
this.panelControl1.Controls.Add(this.txtMTIME);
this.panelControl1.Controls.Add(this.labelControl13);
this.panelControl1.Controls.Add(this.labelControl12);
this.panelControl1.Controls.Add(this.txtMUSERName);
this.panelControl1.Location = new System.Drawing.Point(1, 27);
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(798, 337);
this.panelControl1.TabIndex = 23;
//
// txtVENDORCODE
//
this.txtVENDORCODE.Location = new System.Drawing.Point(367, 222);
this.txtVENDORCODE.Name = "txtVENDORCODE";
this.txtVENDORCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txtVENDORCODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtVENDORCODE.Size = new System.Drawing.Size(123, 20);
this.txtVENDORCODE.TabIndex = 126;
this.txtVENDORCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtVENDORCODE_ButtonClick);
//
// txtINVTYPE
//
this.txtINVTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtINVTYPE.FormattingEnabled = true;
this.txtINVTYPE.Items.AddRange(new object[] {
"物料",
"半成品",
"成品"});
this.txtINVTYPE.Location = new System.Drawing.Point(364, 60);
this.txtINVTYPE.Name = "txtINVTYPE";
this.txtINVTYPE.Size = new System.Drawing.Size(126, 22);
this.txtINVTYPE.TabIndex = 125;
//
// txtINVCLASS
//
this.txtINVCLASS.Location = new System.Drawing.Point(625, 62);
this.txtINVCLASS.Name = "txtINVCLASS";
this.txtINVCLASS.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txtINVCLASS.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtINVCLASS.Size = new System.Drawing.Size(123, 20);
this.txtINVCLASS.TabIndex = 124;
this.txtINVCLASS.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtINVCLASS_ButtonClick);
//
// label30
//
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(557, 302);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(110, 14);
this.label30.TabIndex = 122;
this.label30.Text = "注:标*号为必填项";
//
// txtCHKITEMOP
//
this.txtCHKITEMOP.Location = new System.Drawing.Point(650, 260);
this.txtCHKITEMOP.Name = "txtCHKITEMOP";
this.txtCHKITEMOP.Size = new System.Drawing.Size(105, 20);
this.txtCHKITEMOP.TabIndex = 119;
//
// txtINVCARTONQTY
//
this.txtINVCARTONQTY.Location = new System.Drawing.Point(364, 260);
this.txtINVCARTONQTY.Name = "txtINVCARTONQTY";
this.txtINVCARTONQTY.Properties.Mask.EditMask = "d";
this.txtINVCARTONQTY.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.txtINVCARTONQTY.Size = new System.Drawing.Size(126, 20);
this.txtINVCARTONQTY.TabIndex = 114;
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(557, 263);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(103, 14);
this.label28.TabIndex = 112;
this.label28.Text = "产生送检批工序:";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(288, 266);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(67, 14);
this.label23.TabIndex = 107;
this.label23.Text = "装箱数量:";
//
// txtINVShelfLife
//
this.txtINVShelfLife.Location = new System.Drawing.Point(112, 263);
this.txtINVShelfLife.Name = "txtINVShelfLife";
this.txtINVShelfLife.Properties.Mask.EditMask = "d";
this.txtINVShelfLife.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.txtINVShelfLife.Size = new System.Drawing.Size(126, 20);
this.txtINVShelfLife.TabIndex = 106;
//
// txtNeedVendor
//
this.txtNeedVendor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtNeedVendor.FormattingEnabled = true;
this.txtNeedVendor.Items.AddRange(new object[] {
"卡控",
"不卡控"});
this.txtNeedVendor.Location = new System.Drawing.Point(685, 220);
this.txtNeedVendor.Name = "txtNeedVendor";
this.txtNeedVendor.Size = new System.Drawing.Size(68, 22);
this.txtNeedVendor.TabIndex = 105;
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(36, 266);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(77, 14);
this.label22.TabIndex = 102;
this.label22.Text = "保存期(天):";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(553, 225);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(131, 14);
this.label21.TabIndex = 101;
this.label21.Text = "是否必须有资料供应商:";
//
// txtSNLENGTH
//
this.txtSNLENGTH.Location = new System.Drawing.Point(112, 223);
this.txtSNLENGTH.Name = "txtSNLENGTH";
this.txtSNLENGTH.Properties.Mask.EditMask = "d";
this.txtSNLENGTH.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.txtSNLENGTH.Size = new System.Drawing.Size(126, 20);
this.txtSNLENGTH.TabIndex = 100;
//
// txtINVCHECKTYPE
//
this.txtINVCHECKTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtINVCHECKTYPE.FormattingEnabled = true;
this.txtINVCHECKTYPE.Items.AddRange(new object[] {
"关联条码",
"料号对比"});
this.txtINVCHECKTYPE.Location = new System.Drawing.Point(629, 184);
this.txtINVCHECKTYPE.Name = "txtINVCHECKTYPE";
this.txtINVCHECKTYPE.Size = new System.Drawing.Size(126, 22);
this.txtINVCHECKTYPE.TabIndex = 99;
//
// txtCHECKSTATUS
//
this.txtCHECKSTATUS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtCHECKSTATUS.FormattingEnabled = true;
this.txtCHECKSTATUS.Items.AddRange(new object[] {
"检查",
"不检查"});
this.txtCHECKSTATUS.Location = new System.Drawing.Point(424, 184);
this.txtCHECKSTATUS.Name = "txtCHECKSTATUS";
this.txtCHECKSTATUS.Size = new System.Drawing.Size(66, 22);
this.txtCHECKSTATUS.TabIndex = 98;
//
// txtINVPARSETYPE
//
this.txtINVPARSETYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtINVPARSETYPE.FormattingEnabled = true;
this.txtINVPARSETYPE.Items.AddRange(new object[] {
"条码解析",
"物料追溯信息",
"生产信息"});
this.txtINVPARSETYPE.Location = new System.Drawing.Point(112, 184);
this.txtINVPARSETYPE.Name = "txtINVPARSETYPE";
this.txtINVPARSETYPE.Size = new System.Drawing.Size(126, 22);
this.txtINVPARSETYPE.TabIndex = 97;
//
// txtINVCONTROLTYPE
//
this.txtINVCONTROLTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtINVCONTROLTYPE.FormattingEnabled = true;
this.txtINVCONTROLTYPE.Items.AddRange(new object[] {
"批次管控",
"单件管控",
"不管控"});
this.txtINVCONTROLTYPE.Location = new System.Drawing.Point(629, 143);
this.txtINVCONTROLTYPE.Name = "txtINVCONTROLTYPE";
this.txtINVCONTROLTYPE.Size = new System.Drawing.Size(126, 22);
this.txtINVCONTROLTYPE.TabIndex = 96;
//
// txtINVGROUPDESC
//
this.txtINVGROUPDESC.Location = new System.Drawing.Point(364, 143);
this.txtINVGROUPDESC.Name = "txtINVGROUPDESC";
this.txtINVGROUPDESC.Size = new System.Drawing.Size(126, 20);
this.txtINVGROUPDESC.TabIndex = 95;
//
// txtINVGROUP
//
this.txtINVGROUP.Location = new System.Drawing.Point(112, 140);
this.txtINVGROUP.Name = "txtINVGROUP";
this.txtINVGROUP.Size = new System.Drawing.Size(126, 20);
this.txtINVGROUP.TabIndex = 94;
//
// txtINVMODELCODE
//
this.txtINVMODELCODE.Location = new System.Drawing.Point(625, 104);
this.txtINVMODELCODE.Name = "txtINVMODELCODE";
this.txtINVMODELCODE.Size = new System.Drawing.Size(126, 20);
this.txtINVMODELCODE.TabIndex = 91;
//
// txtINVVOLUME
//
this.txtINVVOLUME.Location = new System.Drawing.Point(364, 104);
this.txtINVVOLUME.Name = "txtINVVOLUME";
this.txtINVVOLUME.Size = new System.Drawing.Size(126, 20);
this.txtINVVOLUME.TabIndex = 90;
//
// txtINVMACHINETYPE
//
this.txtINVMACHINETYPE.Location = new System.Drawing.Point(112, 104);
this.txtINVMACHINETYPE.Name = "txtINVMACHINETYPE";
this.txtINVMACHINETYPE.Size = new System.Drawing.Size(126, 20);
this.txtINVMACHINETYPE.TabIndex = 89;
//
// txtINVUOM
//
this.txtINVUOM.Location = new System.Drawing.Point(112, 62);
this.txtINVUOM.Name = "txtINVUOM";
this.txtINVUOM.Size = new System.Drawing.Size(126, 20);
this.txtINVUOM.TabIndex = 76;
//
// txtINVDESC
//
this.txtINVDESC.Location = new System.Drawing.Point(625, 23);
this.txtINVDESC.Name = "txtINVDESC";
this.txtINVDESC.Size = new System.Drawing.Size(126, 20);
this.txtINVDESC.TabIndex = 75;
//
// txtINVNAME
//
this.txtINVNAME.Location = new System.Drawing.Point(364, 23);
this.txtINVNAME.Name = "txtINVNAME";
this.txtINVNAME.Size = new System.Drawing.Size(126, 20);
this.txtINVNAME.TabIndex = 74;
//
// txtINVCODE
//
this.txtINVCODE.Location = new System.Drawing.Point(112, 23);
this.txtINVCODE.Name = "txtINVCODE";
this.txtINVCODE.Size = new System.Drawing.Size(126, 20);
this.txtINVCODE.TabIndex = 73;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(291, 225);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(79, 14);
this.label19.TabIndex = 54;
this.label19.Text = "供应商代码:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(38, 228);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(79, 14);
this.label18.TabIndex = 53;
this.label18.Text = "序列号长度:";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(553, 189);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(67, 14);
this.label17.TabIndex = 52;
this.label17.Text = "检查类型:";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(290, 190);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(139, 14);
this.label16.TabIndex = 51;
this.label16.Text = "是否检查物料完工状态:";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(39, 187);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(67, 14);
this.label15.TabIndex = 50;
this.label15.Text = "解析方式:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(553, 146);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(74, 14);
this.label14.TabIndex = 49;
this.label14.Text = "控管类型:*";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(291, 146);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(79, 14);
this.label13.TabIndex = 48;
this.label13.Text = "存货组描述:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(40, 146);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(55, 14);
this.label12.TabIndex = 47;
this.label12.Text = "存货组:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(551, 107);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(67, 14);
this.label9.TabIndex = 44;
this.label9.Text = "机种类型:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(290, 107);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(43, 14);
this.label8.TabIndex = 43;
this.label8.Text = "体积:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(39, 107);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(43, 14);
this.label7.TabIndex = 42;
this.label7.Text = "机芯:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(552, 63);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(74, 14);
this.label6.TabIndex = 41;
this.label6.Text = "存货类别:*";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(289, 66);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(74, 14);
this.label5.TabIndex = 40;
this.label5.Text = "存货类型:*";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(38, 65);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(43, 14);
this.label4.TabIndex = 39;
this.label4.Text = "单位:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(552, 26);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(67, 14);
this.label3.TabIndex = 38;
this.label3.Text = "存货描述:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(290, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 14);
this.label2.TabIndex = 37;
this.label2.Text = "存货名称:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(38, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 14);
this.label1.TabIndex = 36;
this.label1.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(718, 367);
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 = 122;
this.btnCancle.Text = "取消";
this.btnCancle.Click += new System.EventHandler(this.can_Click);
//
// 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(642, 367);
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 = 121;
this.btnOK.Text = "保存";
this.btnOK.Click += new System.EventHandler(this.save_Click);
//
// FormICSINVENTORYAdd
//
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(800, 400);
this.Controls.Add(this.btnCancle);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.save);
this.Controls.Add(this.can);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormICSINVENTORYAdd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "存货编辑";
this.Load += new System.EventHandler(this.FormICSINVENTORYAdd_Load);
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtVENDORCODE.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVCLASS.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtCHKITEMOP.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVCARTONQTY.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVShelfLife.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSNLENGTH.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVGROUPDESC.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVGROUP.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVMODELCODE.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVVOLUME.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVMACHINETYPE.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVUOM.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVDESC.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVNAME.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtINVCODE.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.TextEdit txtMUSERName;
private DevExpress.XtraEditors.LabelControl labelControl12;
private DevExpress.XtraEditors.LabelControl labelControl13;
private DevExpress.XtraEditors.SimpleButton save;
private DevExpress.XtraEditors.SimpleButton can;
private DevExpress.XtraEditors.TextEdit txtMTIME;
private DevExpress.XtraEditors.PanelControl panelControl1;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.TextEdit txtINVUOM;
private DevExpress.XtraEditors.TextEdit txtINVDESC;
private DevExpress.XtraEditors.TextEdit txtINVNAME;
private DevExpress.XtraEditors.TextEdit txtINVCODE;
private DevExpress.XtraEditors.TextEdit txtINVCARTONQTY;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.ComboBox txtNeedVendor;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label21;
private DevExpress.XtraEditors.TextEdit txtSNLENGTH;
private System.Windows.Forms.ComboBox txtINVCHECKTYPE;
private System.Windows.Forms.ComboBox txtCHECKSTATUS;
private System.Windows.Forms.ComboBox txtINVPARSETYPE;
private System.Windows.Forms.ComboBox txtINVCONTROLTYPE;
private DevExpress.XtraEditors.TextEdit txtINVGROUPDESC;
private DevExpress.XtraEditors.TextEdit txtINVGROUP;
private DevExpress.XtraEditors.TextEdit txtINVMODELCODE;
private DevExpress.XtraEditors.TextEdit txtINVVOLUME;
private DevExpress.XtraEditors.TextEdit txtINVMACHINETYPE;
private DevExpress.XtraEditors.TextEdit txtCHKITEMOP;
private DevExpress.XtraEditors.SimpleButton btnCancle;
private DevExpress.XtraEditors.SimpleButton btnOK;
private System.Windows.Forms.Label label30;
private DevExpress.XtraEditors.ButtonEdit txtINVCLASS;
private System.Windows.Forms.ComboBox txtINVTYPE;
private DevExpress.XtraEditors.ButtonEdit txtVENDORCODE;
private DevExpress.XtraEditors.TextEdit txtINVShelfLife;
}
}