Files
ATV_STDLabelAttach/Handler/Project/Dialog/fManualPrint0.Designer.cs
2025-07-17 16:11:46 +09:00

254 lines
12 KiB
C#

namespace Project.Dialog
{
partial class fManualPrint0
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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.tbPart = new System.Windows.Forms.TextBox();
this.lbPart = new System.Windows.Forms.Label();
this.tbMfg = new System.Windows.Forms.TextBox();
this.lbMFG = new System.Windows.Forms.Label();
this.tbManu = new System.Windows.Forms.TextBox();
this.lbManu = new System.Windows.Forms.Label();
this.tbLot = 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, 452);
this.btOK.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13);
this.btOK.Name = "btOK";
this.btOK.Size = new System.Drawing.Size(618, 50);
this.btOK.TabIndex = 18;
this.btOK.Text = "확인";
this.btOK.UseVisualStyleBackColor = true;
this.btOK.Click += new System.EventHandler(this.btOK_Click);
//
// tbSid
//
this.tbSid.Location = new System.Drawing.Point(132, 380);
this.tbSid.Margin = new System.Windows.Forms.Padding(7);
this.tbSid.Name = "tbSid";
this.tbSid.Size = new System.Drawing.Size(452, 39);
this.tbSid.TabIndex = 32;
this.tbSid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lbSID
//
this.lbSID.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lbSID.Location = new System.Drawing.Point(17, 380);
this.lbSID.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.lbSID.Name = "lbSID";
this.lbSID.Size = new System.Drawing.Size(101, 72);
this.lbSID.TabIndex = 31;
this.lbSID.Text = "sid";
this.lbSID.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// tbQty
//
this.tbQty.Location = new System.Drawing.Point(132, 320);
this.tbQty.Margin = new System.Windows.Forms.Padding(7);
this.tbQty.Name = "tbQty";
this.tbQty.Size = new System.Drawing.Size(452, 39);
this.tbQty.TabIndex = 30;
this.tbQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lbQty
//
this.lbQty.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lbQty.ForeColor = System.Drawing.Color.Blue;
this.lbQty.Location = new System.Drawing.Point(17, 320);
this.lbQty.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.lbQty.Name = "lbQty";
this.lbQty.Size = new System.Drawing.Size(101, 72);
this.lbQty.TabIndex = 29;
this.lbQty.Text = "qty";
this.lbQty.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// tbPart
//
this.tbPart.Location = new System.Drawing.Point(132, 259);
this.tbPart.Margin = new System.Windows.Forms.Padding(7);
this.tbPart.Name = "tbPart";
this.tbPart.Size = new System.Drawing.Size(452, 39);
this.tbPart.TabIndex = 28;
this.tbPart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lbPart
//
this.lbPart.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lbPart.Location = new System.Drawing.Point(17, 259);
this.lbPart.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.lbPart.Name = "lbPart";
this.lbPart.Size = new System.Drawing.Size(101, 72);
this.lbPart.TabIndex = 27;
this.lbPart.Text = "part";
this.lbPart.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// tbMfg
//
this.tbMfg.Location = new System.Drawing.Point(132, 198);
this.tbMfg.Margin = new System.Windows.Forms.Padding(7);
this.tbMfg.Name = "tbMfg";
this.tbMfg.Size = new System.Drawing.Size(452, 39);
this.tbMfg.TabIndex = 26;
this.tbMfg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lbMFG
//
this.lbMFG.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lbMFG.ForeColor = System.Drawing.Color.Blue;
this.lbMFG.Location = new System.Drawing.Point(17, 198);
this.lbMFG.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.lbMFG.Name = "lbMFG";
this.lbMFG.Size = new System.Drawing.Size(101, 72);
this.lbMFG.TabIndex = 25;
this.lbMFG.Text = "mfg";
this.lbMFG.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// tbManu
//
this.tbManu.Location = new System.Drawing.Point(132, 138);
this.tbManu.Margin = new System.Windows.Forms.Padding(7);
this.tbManu.Name = "tbManu";
this.tbManu.Size = new System.Drawing.Size(452, 39);
this.tbManu.TabIndex = 24;
this.tbManu.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lbManu
//
this.lbManu.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lbManu.Location = new System.Drawing.Point(17, 138);
this.lbManu.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.lbManu.Name = "lbManu";
this.lbManu.Size = new System.Drawing.Size(101, 72);
this.lbManu.TabIndex = 23;
this.lbManu.Text = "manu";
this.lbManu.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// tbLot
//
this.tbLot.Location = new System.Drawing.Point(132, 77);
this.tbLot.Margin = new System.Windows.Forms.Padding(7);
this.tbLot.Name = "tbLot";
this.tbLot.Size = new System.Drawing.Size(452, 39);
this.tbLot.TabIndex = 22;
this.tbLot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lbLot
//
this.lbLot.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lbLot.ForeColor = System.Drawing.Color.Blue;
this.lbLot.Location = new System.Drawing.Point(17, 77);
this.lbLot.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.lbLot.Name = "lbLot";
this.lbLot.Size = new System.Drawing.Size(101, 72);
this.lbLot.TabIndex = 21;
this.lbLot.Text = "lot";
this.lbLot.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// tbRid
//
this.tbRid.Location = new System.Drawing.Point(132, 16);
this.tbRid.Margin = new System.Windows.Forms.Padding(7);
this.tbRid.Name = "tbRid";
this.tbRid.Size = new System.Drawing.Size(452, 39);
this.tbRid.TabIndex = 20;
this.tbRid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lbRID
//
this.lbRID.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lbRID.ForeColor = System.Drawing.Color.Blue;
this.lbRID.Location = new System.Drawing.Point(17, 20);
this.lbRID.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.lbRID.Name = "lbRID";
this.lbRID.Size = new System.Drawing.Size(101, 72);
this.lbRID.TabIndex = 19;
this.lbRID.Text = "rid";
this.lbRID.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// fManualPrint
//
this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 32F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(618, 502);
this.Controls.Add(this.tbSid);
this.Controls.Add(this.lbSID);
this.Controls.Add(this.tbQty);
this.Controls.Add(this.lbQty);
this.Controls.Add(this.tbPart);
this.Controls.Add(this.lbPart);
this.Controls.Add(this.tbMfg);
this.Controls.Add(this.lbMFG);
this.Controls.Add(this.tbManu);
this.Controls.Add(this.lbManu);
this.Controls.Add(this.tbLot);
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 = "fManualPrint";
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 tbPart;
private System.Windows.Forms.Label lbPart;
private System.Windows.Forms.TextBox tbMfg;
private System.Windows.Forms.Label lbMFG;
private System.Windows.Forms.TextBox tbManu;
private System.Windows.Forms.Label lbManu;
private System.Windows.Forms.TextBox tbLot;
private System.Windows.Forms.Label lbLot;
private System.Windows.Forms.TextBox tbRid;
private System.Windows.Forms.Label lbRID;
}
}