|
|
@@ -57,6 +57,7 @@
|
|
|
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();
|
|
|
@@ -93,8 +94,9 @@
|
|
|
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.label19 = new System.Windows.Forms.Label();
|
|
|
+ this.GridPrcode = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
|
+ this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.ExportData = new System.Windows.Forms.Button();
|
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
|
@@ -122,6 +124,7 @@
|
|
|
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,7 +187,7 @@
|
|
|
this.OutBoxCombox = new System.Windows.Forms.ComboBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).BeginInit();
|
|
|
- this.PrCodePanel.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.GridPrcode)).BeginInit();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
this.CollectionProcess.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelInf)).BeginInit();
|
|
|
@@ -485,6 +488,16 @@
|
|
|
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(276, 587);
|
|
|
+ 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;
|
|
|
@@ -522,10 +535,6 @@
|
|
|
this.PowerSetting.Visible = false;
|
|
|
this.PowerSetting.Click += new System.EventHandler(this.PowerSetting_Click);
|
|
|
//
|
|
|
- // RefreshDBConnect
|
|
|
- //
|
|
|
- this.RefreshDBConnect.Tick += new System.EventHandler(this.RefreshDBConnect_Tick);
|
|
|
- //
|
|
|
// GetGridOnly
|
|
|
//
|
|
|
this.GetGridOnly.AutoSize = true;
|
|
|
@@ -777,24 +786,38 @@
|
|
|
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;
|
|
|
+ // label19
|
|
|
+ //
|
|
|
+ this.label19.AutoSize = true;
|
|
|
+ this.label19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label19.Location = new System.Drawing.Point(4, 584);
|
|
|
+ this.label19.Name = "label19";
|
|
|
+ this.label19.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label19.TabIndex = 87;
|
|
|
+ this.label19.Text = "物料资料";
|
|
|
+ //
|
|
|
+ // GridPrcode
|
|
|
+ //
|
|
|
+ this.GridPrcode.AllowUserToAddRows = false;
|
|
|
+ this.GridPrcode.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
|
+ this.GridPrcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.GridPrcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.pd_prodcode});
|
|
|
+ this.GridPrcode.GridColor = System.Drawing.SystemColors.Control;
|
|
|
+ this.GridPrcode.Location = new System.Drawing.Point(9, 610);
|
|
|
+ this.GridPrcode.Name = "GridPrcode";
|
|
|
+ this.GridPrcode.ReadOnly = true;
|
|
|
+ this.GridPrcode.RowTemplate.Height = 23;
|
|
|
+ this.GridPrcode.Size = new System.Drawing.Size(263, 97);
|
|
|
+ this.GridPrcode.TabIndex = 88;
|
|
|
+ this.GridPrcode.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridPrcode_CellClick);
|
|
|
+ //
|
|
|
+ // pd_prodcode
|
|
|
+ //
|
|
|
+ this.pd_prodcode.DataPropertyName = "pib_prodcode";
|
|
|
+ this.pd_prodcode.HeaderText = "物料编号";
|
|
|
+ this.pd_prodcode.Name = "pd_prodcode";
|
|
|
+ this.pd_prodcode.ReadOnly = true;
|
|
|
//
|
|
|
// groupBoxWithBorder1
|
|
|
//
|
|
|
@@ -1129,6 +1152,16 @@
|
|
|
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(278, 610);
|
|
|
+ this.MessageLog.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.MessageLog.Name = "MessageLog";
|
|
|
+ this.MessageLog.Size = new System.Drawing.Size(975, 97);
|
|
|
+ this.MessageLog.TabIndex = 28;
|
|
|
+ this.MessageLog.Text = "";
|
|
|
+ //
|
|
|
// LabelInf
|
|
|
//
|
|
|
this.LabelInf.AllowUserToAddRows = false;
|
|
|
@@ -1790,8 +1823,9 @@
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
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.ClientSize = new System.Drawing.Size(1257, 711);
|
|
|
+ this.Controls.Add(this.GridPrcode);
|
|
|
+ this.Controls.Add(this.label19);
|
|
|
this.Controls.Add(this.pi_date);
|
|
|
this.Controls.Add(this.AttachInfo);
|
|
|
this.Controls.Add(this.groupBoxWithBorder1);
|
|
|
@@ -1825,6 +1859,8 @@
|
|
|
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);
|
|
|
@@ -1842,8 +1878,7 @@
|
|
|
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();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.GridPrcode)).EndInit();
|
|
|
this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
this.CollectionProcess.ResumeLayout(false);
|
|
|
@@ -1913,6 +1948,7 @@
|
|
|
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,6 +1985,7 @@
|
|
|
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;
|
|
|
@@ -2014,7 +2051,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.Label label3;
|
|
|
- private System.Windows.Forms.Panel PrCodePanel;
|
|
|
+ private System.Windows.Forms.Label label19;
|
|
|
+ private CustomControl.DataGridViewWithSerialNum GridPrcode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
|
|
|
}
|
|
|
}
|