|
@@ -91,7 +91,9 @@
|
|
|
this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.MidSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
this.ChooseAll = new System.Windows.Forms.Button();
|
|
|
+ this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.ExportData = new System.Windows.Forms.Button();
|
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
|
this.MidBoxEnd = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.MidBoxBegin = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
@@ -173,8 +175,6 @@
|
|
|
this.OutBoxLabelPrint = new System.Windows.Forms.Button();
|
|
|
this.OutBoxLabelAutoPrint = new System.Windows.Forms.CheckBox();
|
|
|
this.OutBoxCombox = new System.Windows.Forms.ComboBox();
|
|
|
- this.ExportData = new System.Windows.Forms.Button();
|
|
|
- this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).BeginInit();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
@@ -762,6 +762,19 @@
|
|
|
this.groupBoxWithBorder1.TabStop = false;
|
|
|
this.groupBoxWithBorder1.Text = " 打印参数设置";
|
|
|
//
|
|
|
+ // ExportData
|
|
|
+ //
|
|
|
+ this.ExportData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.ExportData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ExportData.Location = new System.Drawing.Point(74, 202);
|
|
|
+ this.ExportData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.ExportData.Name = "ExportData";
|
|
|
+ this.ExportData.Size = new System.Drawing.Size(68, 26);
|
|
|
+ this.ExportData.TabIndex = 91;
|
|
|
+ this.ExportData.Text = "导出数据";
|
|
|
+ this.ExportData.UseVisualStyleBackColor = true;
|
|
|
+ this.ExportData.Click += new System.EventHandler(this.ExportData_Click);
|
|
|
+ //
|
|
|
// label18
|
|
|
//
|
|
|
this.label18.AutoSize = true;
|
|
@@ -1131,7 +1144,6 @@
|
|
|
this.pib_id1.DataPropertyName = "pib_id";
|
|
|
this.pib_id1.HeaderText = "pib_id";
|
|
|
this.pib_id1.Name = "pib_id1";
|
|
|
- this.pib_id1.Visible = false;
|
|
|
this.pib_id1.Width = 66;
|
|
|
//
|
|
|
// pib_pdno
|
|
@@ -1301,7 +1313,7 @@
|
|
|
//
|
|
|
this.ViVoPlate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ViVoPlate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ViVoPlate.Location = new System.Drawing.Point(37, 162);
|
|
|
+ this.ViVoPlate.Location = new System.Drawing.Point(80, 166);
|
|
|
this.ViVoPlate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.ViVoPlate.Name = "ViVoPlate";
|
|
|
this.ViVoPlate.Size = new System.Drawing.Size(68, 26);
|
|
@@ -1674,19 +1686,6 @@
|
|
|
this.OutBoxCombox.TabIndex = 78;
|
|
|
this.OutBoxCombox.SelectedIndexChanged += new System.EventHandler(this.OutBoxCombox_SelectedIndexChanged);
|
|
|
//
|
|
|
- // ExportData
|
|
|
- //
|
|
|
- this.ExportData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.ExportData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ExportData.Location = new System.Drawing.Point(74, 202);
|
|
|
- this.ExportData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.ExportData.Name = "ExportData";
|
|
|
- this.ExportData.Size = new System.Drawing.Size(68, 26);
|
|
|
- this.ExportData.TabIndex = 91;
|
|
|
- this.ExportData.Text = "导出数据";
|
|
|
- this.ExportData.UseVisualStyleBackColor = true;
|
|
|
- this.ExportData.Click += new System.EventHandler(this.ExportData_Click);
|
|
|
- //
|
|
|
// UAS_出货标签打印
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -1884,6 +1883,8 @@
|
|
|
private System.Windows.Forms.Label label18;
|
|
|
private CustomControl.EnterTextBox MidBoxEnd;
|
|
|
private CustomControl.EnterTextBox MidBoxBegin;
|
|
|
+ private System.Windows.Forms.Button ExportData;
|
|
|
+ private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifpick;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifprint;
|
|
@@ -1905,7 +1906,5 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_custprodspec;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
|
- private System.Windows.Forms.Button ExportData;
|
|
|
- private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
|
|
|
}
|
|
|
}
|