namespace SYNC_SAP_MES { partial class D_Update_FlowNo { /// /// 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.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txt_FlowNo_CurrMax = new System.Windows.Forms.TextBox(); this.txt_FlowNo = new System.Windows.Forms.TextBox(); this.btn_Sure = new System.Windows.Forms.Button(); this.btn_Cancel = new System.Windows.Forms.Button(); this.btn_Query = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.txt_Sure = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(75, 51); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(157, 14); this.label1.TabIndex = 0; this.label1.Text = "最大流水号(已占用)"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(75, 138); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(127, 14); this.label3.TabIndex = 0; this.label3.Text = "最大流水号(新)"; // // txt_FlowNo_CurrMax // this.txt_FlowNo_CurrMax.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_FlowNo_CurrMax.Location = new System.Drawing.Point(78, 78); this.txt_FlowNo_CurrMax.Multiline = true; this.txt_FlowNo_CurrMax.Name = "txt_FlowNo_CurrMax"; this.txt_FlowNo_CurrMax.ReadOnly = true; this.txt_FlowNo_CurrMax.Size = new System.Drawing.Size(198, 34); this.txt_FlowNo_CurrMax.TabIndex = 1; // // txt_FlowNo // this.txt_FlowNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_FlowNo.Location = new System.Drawing.Point(78, 158); this.txt_FlowNo.Multiline = true; this.txt_FlowNo.Name = "txt_FlowNo"; this.txt_FlowNo.Size = new System.Drawing.Size(279, 30); this.txt_FlowNo.TabIndex = 1; // // btn_Sure // this.btn_Sure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_Sure.Location = new System.Drawing.Point(191, 311); this.btn_Sure.Name = "btn_Sure"; this.btn_Sure.Size = new System.Drawing.Size(80, 38); this.btn_Sure.TabIndex = 2; this.btn_Sure.Text = "确定"; this.btn_Sure.UseVisualStyleBackColor = true; this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click); // // btn_Cancel // this.btn_Cancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_Cancel.Location = new System.Drawing.Point(277, 311); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(80, 38); this.btn_Cancel.TabIndex = 2; this.btn_Cancel.Text = "取消"; this.btn_Cancel.UseVisualStyleBackColor = true; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_Query // this.btn_Query.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_Query.Location = new System.Drawing.Point(282, 78); this.btn_Query.Name = "btn_Query"; this.btn_Query.Size = new System.Drawing.Size(75, 34); this.btn_Query.TabIndex = 2; this.btn_Query.Text = "查询"; this.btn_Query.UseVisualStyleBackColor = true; this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(75, 236); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(112, 14); this.label2.TabIndex = 0; this.label2.Text = "请输入“确认”"; // // txt_Sure // this.txt_Sure.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_Sure.Location = new System.Drawing.Point(78, 257); this.txt_Sure.Multiline = true; this.txt_Sure.Name = "txt_Sure"; this.txt_Sure.Size = new System.Drawing.Size(279, 37); this.txt_Sure.TabIndex = 1; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.Red; this.label4.Location = new System.Drawing.Point(76, 195); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(329, 12); this.label4.TabIndex = 0; this.label4.Text = "下次生成流水号,从此值+1开始,可设置值只能>=生产最大值"; // // D_Update_FlowNo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(451, 379); this.Controls.Add(this.btn_Query); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.btn_Sure); this.Controls.Add(this.txt_Sure); this.Controls.Add(this.txt_FlowNo); this.Controls.Add(this.label2); this.Controls.Add(this.txt_FlowNo_CurrMax); this.Controls.Add(this.label3); this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "D_Update_FlowNo"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "流水号修改"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txt_FlowNo_CurrMax; private System.Windows.Forms.TextBox txt_FlowNo; private System.Windows.Forms.Button btn_Sure; private System.Windows.Forms.Button btn_Cancel; private System.Windows.Forms.Button btn_Query; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txt_Sure; private System.Windows.Forms.Label label4; } }