|
@@ -28,6 +28,7 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UAS_出货标签打印));
|
|
|
this.pi_inoutno_label = new System.Windows.Forms.Label();
|
|
@@ -37,7 +38,7 @@
|
|
|
this.pib_id = new System.Windows.Forms.Label();
|
|
|
this.pi_cardcode = new System.Windows.Forms.Label();
|
|
|
this.Fresh = new System.Windows.Forms.LinkLabel();
|
|
|
- this.RefreshDBConnect = new System.Windows.Forms.Timer();
|
|
|
+ this.RefreshDBConnect = new System.Windows.Forms.Timer(this.components);
|
|
|
this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -64,7 +65,7 @@
|
|
|
this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.MidSource = new System.Windows.Forms.BindingSource();
|
|
|
+ this.MidSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
this.ChooseAll = new System.Windows.Forms.Button();
|
|
|
this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
this.AttachInfo = new System.Windows.Forms.Button();
|
|
@@ -155,6 +156,7 @@
|
|
|
this.MidLabelAutoPrint = new System.Windows.Forms.CheckBox();
|
|
|
this.MidLabelCombox = new System.Windows.Forms.ComboBox();
|
|
|
this.OutBoxLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.OnlyOneRow = new System.Windows.Forms.CheckBox();
|
|
|
this.AllLabel = new System.Windows.Forms.CheckBox();
|
|
|
this.AddNewOutBox = new System.Windows.Forms.Button();
|
|
|
this.LogingOut = new System.Windows.Forms.LinkLabel();
|
|
@@ -167,7 +169,7 @@
|
|
|
this.OutBoxCombox = new System.Windows.Forms.ComboBox();
|
|
|
this.Reset = new System.Windows.Forms.Button();
|
|
|
this.GetPDdata = new System.Windows.Forms.Button();
|
|
|
- this.OnlyOneRow = new System.Windows.Forms.CheckBox();
|
|
|
+ this.ResetHBXH = new System.Windows.Forms.Button();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPrcode)).BeginInit();
|
|
@@ -909,6 +911,7 @@
|
|
|
//
|
|
|
// groupBoxWithBorder1
|
|
|
//
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.ResetHBXH);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.label18);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.MidBoxEnd);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.MidBoxBegin);
|
|
@@ -1462,6 +1465,18 @@
|
|
|
this.OutBoxLabel.TabStop = false;
|
|
|
this.OutBoxLabel.Text = "外箱标签";
|
|
|
//
|
|
|
+ // OnlyOneRow
|
|
|
+ //
|
|
|
+ this.OnlyOneRow.AutoSize = true;
|
|
|
+ this.OnlyOneRow.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OnlyOneRow.Location = new System.Drawing.Point(107, 93);
|
|
|
+ this.OnlyOneRow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.OnlyOneRow.Name = "OnlyOneRow";
|
|
|
+ this.OnlyOneRow.Size = new System.Drawing.Size(63, 21);
|
|
|
+ this.OnlyOneRow.TabIndex = 94;
|
|
|
+ this.OnlyOneRow.Text = "仅单行";
|
|
|
+ this.OnlyOneRow.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// AllLabel
|
|
|
//
|
|
|
this.AllLabel.AutoSize = true;
|
|
@@ -1604,17 +1619,17 @@
|
|
|
this.GetPDdata.UseVisualStyleBackColor = true;
|
|
|
this.GetPDdata.Click += new System.EventHandler(this.GetPDdata_Click);
|
|
|
//
|
|
|
- // OnlyOneRow
|
|
|
+ // ResetHBXH
|
|
|
//
|
|
|
- this.OnlyOneRow.AutoSize = true;
|
|
|
- this.OnlyOneRow.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OnlyOneRow.Location = new System.Drawing.Point(107, 93);
|
|
|
- this.OnlyOneRow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.OnlyOneRow.Name = "OnlyOneRow";
|
|
|
- this.OnlyOneRow.Size = new System.Drawing.Size(63, 21);
|
|
|
- this.OnlyOneRow.TabIndex = 94;
|
|
|
- this.OnlyOneRow.Text = "仅单行";
|
|
|
- this.OnlyOneRow.UseVisualStyleBackColor = true;
|
|
|
+ this.ResetHBXH.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ResetHBXH.Location = new System.Drawing.Point(40, 177);
|
|
|
+ this.ResetHBXH.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.ResetHBXH.Name = "ResetHBXH";
|
|
|
+ this.ResetHBXH.Size = new System.Drawing.Size(92, 26);
|
|
|
+ this.ResetHBXH.TabIndex = 112;
|
|
|
+ this.ResetHBXH.Text = "重置合并序号";
|
|
|
+ this.ResetHBXH.UseVisualStyleBackColor = true;
|
|
|
+ this.ResetHBXH.Click += new System.EventHandler(this.ResetHBXH_Click);
|
|
|
//
|
|
|
// UAS_出货标签打印
|
|
|
//
|
|
@@ -1830,5 +1845,6 @@
|
|
|
private System.Windows.Forms.Button GetPDdata;
|
|
|
private System.Windows.Forms.CheckBox AllLabel;
|
|
|
private System.Windows.Forms.CheckBox OnlyOneRow;
|
|
|
+ private System.Windows.Forms.Button ResetHBXH;
|
|
|
}
|
|
|
}
|