qrmode 에서 wms rcv 태그 인식되게 함

This commit is contained in:
ChiKyun Kim
2025-08-06 10:05:24 +09:00
parent a7bc964b5c
commit c17296101a
89 changed files with 8051 additions and 6661 deletions

View File

@@ -54,6 +54,10 @@
this.label1 = new System.Windows.Forms.Label();
this.tbRID = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.linkLabel10 = new System.Windows.Forms.LinkLabel();
this.tbQtyMax = new System.Windows.Forms.TextBox();
this.lnkBatch = new System.Windows.Forms.LinkLabel();
this.tbBatch = new System.Windows.Forms.TextBox();
this.tbRID0 = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
this.btIDChk = new System.Windows.Forms.Button();
@@ -108,10 +112,6 @@
this.tmAutoConfirm = new System.Windows.Forms.Timer(this.components);
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.lnkBatch = new System.Windows.Forms.LinkLabel();
this.tbBatch = new System.Windows.Forms.TextBox();
this.linkLabel10 = new System.Windows.Forms.LinkLabel();
this.tbQtyMax = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.cmbarc.SuspendLayout();
this.panel7.SuspendLayout();
@@ -423,6 +423,50 @@
this.groupBox2.Text = "Barcode information";
this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
//
// linkLabel10
//
this.linkLabel10.AutoSize = true;
this.linkLabel10.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.linkLabel10.Location = new System.Drawing.Point(328, 250);
this.linkLabel10.Name = "linkLabel10";
this.linkLabel10.Size = new System.Drawing.Size(66, 20);
this.linkLabel10.TabIndex = 36;
this.linkLabel10.TabStop = true;
this.linkLabel10.Text = "MaxQTY";
this.linkLabel10.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel10_LinkClicked);
//
// tbQtyMax
//
this.tbQtyMax.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbQtyMax.Location = new System.Drawing.Point(399, 245);
this.tbQtyMax.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.tbQtyMax.Name = "tbQtyMax";
this.tbQtyMax.Size = new System.Drawing.Size(142, 31);
this.tbQtyMax.TabIndex = 35;
this.tbQtyMax.Tag = "PARTNO";
//
// lnkBatch
//
this.lnkBatch.AutoSize = true;
this.lnkBatch.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lnkBatch.Location = new System.Drawing.Point(40, 251);
this.lnkBatch.Name = "lnkBatch";
this.lnkBatch.Size = new System.Drawing.Size(57, 20);
this.lnkBatch.TabIndex = 34;
this.lnkBatch.TabStop = true;
this.lnkBatch.Text = "BATCH";
this.lnkBatch.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkBatch_LinkClicked);
//
// tbBatch
//
this.tbBatch.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbBatch.Location = new System.Drawing.Point(102, 246);
this.tbBatch.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.tbBatch.Name = "tbBatch";
this.tbBatch.Size = new System.Drawing.Size(222, 31);
this.tbBatch.TabIndex = 33;
this.tbBatch.Tag = "PARTNO";
//
// tbRID0
//
this.tbRID0.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
@@ -452,13 +496,15 @@
// btIDChk
//
this.btIDChk.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btIDChk.ForeColor = System.Drawing.Color.Red;
this.btIDChk.Location = new System.Drawing.Point(484, 36);
this.btIDChk.Name = "btIDChk";
this.btIDChk.Size = new System.Drawing.Size(57, 50);
this.btIDChk.TabIndex = 30;
this.btIDChk.Text = "검사";
this.btIDChk.UseVisualStyleBackColor = true;
this.btIDChk.Click += new System.EventHandler(this.button8_Click);
this.btIDChk.Visible = false;
this.btIDChk.Click += new System.EventHandler(this.btIDCheck_Click);
//
// tbSidFind
//
@@ -630,13 +676,16 @@
//
// btChkQty
//
this.btChkQty.Enabled = false;
this.btChkQty.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btChkQty.ForeColor = System.Drawing.Color.Red;
this.btChkQty.Location = new System.Drawing.Point(399, 122);
this.btChkQty.Name = "btChkQty";
this.btChkQty.Size = new System.Drawing.Size(142, 51);
this.btChkQty.TabIndex = 8;
this.btChkQty.Text = "서버 수량 체크";
this.btChkQty.UseVisualStyleBackColor = true;
this.btChkQty.Visible = false;
this.btChkQty.Click += new System.EventHandler(this.btReqQty_Click);
//
// button9
@@ -917,7 +966,7 @@
this.tabPage2.Location = new System.Drawing.Point(4, 39);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(768, 490);
this.tabPage2.Size = new System.Drawing.Size(768, 441);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Rear Image";
this.tabPage2.UseVisualStyleBackColor = true;
@@ -943,7 +992,7 @@
this.ivR.NoImageMessage = "";
this.ivR.Resolution = ((System.Drawing.PointF)(resources.GetObject("ivR.Resolution")));
this.ivR.ShowMouseTracking = false;
this.ivR.Size = new System.Drawing.Size(762, 484);
this.ivR.Size = new System.Drawing.Size(762, 435);
this.ivR.TabIndex = 23;
this.ivR.TabStop = false;
//
@@ -1109,50 +1158,6 @@
this.toolStripStatusLabel1.Size = new System.Drawing.Size(121, 17);
this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
//
// lnkBatch
//
this.lnkBatch.AutoSize = true;
this.lnkBatch.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lnkBatch.Location = new System.Drawing.Point(40, 251);
this.lnkBatch.Name = "lnkBatch";
this.lnkBatch.Size = new System.Drawing.Size(57, 20);
this.lnkBatch.TabIndex = 34;
this.lnkBatch.TabStop = true;
this.lnkBatch.Text = "BATCH";
this.lnkBatch.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkBatch_LinkClicked);
//
// tbBatch
//
this.tbBatch.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbBatch.Location = new System.Drawing.Point(102, 246);
this.tbBatch.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.tbBatch.Name = "tbBatch";
this.tbBatch.Size = new System.Drawing.Size(222, 31);
this.tbBatch.TabIndex = 33;
this.tbBatch.Tag = "PARTNO";
//
// linkLabel10
//
this.linkLabel10.AutoSize = true;
this.linkLabel10.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.linkLabel10.Location = new System.Drawing.Point(328, 250);
this.linkLabel10.Name = "linkLabel10";
this.linkLabel10.Size = new System.Drawing.Size(66, 20);
this.linkLabel10.TabIndex = 36;
this.linkLabel10.TabStop = true;
this.linkLabel10.Text = "MaxQTY";
this.linkLabel10.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel10_LinkClicked);
//
// tbQtyMax
//
this.tbQtyMax.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbQtyMax.Location = new System.Drawing.Point(399, 245);
this.tbQtyMax.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.tbQtyMax.Name = "tbQtyMax";
this.tbQtyMax.Size = new System.Drawing.Size(142, 31);
this.tbQtyMax.TabIndex = 35;
this.tbQtyMax.Tag = "PARTNO";
//
// fLoaderInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 30F);