|
@@ -50,14 +50,20 @@
|
|
|
this.Barcode = new System.Windows.Forms.TextBox();
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
this.GenBarCode = new System.Windows.Forms.Button();
|
|
|
- this.es_custcode = new UAS_BARCODEIO.SearchTextBox();
|
|
|
this.BarcodeIO = new System.Windows.Forms.DataGridView();
|
|
|
- this.PrintBarCode = new System.Windows.Forms.Button();
|
|
|
this.CheckBox = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.bi_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.bi_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.bi_inqty1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.bi_vendbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.bi_madedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.PrintBarCode = new System.Windows.Forms.Button();
|
|
|
+ this.PrinterList = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label9 = new System.Windows.Forms.Label();
|
|
|
+ this.es_custcode = new UAS_BARCODEIO.SearchTextBox();
|
|
|
+ this.ChooseAll = new System.Windows.Forms.Button();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Prodiodetail)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
@@ -109,6 +115,8 @@
|
|
|
this.Prodiodetail.RowTemplate.Height = 37;
|
|
|
this.Prodiodetail.Size = new System.Drawing.Size(1232, 543);
|
|
|
this.Prodiodetail.TabIndex = 19;
|
|
|
+ this.Prodiodetail.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Prodiodetail_CellClick);
|
|
|
+ this.Prodiodetail.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Prodiodetail_CellContentClick);
|
|
|
this.Prodiodetail.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.Prodiodetail_CellPainting);
|
|
|
this.Prodiodetail.SelectionChanged += new System.EventHandler(this.Prodiodetail_SelectionChanged);
|
|
|
//
|
|
@@ -282,24 +290,6 @@
|
|
|
this.GenBarCode.UseVisualStyleBackColor = true;
|
|
|
this.GenBarCode.Click += new System.EventHandler(this.GenBarCode_Click);
|
|
|
//
|
|
|
- // es_custcode
|
|
|
- //
|
|
|
- this.es_custcode.AllPower = null;
|
|
|
- this.es_custcode.Caller = null;
|
|
|
- this.es_custcode.Condition = null;
|
|
|
- this.es_custcode.DBTitle = null;
|
|
|
- this.es_custcode.FormName = null;
|
|
|
- this.es_custcode.Location = new System.Drawing.Point(167, 108);
|
|
|
- this.es_custcode.Name = "es_custcode";
|
|
|
- this.es_custcode.Power = null;
|
|
|
- this.es_custcode.ReturnData = null;
|
|
|
- this.es_custcode.SelectField = null;
|
|
|
- this.es_custcode.SetValueField = null;
|
|
|
- this.es_custcode.Size = new System.Drawing.Size(437, 35);
|
|
|
- this.es_custcode.TabIndex = 31;
|
|
|
- this.es_custcode.TableName = null;
|
|
|
- this.es_custcode.TextBoxEnable = false;
|
|
|
- //
|
|
|
// BarcodeIO
|
|
|
//
|
|
|
this.BarcodeIO.AllowUserToAddRows = false;
|
|
@@ -308,33 +298,35 @@
|
|
|
this.BarcodeIO.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.BarcodeIO.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.CheckBox,
|
|
|
+ this.bi_prodcode,
|
|
|
this.bi_barcode,
|
|
|
this.bi_inqty1,
|
|
|
this.bi_vendbarcode,
|
|
|
- this.bi_madedate});
|
|
|
+ this.bi_madedate,
|
|
|
+ this.pr_spec1,
|
|
|
+ this.pr_detail1});
|
|
|
this.BarcodeIO.Location = new System.Drawing.Point(1295, 182);
|
|
|
this.BarcodeIO.Name = "BarcodeIO";
|
|
|
this.BarcodeIO.RowHeadersWidth = 82;
|
|
|
this.BarcodeIO.RowTemplate.Height = 23;
|
|
|
- this.BarcodeIO.Size = new System.Drawing.Size(750, 543);
|
|
|
+ this.BarcodeIO.Size = new System.Drawing.Size(829, 543);
|
|
|
this.BarcodeIO.TabIndex = 35;
|
|
|
//
|
|
|
- // PrintBarCode
|
|
|
- //
|
|
|
- this.PrintBarCode.Location = new System.Drawing.Point(889, 768);
|
|
|
- this.PrintBarCode.Name = "PrintBarCode";
|
|
|
- this.PrintBarCode.Size = new System.Drawing.Size(169, 45);
|
|
|
- this.PrintBarCode.TabIndex = 36;
|
|
|
- this.PrintBarCode.Text = "打印条码";
|
|
|
- this.PrintBarCode.UseVisualStyleBackColor = true;
|
|
|
- this.PrintBarCode.Click += new System.EventHandler(this.PrintBarCode_Click);
|
|
|
- //
|
|
|
// CheckBox
|
|
|
//
|
|
|
this.CheckBox.DataPropertyName = "CheckBox";
|
|
|
this.CheckBox.HeaderText = "勾选";
|
|
|
this.CheckBox.MinimumWidth = 10;
|
|
|
this.CheckBox.Name = "CheckBox";
|
|
|
+ this.CheckBox.Width = 200;
|
|
|
+ //
|
|
|
+ // bi_prodcode
|
|
|
+ //
|
|
|
+ this.bi_prodcode.DataPropertyName = "bi_prodcode";
|
|
|
+ this.bi_prodcode.HeaderText = "料号";
|
|
|
+ this.bi_prodcode.MinimumWidth = 10;
|
|
|
+ this.bi_prodcode.Name = "bi_prodcode";
|
|
|
+ this.bi_prodcode.Width = 200;
|
|
|
//
|
|
|
// bi_barcode
|
|
|
//
|
|
@@ -368,11 +360,87 @@
|
|
|
this.bi_madedate.Name = "bi_madedate";
|
|
|
this.bi_madedate.Width = 200;
|
|
|
//
|
|
|
+ // pr_spec1
|
|
|
+ //
|
|
|
+ this.pr_spec1.DataPropertyName = "pr_spec";
|
|
|
+ this.pr_spec1.HeaderText = "规格";
|
|
|
+ this.pr_spec1.MinimumWidth = 10;
|
|
|
+ this.pr_spec1.Name = "pr_spec1";
|
|
|
+ this.pr_spec1.Width = 200;
|
|
|
+ //
|
|
|
+ // pr_detail1
|
|
|
+ //
|
|
|
+ this.pr_detail1.DataPropertyName = "pr_detail";
|
|
|
+ this.pr_detail1.HeaderText = "物料名称";
|
|
|
+ this.pr_detail1.MinimumWidth = 10;
|
|
|
+ this.pr_detail1.Name = "pr_detail1";
|
|
|
+ this.pr_detail1.Width = 200;
|
|
|
+ //
|
|
|
+ // PrintBarCode
|
|
|
+ //
|
|
|
+ this.PrintBarCode.Location = new System.Drawing.Point(673, 841);
|
|
|
+ this.PrintBarCode.Name = "PrintBarCode";
|
|
|
+ this.PrintBarCode.Size = new System.Drawing.Size(169, 45);
|
|
|
+ this.PrintBarCode.TabIndex = 36;
|
|
|
+ this.PrintBarCode.Text = "打印条码";
|
|
|
+ this.PrintBarCode.UseVisualStyleBackColor = true;
|
|
|
+ this.PrintBarCode.Click += new System.EventHandler(this.PrintBarCode_Click);
|
|
|
+ //
|
|
|
+ // PrinterList
|
|
|
+ //
|
|
|
+ this.PrinterList.FormattingEnabled = true;
|
|
|
+ this.PrinterList.Location = new System.Drawing.Point(1064, 775);
|
|
|
+ this.PrinterList.Name = "PrinterList";
|
|
|
+ this.PrinterList.Size = new System.Drawing.Size(312, 32);
|
|
|
+ this.PrinterList.TabIndex = 37;
|
|
|
+ //
|
|
|
+ // label9
|
|
|
+ //
|
|
|
+ this.label9.AutoSize = true;
|
|
|
+ this.label9.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label9.Location = new System.Drawing.Point(884, 771);
|
|
|
+ this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label9.Name = "label9";
|
|
|
+ this.label9.Size = new System.Drawing.Size(162, 38);
|
|
|
+ this.label9.TabIndex = 38;
|
|
|
+ this.label9.Text = "打印机列表";
|
|
|
+ //
|
|
|
+ // es_custcode
|
|
|
+ //
|
|
|
+ this.es_custcode.AllPower = null;
|
|
|
+ this.es_custcode.Caller = null;
|
|
|
+ this.es_custcode.Condition = null;
|
|
|
+ this.es_custcode.DBTitle = null;
|
|
|
+ this.es_custcode.FormName = null;
|
|
|
+ this.es_custcode.Location = new System.Drawing.Point(167, 108);
|
|
|
+ this.es_custcode.Name = "es_custcode";
|
|
|
+ this.es_custcode.Power = null;
|
|
|
+ this.es_custcode.ReturnData = null;
|
|
|
+ this.es_custcode.SelectField = null;
|
|
|
+ this.es_custcode.SetValueField = null;
|
|
|
+ this.es_custcode.Size = new System.Drawing.Size(437, 35);
|
|
|
+ this.es_custcode.TabIndex = 31;
|
|
|
+ this.es_custcode.TableName = null;
|
|
|
+ this.es_custcode.TextBoxEnable = false;
|
|
|
+ //
|
|
|
+ // ChooseAll
|
|
|
+ //
|
|
|
+ this.ChooseAll.Location = new System.Drawing.Point(1295, 182);
|
|
|
+ this.ChooseAll.Name = "ChooseAll";
|
|
|
+ this.ChooseAll.Size = new System.Drawing.Size(86, 45);
|
|
|
+ this.ChooseAll.TabIndex = 39;
|
|
|
+ this.ChooseAll.Text = "全选";
|
|
|
+ this.ChooseAll.UseVisualStyleBackColor = true;
|
|
|
+ this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
|
|
|
+ //
|
|
|
// 入库条码规则解析
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(2136, 1225);
|
|
|
+ this.Controls.Add(this.ChooseAll);
|
|
|
+ this.Controls.Add(this.label9);
|
|
|
+ this.Controls.Add(this.PrinterList);
|
|
|
this.Controls.Add(this.PrintBarCode);
|
|
|
this.Controls.Add(this.BarcodeIO);
|
|
|
this.Controls.Add(this.GenBarCode);
|
|
@@ -433,11 +501,17 @@
|
|
|
private System.Windows.Forms.Button GenBarCode;
|
|
|
private System.Windows.Forms.DataGridView BarcodeIO;
|
|
|
private System.Windows.Forms.Button PrintBarCode;
|
|
|
+ private System.Windows.Forms.ComboBox PrinterList;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn CheckBox;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bi_prodcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bi_barcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bi_inqty1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bi_vendbarcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bi_madedate;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
|
|
|
+ private System.Windows.Forms.Label label9;
|
|
|
+ private System.Windows.Forms.Button ChooseAll;
|
|
|
}
|
|
|
}
|
|
|
|