123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
- namespace MaterialPrint
- {
- partial class Form2
- {
- /// <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.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.label6 = new System.Windows.Forms.Label();
- this.OutBoxCode = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.OutBoxNum = new System.Windows.Forms.TextBox();
- this.InnerBoxNum = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- 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(853, 319);
- 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(83, 583);
- 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(83, 402);
- 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(147, 493);
- 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(261, 408);
- 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(147, 316);
- 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(261, 319);
- this.Prefix.Name = "Prefix";
- this.Prefix.Size = new System.Drawing.Size(488, 35);
- this.Prefix.TabIndex = 193;
- //
- // Num
- //
- this.Num.Enabled = false;
- this.Num.Location = new System.Drawing.Point(261, 499);
- 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(261, 589);
- 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(994, 328);
- 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(660, 660);
- 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);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(115, 46);
- this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(114, 41);
- this.label6.TabIndex = 198;
- this.label6.Text = "外箱号";
- //
- // OutBoxCode
- //
- this.OutBoxCode.Location = new System.Drawing.Point(261, 52);
- this.OutBoxCode.Name = "OutBoxCode";
- this.OutBoxCode.Size = new System.Drawing.Size(379, 35);
- this.OutBoxCode.TabIndex = 199;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(91, 134);
- this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(146, 41);
- this.label7.TabIndex = 200;
- this.label7.Text = "外箱数量";
- //
- // OutBoxNum
- //
- this.OutBoxNum.Location = new System.Drawing.Point(261, 140);
- this.OutBoxNum.Name = "OutBoxNum";
- this.OutBoxNum.Size = new System.Drawing.Size(379, 35);
- this.OutBoxNum.TabIndex = 201;
- //
- // InnerBoxNum
- //
- this.InnerBoxNum.Location = new System.Drawing.Point(261, 229);
- this.InnerBoxNum.Name = "InnerBoxNum";
- this.InnerBoxNum.Size = new System.Drawing.Size(379, 35);
- this.InnerBoxNum.TabIndex = 203;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(91, 223);
- this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(146, 41);
- this.label8.TabIndex = 202;
- this.label8.Text = "箱内数量";
- //
- // 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.InnerBoxNum);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.OutBoxNum);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.OutBoxCode);
- this.Controls.Add(this.label6);
- 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;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox OutBoxCode;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox OutBoxNum;
- private System.Windows.Forms.TextBox InnerBoxNum;
- private System.Windows.Forms.Label label8;
- }
- }
|