namespace UAS_LabelMachine { partial class ReSetMaxNum { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.pi_inoutno_label = new System.Windows.Forms.Label(); this.SingleLabelPrint = new System.Windows.Forms.Button(); this.Number = new UAS_LabelMachine.CustomControl.EnterTextBox(); this.SuspendLayout(); // // pi_inoutno_label // this.pi_inoutno_label.AutoSize = true; this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pi_inoutno_label.Location = new System.Drawing.Point(52, 64); this.pi_inoutno_label.Name = "pi_inoutno_label"; this.pi_inoutno_label.Size = new System.Drawing.Size(65, 20); this.pi_inoutno_label.TabIndex = 5; this.pi_inoutno_label.Text = "当前流水"; // // SingleLabelPrint // this.SingleLabelPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.SingleLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SingleLabelPrint.Location = new System.Drawing.Point(136, 108); this.SingleLabelPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.SingleLabelPrint.Name = "SingleLabelPrint"; this.SingleLabelPrint.Size = new System.Drawing.Size(53, 26); this.SingleLabelPrint.TabIndex = 37; this.SingleLabelPrint.Text = "确认"; this.SingleLabelPrint.UseVisualStyleBackColor = true; this.SingleLabelPrint.Click += new System.EventHandler(this.SingleLabelPrint_Click); // // Number // this.Number.ID = null; this.Number.Location = new System.Drawing.Point(123, 64); this.Number.Name = "Number"; this.Number.Size = new System.Drawing.Size(83, 21); this.Number.Str = null; this.Number.Str1 = null; this.Number.Str2 = null; this.Number.TabIndex = 38; // // ReSetMaxNum // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(320, 163); this.Controls.Add(this.Number); this.Controls.Add(this.SingleLabelPrint); this.Controls.Add(this.pi_inoutno_label); this.Name = "ReSetMaxNum"; this.Text = "流水设置"; this.Load += new System.EventHandler(this.ReSetMaxNum_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label pi_inoutno_label; private System.Windows.Forms.Button SingleLabelPrint; private CustomControl.EnterTextBox Number; } }