namespace autuPrint
|
{
|
partial class Form1
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.label1 = new System.Windows.Forms.Label();
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.SuspendLayout();
|
//
|
// 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(44, 30);
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(226, 24);
|
this.label1.TabIndex = 0;
|
this.label1.Text = "自动打印任务执行中";
|
//
|
// textBox1
|
//
|
this.textBox1.Location = new System.Drawing.Point(123, 126);
|
this.textBox1.Margin = new System.Windows.Forms.Padding(2);
|
this.textBox1.Name = "textBox1";
|
this.textBox1.Size = new System.Drawing.Size(76, 21);
|
this.textBox1.TabIndex = 1;
|
this.textBox1.Text = "0.7";
|
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
//
|
// 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(9, 126);
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(99, 20);
|
this.label2.TabIndex = 0;
|
this.label2.Text = "左右偏移:";
|
//
|
// textBox2
|
//
|
this.textBox2.Location = new System.Drawing.Point(123, 91);
|
this.textBox2.Margin = new System.Windows.Forms.Padding(2);
|
this.textBox2.Name = "textBox2";
|
this.textBox2.Size = new System.Drawing.Size(76, 21);
|
this.textBox2.TabIndex = 3;
|
this.textBox2.Text = "0.7";
|
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
|
//
|
// 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(9, 91);
|
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(99, 20);
|
this.label3.TabIndex = 2;
|
this.label3.Text = "上下偏移:";
|
//
|
// Form1
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(358, 178);
|
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.Margin = new System.Windows.Forms.Padding(2);
|
this.Name = "Form1";
|
this.Text = "西门子智能工厂自动标签打印服务V1.1";
|
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.Label label1;
|
private System.Windows.Forms.Label label2;
|
public System.Windows.Forms.TextBox textBox1;
|
public System.Windows.Forms.TextBox textBox2;
|
private System.Windows.Forms.Label label3;
|
|
}
|
}
|