using System;
using System.Windows.Forms;
namespace WindowsFormsApp6
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.btn_print = new System.Windows.Forms.Button();
this.Txt_barcode1 = new System.Windows.Forms.TextBox();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.tips = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.btn_SelectFile = new System.Windows.Forms.Button();
this.txt_file = new System.Windows.Forms.TextBox();
this.btn_filePrint = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label7 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label9 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// btn_print
//
this.btn_print.Location = new System.Drawing.Point(475, 579);
this.btn_print.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btn_print.Name = "btn_print";
this.btn_print.Size = new System.Drawing.Size(151, 45);
this.btn_print.TabIndex = 10;
this.btn_print.Text = "打印";
this.btn_print.UseVisualStyleBackColor = true;
this.btn_print.Click += new System.EventHandler(this.btn_print_Click);
//
// Txt_barcode1
//
this.Txt_barcode1.Location = new System.Drawing.Point(164, 101);
this.Txt_barcode1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Txt_barcode1.Name = "Txt_barcode1";
this.Txt_barcode1.Size = new System.Drawing.Size(533, 25);
this.Txt_barcode1.TabIndex = 0;
this.Txt_barcode1.TextChanged += new System.EventHandler(this.Txt_barcode1_TextChanged);
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(88, 105);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(75, 15);
this.label2.TabIndex = 2;
this.label2.Text = "轴承编号:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(28, 55);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(127, 15);
this.label3.TabIndex = 3;
this.label3.Text = "请输入打印数据:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(88, 171);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(45, 15);
this.label4.TabIndex = 5;
this.label4.Text = "车型:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(88, 304);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(75, 15);
this.label5.TabIndex = 9;
this.label5.Text = "轴承品牌:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(88, 238);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(75, 15);
this.label6.TabIndex = 7;
this.label6.Text = "轴承型号:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(75, 349);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(75, 15);
this.label10.TabIndex = 11;
this.label10.Text = "轴承类别:";
//
// tips
//
this.tips.AutoSize = true;
this.tips.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tips.ForeColor = System.Drawing.Color.Blue;
this.tips.Location = new System.Drawing.Point(796, 49);
this.tips.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.tips.Name = "tips";
this.tips.Size = new System.Drawing.Size(240, 33);
this.tips.TabIndex = 22;
this.tips.Text = "打印机系统欢迎您:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.ForeColor = System.Drawing.Color.Blue;
this.label13.Location = new System.Drawing.Point(820, 96);
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(332, 27);
this.label13.TabIndex = 23;
this.label13.Text = "单个打印:请输入左边区域完整信息\r\n";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.ForeColor = System.Drawing.Color.Blue;
this.label14.Location = new System.Drawing.Point(59, 122);
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(424, 27);
this.label14.TabIndex = 24;
this.label14.Text = "批量打印:请严格按照excel文档列名填写数据";
this.label14.Click += new System.EventHandler(this.label14_Click);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.ForeColor = System.Drawing.Color.Blue;
this.label15.Location = new System.Drawing.Point(811, 179);
this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(0, 27);
this.label15.TabIndex = 25;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label16.ForeColor = System.Drawing.Color.Blue;
this.label16.Location = new System.Drawing.Point(857, 220);
this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(0, 27);
this.label16.TabIndex = 26;
//
// btn_SelectFile
//
this.btn_SelectFile.Location = new System.Drawing.Point(791, 484);
this.btn_SelectFile.Margin = new System.Windows.Forms.Padding(4);
this.btn_SelectFile.Name = "btn_SelectFile";
this.btn_SelectFile.Size = new System.Drawing.Size(151, 45);
this.btn_SelectFile.TabIndex = 27;
this.btn_SelectFile.Text = "选择文件";
this.btn_SelectFile.UseVisualStyleBackColor = true;
this.btn_SelectFile.Click += new System.EventHandler(this.btn_SelectFile_Click);
//
// txt_file
//
this.txt_file.Location = new System.Drawing.Point(789, 548);
this.txt_file.Margin = new System.Windows.Forms.Padding(4);
this.txt_file.Name = "txt_file";
this.txt_file.Size = new System.Drawing.Size(481, 25);
this.txt_file.TabIndex = 28;
//
// btn_filePrint
//
this.btn_filePrint.Location = new System.Drawing.Point(1085, 596);
this.btn_filePrint.Margin = new System.Windows.Forms.Padding(4);
this.btn_filePrint.Name = "btn_filePrint";
this.btn_filePrint.Size = new System.Drawing.Size(151, 45);
this.btn_filePrint.TabIndex = 29;
this.btn_filePrint.Text = "批量打印";
this.btn_filePrint.UseVisualStyleBackColor = true;
this.btn_filePrint.Click += new System.EventHandler(this.btn_filePrint_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox3);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.comboBox4);
this.groupBox1.Controls.Add(this.comboBox3);
this.groupBox1.Controls.Add(this.comboBox2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.comboBox1);
this.groupBox1.Controls.Add(this.btn_print);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Location = new System.Drawing.Point(13, 17);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
this.groupBox1.Size = new System.Drawing.Size(715, 828);
this.groupBox1.TabIndex = 30;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "编码打印";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(151, 454);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(533, 25);
this.textBox2.TabIndex = 18;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(78, 464);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(67, 15);
this.label8.TabIndex = 17;
this.label8.Text = "轴承重量";
//
// comboBox4
//
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Location = new System.Drawing.Point(151, 278);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(533, 23);
this.comboBox4.TabIndex = 16;
//
// comboBox3
//
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Location = new System.Drawing.Point(151, 216);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(533, 23);
this.comboBox3.TabIndex = 15;
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Location = new System.Drawing.Point(151, 149);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(533, 23);
this.comboBox2.TabIndex = 14;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(151, 403);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(533, 25);
this.textBox1.TabIndex = 13;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(78, 410);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(52, 15);
this.label1.TabIndex = 12;
this.label1.Text = "批次号";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"新造",
"检修"});
this.comboBox1.Location = new System.Drawing.Point(151, 341);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(533, 23);
this.comboBox1.TabIndex = 11;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Location = new System.Drawing.Point(761, 15);
this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
this.groupBox2.Size = new System.Drawing.Size(555, 304);
this.groupBox2.TabIndex = 31;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "提示";
this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.ForeColor = System.Drawing.Color.Blue;
this.label7.Location = new System.Drawing.Point(60, 164);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(432, 27);
this.label7.TabIndex = 25;
this.label7.Text = "如遇到没有的车型,以及型号品牌,可手动输入";
//
// groupBox3
//
this.groupBox3.Location = new System.Drawing.Point(761, 394);
this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
this.groupBox3.Size = new System.Drawing.Size(555, 381);
this.groupBox3.TabIndex = 32;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "导入打印:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(32, 523);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(113, 15);
this.label9.TabIndex = 19;
this.label9.Text = "生产/检修 日期";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(151, 517);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(533, 25);
this.textBox3.TabIndex = 20;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1332, 858);
this.Controls.Add(this.btn_filePrint);
this.Controls.Add(this.txt_file);
this.Controls.Add(this.btn_SelectFile);
this.Controls.Add(this.label16);
this.Controls.Add(this.label15);
this.Controls.Add(this.label13);
this.Controls.Add(this.tips);
this.Controls.Add(this.label5);
this.Controls.Add(this.label6);
this.Controls.Add(this.label4);
this.Controls.Add(this.label2);
this.Controls.Add(this.Txt_barcode1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox3);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.MaximizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "打印部件编码";
this.Load += new System.EventHandler(this.打印机_Load);
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_print;
private System.Windows.Forms.TextBox Txt_barcode1;
private System.Windows.Forms.ErrorProvider errorProvider1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label tips;
private System.Windows.Forms.TextBox txt_file;
private System.Windows.Forms.Button btn_SelectFile;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Button btn_filePrint;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox4;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label8;
private TextBox textBox3;
private Label label9;
}
}