namespace WindowsFormsApplication1
{
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.tb_Msg = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.btn_SelectFile = new System.Windows.Forms.Button();
this.tb_FilePath = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// tb_Msg
//
this.tb_Msg.Enabled = false;
this.tb_Msg.Location = new System.Drawing.Point(11, 343);
this.tb_Msg.Margin = new System.Windows.Forms.Padding(4);
this.tb_Msg.Multiline = true;
this.tb_Msg.Name = "tb_Msg";
this.tb_Msg.Size = new System.Drawing.Size(802, 268);
this.tb_Msg.TabIndex = 17;
//
// button2
//
this.button2.Location = new System.Drawing.Point(225, 254);
this.button2.Margin = new System.Windows.Forms.Padding(4);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(132, 42);
this.button2.TabIndex = 16;
this.button2.Text = "批量打印";
this.button2.UseVisualStyleBackColor = true;
this.button2.Visible = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// btn_SelectFile
//
this.btn_SelectFile.Location = new System.Drawing.Point(36, 254);
this.btn_SelectFile.Margin = new System.Windows.Forms.Padding(4);
this.btn_SelectFile.Name = "btn_SelectFile";
this.btn_SelectFile.Size = new System.Drawing.Size(132, 42);
this.btn_SelectFile.TabIndex = 15;
this.btn_SelectFile.Text = "选择文件";
this.btn_SelectFile.UseVisualStyleBackColor = true;
this.btn_SelectFile.Visible = false;
this.btn_SelectFile.Click += new System.EventHandler(this.btn_SelectFile_Click);
//
// tb_FilePath
//
this.tb_FilePath.Enabled = false;
this.tb_FilePath.Location = new System.Drawing.Point(15, 209);
this.tb_FilePath.Margin = new System.Windows.Forms.Padding(4);
this.tb_FilePath.Name = "tb_FilePath";
this.tb_FilePath.Size = new System.Drawing.Size(412, 25);
this.tb_FilePath.TabIndex = 14;
this.tb_FilePath.Visible = false;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(162, 92);
this.textBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 25);
this.textBox2.TabIndex = 13;
this.textBox2.Text = "0.7";
this.textBox2.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(10, 92);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(125, 25);
this.label3.TabIndex = 12;
this.label3.Text = "上下偏移:";
this.label3.Visible = false;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(162, 136);
this.textBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 25);
this.textBox1.TabIndex = 11;
this.textBox1.Text = "0.2";
this.textBox1.Visible = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(10, 136);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(125, 25);
this.label2.TabIndex = 9;
this.label2.Text = "左右偏移:";
this.label2.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(57, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(283, 30);
this.label1.TabIndex = 10;
this.label1.Text = "自动打印任务执行中";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(823, 626);
this.Controls.Add(this.tb_Msg);
this.Controls.Add(this.button2);
this.Controls.Add(this.btn_SelectFile);
this.Controls.Add(this.tb_FilePath);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "鲁丽木业自动标签打印";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tb_Msg;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button btn_SelectFile;
private System.Windows.Forms.TextBox tb_FilePath;
public System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label3;
public System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}