Commit 98c050ef by 陶然

优化

parent 7326025f
......@@ -447,7 +447,7 @@
this.groupBox1.Location = new System.Drawing.Point(1585, 0);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.groupBox1.Padding = new System.Windows.Forms.Padding(7);
this.groupBox1.Size = new System.Drawing.Size(315, 848);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
......@@ -486,7 +486,7 @@
this.panel4.Location = new System.Drawing.Point(7, 38);
this.panel4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.panel4.Name = "panel4";
this.panel4.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.panel4.Padding = new System.Windows.Forms.Padding(7);
this.panel4.Size = new System.Drawing.Size(301, 50);
this.panel4.TabIndex = 0;
//
......@@ -523,7 +523,7 @@
this.groupReport.Location = new System.Drawing.Point(0, 0);
this.groupReport.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupReport.Name = "groupReport";
this.groupReport.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.groupReport.Padding = new System.Windows.Forms.Padding(7);
this.groupReport.Size = new System.Drawing.Size(1585, 848);
this.groupReport.TabIndex = 14;
this.groupReport.TabStop = false;
......@@ -712,7 +712,7 @@
this.panel2.Location = new System.Drawing.Point(7, 38);
this.panel2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.panel2.Name = "panel2";
this.panel2.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.panel2.Padding = new System.Windows.Forms.Padding(7);
this.panel2.Size = new System.Drawing.Size(1571, 50);
this.panel2.TabIndex = 5;
//
......
......@@ -468,6 +468,7 @@ namespace Kivii.Client.Lims.ReportPrinter
args.Add("");
args.Add("-dQUIET");
args.Add("-dNOPAUSE");
args.Add("-dPDFFitPage");
args.Add("-dBATCH");
if (cbxFirstPage.Checked)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment