|
|
@@ -152,6 +152,7 @@
|
|
|
this.pib_outboxcode2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pi_inoutno = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.SingleLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.SingleDocRefresh = new System.Windows.Forms.LinkLabel();
|
|
|
this.CancelOPPOPlate = new System.Windows.Forms.Button();
|
|
|
this.OPPOPlate = new System.Windows.Forms.Button();
|
|
|
this.ViVoPlate = new System.Windows.Forms.Button();
|
|
|
@@ -160,6 +161,7 @@
|
|
|
this.SingleLabelAutoPrint = new System.Windows.Forms.CheckBox();
|
|
|
this.SingleLabelCombox = new System.Windows.Forms.ComboBox();
|
|
|
this.MidLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.MidDocRefresh = new System.Windows.Forms.LinkLabel();
|
|
|
this.MidLabelNum = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
@@ -170,6 +172,7 @@
|
|
|
this.MidLabelAutoPrint = new System.Windows.Forms.CheckBox();
|
|
|
this.MidLabelCombox = new System.Windows.Forms.ComboBox();
|
|
|
this.OutBoxLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.OutDocRefresh = new System.Windows.Forms.LinkLabel();
|
|
|
this.LogingOut = new System.Windows.Forms.LinkLabel();
|
|
|
this.GetOutBoxCode = new System.Windows.Forms.Button();
|
|
|
this.OutBoxNum = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
@@ -1408,6 +1411,7 @@
|
|
|
//
|
|
|
// SingleLabel
|
|
|
//
|
|
|
+ this.SingleLabel.Controls.Add(this.SingleDocRefresh);
|
|
|
this.SingleLabel.Controls.Add(this.CancelOPPOPlate);
|
|
|
this.SingleLabel.Controls.Add(this.OPPOPlate);
|
|
|
this.SingleLabel.Controls.Add(this.ViVoPlate);
|
|
|
@@ -1425,6 +1429,17 @@
|
|
|
this.SingleLabel.TabStop = false;
|
|
|
this.SingleLabel.Text = "单盘标签";
|
|
|
//
|
|
|
+ // SingleDocRefresh
|
|
|
+ //
|
|
|
+ this.SingleDocRefresh.AutoSize = true;
|
|
|
+ this.SingleDocRefresh.Location = new System.Drawing.Point(106, 23);
|
|
|
+ this.SingleDocRefresh.Name = "SingleDocRefresh";
|
|
|
+ this.SingleDocRefresh.Size = new System.Drawing.Size(42, 21);
|
|
|
+ this.SingleDocRefresh.TabIndex = 90;
|
|
|
+ this.SingleDocRefresh.TabStop = true;
|
|
|
+ this.SingleDocRefresh.Text = "刷新";
|
|
|
+ this.SingleDocRefresh.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SingleDocRefresh_LinkClicked);
|
|
|
+ //
|
|
|
// CancelOPPOPlate
|
|
|
//
|
|
|
this.CancelOPPOPlate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
@@ -1513,6 +1528,7 @@
|
|
|
//
|
|
|
// MidLabel
|
|
|
//
|
|
|
+ this.MidLabel.Controls.Add(this.MidDocRefresh);
|
|
|
this.MidLabel.Controls.Add(this.MidLabelNum);
|
|
|
this.MidLabel.Controls.Add(this.label5);
|
|
|
this.MidLabel.Controls.Add(this.label4);
|
|
|
@@ -1532,6 +1548,17 @@
|
|
|
this.MidLabel.TabStop = false;
|
|
|
this.MidLabel.Text = "中盒标签";
|
|
|
//
|
|
|
+ // MidDocRefresh
|
|
|
+ //
|
|
|
+ this.MidDocRefresh.AutoSize = true;
|
|
|
+ this.MidDocRefresh.Location = new System.Drawing.Point(106, 23);
|
|
|
+ this.MidDocRefresh.Name = "MidDocRefresh";
|
|
|
+ this.MidDocRefresh.Size = new System.Drawing.Size(42, 21);
|
|
|
+ this.MidDocRefresh.TabIndex = 91;
|
|
|
+ this.MidDocRefresh.TabStop = true;
|
|
|
+ this.MidDocRefresh.Text = "刷新";
|
|
|
+ this.MidDocRefresh.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SingleDocRefresh_LinkClicked);
|
|
|
+ //
|
|
|
// MidLabelNum
|
|
|
//
|
|
|
this.MidLabelNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
@@ -1633,6 +1660,7 @@
|
|
|
//
|
|
|
// OutBoxLabel
|
|
|
//
|
|
|
+ this.OutBoxLabel.Controls.Add(this.OutDocRefresh);
|
|
|
this.OutBoxLabel.Controls.Add(this.LogingOut);
|
|
|
this.OutBoxLabel.Controls.Add(this.GetOutBoxCode);
|
|
|
this.OutBoxLabel.Controls.Add(this.OutBoxNum);
|
|
|
@@ -1654,6 +1682,17 @@
|
|
|
this.OutBoxLabel.TabStop = false;
|
|
|
this.OutBoxLabel.Text = "外箱标签";
|
|
|
//
|
|
|
+ // OutDocRefresh
|
|
|
+ //
|
|
|
+ this.OutDocRefresh.AutoSize = true;
|
|
|
+ this.OutDocRefresh.Location = new System.Drawing.Point(64, 23);
|
|
|
+ this.OutDocRefresh.Name = "OutDocRefresh";
|
|
|
+ this.OutDocRefresh.Size = new System.Drawing.Size(42, 21);
|
|
|
+ this.OutDocRefresh.TabIndex = 92;
|
|
|
+ this.OutDocRefresh.TabStop = true;
|
|
|
+ this.OutDocRefresh.Text = "刷新";
|
|
|
+ this.OutDocRefresh.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SingleDocRefresh_LinkClicked);
|
|
|
+ //
|
|
|
// LogingOut
|
|
|
//
|
|
|
this.LogingOut.AutoSize = true;
|
|
|
@@ -2011,5 +2050,8 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
|
+ private System.Windows.Forms.LinkLabel SingleDocRefresh;
|
|
|
+ private System.Windows.Forms.LinkLabel MidDocRefresh;
|
|
|
+ private System.Windows.Forms.LinkLabel OutDocRefresh;
|
|
|
}
|
|
|
}
|