namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii { partial class F_SAP_HEGII_0111 { /// /// 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(F_SAP_HEGII_0111)); this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label9 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtMatnr = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label8 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.scbIdnrk = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbIdnrk(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtLgort = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtCharg = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtIdnrkOnlyCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtMeins = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtIdnrkName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtMenge = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // txtBarcode // this.txtBarcode.BackColor = System.Drawing.SystemColors.Window; this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtBarcode.ErrorMessage = ""; this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBarcode.Location = new System.Drawing.Point(119, 18); this.txtBarcode.MaxLength = 20; this.txtBarcode.Name = "txtBarcode"; this.txtBarcode.Size = new System.Drawing.Size(150, 21); this.txtBarcode.TabIndex = 19; this.txtBarcode.TextValue = ""; // // c_Label9 // this.c_Label9.AutoSize = true; this.c_Label9.BackColor = System.Drawing.Color.Transparent; this.c_Label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label9.Location = new System.Drawing.Point(62, 21); this.c_Label9.Name = "c_Label9"; this.c_Label9.Size = new System.Drawing.Size(53, 12); this.c_Label9.TabIndex = 18; this.c_Label9.Text = "产品条码"; // // txtMatnr // this.txtMatnr.BackColor = System.Drawing.SystemColors.Window; this.txtMatnr.BackgroundColor = System.Drawing.SystemColors.Window; this.txtMatnr.ErrorMessage = ""; this.txtMatnr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMatnr.Location = new System.Drawing.Point(119, 45); this.txtMatnr.MaxLength = 30; this.txtMatnr.Name = "txtMatnr"; this.txtMatnr.Size = new System.Drawing.Size(150, 21); this.txtMatnr.TabIndex = 17; this.txtMatnr.TextValue = ""; // // c_Label8 // this.c_Label8.AutoSize = true; this.c_Label8.BackColor = System.Drawing.Color.Transparent; this.c_Label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label8.Location = new System.Drawing.Point(62, 48); this.c_Label8.Name = "c_Label8"; this.c_Label8.Size = new System.Drawing.Size(53, 12); this.c_Label8.TabIndex = 16; this.c_Label8.Text = "物料编码"; // // scbIdnrk // this.scbIdnrk.CheckedData = null; this.scbIdnrk.DisplayMember = "IDNRK"; this.scbIdnrk.FormText = ""; this.scbIdnrk.Location = new System.Drawing.Point(119, 74); this.scbIdnrk.Name = "scbIdnrk"; this.scbIdnrk.Size = new System.Drawing.Size(150, 21); this.scbIdnrk.TabIndex = 20; this.scbIdnrk.ValueMember = "IDNRK"; this.scbIdnrk.TextValueChanged += new Dongke.WinForm.Controls.ScbSearchBox.TextBoxChangedHandle(this.scbIdnrk_TextValueChanged); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(144, 279); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 33); this.btnSave.TabIndex = 14; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(235, 279); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 33); this.btnClose.TabIndex = 13; this.btnClose.Text = "取消"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // txtLgort // this.txtLgort.BackColor = System.Drawing.Color.Yellow; this.txtLgort.BackgroundColor = System.Drawing.SystemColors.Window; this.txtLgort.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtLgort.ErrorMessage = ""; this.txtLgort.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtLgort.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtLgort.IsMustInput = true; this.txtLgort.Location = new System.Drawing.Point(119, 241); this.txtLgort.MaxLength = 4; this.txtLgort.Name = "txtLgort"; this.txtLgort.Size = new System.Drawing.Size(150, 21); this.txtLgort.TabIndex = 12; this.txtLgort.TextValue = ""; // // c_Label7 // this.c_Label7.AutoSize = true; this.c_Label7.BackColor = System.Drawing.Color.Transparent; this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label7.Location = new System.Drawing.Point(62, 244); this.c_Label7.Name = "c_Label7"; this.c_Label7.Size = new System.Drawing.Size(53, 12); this.c_Label7.TabIndex = 11; this.c_Label7.Text = "库存地点"; // // txtCharg // this.txtCharg.BackColor = System.Drawing.SystemColors.Window; this.txtCharg.BackgroundColor = System.Drawing.SystemColors.Window; this.txtCharg.ErrorMessage = ""; this.txtCharg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtCharg.Location = new System.Drawing.Point(119, 160); this.txtCharg.MaxLength = 10; this.txtCharg.Name = "txtCharg"; this.txtCharg.Size = new System.Drawing.Size(150, 21); this.txtCharg.TabIndex = 10; this.txtCharg.TextValue = ""; // // c_Label6 // this.c_Label6.AutoSize = true; this.c_Label6.BackColor = System.Drawing.Color.Transparent; this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label6.Location = new System.Drawing.Point(62, 163); this.c_Label6.Name = "c_Label6"; this.c_Label6.Size = new System.Drawing.Size(53, 12); this.c_Label6.TabIndex = 9; this.c_Label6.Text = "组件批次"; // // txtIdnrkOnlyCode // this.txtIdnrkOnlyCode.BackColor = System.Drawing.SystemColors.Window; this.txtIdnrkOnlyCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtIdnrkOnlyCode.ErrorMessage = ""; this.txtIdnrkOnlyCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtIdnrkOnlyCode.Location = new System.Drawing.Point(119, 214); this.txtIdnrkOnlyCode.MaxLength = 50; this.txtIdnrkOnlyCode.Name = "txtIdnrkOnlyCode"; this.txtIdnrkOnlyCode.Size = new System.Drawing.Size(150, 21); this.txtIdnrkOnlyCode.TabIndex = 8; this.txtIdnrkOnlyCode.TextValue = ""; // // c_Label5 // this.c_Label5.AutoSize = true; this.c_Label5.BackColor = System.Drawing.Color.Transparent; this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label5.Location = new System.Drawing.Point(62, 217); this.c_Label5.Name = "c_Label5"; this.c_Label5.Size = new System.Drawing.Size(53, 12); this.c_Label5.TabIndex = 7; this.c_Label5.Text = "唯一编码"; // // c_Label4 // this.c_Label4.AutoSize = true; this.c_Label4.BackColor = System.Drawing.Color.Transparent; this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label4.Location = new System.Drawing.Point(62, 190); this.c_Label4.Name = "c_Label4"; this.c_Label4.Size = new System.Drawing.Size(53, 12); this.c_Label4.TabIndex = 5; this.c_Label4.Text = "组件数量"; // // txtMeins // this.txtMeins.BackColor = System.Drawing.SystemColors.Window; this.txtMeins.BackgroundColor = System.Drawing.SystemColors.Window; this.txtMeins.Enabled = false; this.txtMeins.ErrorMessage = ""; this.txtMeins.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMeins.Location = new System.Drawing.Point(119, 131); this.txtMeins.Name = "txtMeins"; this.txtMeins.Size = new System.Drawing.Size(150, 21); this.txtMeins.TabIndex = 4; this.txtMeins.TextValue = ""; // // c_Label3 // this.c_Label3.AutoSize = true; this.c_Label3.BackColor = System.Drawing.Color.Transparent; this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label3.Location = new System.Drawing.Point(62, 134); this.c_Label3.Name = "c_Label3"; this.c_Label3.Size = new System.Drawing.Size(53, 12); this.c_Label3.TabIndex = 3; this.c_Label3.Text = "组件单位"; // // txtIdnrkName // this.txtIdnrkName.BackColor = System.Drawing.SystemColors.Window; this.txtIdnrkName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtIdnrkName.Enabled = false; this.txtIdnrkName.ErrorMessage = ""; this.txtIdnrkName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtIdnrkName.Location = new System.Drawing.Point(119, 101); this.txtIdnrkName.Name = "txtIdnrkName"; this.txtIdnrkName.Size = new System.Drawing.Size(150, 21); this.txtIdnrkName.TabIndex = 2; this.txtIdnrkName.TextValue = ""; // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.Location = new System.Drawing.Point(62, 104); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(53, 12); this.c_Label2.TabIndex = 1; this.c_Label2.Text = "组件名称"; // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.Location = new System.Drawing.Point(62, 77); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 0; this.c_Label1.Text = "组件编码"; // // txtMenge // this.txtMenge.BackColor = System.Drawing.Color.Yellow; this.txtMenge.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMenge.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtMenge.Location = new System.Drawing.Point(119, 187); this.txtMenge.Name = "txtMenge"; this.txtMenge.Size = new System.Drawing.Size(150, 21); this.txtMenge.TabIndex = 23; this.txtMenge.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMenge_KeyPress_1); // // F_SAP_HEGII_0111 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(332, 324); this.Controls.Add(this.txtMenge); this.Controls.Add(this.txtBarcode); this.Controls.Add(this.c_Label9); this.Controls.Add(this.txtMatnr); this.Controls.Add(this.c_Label8); this.Controls.Add(this.scbIdnrk); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnClose); this.Controls.Add(this.txtLgort); this.Controls.Add(this.c_Label7); this.Controls.Add(this.txtCharg); this.Controls.Add(this.c_Label6); this.Controls.Add(this.txtIdnrkOnlyCode); this.Controls.Add(this.c_Label5); this.Controls.Add(this.c_Label4); this.Controls.Add(this.txtMeins); this.Controls.Add(this.c_Label3); this.Controls.Add(this.txtIdnrkName); this.Controls.Add(this.c_Label2); this.Controls.Add(this.c_Label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "F_SAP_HEGII_0111"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "新建报损"; this.Load += new System.EventHandler(this.F_SAP_HEGII_0111_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_TextBox txtIdnrkName; private Basics.BaseControls.C_Label c_Label3; private Basics.BaseControls.C_TextBox txtMeins; private Basics.BaseControls.C_Label c_Label4; private Basics.BaseControls.C_Label c_Label5; private Basics.BaseControls.C_TextBox txtIdnrkOnlyCode; private Basics.BaseControls.C_Label c_Label6; private Basics.BaseControls.C_TextBox txtCharg; private Basics.BaseControls.C_Label c_Label7; private Basics.BaseControls.C_TextBox txtLgort; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnSave; private Controls.SearchBox.ScbIdnrk scbIdnrk; private Basics.BaseControls.C_Label c_Label8; private Basics.BaseControls.C_TextBox txtMatnr; private Basics.BaseControls.C_Label c_Label9; private Basics.BaseControls.C_TextBox txtBarcode; private System.Windows.Forms.TextBox txtMenge; } }