namespace QMAPP.WinForm.Forms.RePrint { partial class DPAssemblyCodePrintForm { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.butOk = new System.Windows.Forms.Button(); this.tsbPrint = new System.Windows.Forms.Button(); this.labErrorMessage = new System.Windows.Forms.Label(); this.txtFisCode = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtProductCode = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.None; this.groupBox1.Controls.Add(this.butOk); this.groupBox1.Controls.Add(this.tsbPrint); this.groupBox1.Controls.Add(this.labErrorMessage); this.groupBox1.Controls.Add(this.txtFisCode); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtProductCode); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.Location = new System.Drawing.Point(27, 23); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(469, 327); this.groupBox1.TabIndex = 36; this.groupBox1.TabStop = false; this.groupBox1.Text = "零件信息"; // // butOk // this.butOk.Anchor = System.Windows.Forms.AnchorStyles.None; this.butOk.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.butOk.Image = global::QMAPP.WinForm.Resource1.st; this.butOk.Location = new System.Drawing.Point(26, 199); this.butOk.Name = "butOk"; this.butOk.Size = new System.Drawing.Size(187, 116); this.butOk.TabIndex = 39; this.butOk.Text = "确认"; this.butOk.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.butOk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.butOk.UseVisualStyleBackColor = true; this.butOk.Click += new System.EventHandler(this.butOk_Click); // // tsbPrint // this.tsbPrint.Anchor = System.Windows.Forms.AnchorStyles.None; this.tsbPrint.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbPrint.Image = global::QMAPP.WinForm.Resource1.print1; this.tsbPrint.Location = new System.Drawing.Point(260, 199); this.tsbPrint.Name = "tsbPrint"; this.tsbPrint.Size = new System.Drawing.Size(185, 116); this.tsbPrint.TabIndex = 38; this.tsbPrint.Text = "打印"; this.tsbPrint.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.tsbPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.tsbPrint.UseVisualStyleBackColor = true; this.tsbPrint.Click += new System.EventHandler(this.tsbPrint_Click); // // labErrorMessage // this.labErrorMessage.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labErrorMessage.ForeColor = System.Drawing.Color.Red; this.labErrorMessage.Location = new System.Drawing.Point(34, 145); this.labErrorMessage.Name = "labErrorMessage"; this.labErrorMessage.Size = new System.Drawing.Size(399, 37); this.labErrorMessage.TabIndex = 24; // // txtFisCode // this.txtFisCode.BackColor = System.Drawing.SystemColors.Control; this.txtFisCode.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtFisCode.Location = new System.Drawing.Point(113, 103); this.txtFisCode.Name = "txtFisCode"; this.txtFisCode.ReadOnly = true; this.txtFisCode.Size = new System.Drawing.Size(320, 29); this.txtFisCode.TabIndex = 23; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(27, 108); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(86, 16); this.label2.TabIndex = 22; this.label2.Text = "FIS条码:"; // // txtProductCode // this.txtProductCode.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtProductCode.Location = new System.Drawing.Point(113, 43); this.txtProductCode.Name = "txtProductCode"; this.txtProductCode.Size = new System.Drawing.Size(320, 29); this.txtProductCode.TabIndex = 21; this.txtProductCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProductCode_KeyDown); // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.Red; this.label6.Location = new System.Drawing.Point(11, 48); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(17, 16); this.label6.TabIndex = 20; this.label6.Text = "*"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label1.Location = new System.Drawing.Point(27, 49); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(93, 16); this.label1.TabIndex = 19; this.label1.Text = "零件条码:"; // // DPAssemblyCodePrintForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(508, 362); this.Controls.Add(this.groupBox1); this.Name = "DPAssemblyCodePrintForm"; this.Text = "门板总成码补打"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label labErrorMessage; private System.Windows.Forms.TextBox txtFisCode; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtProductCode; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button butOk; private System.Windows.Forms.Button tsbPrint; } }