namespace QMAPP.WinForm.Forms.Operation { partial class PrintForm { /// /// 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.label1 = new System.Windows.Forms.Label(); this.lblCodeTitle = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtProcessCode = new System.Windows.Forms.TextBox(); this.txtMainCode = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.infolabel = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.cbMaterial = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.txtMaterialCode = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.cbForce = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(130, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(435, 37); this.label1.TabIndex = 0; this.label1.Text = "仪表板总成装配条码打印"; // // lblCodeTitle // this.lblCodeTitle.AutoSize = true; this.lblCodeTitle.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCodeTitle.Location = new System.Drawing.Point(51, 133); this.lblCodeTitle.Name = "lblCodeTitle"; this.lblCodeTitle.Size = new System.Drawing.Size(106, 24); this.lblCodeTitle.TabIndex = 1; this.lblCodeTitle.Text = "表皮条码"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(75, 305); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82, 24); this.label3.TabIndex = 2; this.label3.Text = "装配码"; // // txtProcessCode // this.txtProcessCode.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtProcessCode.Location = new System.Drawing.Point(173, 128); this.txtProcessCode.Name = "txtProcessCode"; this.txtProcessCode.Size = new System.Drawing.Size(341, 35); this.txtProcessCode.TabIndex = 3; this.txtProcessCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown); // // txtMainCode // this.txtMainCode.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMainCode.Location = new System.Drawing.Point(173, 300); this.txtMainCode.Name = "txtMainCode"; this.txtMainCode.ReadOnly = true; this.txtMainCode.Size = new System.Drawing.Size(341, 35); this.txtMainCode.TabIndex = 4; // // button1 // this.button1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.Location = new System.Drawing.Point(520, 300); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(123, 35); this.button1.TabIndex = 5; this.button1.Text = "打印"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // infolabel // this.infolabel.AutoSize = true; this.infolabel.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.infolabel.ForeColor = System.Drawing.Color.Red; this.infolabel.Location = new System.Drawing.Point(63, 366); this.infolabel.Name = "infolabel"; this.infolabel.Size = new System.Drawing.Size(0, 31); this.infolabel.TabIndex = 6; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(51, 187); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(106, 24); this.label4.TabIndex = 1; this.label4.Text = "总成名称"; // // cbMaterial // this.cbMaterial.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbMaterial.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbMaterial.FormattingEnabled = true; this.cbMaterial.Location = new System.Drawing.Point(173, 183); this.cbMaterial.Name = "cbMaterial"; this.cbMaterial.Size = new System.Drawing.Size(470, 36); this.cbMaterial.TabIndex = 7; this.cbMaterial.SelectedIndexChanged += new System.EventHandler(this.cbMaterial_SelectedIndexChanged); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(27, 244); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(130, 24); this.label5.TabIndex = 2; this.label5.Text = "总成零件号"; // // txtMaterialCode // this.txtMaterialCode.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMaterialCode.Location = new System.Drawing.Point(173, 239); this.txtMaterialCode.Name = "txtMaterialCode"; this.txtMaterialCode.ReadOnly = true; this.txtMaterialCode.Size = new System.Drawing.Size(341, 35); this.txtMaterialCode.TabIndex = 4; // // button2 // this.button2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button2.Location = new System.Drawing.Point(520, 128); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(123, 35); this.button2.TabIndex = 8; this.button2.Text = "提交"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // cbForce // this.cbForce.AutoSize = true; this.cbForce.Location = new System.Drawing.Point(529, 311); this.cbForce.Name = "cbForce"; this.cbForce.Size = new System.Drawing.Size(72, 16); this.cbForce.TabIndex = 9; this.cbForce.Text = "强制打印"; this.cbForce.UseVisualStyleBackColor = true; this.cbForce.Visible = false; // // PrintForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(691, 427); this.Controls.Add(this.button2); this.Controls.Add(this.cbMaterial); this.Controls.Add(this.infolabel); this.Controls.Add(this.button1); this.Controls.Add(this.txtMaterialCode); this.Controls.Add(this.txtMainCode); this.Controls.Add(this.label5); this.Controls.Add(this.txtProcessCode); this.Controls.Add(this.label3); this.Controls.Add(this.label4); this.Controls.Add(this.lblCodeTitle); this.Controls.Add(this.label1); this.Controls.Add(this.cbForce); this.Name = "PrintForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "仪表板总成装配条码打印"; this.Load += new System.EventHandler(this.PrintForm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblCodeTitle; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtProcessCode; private System.Windows.Forms.TextBox txtMainCode; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label infolabel; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox cbMaterial; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtMaterialCode; private System.Windows.Forms.Button button2; private System.Windows.Forms.CheckBox cbForce; } }