You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
238 lines
12 KiB
238 lines
12 KiB
using System.Drawing;
|
|
|
|
namespace QMAPP.WinForm.Forms.Injection
|
|
{
|
|
partial class InjectPrintForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.infolabel = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtProductCode = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.btnChoiceMaterial = new System.Windows.Forms.Button();
|
|
this.comMachine = new System.Windows.Forms.ComboBox();
|
|
this.cbMould = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.textMaterialName = new System.Windows.Forms.TextBox();
|
|
this.txtMaterialCode = new System.Windows.Forms.TextBox();
|
|
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(204, 30);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(245, 37);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.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(65, 104);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(82, 24);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "注塑机";
|
|
//
|
|
// 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(514, 296);
|
|
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, 328);
|
|
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(65, 197);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(82, 24);
|
|
this.label4.TabIndex = 9;
|
|
this.label4.Text = "零件名";
|
|
//
|
|
// txtProductCode
|
|
//
|
|
this.txtProductCode.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtProductCode.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtProductCode.Location = new System.Drawing.Point(149, 298);
|
|
this.txtProductCode.Name = "txtProductCode";
|
|
this.txtProductCode.Size = new System.Drawing.Size(341, 35);
|
|
this.txtProductCode.TabIndex = 12;
|
|
//
|
|
// 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(65, 298);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(58, 24);
|
|
this.label5.TabIndex = 11;
|
|
this.label5.Text = "条码";
|
|
//
|
|
// btnChoiceMaterial
|
|
//
|
|
this.btnChoiceMaterial.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnChoiceMaterial.Location = new System.Drawing.Point(150, 147);
|
|
this.btnChoiceMaterial.Name = "btnChoiceMaterial";
|
|
this.btnChoiceMaterial.Size = new System.Drawing.Size(124, 44);
|
|
this.btnChoiceMaterial.TabIndex = 38;
|
|
this.btnChoiceMaterial.Text = "选择零件信息";
|
|
this.btnChoiceMaterial.UseVisualStyleBackColor = true;
|
|
this.btnChoiceMaterial.Click += new System.EventHandler(this.btnChoiceMaterial_Click);
|
|
//
|
|
// comMachine
|
|
//
|
|
this.comMachine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comMachine.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.comMachine.FormattingEnabled = true;
|
|
this.comMachine.Location = new System.Drawing.Point(149, 98);
|
|
this.comMachine.Name = "comMachine";
|
|
this.comMachine.Size = new System.Drawing.Size(163, 30);
|
|
this.comMachine.TabIndex = 61;
|
|
this.comMachine.SelectedIndexChanged += new System.EventHandler(this.comMachine_SelectedIndexChanged);
|
|
//
|
|
// cbMould
|
|
//
|
|
this.cbMould.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbMould.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cbMould.FormattingEnabled = true;
|
|
this.cbMould.Location = new System.Drawing.Point(416, 98);
|
|
this.cbMould.Name = "cbMould";
|
|
this.cbMould.Size = new System.Drawing.Size(157, 30);
|
|
this.cbMould.TabIndex = 62;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label6.Location = new System.Drawing.Point(334, 104);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(58, 24);
|
|
this.label6.TabIndex = 63;
|
|
this.label6.Text = "模具";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label7.Location = new System.Drawing.Point(65, 241);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(82, 24);
|
|
this.label7.TabIndex = 64;
|
|
this.label7.Text = "零件号";
|
|
//
|
|
// textMaterialName
|
|
//
|
|
this.textMaterialName.BackColor = System.Drawing.SystemColors.Control;
|
|
this.textMaterialName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textMaterialName.Location = new System.Drawing.Point(153, 198);
|
|
this.textMaterialName.MaxLength = 3096;
|
|
this.textMaterialName.Name = "textMaterialName";
|
|
this.textMaterialName.ReadOnly = true;
|
|
this.textMaterialName.Size = new System.Drawing.Size(338, 29);
|
|
this.textMaterialName.TabIndex = 65;
|
|
//
|
|
// txtMaterialCode
|
|
//
|
|
this.txtMaterialCode.BackColor = System.Drawing.SystemColors.Control;
|
|
this.txtMaterialCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtMaterialCode.Location = new System.Drawing.Point(149, 241);
|
|
this.txtMaterialCode.MaxLength = 3096;
|
|
this.txtMaterialCode.Name = "txtMaterialCode";
|
|
this.txtMaterialCode.ReadOnly = true;
|
|
this.txtMaterialCode.Size = new System.Drawing.Size(342, 29);
|
|
this.txtMaterialCode.TabIndex = 66;
|
|
//
|
|
// InjectPrintForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(665, 399);
|
|
this.Controls.Add(this.txtMaterialCode);
|
|
this.Controls.Add(this.textMaterialName);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.cbMould);
|
|
this.Controls.Add(this.comMachine);
|
|
this.Controls.Add(this.btnChoiceMaterial);
|
|
this.Controls.Add(this.txtProductCode);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.infolabel);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "InjectPrintForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "总成装配条码打印";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
//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.TextBox txtProductCode;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Button btnChoiceMaterial;
|
|
private System.Windows.Forms.ComboBox comMachine;
|
|
private System.Windows.Forms.ComboBox cbMould;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox textMaterialName;
|
|
private System.Windows.Forms.TextBox txtMaterialCode;
|
|
}
|
|
}
|