|
@@ -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.AllLabel = new System.Windows.Forms.CheckBox();
|
|
|
this.AddNewOutBox = new System.Windows.Forms.Button();
|
|
|
this.LogingOut = new System.Windows.Forms.LinkLabel();
|
|
|
this.OutBoxNum = new System.Windows.Forms.ComboBox();
|
|
@@ -1439,6 +1441,7 @@
|
|
|
//
|
|
|
// OutBoxLabel
|
|
|
//
|
|
|
+ this.OutBoxLabel.Controls.Add(this.AllLabel);
|
|
|
this.OutBoxLabel.Controls.Add(this.AddNewOutBox);
|
|
|
this.OutBoxLabel.Controls.Add(this.LogingOut);
|
|
|
this.OutBoxLabel.Controls.Add(this.OutBoxNum);
|
|
@@ -1458,6 +1461,18 @@
|
|
|
this.OutBoxLabel.TabStop = false;
|
|
|
this.OutBoxLabel.Text = "外箱标签";
|
|
|
//
|
|
|
+ // AllLabel
|
|
|
+ //
|
|
|
+ this.AllLabel.AutoSize = true;
|
|
|
+ this.AllLabel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.AllLabel.Location = new System.Drawing.Point(8, 93);
|
|
|
+ this.AllLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.AllLabel.Name = "AllLabel";
|
|
|
+ this.AllLabel.Size = new System.Drawing.Size(99, 21);
|
|
|
+ this.AllLabel.TabIndex = 93;
|
|
|
+ this.AllLabel.Text = "打印所有标签";
|
|
|
+ this.AllLabel.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// AddNewOutBox
|
|
|
//
|
|
|
this.AddNewOutBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
@@ -1487,7 +1502,7 @@
|
|
|
this.OutBoxNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.OutBoxNum.Items.AddRange(new object[] {
|
|
|
"新增"});
|
|
|
- this.OutBoxNum.Location = new System.Drawing.Point(52, 144);
|
|
|
+ this.OutBoxNum.Location = new System.Drawing.Point(52, 149);
|
|
|
this.OutBoxNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.OutBoxNum.Name = "OutBoxNum";
|
|
|
this.OutBoxNum.Size = new System.Drawing.Size(72, 25);
|
|
@@ -1500,7 +1515,7 @@
|
|
|
//
|
|
|
this.label10.AutoSize = true;
|
|
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label10.Location = new System.Drawing.Point(7, 147);
|
|
|
+ this.label10.Location = new System.Drawing.Point(7, 155);
|
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label10.TabIndex = 90;
|
|
@@ -1510,7 +1525,7 @@
|
|
|
//
|
|
|
this.label6.AutoSize = true;
|
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label6.Location = new System.Drawing.Point(7, 113);
|
|
|
+ this.label6.Location = new System.Drawing.Point(7, 121);
|
|
|
this.label6.Name = "label6";
|
|
|
this.label6.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label6.TabIndex = 87;
|
|
@@ -1528,7 +1543,7 @@
|
|
|
// OutboxCapacity
|
|
|
//
|
|
|
this.OutboxCapacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutboxCapacity.Location = new System.Drawing.Point(52, 108);
|
|
|
+ this.OutboxCapacity.Location = new System.Drawing.Point(52, 120);
|
|
|
this.OutboxCapacity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.OutboxCapacity.Name = "OutboxCapacity";
|
|
|
this.OutboxCapacity.Size = new System.Drawing.Size(72, 23);
|
|
@@ -1800,5 +1815,6 @@
|
|
|
private System.Windows.Forms.Button Reset;
|
|
|
private System.Windows.Forms.Button AddNewOutBox;
|
|
|
private System.Windows.Forms.Button GetPDdata;
|
|
|
+ private System.Windows.Forms.CheckBox AllLabel;
|
|
|
}
|
|
|
}
|