Commit 6f414e01 夏萍

修改打印界面UsrPrintTemplate图标大小

1 个父辈 4ece321c
......@@ -88,7 +88,7 @@ namespace SmartScan
this.facePanel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.facePanel1.Location = new System.Drawing.Point(3, 3);
this.facePanel1.Name = "facePanel1";
this.facePanel1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.facePanel1.Padding = new System.Windows.Forms.Padding(3);
this.facePanel1.ShowText = false;
this.facePanel1.Size = new System.Drawing.Size(1082, 682);
this.facePanel1.TabIndex = 1;
......@@ -104,7 +104,7 @@ namespace SmartScan
this.tableLayoutPanel5.Controls.Add(this.pnLabelStyle, 1, 0);
this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(2);
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
this.tableLayoutPanel5.RowCount = 1;
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
......@@ -120,9 +120,9 @@ namespace SmartScan
this.pnlPrintTmpLst.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlPrintTmpLst.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnlPrintTmpLst.Location = new System.Drawing.Point(2, 2);
this.pnlPrintTmpLst.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnlPrintTmpLst.Margin = new System.Windows.Forms.Padding(2);
this.pnlPrintTmpLst.Name = "pnlPrintTmpLst";
this.pnlPrintTmpLst.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnlPrintTmpLst.Padding = new System.Windows.Forms.Padding(2);
this.pnlPrintTmpLst.Size = new System.Drawing.Size(469, 672);
this.pnlPrintTmpLst.TabIndex = 29;
this.pnlPrintTmpLst.Text = "标签模板";
......@@ -135,15 +135,15 @@ namespace SmartScan
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.pnlPrintTmpLstOp, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.LstLabel, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.pnlPrintTmpLstOp, 0, 1);
this.tableLayoutPanel1.Location = new System.Drawing.Point(4, 30);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 114F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(460, 637);
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 130F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(460, 635);
this.tableLayoutPanel1.TabIndex = 0;
//
// pnlPrintTmpLstOp
......@@ -157,11 +157,11 @@ namespace SmartScan
this.pnlPrintTmpLstOp.Controls.Add(this.BtnRenameLabel);
this.pnlPrintTmpLstOp.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlPrintTmpLstOp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnlPrintTmpLstOp.Location = new System.Drawing.Point(2, 525);
this.pnlPrintTmpLstOp.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnlPrintTmpLstOp.Location = new System.Drawing.Point(2, 507);
this.pnlPrintTmpLstOp.Margin = new System.Windows.Forms.Padding(2);
this.pnlPrintTmpLstOp.Name = "pnlPrintTmpLstOp";
this.pnlPrintTmpLstOp.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnlPrintTmpLstOp.Size = new System.Drawing.Size(456, 110);
this.pnlPrintTmpLstOp.Padding = new System.Windows.Forms.Padding(2);
this.pnlPrintTmpLstOp.Size = new System.Drawing.Size(456, 126);
this.pnlPrintTmpLstOp.TabIndex = 31;
this.pnlPrintTmpLstOp.Text = "标签模板操作";
this.pnlPrintTmpLstOp.TitleFont = new System.Drawing.Font("宋体", 12F);
......@@ -176,8 +176,8 @@ namespace SmartScan
this.BtnAddLabel.Image = global::SmartScan.Properties.Resources.create;
this.BtnAddLabel.Location = new System.Drawing.Point(6, 34);
this.BtnAddLabel.Name = "BtnAddLabel";
this.BtnAddLabel.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.BtnAddLabel.Size = new System.Drawing.Size(106, 70);
this.BtnAddLabel.Padding = new System.Windows.Forms.Padding(3);
this.BtnAddLabel.Size = new System.Drawing.Size(106, 85);
this.BtnAddLabel.TabIndex = 1;
this.BtnAddLabel.Text = "新建标签";
this.BtnAddLabel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
......@@ -193,8 +193,8 @@ namespace SmartScan
this.BtnDelLabel.Image = global::SmartScan.Properties.Resources.delete;
this.BtnDelLabel.Location = new System.Drawing.Point(118, 34);
this.BtnDelLabel.Name = "BtnDelLabel";
this.BtnDelLabel.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.BtnDelLabel.Size = new System.Drawing.Size(106, 70);
this.BtnDelLabel.Padding = new System.Windows.Forms.Padding(3);
this.BtnDelLabel.Size = new System.Drawing.Size(106, 85);
this.BtnDelLabel.TabIndex = 2;
this.BtnDelLabel.Text = "删除标签";
this.BtnDelLabel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
......@@ -210,8 +210,8 @@ namespace SmartScan
this.BtnCopyLabel.Image = global::SmartScan.Properties.Resources.copy;
this.BtnCopyLabel.Location = new System.Drawing.Point(231, 34);
this.BtnCopyLabel.Name = "BtnCopyLabel";
this.BtnCopyLabel.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.BtnCopyLabel.Size = new System.Drawing.Size(106, 70);
this.BtnCopyLabel.Padding = new System.Windows.Forms.Padding(3);
this.BtnCopyLabel.Size = new System.Drawing.Size(106, 85);
this.BtnCopyLabel.TabIndex = 23;
this.BtnCopyLabel.Text = "复制标签";
this.BtnCopyLabel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
......@@ -227,8 +227,8 @@ namespace SmartScan
this.BtnRenameLabel.Image = global::SmartScan.Properties.Resources.rename;
this.BtnRenameLabel.Location = new System.Drawing.Point(344, 34);
this.BtnRenameLabel.Name = "BtnRenameLabel";
this.BtnRenameLabel.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.BtnRenameLabel.Size = new System.Drawing.Size(106, 70);
this.BtnRenameLabel.Padding = new System.Windows.Forms.Padding(3);
this.BtnRenameLabel.Size = new System.Drawing.Size(106, 85);
this.BtnRenameLabel.TabIndex = 3;
this.BtnRenameLabel.Text = "重命名";
this.BtnRenameLabel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
......@@ -243,9 +243,9 @@ namespace SmartScan
this.LstLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstLabel.Location = new System.Drawing.Point(3, 3);
this.LstLabel.Name = "LstLabel";
this.LstLabel.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.LstLabel.Padding = new System.Windows.Forms.Padding(3);
this.LstLabel.SelectedIndex = -1;
this.LstLabel.Size = new System.Drawing.Size(454, 517);
this.LstLabel.Size = new System.Drawing.Size(454, 499);
this.LstLabel.TabIndex = 0;
this.LstLabel.SelectedIndexChanged += new System.EventHandler(this.LstLabel_SelectedIndexChanged);
//
......@@ -260,9 +260,9 @@ namespace SmartScan
this.pnLabelStyle.Controls.Add(this.tableLayoutPanel2);
this.pnLabelStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnLabelStyle.Location = new System.Drawing.Point(475, 2);
this.pnLabelStyle.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnLabelStyle.Margin = new System.Windows.Forms.Padding(2);
this.pnLabelStyle.Name = "pnLabelStyle";
this.pnLabelStyle.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnLabelStyle.Padding = new System.Windows.Forms.Padding(2);
this.pnLabelStyle.Size = new System.Drawing.Size(599, 672);
this.pnLabelStyle.TabIndex = 30;
this.pnLabelStyle.Text = "标签样式";
......@@ -278,7 +278,7 @@ namespace SmartScan
this.tableLayoutPanel2.Controls.Add(this.pnAllFieldsOfLabel, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
this.tableLayoutPanel2.Location = new System.Drawing.Point(4, 35);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(2);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
......@@ -297,9 +297,9 @@ namespace SmartScan
this.pnAllFieldsOfLabel.Controls.Add(this.tableLayoutPanel4);
this.pnAllFieldsOfLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnAllFieldsOfLabel.Location = new System.Drawing.Point(2, 256);
this.pnAllFieldsOfLabel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnAllFieldsOfLabel.Margin = new System.Windows.Forms.Padding(2);
this.pnAllFieldsOfLabel.Name = "pnAllFieldsOfLabel";
this.pnAllFieldsOfLabel.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnAllFieldsOfLabel.Padding = new System.Windows.Forms.Padding(2);
this.pnAllFieldsOfLabel.Size = new System.Drawing.Size(586, 374);
this.pnAllFieldsOfLabel.TabIndex = 31;
this.pnAllFieldsOfLabel.Text = "标签的所有字段";
......@@ -315,7 +315,7 @@ namespace SmartScan
this.tableLayoutPanel4.Controls.Add(this.LstField, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.facePanel7, 0, 1);
this.tableLayoutPanel4.Location = new System.Drawing.Point(4, 30);
this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(2);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 2;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
......@@ -332,7 +332,7 @@ namespace SmartScan
this.LstField.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstField.Location = new System.Drawing.Point(3, 3);
this.LstField.Name = "LstField";
this.LstField.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.LstField.Padding = new System.Windows.Forms.Padding(3);
this.LstField.SelectedIndex = -1;
this.LstField.Size = new System.Drawing.Size(571, 139);
this.LstField.TabIndex = 5;
......@@ -356,9 +356,9 @@ namespace SmartScan
this.facePanel7.Controls.Add(this.LblFieldType);
this.facePanel7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.facePanel7.Location = new System.Drawing.Point(2, 147);
this.facePanel7.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.facePanel7.Margin = new System.Windows.Forms.Padding(2);
this.facePanel7.Name = "facePanel7";
this.facePanel7.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.facePanel7.Padding = new System.Windows.Forms.Padding(2);
this.facePanel7.Size = new System.Drawing.Size(573, 186);
this.facePanel7.TabIndex = 33;
this.facePanel7.Text = "字段操作";
......@@ -373,7 +373,7 @@ namespace SmartScan
this.BtnAddField.HoldPress = false;
this.BtnAddField.Location = new System.Drawing.Point(5, 81);
this.BtnAddField.Name = "BtnAddField";
this.BtnAddField.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.BtnAddField.Padding = new System.Windows.Forms.Padding(3);
this.BtnAddField.Size = new System.Drawing.Size(150, 45);
this.BtnAddField.TabIndex = 6;
this.BtnAddField.Text = "添加字段";
......@@ -388,7 +388,7 @@ namespace SmartScan
this.BtnDelField.HoldPress = false;
this.BtnDelField.Location = new System.Drawing.Point(161, 81);
this.BtnDelField.Name = "BtnDelField";
this.BtnDelField.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.BtnDelField.Padding = new System.Windows.Forms.Padding(3);
this.BtnDelField.Size = new System.Drawing.Size(150, 45);
this.BtnDelField.TabIndex = 7;
this.BtnDelField.Text = "删除字段";
......@@ -403,7 +403,7 @@ namespace SmartScan
this.BtnFieldFont.HoldPress = false;
this.BtnFieldFont.Location = new System.Drawing.Point(5, 132);
this.BtnFieldFont.Name = "BtnFieldFont";
this.BtnFieldFont.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.BtnFieldFont.Padding = new System.Windows.Forms.Padding(3);
this.BtnFieldFont.Size = new System.Drawing.Size(150, 45);
this.BtnFieldFont.TabIndex = 8;
this.BtnFieldFont.Text = "字段字体";
......@@ -417,8 +417,8 @@ namespace SmartScan
this.ChkFieldShowKey.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.ChkFieldShowKey.Location = new System.Drawing.Point(341, 30);
this.ChkFieldShowKey.Name = "ChkFieldShowKey";
this.ChkFieldShowKey.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.ChkFieldShowKey.Size = new System.Drawing.Size(150, 45);
this.ChkFieldShowKey.Padding = new System.Windows.Forms.Padding(3);
this.ChkFieldShowKey.Size = new System.Drawing.Size(193, 45);
this.ChkFieldShowKey.TabIndex = 12;
this.ChkFieldShowKey.Text = "显示关键字";
this.ChkFieldShowKey.CheckedChanged += new System.EventHandler(this.ChkFieldShowKey_CheckedChanged);
......@@ -432,7 +432,7 @@ namespace SmartScan
this.BtnSetField.HoldPress = false;
this.BtnSetField.Location = new System.Drawing.Point(161, 132);
this.BtnSetField.Name = "BtnSetField";
this.BtnSetField.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.BtnSetField.Padding = new System.Windows.Forms.Padding(3);
this.BtnSetField.Size = new System.Drawing.Size(150, 45);
this.BtnSetField.TabIndex = 9;
this.BtnSetField.Text = "设置内容";
......@@ -446,7 +446,7 @@ namespace SmartScan
this.CboFieldType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.CboFieldType.Location = new System.Drawing.Point(161, 30);
this.CboFieldType.Name = "CboFieldType";
this.CboFieldType.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.CboFieldType.Padding = new System.Windows.Forms.Padding(3);
this.CboFieldType.SelectedIndex = -1;
this.CboFieldType.SelectedText = "";
this.CboFieldType.Size = new System.Drawing.Size(150, 45);
......@@ -462,7 +462,7 @@ namespace SmartScan
this.BtnPrintTest.HoldPress = false;
this.BtnPrintTest.Location = new System.Drawing.Point(424, 132);
this.BtnPrintTest.Name = "BtnPrintTest";
this.BtnPrintTest.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.BtnPrintTest.Padding = new System.Windows.Forms.Padding(3);
this.BtnPrintTest.Size = new System.Drawing.Size(133, 45);
this.BtnPrintTest.TabIndex = 4;
this.BtnPrintTest.Text = "打印测试";
......@@ -476,7 +476,7 @@ namespace SmartScan
this.LblFieldType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblFieldType.Location = new System.Drawing.Point(5, 30);
this.LblFieldType.Name = "LblFieldType";
this.LblFieldType.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.LblFieldType.Padding = new System.Windows.Forms.Padding(3);
this.LblFieldType.Size = new System.Drawing.Size(150, 45);
this.LblFieldType.TabIndex = 10;
this.LblFieldType.Text = "字段类型";
......@@ -491,7 +491,7 @@ namespace SmartScan
this.tableLayoutPanel3.Controls.Add(this.pictureBox1, 0, 0);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(2, 2);
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(2);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 1;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
......@@ -514,9 +514,9 @@ namespace SmartScan
this.pnLabelFieldPos.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnLabelFieldPos.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnLabelFieldPos.Location = new System.Drawing.Point(307, 2);
this.pnLabelFieldPos.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnLabelFieldPos.Margin = new System.Windows.Forms.Padding(2);
this.pnLabelFieldPos.Name = "pnLabelFieldPos";
this.pnLabelFieldPos.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnLabelFieldPos.Padding = new System.Windows.Forms.Padding(2);
this.pnLabelFieldPos.Size = new System.Drawing.Size(277, 246);
this.pnLabelFieldPos.TabIndex = 32;
this.pnLabelFieldPos.Text = "字段位置";
......@@ -530,7 +530,7 @@ namespace SmartScan
this.LblFieldX.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblFieldX.Location = new System.Drawing.Point(5, 32);
this.LblFieldX.Name = "LblFieldX";
this.LblFieldX.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.LblFieldX.Padding = new System.Windows.Forms.Padding(3);
this.LblFieldX.Size = new System.Drawing.Size(112, 45);
this.LblFieldX.TabIndex = 15;
this.LblFieldX.Text = "X";
......@@ -547,7 +547,7 @@ namespace SmartScan
this.NudFieldX.Maximum = 100F;
this.NudFieldX.Minimum = 0F;
this.NudFieldX.Name = "NudFieldX";
this.NudFieldX.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.NudFieldX.Padding = new System.Windows.Forms.Padding(3);
this.NudFieldX.Size = new System.Drawing.Size(112, 45);
this.NudFieldX.TabIndex = 14;
this.NudFieldX.Text = "0";
......@@ -563,7 +563,7 @@ namespace SmartScan
this.LblFieldH.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblFieldH.Location = new System.Drawing.Point(5, 186);
this.LblFieldH.Name = "LblFieldH";
this.LblFieldH.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.LblFieldH.Padding = new System.Windows.Forms.Padding(3);
this.LblFieldH.Size = new System.Drawing.Size(112, 45);
this.LblFieldH.TabIndex = 21;
this.LblFieldH.Text = "H";
......@@ -580,7 +580,7 @@ namespace SmartScan
this.NudFieldY.Maximum = 100F;
this.NudFieldY.Minimum = 0F;
this.NudFieldY.Name = "NudFieldY";
this.NudFieldY.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.NudFieldY.Padding = new System.Windows.Forms.Padding(3);
this.NudFieldY.Size = new System.Drawing.Size(112, 45);
this.NudFieldY.TabIndex = 16;
this.NudFieldY.Text = "0";
......@@ -599,7 +599,7 @@ namespace SmartScan
this.NudFieldH.Maximum = 100F;
this.NudFieldH.Minimum = 1F;
this.NudFieldH.Name = "NudFieldH";
this.NudFieldH.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.NudFieldH.Padding = new System.Windows.Forms.Padding(3);
this.NudFieldH.Size = new System.Drawing.Size(112, 45);
this.NudFieldH.TabIndex = 20;
this.NudFieldH.Text = "1";
......@@ -615,7 +615,7 @@ namespace SmartScan
this.LblFieldY.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblFieldY.Location = new System.Drawing.Point(5, 76);
this.LblFieldY.Name = "LblFieldY";
this.LblFieldY.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.LblFieldY.Padding = new System.Windows.Forms.Padding(3);
this.LblFieldY.Size = new System.Drawing.Size(112, 45);
this.LblFieldY.TabIndex = 17;
this.LblFieldY.Text = "Y";
......@@ -629,7 +629,7 @@ namespace SmartScan
this.LblFieldW.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblFieldW.Location = new System.Drawing.Point(5, 134);
this.LblFieldW.Name = "LblFieldW";
this.LblFieldW.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.LblFieldW.Padding = new System.Windows.Forms.Padding(3);
this.LblFieldW.Size = new System.Drawing.Size(112, 45);
this.LblFieldW.TabIndex = 19;
this.LblFieldW.Text = "W";
......@@ -646,7 +646,7 @@ namespace SmartScan
this.NudFieldW.Maximum = 100F;
this.NudFieldW.Minimum = 1F;
this.NudFieldW.Name = "NudFieldW";
this.NudFieldW.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.NudFieldW.Padding = new System.Windows.Forms.Padding(3);
this.NudFieldW.Size = new System.Drawing.Size(112, 45);
this.NudFieldW.TabIndex = 18;
this.NudFieldW.Text = "1";
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!