namespace Project.Dialog { partial class fManualPrint0 { /// /// 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.btOK = new System.Windows.Forms.Button(); this.tbSid = new System.Windows.Forms.TextBox(); this.lbSID = new System.Windows.Forms.Label(); this.tbQty = new System.Windows.Forms.TextBox(); this.lbQty = new System.Windows.Forms.Label(); this.tbPartNo = new System.Windows.Forms.TextBox(); this.lbPart = new System.Windows.Forms.Label(); this.tbMFGDate = new System.Windows.Forms.TextBox(); this.lbMFG = new System.Windows.Forms.Label(); this.tbVName = new System.Windows.Forms.TextBox(); this.lbManu = new System.Windows.Forms.Label(); this.tbVLot = new System.Windows.Forms.TextBox(); this.lbLot = new System.Windows.Forms.Label(); this.tbRid = new System.Windows.Forms.TextBox(); this.lbRID = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btOK // this.btOK.Dock = System.Windows.Forms.DockStyle.Bottom; this.btOK.Location = new System.Drawing.Point(0, 423); this.btOK.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13); this.btOK.Name = "btOK"; this.btOK.Size = new System.Drawing.Size(565, 50); this.btOK.TabIndex = 18; this.btOK.Text = "OK"; this.btOK.UseVisualStyleBackColor = true; this.btOK.Click += new System.EventHandler(this.btOK_Click); // // tbSid // this.tbSid.BackColor = System.Drawing.Color.Gold; this.tbSid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tbSid.Location = new System.Drawing.Point(181, 371); this.tbSid.Margin = new System.Windows.Forms.Padding(7); this.tbSid.Name = "tbSid"; this.tbSid.Size = new System.Drawing.Size(376, 39); this.tbSid.TabIndex = 32; this.tbSid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lbSID // this.lbSID.BackColor = System.Drawing.Color.WhiteSmoke; this.lbSID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lbSID.Font = new System.Drawing.Font("Tahoma", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbSID.Location = new System.Drawing.Point(9, 371); this.lbSID.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.lbSID.Name = "lbSID"; this.lbSID.Size = new System.Drawing.Size(165, 39); this.lbSID.TabIndex = 31; this.lbSID.Text = "SID"; this.lbSID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tbQty // this.tbQty.BackColor = System.Drawing.Color.Gold; this.tbQty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tbQty.Location = new System.Drawing.Point(181, 311); this.tbQty.Margin = new System.Windows.Forms.Padding(7); this.tbQty.Name = "tbQty"; this.tbQty.Size = new System.Drawing.Size(376, 39); this.tbQty.TabIndex = 30; this.tbQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lbQty // this.lbQty.BackColor = System.Drawing.Color.WhiteSmoke; this.lbQty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lbQty.Font = new System.Drawing.Font("Tahoma", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbQty.ForeColor = System.Drawing.Color.Blue; this.lbQty.Location = new System.Drawing.Point(9, 311); this.lbQty.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.lbQty.Name = "lbQty"; this.lbQty.Size = new System.Drawing.Size(165, 39); this.lbQty.TabIndex = 29; this.lbQty.Text = "QTY"; this.lbQty.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tbPartNo // this.tbPartNo.BackColor = System.Drawing.Color.Gold; this.tbPartNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tbPartNo.Location = new System.Drawing.Point(181, 250); this.tbPartNo.Margin = new System.Windows.Forms.Padding(7); this.tbPartNo.Name = "tbPartNo"; this.tbPartNo.Size = new System.Drawing.Size(376, 39); this.tbPartNo.TabIndex = 28; this.tbPartNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lbPart // this.lbPart.BackColor = System.Drawing.Color.WhiteSmoke; this.lbPart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lbPart.Font = new System.Drawing.Font("Tahoma", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbPart.Location = new System.Drawing.Point(9, 250); this.lbPart.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.lbPart.Name = "lbPart"; this.lbPart.Size = new System.Drawing.Size(165, 39); this.lbPart.TabIndex = 27; this.lbPart.Text = "PART NO"; this.lbPart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tbMFGDate // this.tbMFGDate.BackColor = System.Drawing.Color.Gold; this.tbMFGDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tbMFGDate.Location = new System.Drawing.Point(181, 189); this.tbMFGDate.Margin = new System.Windows.Forms.Padding(7); this.tbMFGDate.Name = "tbMFGDate"; this.tbMFGDate.Size = new System.Drawing.Size(376, 39); this.tbMFGDate.TabIndex = 26; this.tbMFGDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lbMFG // this.lbMFG.BackColor = System.Drawing.Color.WhiteSmoke; this.lbMFG.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lbMFG.Font = new System.Drawing.Font("Tahoma", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbMFG.ForeColor = System.Drawing.Color.Blue; this.lbMFG.Location = new System.Drawing.Point(9, 189); this.lbMFG.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.lbMFG.Name = "lbMFG"; this.lbMFG.Size = new System.Drawing.Size(165, 39); this.lbMFG.TabIndex = 25; this.lbMFG.Text = "MFG DATE"; this.lbMFG.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tbVName // this.tbVName.AcceptsReturn = true; this.tbVName.BackColor = System.Drawing.Color.Gold; this.tbVName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tbVName.Location = new System.Drawing.Point(181, 129); this.tbVName.Margin = new System.Windows.Forms.Padding(7); this.tbVName.Name = "tbVName"; this.tbVName.Size = new System.Drawing.Size(376, 39); this.tbVName.TabIndex = 24; this.tbVName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lbManu // this.lbManu.BackColor = System.Drawing.Color.WhiteSmoke; this.lbManu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lbManu.Font = new System.Drawing.Font("Tahoma", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbManu.Location = new System.Drawing.Point(9, 129); this.lbManu.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.lbManu.Name = "lbManu"; this.lbManu.Size = new System.Drawing.Size(165, 39); this.lbManu.TabIndex = 23; this.lbManu.Text = "VENDER NAME"; this.lbManu.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tbVLot // this.tbVLot.BackColor = System.Drawing.Color.Gold; this.tbVLot.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tbVLot.Location = new System.Drawing.Point(181, 68); this.tbVLot.Margin = new System.Windows.Forms.Padding(7); this.tbVLot.Name = "tbVLot"; this.tbVLot.Size = new System.Drawing.Size(376, 39); this.tbVLot.TabIndex = 22; this.tbVLot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lbLot // this.lbLot.BackColor = System.Drawing.Color.WhiteSmoke; this.lbLot.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lbLot.Font = new System.Drawing.Font("Tahoma", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbLot.ForeColor = System.Drawing.Color.Blue; this.lbLot.Location = new System.Drawing.Point(9, 68); this.lbLot.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.lbLot.Name = "lbLot"; this.lbLot.Size = new System.Drawing.Size(165, 39); this.lbLot.TabIndex = 21; this.lbLot.Text = "VENDER LOT"; this.lbLot.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tbRid // this.tbRid.BackColor = System.Drawing.Color.Gold; this.tbRid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tbRid.Location = new System.Drawing.Point(181, 11); this.tbRid.Margin = new System.Windows.Forms.Padding(7); this.tbRid.Name = "tbRid"; this.tbRid.Size = new System.Drawing.Size(376, 39); this.tbRid.TabIndex = 20; this.tbRid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lbRID // this.lbRID.BackColor = System.Drawing.Color.WhiteSmoke; this.lbRID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lbRID.Font = new System.Drawing.Font("Tahoma", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbRID.ForeColor = System.Drawing.Color.Blue; this.lbRID.Location = new System.Drawing.Point(9, 11); this.lbRID.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.lbRID.Name = "lbRID"; this.lbRID.Size = new System.Drawing.Size(165, 39); this.lbRID.TabIndex = 19; this.lbRID.Text = "RID"; this.lbRID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // fManualPrint0 // this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 32F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(565, 473); this.Controls.Add(this.tbSid); this.Controls.Add(this.lbSID); this.Controls.Add(this.tbQty); this.Controls.Add(this.lbQty); this.Controls.Add(this.tbPartNo); this.Controls.Add(this.lbPart); this.Controls.Add(this.tbMFGDate); this.Controls.Add(this.lbMFG); this.Controls.Add(this.tbVName); this.Controls.Add(this.lbManu); this.Controls.Add(this.tbVLot); this.Controls.Add(this.lbLot); this.Controls.Add(this.tbRid); this.Controls.Add(this.lbRID); this.Controls.Add(this.btOK); this.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "fManualPrint0"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Make New Reel ID"; this.Load += new System.EventHandler(this.fNewReelID_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btOK; private System.Windows.Forms.TextBox tbSid; private System.Windows.Forms.Label lbSID; private System.Windows.Forms.TextBox tbQty; private System.Windows.Forms.Label lbQty; private System.Windows.Forms.TextBox tbPartNo; private System.Windows.Forms.Label lbPart; private System.Windows.Forms.TextBox tbMFGDate; private System.Windows.Forms.Label lbMFG; private System.Windows.Forms.TextBox tbVName; private System.Windows.Forms.Label lbManu; private System.Windows.Forms.TextBox tbVLot; private System.Windows.Forms.Label lbLot; private System.Windows.Forms.TextBox tbRid; private System.Windows.Forms.Label lbRID; } }