namespace Dongke.IBOSS.PRD.Client.PCModule { partial class F_PC_1002 { /// /// 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() { this.txtBarcode = new Dongke.WinForm.Controls.TxtCode(); this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel(); this.lblLabel5 = new Dongke.WinForm.Controls.LblLabel(); this.lblLabel4 = new Dongke.WinForm.Controls.LblLabel(); this.dtpPDate = new Dongke.WinForm.Controls.DtpDate(); this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel(); this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel(); this.dkUserInfo = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox(); this.txtWeight = new Dongke.WinForm.Controls.TxtNumerical(); this.txtCost = new Dongke.WinForm.Controls.TxtNumerical(); this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel(); this.txtStandardGroutingNum = new Dongke.WinForm.Controls.TxtNumerical(); this.lblLabel7 = new Dongke.WinForm.Controls.LblLabel(); this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox(); this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel(); this.btnSave = new Dongke.WinForm.Controls.BtnButton(); this.btnCancel = new Dongke.WinForm.Controls.BtnButton(); this.ftcMouldType = new Dongke.WinForm.Controls.FtcFilterComboBox(); this.ftcSuppliers = new Dongke.WinForm.Controls.FtcFilterComboBox(); this.chkAutoPrint = new System.Windows.Forms.CheckBox(); this.txtMCount = new Dongke.WinForm.Controls.TxtNumerical(); this.lblMCount = new Dongke.WinForm.Controls.LblLabel(); this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods(); this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtOutputCount = new Dongke.WinForm.Controls.TxtNumerical(); this.lblOutputCount = new Dongke.WinForm.Controls.LblLabel(); this.lblLabel9 = new Dongke.WinForm.Controls.LblLabel(); this.txtStandardGroutingSum = new Dongke.WinForm.Controls.TxtNumerical(); this.SuspendLayout(); // // txtBarcode // this.txtBarcode.Location = new System.Drawing.Point(89, 12); this.txtBarcode.MaxLength = 50; this.txtBarcode.Name = "txtBarcode"; this.txtBarcode.ReadOnly = true; this.txtBarcode.Size = new System.Drawing.Size(120, 21); this.txtBarcode.TabIndex = 2; // // lblLabel1 // this.lblLabel1.Location = new System.Drawing.Point(30, 16); this.lblLabel1.MustInput = true; this.lblLabel1.Name = "lblLabel1"; this.lblLabel1.Size = new System.Drawing.Size(53, 12); this.lblLabel1.TabIndex = 1; this.lblLabel1.Text = "模具条码"; // // lblLabel5 // this.lblLabel5.Location = new System.Drawing.Point(18, 69); this.lblLabel5.MustInput = true; this.lblLabel5.Name = "lblLabel5"; this.lblLabel5.Size = new System.Drawing.Size(65, 12); this.lblLabel5.TabIndex = 9; this.lblLabel5.Text = "材料供应商"; // // lblLabel4 // this.lblLabel4.Location = new System.Drawing.Point(30, 43); this.lblLabel4.MustInput = true; this.lblLabel4.Name = "lblLabel4"; this.lblLabel4.Size = new System.Drawing.Size(53, 12); this.lblLabel4.TabIndex = 5; this.lblLabel4.Text = "模具类型"; // // dtpPDate // this.dtpPDate.AllowNull = false; this.dtpPDate.Location = new System.Drawing.Point(89, 91); this.dtpPDate.Name = "dtpPDate"; this.dtpPDate.Size = new System.Drawing.Size(120, 21); this.dtpPDate.TabIndex = 14; this.dtpPDate.Value = new System.DateTime(2017, 12, 11, 0, 0, 0, 0); // // lblLabel2 // this.lblLabel2.Location = new System.Drawing.Point(30, 95); this.lblLabel2.MustInput = true; this.lblLabel2.Name = "lblLabel2"; this.lblLabel2.Size = new System.Drawing.Size(53, 12); this.lblLabel2.TabIndex = 13; this.lblLabel2.Text = "生产日期"; // // lblLabel3 // this.lblLabel3.Location = new System.Drawing.Point(239, 42); this.lblLabel3.MustInput = true; this.lblLabel3.Name = "lblLabel3"; this.lblLabel3.Size = new System.Drawing.Size(53, 12); this.lblLabel3.TabIndex = 7; this.lblLabel3.Text = "重量(KG)"; // // dkUserInfo // this.dkUserInfo.DataSource = null; this.dkUserInfo.Enabled = true; this.dkUserInfo.IsMustInput = true; this.dkUserInfo.IsWorker = false; this.dkUserInfo.Location = new System.Drawing.Point(30, 118); this.dkUserInfo.Name = "dkUserInfo"; this.dkUserInfo.PurviewType = ((byte)(0)); this.dkUserInfo.Size = new System.Drawing.Size(179, 21); this.dkUserInfo.TabIndex = 17; this.dkUserInfo.Title = "生产工号"; this.dkUserInfo.TxtUserBackColor = System.Drawing.SystemColors.Control; this.dkUserInfo.UserCode = ""; this.dkUserInfo.UserID = null; this.dkUserInfo.UserIDS = null; this.dkUserInfo.UserName = null; // // txtWeight // this.txtWeight.Location = new System.Drawing.Point(298, 38); this.txtWeight.MaxValue = new decimal(new int[] { 999999, 0, 0, 0}); this.txtWeight.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtWeight.Name = "txtWeight"; this.txtWeight.Number = new System.Drawing.Point(5, 2); this.txtWeight.Size = new System.Drawing.Size(120, 21); this.txtWeight.TabIndex = 8; // // txtCost // this.txtCost.Location = new System.Drawing.Point(298, 64); this.txtCost.MaxValue = new decimal(new int[] { 999999, 0, 0, 0}); this.txtCost.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtCost.Name = "txtCost"; this.txtCost.Number = new System.Drawing.Point(5, 2); this.txtCost.Size = new System.Drawing.Size(120, 21); this.txtCost.TabIndex = 12; // // lblLabel6 // this.lblLabel6.Location = new System.Drawing.Point(239, 68); this.lblLabel6.MustInput = true; this.lblLabel6.Name = "lblLabel6"; this.lblLabel6.Size = new System.Drawing.Size(53, 12); this.lblLabel6.TabIndex = 11; this.lblLabel6.Text = "成本(元)"; // // txtStandardGroutingNum // this.txtStandardGroutingNum.Location = new System.Drawing.Point(298, 118); this.txtStandardGroutingNum.MaxValue = new decimal(new int[] { 999999, 0, 0, 0}); this.txtStandardGroutingNum.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtStandardGroutingNum.Name = "txtStandardGroutingNum"; this.txtStandardGroutingNum.Number = new System.Drawing.Point(6, 0); this.txtStandardGroutingNum.Size = new System.Drawing.Size(120, 21); this.txtStandardGroutingNum.TabIndex = 19; this.txtStandardGroutingNum.TextChanged += new System.EventHandler(this.txtOutputCount_TextChanged); // // lblLabel7 // this.lblLabel7.Location = new System.Drawing.Point(239, 122); this.lblLabel7.MustInput = true; this.lblLabel7.Name = "lblLabel7"; this.lblLabel7.Size = new System.Drawing.Size(53, 12); this.lblLabel7.TabIndex = 18; this.lblLabel7.Text = "标准次数"; // // txtRemarks // this.txtRemarks.Location = new System.Drawing.Point(89, 172); this.txtRemarks.MaxLength = 500; this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtRemarks.Size = new System.Drawing.Size(329, 94); this.txtRemarks.TabIndex = 23; // // lblLabel8 // this.lblLabel8.Location = new System.Drawing.Point(54, 172); this.lblLabel8.Name = "lblLabel8"; this.lblLabel8.Size = new System.Drawing.Size(29, 12); this.lblLabel8.TabIndex = 22; this.lblLabel8.Text = "备注"; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Location = new System.Drawing.Point(243, 278); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 27; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(334, 278); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 28; this.btnCancel.Text = "取消(&X)"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // ftcMouldType // this.ftcMouldType.DisplayMember = "dictionaryvalue"; this.ftcMouldType.FormattingEnabled = true; this.ftcMouldType.Location = new System.Drawing.Point(89, 39); this.ftcMouldType.Name = "ftcMouldType"; this.ftcMouldType.Size = new System.Drawing.Size(120, 20); this.ftcMouldType.TabIndex = 6; this.ftcMouldType.ValueMember = "dictionaryid"; // // ftcSuppliers // this.ftcSuppliers.DisplayMember = "suppliername"; this.ftcSuppliers.FormattingEnabled = true; this.ftcSuppliers.Location = new System.Drawing.Point(89, 65); this.ftcSuppliers.Name = "ftcSuppliers"; this.ftcSuppliers.Size = new System.Drawing.Size(120, 20); this.ftcSuppliers.TabIndex = 10; this.ftcSuppliers.ValueMember = "supplierID"; // // chkAutoPrint // this.chkAutoPrint.AutoSize = true; this.chkAutoPrint.Checked = true; this.chkAutoPrint.CheckState = System.Windows.Forms.CheckState.Checked; this.chkAutoPrint.Location = new System.Drawing.Point(89, 299); this.chkAutoPrint.Name = "chkAutoPrint"; this.chkAutoPrint.Size = new System.Drawing.Size(108, 16); this.chkAutoPrint.TabIndex = 26; this.chkAutoPrint.Text = "保存后直接打印"; this.chkAutoPrint.UseVisualStyleBackColor = true; // // txtMCount // this.txtMCount.DataValue = new decimal(new int[] { 1, 0, 0, 0}); this.txtMCount.Location = new System.Drawing.Point(89, 272); this.txtMCount.MaxValue = new decimal(new int[] { 500, 0, 0, 0}); this.txtMCount.MinValue = new decimal(new int[] { 1, 0, 0, 0}); this.txtMCount.Name = "txtMCount"; this.txtMCount.Size = new System.Drawing.Size(120, 21); this.txtMCount.TabIndex = 25; // // lblMCount // this.lblMCount.Location = new System.Drawing.Point(30, 275); this.lblMCount.MustInput = true; this.lblMCount.Name = "lblMCount"; this.lblMCount.Size = new System.Drawing.Size(53, 12); this.lblMCount.TabIndex = 24; this.lblMCount.Text = "模具个数"; // // scbGoods // this.scbGoods.CheckedData = null; this.scbGoods.DisplayMember = "GoodsCode"; this.scbGoods.Location = new System.Drawing.Point(298, 11); this.scbGoods.Name = "scbGoods"; this.scbGoods.Size = new System.Drawing.Size(120, 21); this.scbGoods.TabIndex = 4; this.scbGoods.SearchedItemChanged += new System.EventHandler(this.scbGoods_SearchedItemChanged); // // lblGoods // this.lblGoods.AutoSize = true; this.lblGoods.BackColor = System.Drawing.Color.Transparent; this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGoods.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblGoods.IsMustInput = true; this.lblGoods.Location = new System.Drawing.Point(239, 15); this.lblGoods.Name = "lblGoods"; this.lblGoods.Size = new System.Drawing.Size(53, 12); this.lblGoods.TabIndex = 3; this.lblGoods.Text = "产品编码"; // // txtOutputCount // this.txtOutputCount.Location = new System.Drawing.Point(298, 91); this.txtOutputCount.MaxValue = new decimal(new int[] { 999, 0, 0, 0}); this.txtOutputCount.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtOutputCount.Name = "txtOutputCount"; this.txtOutputCount.Number = new System.Drawing.Point(3, 0); this.txtOutputCount.Size = new System.Drawing.Size(120, 21); this.txtOutputCount.TabIndex = 16; this.txtOutputCount.TextChanged += new System.EventHandler(this.txtOutputCount_TextChanged); // // lblOutputCount // this.lblOutputCount.Location = new System.Drawing.Point(239, 95); this.lblOutputCount.MustInput = true; this.lblOutputCount.Name = "lblOutputCount"; this.lblOutputCount.Size = new System.Drawing.Size(53, 12); this.lblOutputCount.TabIndex = 15; this.lblOutputCount.Text = "产出数量"; // // lblLabel9 // this.lblLabel9.Location = new System.Drawing.Point(239, 149); this.lblLabel9.Name = "lblLabel9"; this.lblLabel9.Size = new System.Drawing.Size(53, 12); this.lblLabel9.TabIndex = 20; this.lblLabel9.Text = "标准总数"; // // txtStandardGroutingSum // this.txtStandardGroutingSum.Location = new System.Drawing.Point(298, 145); this.txtStandardGroutingSum.MaxValue = new decimal(new int[] { 999999, 0, 0, 0}); this.txtStandardGroutingSum.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtStandardGroutingSum.Name = "txtStandardGroutingSum"; this.txtStandardGroutingSum.Number = new System.Drawing.Point(6, 0); this.txtStandardGroutingSum.ReadOnly = true; this.txtStandardGroutingSum.Size = new System.Drawing.Size(120, 21); this.txtStandardGroutingSum.TabIndex = 21; // // F_PC_1002 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(431, 333); this.Controls.Add(this.txtOutputCount); this.Controls.Add(this.lblOutputCount); this.Controls.Add(this.scbGoods); this.Controls.Add(this.lblGoods); this.Controls.Add(this.txtMCount); this.Controls.Add(this.lblMCount); this.Controls.Add(this.chkAutoPrint); this.Controls.Add(this.ftcSuppliers); this.Controls.Add(this.ftcMouldType); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.txtStandardGroutingSum); this.Controls.Add(this.lblLabel9); this.Controls.Add(this.txtStandardGroutingNum); this.Controls.Add(this.lblLabel7); this.Controls.Add(this.txtCost); this.Controls.Add(this.lblLabel8); this.Controls.Add(this.lblLabel6); this.Controls.Add(this.txtWeight); this.Controls.Add(this.dkUserInfo); this.Controls.Add(this.dtpPDate); this.Controls.Add(this.lblLabel5); this.Controls.Add(this.lblLabel3); this.Controls.Add(this.lblLabel2); this.Controls.Add(this.lblLabel4); this.Controls.Add(this.lblLabel1); this.Controls.Add(this.txtBarcode); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.Name = "F_PC_1002"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "模具档案"; this.Load += new System.EventHandler(this.F_PC_1002_Load); this.Controls.SetChildIndex(this.txtBarcode, 0); this.Controls.SetChildIndex(this.lblLabel1, 0); this.Controls.SetChildIndex(this.lblLabel4, 0); this.Controls.SetChildIndex(this.lblLabel2, 0); this.Controls.SetChildIndex(this.lblLabel3, 0); this.Controls.SetChildIndex(this.lblLabel5, 0); this.Controls.SetChildIndex(this.dtpPDate, 0); this.Controls.SetChildIndex(this.dkUserInfo, 0); this.Controls.SetChildIndex(this.txtWeight, 0); this.Controls.SetChildIndex(this.lblLabel6, 0); this.Controls.SetChildIndex(this.lblLabel8, 0); this.Controls.SetChildIndex(this.txtCost, 0); this.Controls.SetChildIndex(this.lblLabel7, 0); this.Controls.SetChildIndex(this.txtStandardGroutingNum, 0); this.Controls.SetChildIndex(this.lblLabel9, 0); this.Controls.SetChildIndex(this.txtStandardGroutingSum, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.ftcMouldType, 0); this.Controls.SetChildIndex(this.ftcSuppliers, 0); this.Controls.SetChildIndex(this.chkAutoPrint, 0); this.Controls.SetChildIndex(this.lblMCount, 0); this.Controls.SetChildIndex(this.txtMCount, 0); this.Controls.SetChildIndex(this.lblGoods, 0); this.Controls.SetChildIndex(this.scbGoods, 0); this.Controls.SetChildIndex(this.lblOutputCount, 0); this.Controls.SetChildIndex(this.txtOutputCount, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private WinForm.Controls.TxtCode txtBarcode; private WinForm.Controls.LblLabel lblLabel1; private WinForm.Controls.LblLabel lblLabel5; private WinForm.Controls.LblLabel lblLabel4; private WinForm.Controls.DtpDate dtpPDate; private WinForm.Controls.LblLabel lblLabel2; private WinForm.Controls.LblLabel lblLabel3; private Controls.SearchTextBox.dkUserInfoSearchBox dkUserInfo; private WinForm.Controls.TxtNumerical txtWeight; private WinForm.Controls.TxtNumerical txtCost; private WinForm.Controls.LblLabel lblLabel6; private WinForm.Controls.TxtNumerical txtStandardGroutingNum; private WinForm.Controls.LblLabel lblLabel7; private WinForm.Controls.TxtTextBox txtRemarks; private WinForm.Controls.LblLabel lblLabel8; private WinForm.Controls.BtnButton btnSave; private WinForm.Controls.BtnButton btnCancel; private WinForm.Controls.FtcFilterComboBox ftcMouldType; private WinForm.Controls.FtcFilterComboBox ftcSuppliers; private System.Windows.Forms.CheckBox chkAutoPrint; private WinForm.Controls.TxtNumerical txtMCount; private WinForm.Controls.LblLabel lblMCount; private Controls.SearchBox.ScbGoods scbGoods; private Basics.BaseControls.C_Label lblGoods; private WinForm.Controls.TxtNumerical txtOutputCount; private WinForm.Controls.LblLabel lblOutputCount; private WinForm.Controls.LblLabel lblLabel9; private WinForm.Controls.TxtNumerical txtStandardGroutingSum; } }