|
|
@@ -57,7 +57,6 @@
|
|
|
this.pi_cardcode = new System.Windows.Forms.Label();
|
|
|
this.pi_cardcode_label = new System.Windows.Forms.Label();
|
|
|
this.Fresh = new System.Windows.Forms.LinkLabel();
|
|
|
- this.label3 = new System.Windows.Forms.Label();
|
|
|
this.CleanInputAfterCollect = new System.Windows.Forms.CheckBox();
|
|
|
this.AllCollected = new System.Windows.Forms.Button();
|
|
|
this.PowerSetting = new System.Windows.Forms.Button();
|
|
|
@@ -94,6 +93,8 @@
|
|
|
this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
this.AttachInfo = new System.Windows.Forms.Button();
|
|
|
this.pi_date = new System.Windows.Forms.Label();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.PrCodePanel = new System.Windows.Forms.Panel();
|
|
|
this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.ExportData = new System.Windows.Forms.Button();
|
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
|
@@ -121,7 +122,6 @@
|
|
|
this.Input = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.griddetno = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.sg_code = new UAS_LabelMachine.CustomControl.SearchTextBox();
|
|
|
- this.MessageLog = new UAS_LabelMachine.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.LabelInf = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
|
this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.pib_ifpick = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
@@ -184,6 +184,7 @@
|
|
|
this.OutBoxCombox = new System.Windows.Forms.ComboBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).BeginInit();
|
|
|
+ this.PrCodePanel.SuspendLayout();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
this.CollectionProcess.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelInf)).BeginInit();
|
|
|
@@ -484,16 +485,6 @@
|
|
|
this.Fresh.Text = "刷新";
|
|
|
this.Fresh.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.Refresh_LinkClicked);
|
|
|
//
|
|
|
- // label3
|
|
|
- //
|
|
|
- this.label3.AutoSize = true;
|
|
|
- this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.Location = new System.Drawing.Point(2, 582);
|
|
|
- this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(74, 21);
|
|
|
- this.label3.TabIndex = 29;
|
|
|
- this.label3.Text = "输出日志";
|
|
|
- //
|
|
|
// CleanInputAfterCollect
|
|
|
//
|
|
|
this.CleanInputAfterCollect.AutoSize = true;
|
|
|
@@ -786,6 +777,25 @@
|
|
|
this.pi_date.TabIndex = 86;
|
|
|
this.pi_date.Visible = false;
|
|
|
//
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label3.Location = new System.Drawing.Point(4, 4);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(65, 20);
|
|
|
+ this.label3.TabIndex = 87;
|
|
|
+ this.label3.Text = "物料编号";
|
|
|
+ //
|
|
|
+ // PrCodePanel
|
|
|
+ //
|
|
|
+ this.PrCodePanel.AutoScroll = true;
|
|
|
+ this.PrCodePanel.Controls.Add(this.label3);
|
|
|
+ this.PrCodePanel.Location = new System.Drawing.Point(7, 587);
|
|
|
+ this.PrCodePanel.Name = "PrCodePanel";
|
|
|
+ this.PrCodePanel.Size = new System.Drawing.Size(1246, 95);
|
|
|
+ this.PrCodePanel.TabIndex = 88;
|
|
|
+ //
|
|
|
// groupBoxWithBorder1
|
|
|
//
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.ExportData);
|
|
|
@@ -1119,16 +1129,6 @@
|
|
|
this.sg_code.TextBoxEnable = false;
|
|
|
this.sg_code.UserControlTextChanged += new UAS_LabelMachine.CustomControl.SearchTextBox.OnTextChange(this.sg_code_UserControlTextChanged);
|
|
|
//
|
|
|
- // MessageLog
|
|
|
- //
|
|
|
- this.MessageLog.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.MessageLog.Location = new System.Drawing.Point(0, 610);
|
|
|
- this.MessageLog.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.MessageLog.Name = "MessageLog";
|
|
|
- this.MessageLog.Size = new System.Drawing.Size(1253, 74);
|
|
|
- this.MessageLog.TabIndex = 28;
|
|
|
- this.MessageLog.Text = "";
|
|
|
- //
|
|
|
// LabelInf
|
|
|
//
|
|
|
this.LabelInf.AllowUserToAddRows = false;
|
|
|
@@ -1791,6 +1791,7 @@
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(233)))), ((int)(((byte)(206)))));
|
|
|
this.ClientSize = new System.Drawing.Size(1257, 686);
|
|
|
+ this.Controls.Add(this.PrCodePanel);
|
|
|
this.Controls.Add(this.pi_date);
|
|
|
this.Controls.Add(this.AttachInfo);
|
|
|
this.Controls.Add(this.groupBoxWithBorder1);
|
|
|
@@ -1824,8 +1825,6 @@
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.sg_code);
|
|
|
this.Controls.Add(this.label1);
|
|
|
- this.Controls.Add(this.label3);
|
|
|
- this.Controls.Add(this.MessageLog);
|
|
|
this.Controls.Add(this.LabelInf);
|
|
|
this.Controls.Add(this.pi_inoutno_label);
|
|
|
this.Controls.Add(this.pi_inoutno);
|
|
|
@@ -1843,6 +1842,8 @@
|
|
|
this.SizeChanged += new System.EventHandler(this.贴标机条码打印_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).EndInit();
|
|
|
+ this.PrCodePanel.ResumeLayout(false);
|
|
|
+ this.PrCodePanel.PerformLayout();
|
|
|
this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
this.CollectionProcess.ResumeLayout(false);
|
|
|
@@ -1912,7 +1913,6 @@
|
|
|
private CustomControl.EnterTextBox pi_inoutno;
|
|
|
private System.Windows.Forms.Label pi_inoutno_label;
|
|
|
private CustomControl.DataGridViewWithSerialNum LabelInf;
|
|
|
- private CustomControl.RichText.RichTextAutoBottom MessageLog;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Label label22;
|
|
|
@@ -1949,7 +1949,6 @@
|
|
|
private System.Windows.Forms.Label pi_cardcode;
|
|
|
private System.Windows.Forms.Label pi_cardcode_label;
|
|
|
private System.Windows.Forms.LinkLabel Fresh;
|
|
|
- private System.Windows.Forms.Label label3;
|
|
|
private System.Windows.Forms.CheckBox CleanInputAfterCollect;
|
|
|
private System.Windows.Forms.Button AllCollected;
|
|
|
private System.Windows.Forms.Button PowerSetting;
|
|
|
@@ -2015,5 +2014,7 @@
|
|
|
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.Label label3;
|
|
|
+ private System.Windows.Forms.Panel PrCodePanel;
|
|
|
}
|
|
|
}
|