Commit 2649b3dd by 陶然

取消默认选中不打印抬头图片

parent 544c2700
......@@ -115,7 +115,7 @@
this.btnChangeQuantity.BackColor = System.Drawing.Color.LightSteelBlue;
this.btnChangeQuantity.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnChangeQuantity.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnChangeQuantity.Location = new System.Drawing.Point(111, 293);
this.btnChangeQuantity.Location = new System.Drawing.Point(111, 241);
this.btnChangeQuantity.Name = "btnChangeQuantity";
this.btnChangeQuantity.Size = new System.Drawing.Size(100, 30);
this.btnChangeQuantity.TabIndex = 32;
......@@ -128,7 +128,7 @@
this.nudQuantity.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.nudQuantity.Cursor = System.Windows.Forms.Cursors.Default;
this.nudQuantity.DecimalPlaces = 1;
this.nudQuantity.Location = new System.Drawing.Point(5, 293);
this.nudQuantity.Location = new System.Drawing.Point(5, 241);
this.nudQuantity.Maximum = new decimal(new int[] {
1000,
0,
......@@ -148,7 +148,7 @@
this.btnSelectCancel.BackColor = System.Drawing.Color.Pink;
this.btnSelectCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSelectCancel.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSelectCancel.Location = new System.Drawing.Point(111, 257);
this.btnSelectCancel.Location = new System.Drawing.Point(111, 205);
this.btnSelectCancel.Name = "btnSelectCancel";
this.btnSelectCancel.Size = new System.Drawing.Size(100, 30);
this.btnSelectCancel.TabIndex = 30;
......@@ -161,7 +161,7 @@
this.btnSelectAll.BackColor = System.Drawing.Color.PaleGoldenrod;
this.btnSelectAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSelectAll.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSelectAll.Location = new System.Drawing.Point(5, 257);
this.btnSelectAll.Location = new System.Drawing.Point(5, 205);
this.btnSelectAll.Name = "btnSelectAll";
this.btnSelectAll.Size = new System.Drawing.Size(100, 30);
this.btnSelectAll.TabIndex = 29;
......@@ -173,7 +173,7 @@
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 12F);
this.label6.Location = new System.Drawing.Point(22, 223);
this.label6.Location = new System.Drawing.Point(22, 171);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(71, 16);
this.label6.TabIndex = 21;
......@@ -182,7 +182,7 @@
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Green;
this.pictureBox1.Location = new System.Drawing.Point(7, 226);
this.pictureBox1.Location = new System.Drawing.Point(7, 174);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(10, 10);
this.pictureBox1.TabIndex = 20;
......@@ -192,7 +192,7 @@
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 12F);
this.label5.Location = new System.Drawing.Point(22, 239);
this.label5.Location = new System.Drawing.Point(22, 187);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(87, 16);
this.label5.TabIndex = 19;
......@@ -202,7 +202,7 @@
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 12F);
this.label3.Location = new System.Drawing.Point(111, 223);
this.label3.Location = new System.Drawing.Point(111, 171);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(87, 16);
this.label3.TabIndex = 18;
......@@ -211,7 +211,7 @@
// pictureBox3
//
this.pictureBox3.BackColor = System.Drawing.Color.Tomato;
this.pictureBox3.Location = new System.Drawing.Point(7, 241);
this.pictureBox3.Location = new System.Drawing.Point(7, 189);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(10, 10);
this.pictureBox3.TabIndex = 17;
......@@ -220,7 +220,7 @@
// pictureBox2
//
this.pictureBox2.BackColor = System.Drawing.Color.SteelBlue;
this.pictureBox2.Location = new System.Drawing.Point(96, 227);
this.pictureBox2.Location = new System.Drawing.Point(96, 175);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(10, 10);
this.pictureBox2.TabIndex = 16;
......@@ -439,8 +439,6 @@
//
// cbxPdfRemoveHeader
//
this.cbxPdfRemoveHeader.Checked = true;
this.cbxPdfRemoveHeader.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbxPdfRemoveHeader.Dock = System.Windows.Forms.DockStyle.Top;
this.cbxPdfRemoveHeader.Font = new System.Drawing.Font("宋体", 11F);
this.cbxPdfRemoveHeader.Location = new System.Drawing.Point(5, 70);
......
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