namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_0201 { /// /// 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_PM_0201)); this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblNewBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode(); this.txtNewBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.lblGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.SuspendLayout(); // // lblBarCode // this.lblBarCode.AutoSize = true; this.lblBarCode.BackColor = System.Drawing.Color.Transparent; this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblBarCode.IsMustInput = true; this.lblBarCode.Location = new System.Drawing.Point(12, 78); this.lblBarCode.Name = "lblBarCode"; this.lblBarCode.Size = new System.Drawing.Size(65, 12); this.lblBarCode.TabIndex = 1; this.lblBarCode.Text = "原产品条码"; // // lblNewBarCode // this.lblNewBarCode.AutoSize = true; this.lblNewBarCode.BackColor = System.Drawing.Color.Transparent; this.lblNewBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblNewBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblNewBarCode.IsMustInput = true; this.lblNewBarCode.Location = new System.Drawing.Point(12, 105); this.lblNewBarCode.Name = "lblNewBarCode"; this.lblNewBarCode.Size = new System.Drawing.Size(65, 12); this.lblNewBarCode.TabIndex = 3; this.lblNewBarCode.Text = "新产品条码"; // // btnSave // 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(124, 260); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 7; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // txtBarCode // this.txtBarCode.BackColor = System.Drawing.Color.Yellow; this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtBarCode.ErrorMessage = ""; this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBarCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtBarCode.IsMustInput = true; this.txtBarCode.Location = new System.Drawing.Point(83, 75); this.txtBarCode.MaxLength = 11; this.txtBarCode.Name = "txtBarCode"; this.txtBarCode.Size = new System.Drawing.Size(129, 21); this.txtBarCode.TabIndex = 3; this.txtBarCode.TextValue = ""; this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress); // // txtNewBarCode // this.txtNewBarCode.BackColor = System.Drawing.Color.Yellow; this.txtNewBarCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtNewBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNewBarCode.ErrorMessage = ""; this.txtNewBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtNewBarCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtNewBarCode.IsMustInput = true; this.txtNewBarCode.Location = new System.Drawing.Point(83, 102); this.txtNewBarCode.MaxLength = 11; this.txtNewBarCode.Name = "txtNewBarCode"; this.txtNewBarCode.Size = new System.Drawing.Size(129, 21); this.txtNewBarCode.TabIndex = 5; this.txtNewBarCode.TextValue = ""; // // btnSearch // this.btnSearch.BackColor = System.Drawing.Color.Transparent; this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage"))); this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(218, 70); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 4; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // txtRemarks // this.txtRemarks.BackColor = System.Drawing.SystemColors.Window; this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window; this.txtRemarks.ErrorMessage = ""; this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRemarks.Location = new System.Drawing.Point(83, 129); this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtRemarks.Size = new System.Drawing.Size(217, 120); this.txtRemarks.TabIndex = 6; this.txtRemarks.TextValue = ""; // // 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.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label1.Location = new System.Drawing.Point(48, 132); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(29, 12); this.c_Label1.TabIndex = 6; this.c_Label1.Text = "备注"; // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; 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(215, 260); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 8; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = false; // // lblGroutingUserCode // this.lblGroutingUserCode.AutoSize = true; this.lblGroutingUserCode.BackColor = System.Drawing.Color.Transparent; this.lblGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGroutingUserCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblGroutingUserCode.IsMustInput = true; this.lblGroutingUserCode.Location = new System.Drawing.Point(24, 21); this.lblGroutingUserCode.Name = "lblGroutingUserCode"; this.lblGroutingUserCode.Size = new System.Drawing.Size(53, 12); this.lblGroutingUserCode.TabIndex = 1; this.lblGroutingUserCode.Text = "成型工号"; // // txtGroutingUserCode // this.txtGroutingUserCode.BackColor = System.Drawing.Color.Yellow; this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtGroutingUserCode.ErrorMessage = ""; this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtGroutingUserCode.IsMustInput = true; this.txtGroutingUserCode.Location = new System.Drawing.Point(83, 21); this.txtGroutingUserCode.Name = "txtGroutingUserCode"; this.txtGroutingUserCode.Size = new System.Drawing.Size(129, 21); this.txtGroutingUserCode.TabIndex = 1; this.txtGroutingUserCode.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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.c_Label2.IsMustInput = true; this.c_Label2.Location = new System.Drawing.Point(24, 52); 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 = "产品编码"; // // txtGoodsCode // this.txtGoodsCode.BackColor = System.Drawing.Color.Yellow; this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtGoodsCode.ErrorMessage = ""; this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtGoodsCode.IsMustInput = true; this.txtGoodsCode.Location = new System.Drawing.Point(83, 47); this.txtGoodsCode.MaxLength = 20; this.txtGoodsCode.Name = "txtGoodsCode"; this.txtGoodsCode.Size = new System.Drawing.Size(129, 21); this.txtGoodsCode.TabIndex = 2; this.txtGoodsCode.TextValue = ""; // // F_PM_0201 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(314, 320); this.Controls.Add(this.txtGoodsCode); this.Controls.Add(this.txtGroutingUserCode); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSearch); this.Controls.Add(this.txtNewBarCode); this.Controls.Add(this.txtBarCode); this.Controls.Add(this.btnSave); this.Controls.Add(this.c_Label1); this.Controls.Add(this.lblNewBarCode); this.Controls.Add(this.c_Label2); this.Controls.Add(this.lblGroutingUserCode); this.Controls.Add(this.lblBarCode); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_PM_0201"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "F_PM_0201"; this.Load += new System.EventHandler(this.F_PM_0201_Load); this.Controls.SetChildIndex(this.lblBarCode, 0); this.Controls.SetChildIndex(this.lblGroutingUserCode, 0); this.Controls.SetChildIndex(this.c_Label2, 0); this.Controls.SetChildIndex(this.lblNewBarCode, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.txtBarCode, 0); this.Controls.SetChildIndex(this.txtNewBarCode, 0); this.Controls.SetChildIndex(this.btnSearch, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.txtGroutingUserCode, 0); this.Controls.SetChildIndex(this.txtGoodsCode, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblBarCode; private Basics.BaseControls.C_Label lblNewBarCode; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_TXT_BarCode txtBarCode; private Basics.BaseControls.C_TXT_BarCode txtNewBarCode; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_TextBox txtRemarks; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Label lblGroutingUserCode; private Basics.BaseControls.C_TextBox txtGroutingUserCode; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_TextBox txtGoodsCode; } }