namespace MaterialPrint
{
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.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.Date = new System.Windows.Forms.DateTimePicker();
this.label5 = new System.Windows.Forms.Label();
this.Prefix = new System.Windows.Forms.TextBox();
this.Num = new System.Windows.Forms.TextBox();
this.Rn = new System.Windows.Forms.TextBox();
this.PrinterList = new System.Windows.Forms.ComboBox();
this.Print = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(846, 129);
this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(114, 41);
this.label4.TabIndex = 192;
this.label4.Text = "打印机";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(76, 393);
this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(146, 41);
this.label3.TabIndex = 191;
this.label3.Text = "起始流水";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(76, 212);
this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(146, 41);
this.label2.TabIndex = 190;
this.label2.Text = "生产日期";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(140, 303);
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 41);
this.label1.TabIndex = 189;
this.label1.Text = "数量";
//
// Date
//
this.Date.Location = new System.Drawing.Point(254, 218);
this.Date.Name = "Date";
this.Date.Size = new System.Drawing.Size(488, 35);
this.Date.TabIndex = 188;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(140, 126);
this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(82, 41);
this.label5.TabIndex = 187;
this.label5.Text = "前缀";
//
// Prefix
//
this.Prefix.Location = new System.Drawing.Point(254, 129);
this.Prefix.Name = "Prefix";
this.Prefix.Size = new System.Drawing.Size(488, 35);
this.Prefix.TabIndex = 193;
//
// Num
//
this.Num.Location = new System.Drawing.Point(254, 309);
this.Num.Name = "Num";
this.Num.Size = new System.Drawing.Size(488, 35);
this.Num.TabIndex = 194;
//
// Rn
//
this.Rn.Location = new System.Drawing.Point(254, 399);
this.Rn.Name = "Rn";
this.Rn.Size = new System.Drawing.Size(488, 35);
this.Rn.TabIndex = 195;
//
// PrinterList
//
this.PrinterList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.PrinterList.FormattingEnabled = true;
this.PrinterList.Location = new System.Drawing.Point(987, 138);
this.PrinterList.Name = "PrinterList";
this.PrinterList.Size = new System.Drawing.Size(372, 32);
this.PrinterList.TabIndex = 196;
//
// Print
//
this.Print.Location = new System.Drawing.Point(653, 470);
this.Print.Name = "Print";
this.Print.Size = new System.Drawing.Size(168, 51);
this.Print.TabIndex = 197;
this.Print.Text = "打印";
this.Print.UseVisualStyleBackColor = true;
this.Print.Click += new System.EventHandler(this.Print_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1487, 751);
this.Controls.Add(this.Print);
this.Controls.Add(this.PrinterList);
this.Controls.Add(this.Rn);
this.Controls.Add(this.Num);
this.Controls.Add(this.Prefix);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.Date);
this.Controls.Add(this.label5);
this.Name = "Form1";
this.Text = "Form1";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker Date;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox Prefix;
private System.Windows.Forms.TextBox Num;
private System.Windows.Forms.TextBox Rn;
private System.Windows.Forms.ComboBox PrinterList;
private System.Windows.Forms.Button Print;
}
}