|
|
@@ -75,6 +75,7 @@
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
this.es_custcode = new UAS_BARCODEIO.SearchTextBox();
|
|
|
this.PrintStockBarCode = new System.Windows.Forms.Button();
|
|
|
+ this.DeletaBarcode = new System.Windows.Forms.Button();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Prodiodetail)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
@@ -550,11 +551,22 @@
|
|
|
this.PrintStockBarCode.UseVisualStyleBackColor = true;
|
|
|
this.PrintStockBarCode.Click += new System.EventHandler(this.PrintStockBarCode_Click);
|
|
|
//
|
|
|
+ // DeletaBarcode
|
|
|
+ //
|
|
|
+ this.DeletaBarcode.Location = new System.Drawing.Point(1922, 501);
|
|
|
+ this.DeletaBarcode.Name = "DeletaBarcode";
|
|
|
+ this.DeletaBarcode.Size = new System.Drawing.Size(169, 45);
|
|
|
+ this.DeletaBarcode.TabIndex = 47;
|
|
|
+ this.DeletaBarcode.Text = "删除条码";
|
|
|
+ this.DeletaBarcode.UseVisualStyleBackColor = true;
|
|
|
+ this.DeletaBarcode.Click += new System.EventHandler(this.DeletaBarcode_Click);
|
|
|
+ //
|
|
|
// 入库条码规则解析
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(2136, 1338);
|
|
|
+ this.Controls.Add(this.DeletaBarcode);
|
|
|
this.Controls.Add(this.PrintStockBarCode);
|
|
|
this.Controls.Add(this.pr_orispeccode3);
|
|
|
this.Controls.Add(this.label10);
|
|
|
@@ -647,6 +659,7 @@
|
|
|
private System.Windows.Forms.TextBox pr_orispeccode3;
|
|
|
private System.Windows.Forms.Label label10;
|
|
|
private System.Windows.Forms.Button PrintStockBarCode;
|
|
|
+ private System.Windows.Forms.Button DeletaBarcode;
|
|
|
}
|
|
|
}
|
|
|
|