|
@@ -92,6 +92,8 @@
|
|
this.LogMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.LogMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.UploadData = new System.Windows.Forms.Button();
|
|
this.UploadData = new System.Windows.Forms.Button();
|
|
|
|
+ this.PageSizeNum = new System.Windows.Forms.NumericUpDown();
|
|
|
|
+ this.label28 = new System.Windows.Forms.Label();
|
|
this.front_sg_separator = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
this.front_sg_separator = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
this.FrontCollect = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
this.FrontCollect = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
this.CollectionProcess = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
this.CollectionProcess = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
@@ -236,6 +238,7 @@
|
|
this.pib_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pib_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pib_outboxcode2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pib_outboxcode2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.LogMenu.SuspendLayout();
|
|
this.LogMenu.SuspendLayout();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PageSizeNum)).BeginInit();
|
|
this.CollectionProcess.SuspendLayout();
|
|
this.CollectionProcess.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
@@ -826,6 +829,26 @@
|
|
this.UploadData.UseVisualStyleBackColor = true;
|
|
this.UploadData.UseVisualStyleBackColor = true;
|
|
this.UploadData.Click += new System.EventHandler(this.UploadData_Click);
|
|
this.UploadData.Click += new System.EventHandler(this.UploadData_Click);
|
|
//
|
|
//
|
|
|
|
+ // PageSizeNum
|
|
|
|
+ //
|
|
|
|
+ this.PageSizeNum.Location = new System.Drawing.Point(399, 609);
|
|
|
|
+ this.PageSizeNum.Name = "PageSizeNum";
|
|
|
|
+ this.PageSizeNum.Size = new System.Drawing.Size(63, 21);
|
|
|
|
+ this.PageSizeNum.TabIndex = 104;
|
|
|
|
+ this.PageSizeNum.Visible = false;
|
|
|
|
+ this.PageSizeNum.ValueChanged += new System.EventHandler(this.PageSizeNum_ValueChanged);
|
|
|
|
+ //
|
|
|
|
+ // label28
|
|
|
|
+ //
|
|
|
|
+ this.label28.AutoSize = true;
|
|
|
|
+ this.label28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
+ this.label28.Location = new System.Drawing.Point(322, 609);
|
|
|
|
+ this.label28.Name = "label28";
|
|
|
|
+ this.label28.Size = new System.Drawing.Size(74, 21);
|
|
|
|
+ this.label28.TabIndex = 105;
|
|
|
|
+ this.label28.Text = "每页数量";
|
|
|
|
+ this.label28.Visible = false;
|
|
|
|
+ //
|
|
// front_sg_separator
|
|
// front_sg_separator
|
|
//
|
|
//
|
|
this.front_sg_separator.Enabled = false;
|
|
this.front_sg_separator.Enabled = false;
|
|
@@ -2230,6 +2253,7 @@
|
|
this.pib_id1.DataPropertyName = "pib_id";
|
|
this.pib_id1.DataPropertyName = "pib_id";
|
|
this.pib_id1.HeaderText = "pib_id";
|
|
this.pib_id1.HeaderText = "pib_id";
|
|
this.pib_id1.Name = "pib_id1";
|
|
this.pib_id1.Name = "pib_id1";
|
|
|
|
+ this.pib_id1.Visible = false;
|
|
this.pib_id1.Width = 66;
|
|
this.pib_id1.Width = 66;
|
|
//
|
|
//
|
|
// rownum
|
|
// rownum
|
|
@@ -2458,6 +2482,8 @@
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(233)))), ((int)(((byte)(206)))));
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(233)))), ((int)(((byte)(206)))));
|
|
this.ClientSize = new System.Drawing.Size(1389, 729);
|
|
this.ClientSize = new System.Drawing.Size(1389, 729);
|
|
|
|
+ this.Controls.Add(this.label28);
|
|
|
|
+ this.Controls.Add(this.PageSizeNum);
|
|
this.Controls.Add(this.UploadData);
|
|
this.Controls.Add(this.UploadData);
|
|
this.Controls.Add(this.PageNum);
|
|
this.Controls.Add(this.PageNum);
|
|
this.Controls.Add(this.LastPage);
|
|
this.Controls.Add(this.LastPage);
|
|
@@ -2503,6 +2529,7 @@
|
|
this.Load += new System.EventHandler(this.贴标机条码打印_Load);
|
|
this.Load += new System.EventHandler(this.贴标机条码打印_Load);
|
|
this.SizeChanged += new System.EventHandler(this.贴标机条码打印_SizeChanged);
|
|
this.SizeChanged += new System.EventHandler(this.贴标机条码打印_SizeChanged);
|
|
this.LogMenu.ResumeLayout(false);
|
|
this.LogMenu.ResumeLayout(false);
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PageSizeNum)).EndInit();
|
|
this.CollectionProcess.ResumeLayout(false);
|
|
this.CollectionProcess.ResumeLayout(false);
|
|
this.CollectionProcess.PerformLayout();
|
|
this.CollectionProcess.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
@@ -2711,6 +2738,8 @@
|
|
private System.Windows.Forms.LinkLabel SingleDocRefresh;
|
|
private System.Windows.Forms.LinkLabel SingleDocRefresh;
|
|
private System.Windows.Forms.LinkLabel MidDocRefresh;
|
|
private System.Windows.Forms.LinkLabel MidDocRefresh;
|
|
private System.Windows.Forms.LinkLabel OutDocRefresh;
|
|
private System.Windows.Forms.LinkLabel OutDocRefresh;
|
|
|
|
+ private System.Windows.Forms.NumericUpDown PageSizeNum;
|
|
|
|
+ private System.Windows.Forms.Label label28;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_id1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_id1;
|