namespace Stone.WinModule.Standard { partial class frmVDAPrint { /// /// 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.txtAsnNumber = new System.Windows.Forms.TextBox(); this.txtPartNumber = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtLabelDate = new System.Windows.Forms.DateTimePicker(); this.txtPackNumer = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtQty = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.btnPrint = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.txtDate = new System.Windows.Forms.DateTimePicker(); this.label6 = new System.Windows.Forms.Label(); this.txtStandardNo = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtLocation = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtDescription = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.txtreleaseId = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(62, 44); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 12); this.label1.TabIndex = 0; this.label1.Text = "ASN编号:"; // // txtAsnNumber // this.txtAsnNumber.Location = new System.Drawing.Point(135, 41); this.txtAsnNumber.Name = "txtAsnNumber"; this.txtAsnNumber.ReadOnly = true; this.txtAsnNumber.Size = new System.Drawing.Size(288, 21); this.txtAsnNumber.TabIndex = 0; // // txtPartNumber // this.txtPartNumber.Location = new System.Drawing.Point(135, 95); this.txtPartNumber.Name = "txtPartNumber"; this.txtPartNumber.ReadOnly = true; this.txtPartNumber.Size = new System.Drawing.Size(288, 21); this.txtPartNumber.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(68, 99); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 2; this.label2.Text = "零件号:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(56, 226); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 4; this.label3.Text = "标签日期:"; // // txtLabelDate // this.txtLabelDate.CustomFormat = "yyyy-MM-dd HH:mm"; this.txtLabelDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.txtLabelDate.Location = new System.Drawing.Point(135, 223); this.txtLabelDate.Name = "txtLabelDate"; this.txtLabelDate.Size = new System.Drawing.Size(288, 21); this.txtLabelDate.TabIndex = 2; // // txtPackNumer // this.txtPackNumer.Location = new System.Drawing.Point(135, 277); this.txtPackNumer.Name = "txtPackNumer"; this.txtPackNumer.Size = new System.Drawing.Size(288, 21); this.txtPackNumer.TabIndex = 3; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(44, 280); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 12); this.label4.TabIndex = 7; this.label4.Text = "标准装箱数:"; // // txtQty // this.txtQty.Location = new System.Drawing.Point(135, 304); this.txtQty.Name = "txtQty"; this.txtQty.Size = new System.Drawing.Size(288, 21); this.txtQty.TabIndex = 4; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(80, 307); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(41, 12); this.label5.TabIndex = 9; this.label5.Text = "箱数:"; // // btnPrint // this.btnPrint.Location = new System.Drawing.Point(249, 351); this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(75, 37); this.btnPrint.TabIndex = 10; this.btnPrint.Text = "确定"; this.btnPrint.UseVisualStyleBackColor = true; this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click); // // btnClose // this.btnClose.Location = new System.Drawing.Point(348, 351); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 37); this.btnClose.TabIndex = 11; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // txtDate // this.txtDate.CustomFormat = "yyyy-MM-dd"; this.txtDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.txtDate.Location = new System.Drawing.Point(135, 250); this.txtDate.Name = "txtDate"; this.txtDate.Size = new System.Drawing.Size(288, 21); this.txtDate.TabIndex = 12; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(56, 253); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(65, 12); this.label6.TabIndex = 13; this.label6.Text = "要货日期:"; // // txtStandardNo // this.txtStandardNo.Location = new System.Drawing.Point(135, 169); this.txtStandardNo.Name = "txtStandardNo"; this.txtStandardNo.ReadOnly = true; this.txtStandardNo.Size = new System.Drawing.Size(288, 21); this.txtStandardNo.TabIndex = 14; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(44, 172); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(77, 12); this.label7.TabIndex = 15; this.label7.Text = "采购订单号:"; // // txtLocation // this.txtLocation.Location = new System.Drawing.Point(135, 68); this.txtLocation.Name = "txtLocation"; this.txtLocation.ReadOnly = true; this.txtLocation.Size = new System.Drawing.Size(288, 21); this.txtLocation.TabIndex = 16; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(68, 72); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 17; this.label8.Text = "卸货点:"; // // txtDescription // this.txtDescription.Location = new System.Drawing.Point(135, 122); this.txtDescription.Multiline = true; this.txtDescription.Name = "txtDescription"; this.txtDescription.ReadOnly = true; this.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtDescription.Size = new System.Drawing.Size(288, 41); this.txtDescription.TabIndex = 18; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(56, 126); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 12); this.label9.TabIndex = 19; this.label9.Text = "零件描述:"; // // txtreleaseId // this.txtreleaseId.Location = new System.Drawing.Point(135, 196); this.txtreleaseId.Name = "txtreleaseId"; this.txtreleaseId.ReadOnly = true; this.txtreleaseId.Size = new System.Drawing.Size(288, 21); this.txtreleaseId.TabIndex = 20; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(68, 199); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(53, 12); this.label10.TabIndex = 21; this.label10.Text = "版本号:"; // // frmVDAPrint // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(469, 440); this.Controls.Add(this.txtreleaseId); this.Controls.Add(this.label10); this.Controls.Add(this.txtDescription); this.Controls.Add(this.label9); this.Controls.Add(this.txtLocation); this.Controls.Add(this.label8); this.Controls.Add(this.txtStandardNo); this.Controls.Add(this.label7); this.Controls.Add(this.txtDate); this.Controls.Add(this.label6); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnPrint); this.Controls.Add(this.txtQty); this.Controls.Add(this.label5); this.Controls.Add(this.txtPackNumer); this.Controls.Add(this.label4); this.Controls.Add(this.txtLabelDate); this.Controls.Add(this.label3); this.Controls.Add(this.txtPartNumber); this.Controls.Add(this.label2); this.Controls.Add(this.txtAsnNumber); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmVDAPrint"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "号码预分配"; this.Load += new System.EventHandler(this.frmVDAPrint_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btnPrint; private System.Windows.Forms.Button btnClose; public System.Windows.Forms.TextBox txtAsnNumber; public System.Windows.Forms.TextBox txtPartNumber; public System.Windows.Forms.DateTimePicker txtLabelDate; public System.Windows.Forms.TextBox txtPackNumer; public System.Windows.Forms.TextBox txtQty; public System.Windows.Forms.DateTimePicker txtDate; private System.Windows.Forms.Label label6; public System.Windows.Forms.TextBox txtStandardNo; private System.Windows.Forms.Label label7; public System.Windows.Forms.TextBox txtLocation; private System.Windows.Forms.Label label8; public System.Windows.Forms.TextBox txtDescription; private System.Windows.Forms.Label label9; public System.Windows.Forms.TextBox txtreleaseId; private System.Windows.Forms.Label label10; } }