This commit is contained in:
ChiKyun Kim
2025-09-09 08:25:50 +09:00
parent 9a7d1d27c7
commit adb66451ca
79 changed files with 4195 additions and 2213 deletions

View File

@@ -33,13 +33,13 @@
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.tbPartNo = new System.Windows.Forms.TextBox();
this.lbPart = new System.Windows.Forms.Label();
this.tbMfg = new System.Windows.Forms.TextBox();
this.tbMFGDate = new System.Windows.Forms.TextBox();
this.lbMFG = new System.Windows.Forms.Label();
this.tbManu = new System.Windows.Forms.TextBox();
this.tbVName = new System.Windows.Forms.TextBox();
this.lbManu = new System.Windows.Forms.Label();
this.tbLot = new System.Windows.Forms.TextBox();
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();
@@ -48,10 +48,10 @@
// btOK
//
this.btOK.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btOK.Location = new System.Drawing.Point(0, 452);
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(618, 50);
this.btOK.Size = new System.Drawing.Size(565, 50);
this.btOK.TabIndex = 18;
this.btOK.Text = "확인";
this.btOK.UseVisualStyleBackColor = true;
@@ -59,164 +59,193 @@
//
// tbSid
//
this.tbSid.Location = new System.Drawing.Point(132, 380);
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(452, 39);
this.tbSid.Size = new System.Drawing.Size(376, 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.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(101, 72);
this.lbSID.Size = new System.Drawing.Size(165, 39);
this.lbSID.TabIndex = 31;
this.lbSID.Text = "sid";
this.lbSID.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.lbSID.Text = "SID";
this.lbSID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbQty
//
this.tbQty.Location = new System.Drawing.Point(132, 320);
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(452, 39);
this.tbQty.Size = new System.Drawing.Size(376, 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.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(17, 320);
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(101, 72);
this.lbQty.Size = new System.Drawing.Size(165, 39);
this.lbQty.TabIndex = 29;
this.lbQty.Text = "qty";
this.lbQty.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.lbQty.Text = "QTY";
this.lbQty.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbPart
// tbPartNo
//
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;
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.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.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(101, 72);
this.lbPart.Size = new System.Drawing.Size(165, 39);
this.lbPart.TabIndex = 27;
this.lbPart.Text = "part";
this.lbPart.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.lbPart.Text = "PART NO";
this.lbPart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbMfg
// tbMFGDate
//
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;
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.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
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(17, 198);
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(101, 72);
this.lbMFG.Size = new System.Drawing.Size(165, 39);
this.lbMFG.TabIndex = 25;
this.lbMFG.Text = "mfg";
this.lbMFG.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.lbMFG.Text = "MFG DATE";
this.lbMFG.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbManu
// tbVName
//
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;
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.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.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(101, 72);
this.lbManu.Size = new System.Drawing.Size(165, 39);
this.lbManu.TabIndex = 23;
this.lbManu.Text = "manu";
this.lbManu.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.lbManu.Text = "VENDER NAME";
this.lbManu.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbLot
// tbVLot
//
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;
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.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
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(17, 77);
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(101, 72);
this.lbLot.Size = new System.Drawing.Size(165, 39);
this.lbLot.TabIndex = 21;
this.lbLot.Text = "lot";
this.lbLot.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.lbLot.Text = "VENDER LOT";
this.lbLot.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbRid
//
this.tbRid.Location = new System.Drawing.Point(132, 16);
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(452, 39);
this.tbRid.Size = new System.Drawing.Size(376, 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.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(17, 20);
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(101, 72);
this.lbRID.Size = new System.Drawing.Size(165, 39);
this.lbRID.TabIndex = 19;
this.lbRID.Text = "rid";
this.lbRID.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.lbRID.Text = "RID";
this.lbRID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// fManualPrint
// fManualPrint0
//
this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 32F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(618, 502);
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.tbPart);
this.Controls.Add(this.tbPartNo);
this.Controls.Add(this.lbPart);
this.Controls.Add(this.tbMfg);
this.Controls.Add(this.tbMFGDate);
this.Controls.Add(this.lbMFG);
this.Controls.Add(this.tbManu);
this.Controls.Add(this.tbVName);
this.Controls.Add(this.lbManu);
this.Controls.Add(this.tbLot);
this.Controls.Add(this.tbVLot);
this.Controls.Add(this.lbLot);
this.Controls.Add(this.tbRid);
this.Controls.Add(this.lbRID);
@@ -225,7 +254,7 @@
this.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fManualPrint";
this.Name = "fManualPrint0";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Make New Reel ID";
this.Load += new System.EventHandler(this.fNewReelID_Load);
@@ -240,13 +269,13 @@
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.TextBox tbPartNo;
private System.Windows.Forms.Label lbPart;
private System.Windows.Forms.TextBox tbMfg;
private System.Windows.Forms.TextBox tbMFGDate;
private System.Windows.Forms.Label lbMFG;
private System.Windows.Forms.TextBox tbManu;
private System.Windows.Forms.TextBox tbVName;
private System.Windows.Forms.Label lbManu;
private System.Windows.Forms.TextBox tbLot;
private System.Windows.Forms.TextBox tbVLot;
private System.Windows.Forms.Label lbLot;
private System.Windows.Forms.TextBox tbRid;
private System.Windows.Forms.Label lbRID;