namespace QMAPP.WinForm.Forms.Mend { partial class DPLabelReplace { /// /// 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.lblOriginalTitle = new System.Windows.Forms.Label(); this.txtFISCode = new System.Windows.Forms.TextBox(); this.btnSubmit = new System.Windows.Forms.Button(); this.lblNewTitle = new System.Windows.Forms.Label(); this.txtNewFISCode = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtNewFIS = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtOldFIS = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtMaterialName = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtMaterialCode = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtProductCode = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.infolabel = new System.Windows.Forms.Label(); this.btnReset = new System.Windows.Forms.Button(); this.cbType = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // lblOriginalTitle // this.lblOriginalTitle.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold); this.lblOriginalTitle.Location = new System.Drawing.Point(12, 62); this.lblOriginalTitle.Name = "lblOriginalTitle"; this.lblOriginalTitle.Size = new System.Drawing.Size(230, 35); this.lblOriginalTitle.TabIndex = 0; this.lblOriginalTitle.Text = "原门板FIS码:"; this.lblOriginalTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtFISCode // this.txtFISCode.Location = new System.Drawing.Point(223, 61); this.txtFISCode.Name = "txtFISCode"; this.txtFISCode.Size = new System.Drawing.Size(426, 38); this.txtFISCode.TabIndex = 1; this.txtFISCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFISCodeLabel_KeyDown); // // btnSubmit // this.btnSubmit.Location = new System.Drawing.Point(655, 61); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(118, 38); this.btnSubmit.TabIndex = 2; this.btnSubmit.Text = "提交(&S)"; this.btnSubmit.UseVisualStyleBackColor = true; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // lblNewTitle // this.lblNewTitle.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold); this.lblNewTitle.Location = new System.Drawing.Point(12, 112); this.lblNewTitle.Name = "lblNewTitle"; this.lblNewTitle.Size = new System.Drawing.Size(230, 35); this.lblNewTitle.TabIndex = 0; this.lblNewTitle.Text = "新门板FIS码:"; this.lblNewTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtNewFISCode // this.txtNewFISCode.Enabled = false; this.txtNewFISCode.Location = new System.Drawing.Point(223, 110); this.txtNewFISCode.Name = "txtNewFISCode"; this.txtNewFISCode.Size = new System.Drawing.Size(426, 38); this.txtNewFISCode.TabIndex = 1; this.txtNewFISCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNewFISCode_KeyDown); // // groupBox1 // this.groupBox1.Controls.Add(this.txtNewFIS); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txtOldFIS); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.txtMaterialName); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.txtMaterialCode); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.txtProductCode); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Font = new System.Drawing.Font("宋体", 11F); this.groupBox1.Location = new System.Drawing.Point(18, 214); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(755, 282); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "产品信息"; // // txtNewFIS // this.txtNewFIS.Font = new System.Drawing.Font("宋体", 20F); this.txtNewFIS.Location = new System.Drawing.Point(166, 229); this.txtNewFIS.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.txtNewFIS.Name = "txtNewFIS"; this.txtNewFIS.ReadOnly = true; this.txtNewFIS.Size = new System.Drawing.Size(581, 38); this.txtNewFIS.TabIndex = 24; this.txtNewFIS.TabStop = false; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(42, 232); this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(128, 27); this.label4.TabIndex = 23; this.label4.Text = "新FIS码:"; // // txtOldFIS // this.txtOldFIS.Font = new System.Drawing.Font("宋体", 20F); this.txtOldFIS.Location = new System.Drawing.Point(166, 179); this.txtOldFIS.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.txtOldFIS.Name = "txtOldFIS"; this.txtOldFIS.ReadOnly = true; this.txtOldFIS.Size = new System.Drawing.Size(581, 38); this.txtOldFIS.TabIndex = 22; this.txtOldFIS.TabStop = false; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(42, 182); this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(128, 27); this.label5.TabIndex = 21; this.label5.Text = "原FIS码:"; // // txtMaterialName // this.txtMaterialName.Font = new System.Drawing.Font("宋体", 20F); this.txtMaterialName.Location = new System.Drawing.Point(166, 129); this.txtMaterialName.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.txtMaterialName.Name = "txtMaterialName"; this.txtMaterialName.ReadOnly = true; this.txtMaterialName.Size = new System.Drawing.Size(581, 38); this.txtMaterialName.TabIndex = 20; this.txtMaterialName.TabStop = false; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(31, 132); this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(139, 27); this.label6.TabIndex = 19; this.label6.Text = "产品名称:"; // // txtMaterialCode // this.txtMaterialCode.Font = new System.Drawing.Font("宋体", 20F); this.txtMaterialCode.Location = new System.Drawing.Point(166, 79); this.txtMaterialCode.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.txtMaterialCode.Name = "txtMaterialCode"; this.txtMaterialCode.ReadOnly = true; this.txtMaterialCode.Size = new System.Drawing.Size(581, 38); this.txtMaterialCode.TabIndex = 18; this.txtMaterialCode.TabStop = false; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.Location = new System.Drawing.Point(3, 82); this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(167, 27); this.label8.TabIndex = 17; this.label8.Text = "产品物料号:"; // // txtProductCode // this.txtProductCode.Font = new System.Drawing.Font("宋体", 20F); this.txtProductCode.Location = new System.Drawing.Point(166, 33); this.txtProductCode.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.txtProductCode.Name = "txtProductCode"; this.txtProductCode.ReadOnly = true; this.txtProductCode.Size = new System.Drawing.Size(581, 38); this.txtProductCode.TabIndex = 18; this.txtProductCode.TabStop = false; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(31, 36); this.label7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(139, 27); this.label7.TabIndex = 17; this.label7.Text = "产品条码:"; // // infolabel // this.infolabel.AutoSize = true; this.infolabel.ForeColor = System.Drawing.Color.Red; this.infolabel.Location = new System.Drawing.Point(32, 170); this.infolabel.Name = "infolabel"; this.infolabel.Size = new System.Drawing.Size(0, 27); this.infolabel.TabIndex = 4; // // btnReset // this.btnReset.Location = new System.Drawing.Point(655, 107); this.btnReset.Name = "btnReset"; this.btnReset.Size = new System.Drawing.Size(118, 38); this.btnReset.TabIndex = 2; this.btnReset.Text = "重置(&R)"; this.btnReset.UseVisualStyleBackColor = true; this.btnReset.Click += new System.EventHandler(this.btnReset_Click); // // cbType // this.cbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbType.FormattingEnabled = true; this.cbType.Items.AddRange(new object[] { "新FIS码替换", "备件替换"}); this.cbType.Location = new System.Drawing.Point(223, 12); this.cbType.Name = "cbType"; this.cbType.Size = new System.Drawing.Size(237, 35); this.cbType.TabIndex = 5; this.cbType.SelectedIndexChanged += new System.EventHandler(this.cbType_SelectedIndexChanged); // // label3 // this.label3.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold); this.label3.Location = new System.Drawing.Point(12, 12); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(230, 35); this.label3.TabIndex = 0; this.label3.Text = "替换类型:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // DPLabelReplace // this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 27F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(787, 513); this.Controls.Add(this.cbType); this.Controls.Add(this.infolabel); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnReset); this.Controls.Add(this.btnSubmit); this.Controls.Add(this.txtNewFISCode); this.Controls.Add(this.lblNewTitle); this.Controls.Add(this.txtFISCode); this.Controls.Add(this.label3); this.Controls.Add(this.lblOriginalTitle); this.Font = new System.Drawing.Font("宋体", 20F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(7); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "DPLabelReplace"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "门板FIS条码替换"; this.Load += new System.EventHandler(this.DPLabelReplace_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblOriginalTitle; private System.Windows.Forms.TextBox txtFISCode; private System.Windows.Forms.Button btnSubmit; private System.Windows.Forms.Label lblNewTitle; private System.Windows.Forms.TextBox txtNewFISCode; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label infolabel; private System.Windows.Forms.TextBox txtNewFIS; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtOldFIS; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtMaterialName; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtMaterialCode; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtProductCode; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button btnReset; private System.Windows.Forms.ComboBox cbType; private System.Windows.Forms.Label label3; } }