Commit 9fbd2f90 张东亮

1

1 个父辈 00dba650
......@@ -118,7 +118,7 @@ namespace BLL
{"Width", 100},
{"Height", 40},
{"Text", key},
{"TextAlign", "MiddleRight"}
{"TextAlign", "MiddleLeft"}
}
},
};
......@@ -180,7 +180,7 @@ namespace BLL
//{"BorderWidth", 0},
{"Width", -1},
{"Height", 40},
{"Text", Asa.FaceControl.Language.Dialog("PrintLabel","Label Printing")},//"Print Label"
{"Text", Asa.FaceControl.Language.Dialog("PrintLabel","Print")},//"Print Label"
}
},
......
......@@ -39,7 +39,8 @@ namespace SmartScan
//
this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.pictureBox1.Image = global::SmartScan.Properties.Resources.App;
this.pictureBox1.Location = new System.Drawing.Point(38, 55);
this.pictureBox1.Location = new System.Drawing.Point(51, 69);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(411, 94);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
......@@ -54,10 +55,11 @@ namespace SmartScan
this.LblName.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblName.BorderWidth = 2;
this.LblName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblName.Location = new System.Drawing.Point(11, 155);
this.LblName.Location = new System.Drawing.Point(15, 194);
this.LblName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LblName.Name = "LblName";
this.LblName.Padding = new System.Windows.Forms.Padding(3);
this.LblName.Size = new System.Drawing.Size(464, 50);
this.LblName.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LblName.Size = new System.Drawing.Size(619, 62);
this.LblName.TabIndex = 8;
this.LblName.Text = "faceLabel1";
//
......@@ -69,24 +71,27 @@ namespace SmartScan
this.faceLabel2.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.faceLabel2.BorderWidth = 2;
this.faceLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.faceLabel2.Location = new System.Drawing.Point(11, 211);
this.faceLabel2.Location = new System.Drawing.Point(15, 264);
this.faceLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.faceLabel2.Name = "faceLabel2";
this.faceLabel2.Padding = new System.Windows.Forms.Padding(3);
this.faceLabel2.Size = new System.Drawing.Size(464, 45);
this.faceLabel2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.faceLabel2.Size = new System.Drawing.Size(619, 56);
this.faceLabel2.TabIndex = 9;
this.faceLabel2.Text = "faceLabel2";
this.faceLabel2.Click += new System.EventHandler(this.faceLabel2_Click);
//
// FrmAbout
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(486, 339);
this.ClientSize = new System.Drawing.Size(648, 424);
this.Controls.Add(this.faceLabel2);
this.Controls.Add(this.LblName);
this.Controls.Add(this.pictureBox1);
this.Icon = global::SmartScan.Properties.Resources.NEO_64;
this.Icon = global::SmartScan.Properties.Resources.App;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FrmAbout";
this.Padding = new System.Windows.Forms.Padding(11, 10, 11, 10);
this.Text = "FrmAbout";
this.Load += new System.EventHandler(this.FrmAbout_Load);
this.Controls.SetChildIndex(this.pictureBox1, 0);
......
......@@ -34,7 +34,7 @@ namespace SmartScan
this.BtnCancel = new Asa.FaceControl.FaceButton();
this.PnlTemp = new Asa.FaceControl.FacePanel();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.facePanel1 = new Asa.FaceControl.FacePanel();
this.pnlMatch = new Asa.FaceControl.FacePanel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.NudMiddleTextCount = new Asa.FaceControl.FaceNumericUpDown();
this.ChkCheckCodeType = new Asa.FaceControl.FaceCheckBox();
......@@ -48,12 +48,25 @@ namespace SmartScan
this.ChkCaseSensitivity = new Asa.FaceControl.FaceCheckBox();
this.ChoMatchMiddleType = new Asa.FaceControl.FaceComboBox();
this.lblMatchRes = new Asa.FaceControl.FaceLabel();
this.facePanel1.SuspendLayout();
this.pnlRawCode = new Asa.FaceControl.FacePanel();
this.pnlKeywords = new Asa.FaceControl.FacePanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.pnlMatch.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.pnlRawCode.SuspendLayout();
this.pnlKeywords.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.SuspendLayout();
//
// LblCode
//
this.LblCode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.LblCode.AutoScroll = true;
this.LblCode.AutoSize = true;
this.LblCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
......@@ -61,12 +74,13 @@ namespace SmartScan
this.LblCode.BorderWidth = 2;
this.LblCode.Font = new System.Drawing.Font("宋体", 11F);
this.LblCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblCode.Location = new System.Drawing.Point(11, 48);
this.LblCode.Location = new System.Drawing.Point(3, 38);
this.LblCode.Name = "LblCode";
this.LblCode.Padding = new System.Windows.Forms.Padding(3);
this.LblCode.Size = new System.Drawing.Size(836, 60);
this.LblCode.Size = new System.Drawing.Size(691, 453);
this.LblCode.TabIndex = 6;
this.LblCode.Text = "faceLabel1";
this.LblCode.TextAlign = System.Drawing.ContentAlignment.TopLeft;
//
// BtnOK
//
......@@ -76,7 +90,7 @@ namespace SmartScan
this.BtnOK.BorderWidth = 2;
this.BtnOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnOK.HoldPress = false;
this.BtnOK.Location = new System.Drawing.Point(601, 848);
this.BtnOK.Location = new System.Drawing.Point(1184, 848);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Padding = new System.Windows.Forms.Padding(3);
this.BtnOK.Size = new System.Drawing.Size(120, 40);
......@@ -92,7 +106,7 @@ namespace SmartScan
this.BtnCancel.BorderWidth = 2;
this.BtnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnCancel.HoldPress = false;
this.BtnCancel.Location = new System.Drawing.Point(727, 848);
this.BtnCancel.Location = new System.Drawing.Point(1310, 848);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Padding = new System.Windows.Forms.Padding(3);
this.BtnCancel.Size = new System.Drawing.Size(120, 40);
......@@ -102,16 +116,16 @@ namespace SmartScan
//
// PnlTemp
//
this.PnlTemp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PnlTemp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.PnlTemp.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.PnlTemp.BorderWidth = 2;
this.PnlTemp.Dock = System.Windows.Forms.DockStyle.Fill;
this.PnlTemp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.PnlTemp.Location = new System.Drawing.Point(11, 418);
this.PnlTemp.Location = new System.Drawing.Point(3, 240);
this.PnlTemp.Name = "PnlTemp";
this.PnlTemp.Padding = new System.Windows.Forms.Padding(3);
this.PnlTemp.Size = new System.Drawing.Size(836, 424);
this.PnlTemp.ShowText = false;
this.PnlTemp.Size = new System.Drawing.Size(698, 534);
this.PnlTemp.TabIndex = 28;
this.PnlTemp.Text = "facePanel1";
this.PnlTemp.TitleFont = new System.Drawing.Font("宋体", 12F);
......@@ -119,28 +133,36 @@ namespace SmartScan
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Location = new System.Drawing.Point(11, 352);
this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 38);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(836, 60);
this.flowLayoutPanel1.Size = new System.Drawing.Size(692, 190);
this.flowLayoutPanel1.TabIndex = 29;
//
// facePanel1
//
this.facePanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.facePanel1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.facePanel1.BorderWidth = 2;
this.facePanel1.Controls.Add(this.tableLayoutPanel1);
this.facePanel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.facePanel1.Location = new System.Drawing.Point(11, 118);
this.facePanel1.Name = "facePanel1";
this.facePanel1.Padding = new System.Windows.Forms.Padding(3);
this.facePanel1.Size = new System.Drawing.Size(836, 228);
this.facePanel1.TabIndex = 30;
this.facePanel1.Text = "facePanel1";
this.facePanel1.TitleFont = new System.Drawing.Font("宋体", 12F);
// pnlMatch
//
this.pnlMatch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnlMatch.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnlMatch.BorderWidth = 2;
this.pnlMatch.Controls.Add(this.tableLayoutPanel1);
this.pnlMatch.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMatch.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnlMatch.Location = new System.Drawing.Point(3, 503);
this.pnlMatch.Name = "pnlMatch";
this.pnlMatch.Padding = new System.Windows.Forms.Padding(3);
this.pnlMatch.Size = new System.Drawing.Size(697, 271);
this.pnlMatch.TabIndex = 30;
this.pnlMatch.Text = "匹配";
this.pnlMatch.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
this.pnlMatch.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.ColumnCount = 4;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
......@@ -158,15 +180,14 @@ namespace SmartScan
this.tableLayoutPanel1.Controls.Add(this.ChkCaseSensitivity, 2, 2);
this.tableLayoutPanel1.Controls.Add(this.ChoMatchMiddleType, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.lblMatchRes, 3, 3);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 36);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(830, 222);
this.tableLayoutPanel1.Size = new System.Drawing.Size(691, 232);
this.tableLayoutPanel1.TabIndex = 0;
//
// NudMiddleTextCount
......@@ -178,13 +199,13 @@ namespace SmartScan
this.NudMiddleTextCount.Dock = System.Windows.Forms.DockStyle.Fill;
this.NudMiddleTextCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.NudMiddleTextCount.Increment = 1F;
this.NudMiddleTextCount.Location = new System.Drawing.Point(211, 172);
this.NudMiddleTextCount.Location = new System.Drawing.Point(176, 172);
this.NudMiddleTextCount.Margin = new System.Windows.Forms.Padding(4);
this.NudMiddleTextCount.Maximum = 100F;
this.NudMiddleTextCount.Minimum = 1F;
this.NudMiddleTextCount.Name = "NudMiddleTextCount";
this.NudMiddleTextCount.Padding = new System.Windows.Forms.Padding(4);
this.NudMiddleTextCount.Size = new System.Drawing.Size(199, 48);
this.NudMiddleTextCount.Size = new System.Drawing.Size(164, 56);
this.NudMiddleTextCount.TabIndex = 62;
this.NudMiddleTextCount.Text = "1";
this.NudMiddleTextCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
......@@ -202,7 +223,7 @@ namespace SmartScan
this.ChkCheckCodeType.Margin = new System.Windows.Forms.Padding(4);
this.ChkCheckCodeType.Name = "ChkCheckCodeType";
this.ChkCheckCodeType.Padding = new System.Windows.Forms.Padding(4);
this.ChkCheckCodeType.Size = new System.Drawing.Size(199, 48);
this.ChkCheckCodeType.Size = new System.Drawing.Size(164, 48);
this.ChkCheckCodeType.TabIndex = 52;
this.ChkCheckCodeType.Text = "CheckCodeType";
this.ChkCheckCodeType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -216,11 +237,11 @@ namespace SmartScan
this.tableLayoutPanel1.SetColumnSpan(this.LblCodeType, 2);
this.LblCodeType.Dock = System.Windows.Forms.DockStyle.Fill;
this.LblCodeType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblCodeType.Location = new System.Drawing.Point(211, 4);
this.LblCodeType.Location = new System.Drawing.Point(176, 4);
this.LblCodeType.Margin = new System.Windows.Forms.Padding(4);
this.LblCodeType.Name = "LblCodeType";
this.LblCodeType.Padding = new System.Windows.Forms.Padding(4);
this.LblCodeType.Size = new System.Drawing.Size(406, 48);
this.LblCodeType.Size = new System.Drawing.Size(336, 48);
this.LblCodeType.TabIndex = 53;
this.LblCodeType.Text = "-";
this.LblCodeType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -236,7 +257,7 @@ namespace SmartScan
this.ChkMatchingStart.Margin = new System.Windows.Forms.Padding(4);
this.ChkMatchingStart.Name = "ChkMatchingStart";
this.ChkMatchingStart.Padding = new System.Windows.Forms.Padding(4);
this.ChkMatchingStart.Size = new System.Drawing.Size(199, 48);
this.ChkMatchingStart.Size = new System.Drawing.Size(164, 48);
this.ChkMatchingStart.TabIndex = 54;
this.ChkMatchingStart.Text = "Start";
this.ChkMatchingStart.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -248,7 +269,7 @@ namespace SmartScan
this.TxtMatchingStartText.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.TxtMatchingStartText.BorderWidth = 2;
this.TxtMatchingStartText.Dock = System.Windows.Forms.DockStyle.Fill;
this.TxtMatchingStartText.Location = new System.Drawing.Point(211, 60);
this.TxtMatchingStartText.Location = new System.Drawing.Point(176, 60);
this.TxtMatchingStartText.Margin = new System.Windows.Forms.Padding(4);
this.TxtMatchingStartText.MaxLength = 32767;
this.TxtMatchingStartText.Name = "TxtMatchingStartText";
......@@ -258,7 +279,7 @@ namespace SmartScan
this.TxtMatchingStartText.SelectionStart = 0;
this.TxtMatchingStartText.ShowDel = true;
this.TxtMatchingStartText.ShowQuery = false;
this.TxtMatchingStartText.Size = new System.Drawing.Size(199, 48);
this.TxtMatchingStartText.Size = new System.Drawing.Size(164, 48);
this.TxtMatchingStartText.TabIndex = 55;
this.TxtMatchingStartText.Text = "faceTextBox1";
this.TxtMatchingStartText.TextChanged += new System.EventHandler(this.matchChanged);
......@@ -270,11 +291,11 @@ namespace SmartScan
this.ChkMatchingEnd.BorderWidth = 0;
this.ChkMatchingEnd.Dock = System.Windows.Forms.DockStyle.Fill;
this.ChkMatchingEnd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.ChkMatchingEnd.Location = new System.Drawing.Point(418, 60);
this.ChkMatchingEnd.Location = new System.Drawing.Point(348, 60);
this.ChkMatchingEnd.Margin = new System.Windows.Forms.Padding(4);
this.ChkMatchingEnd.Name = "ChkMatchingEnd";
this.ChkMatchingEnd.Padding = new System.Windows.Forms.Padding(4);
this.ChkMatchingEnd.Size = new System.Drawing.Size(199, 48);
this.ChkMatchingEnd.Size = new System.Drawing.Size(164, 48);
this.ChkMatchingEnd.TabIndex = 56;
this.ChkMatchingEnd.Text = "End";
this.ChkMatchingEnd.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -286,7 +307,7 @@ namespace SmartScan
this.TxtMatchingEndText.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.TxtMatchingEndText.BorderWidth = 2;
this.TxtMatchingEndText.Dock = System.Windows.Forms.DockStyle.Fill;
this.TxtMatchingEndText.Location = new System.Drawing.Point(625, 60);
this.TxtMatchingEndText.Location = new System.Drawing.Point(520, 60);
this.TxtMatchingEndText.Margin = new System.Windows.Forms.Padding(4);
this.TxtMatchingEndText.MaxLength = 32767;
this.TxtMatchingEndText.Name = "TxtMatchingEndText";
......@@ -296,7 +317,7 @@ namespace SmartScan
this.TxtMatchingEndText.SelectionStart = 0;
this.TxtMatchingEndText.ShowDel = true;
this.TxtMatchingEndText.ShowQuery = false;
this.TxtMatchingEndText.Size = new System.Drawing.Size(201, 48);
this.TxtMatchingEndText.Size = new System.Drawing.Size(167, 48);
this.TxtMatchingEndText.TabIndex = 57;
this.TxtMatchingEndText.Text = "faceTextBox2";
this.TxtMatchingEndText.TextChanged += new System.EventHandler(this.matchChanged);
......@@ -312,7 +333,7 @@ namespace SmartScan
this.ChkMatchingMiddle.Margin = new System.Windows.Forms.Padding(4);
this.ChkMatchingMiddle.Name = "ChkMatchingMiddle";
this.ChkMatchingMiddle.Padding = new System.Windows.Forms.Padding(4);
this.ChkMatchingMiddle.Size = new System.Drawing.Size(199, 48);
this.ChkMatchingMiddle.Size = new System.Drawing.Size(164, 48);
this.ChkMatchingMiddle.TabIndex = 58;
this.ChkMatchingMiddle.Text = "Middle";
this.ChkMatchingMiddle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -324,7 +345,7 @@ namespace SmartScan
this.TxtMatchingMiddleText.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.TxtMatchingMiddleText.BorderWidth = 2;
this.TxtMatchingMiddleText.Dock = System.Windows.Forms.DockStyle.Fill;
this.TxtMatchingMiddleText.Location = new System.Drawing.Point(211, 116);
this.TxtMatchingMiddleText.Location = new System.Drawing.Point(176, 116);
this.TxtMatchingMiddleText.Margin = new System.Windows.Forms.Padding(4);
this.TxtMatchingMiddleText.MaxLength = 32767;
this.TxtMatchingMiddleText.Name = "TxtMatchingMiddleText";
......@@ -334,7 +355,7 @@ namespace SmartScan
this.TxtMatchingMiddleText.SelectionStart = 0;
this.TxtMatchingMiddleText.ShowDel = true;
this.TxtMatchingMiddleText.ShowQuery = false;
this.TxtMatchingMiddleText.Size = new System.Drawing.Size(199, 48);
this.TxtMatchingMiddleText.Size = new System.Drawing.Size(164, 48);
this.TxtMatchingMiddleText.TabIndex = 59;
this.TxtMatchingMiddleText.Text = "faceTextBox3";
this.TxtMatchingMiddleText.TextChanged += new System.EventHandler(this.matchChanged);
......@@ -346,11 +367,11 @@ namespace SmartScan
this.ChkCaseSensitivity.BorderWidth = 0;
this.ChkCaseSensitivity.Dock = System.Windows.Forms.DockStyle.Fill;
this.ChkCaseSensitivity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.ChkCaseSensitivity.Location = new System.Drawing.Point(418, 116);
this.ChkCaseSensitivity.Location = new System.Drawing.Point(348, 116);
this.ChkCaseSensitivity.Margin = new System.Windows.Forms.Padding(4);
this.ChkCaseSensitivity.Name = "ChkCaseSensitivity";
this.ChkCaseSensitivity.Padding = new System.Windows.Forms.Padding(4);
this.ChkCaseSensitivity.Size = new System.Drawing.Size(199, 48);
this.ChkCaseSensitivity.Size = new System.Drawing.Size(164, 48);
this.ChkCaseSensitivity.TabIndex = 60;
this.ChkCaseSensitivity.Text = "Sensitivity";
this.ChkCaseSensitivity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -369,7 +390,7 @@ namespace SmartScan
this.ChoMatchMiddleType.Padding = new System.Windows.Forms.Padding(4);
this.ChoMatchMiddleType.SelectedIndex = -1;
this.ChoMatchMiddleType.SelectedText = "";
this.ChoMatchMiddleType.Size = new System.Drawing.Size(199, 48);
this.ChoMatchMiddleType.Size = new System.Drawing.Size(164, 56);
this.ChoMatchMiddleType.TabIndex = 61;
this.ChoMatchMiddleType.Text = "faceComboBox1";
this.ChoMatchMiddleType.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
......@@ -381,39 +402,120 @@ namespace SmartScan
this.lblMatchRes.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.lblMatchRes.BorderWidth = 0;
this.lblMatchRes.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblMatchRes.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMatchRes.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.lblMatchRes.Location = new System.Drawing.Point(625, 172);
this.lblMatchRes.Location = new System.Drawing.Point(520, 172);
this.lblMatchRes.Margin = new System.Windows.Forms.Padding(4);
this.lblMatchRes.Name = "lblMatchRes";
this.lblMatchRes.Padding = new System.Windows.Forms.Padding(4);
this.lblMatchRes.Size = new System.Drawing.Size(201, 48);
this.lblMatchRes.Size = new System.Drawing.Size(167, 56);
this.lblMatchRes.TabIndex = 63;
//
// pnlRawCode
//
this.pnlRawCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnlRawCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnlRawCode.BorderWidth = 2;
this.pnlRawCode.Controls.Add(this.LblCode);
this.pnlRawCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlRawCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnlRawCode.Location = new System.Drawing.Point(3, 3);
this.pnlRawCode.Name = "pnlRawCode";
this.pnlRawCode.Padding = new System.Windows.Forms.Padding(3);
this.pnlRawCode.Size = new System.Drawing.Size(697, 494);
this.pnlRawCode.TabIndex = 31;
this.pnlRawCode.Text = "原始条码信息";
this.pnlRawCode.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.pnlRawCode.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// pnlKeywords
//
this.pnlKeywords.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnlKeywords.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnlKeywords.BorderWidth = 2;
this.pnlKeywords.Controls.Add(this.flowLayoutPanel1);
this.pnlKeywords.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlKeywords.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnlKeywords.Location = new System.Drawing.Point(3, 3);
this.pnlKeywords.Name = "pnlKeywords";
this.pnlKeywords.Padding = new System.Windows.Forms.Padding(3);
this.pnlKeywords.Size = new System.Drawing.Size(698, 231);
this.pnlKeywords.TabIndex = 32;
this.pnlKeywords.Text = "关键字";
this.pnlKeywords.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.pnlKeywords.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 0);
this.tableLayoutPanel2.Location = new System.Drawing.Point(11, 59);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(1419, 783);
this.tableLayoutPanel2.TabIndex = 33;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 1;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.Controls.Add(this.pnlKeywords, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.PnlTemp, 0, 1);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(712, 3);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 2;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 540F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(704, 777);
this.tableLayoutPanel3.TabIndex = 32;
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.ColumnCount = 1;
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel4.Controls.Add(this.pnlRawCode, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.pnlMatch, 0, 1);
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 2;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 277F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(703, 777);
this.tableLayoutPanel4.TabIndex = 33;
//
// FrmCodeExtract
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(858, 899);
this.Controls.Add(this.PnlTemp);
this.Controls.Add(this.LblCode);
this.Controls.Add(this.flowLayoutPanel1);
this.Controls.Add(this.facePanel1);
this.ClientSize = new System.Drawing.Size(1441, 899);
this.Controls.Add(this.tableLayoutPanel2);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnOK);
this.Icon = global::SmartScan.Properties.Resources.NEO_64;
this.Icon = global::SmartScan.Properties.Resources.App;
this.Name = "FrmCodeExtract";
this.Text = "FrmCodeExtract";
this.Load += new System.EventHandler(this.FrmCodeExtract_Load);
this.Controls.SetChildIndex(this.BtnOK, 0);
this.Controls.SetChildIndex(this.BtnCancel, 0);
this.Controls.SetChildIndex(this.facePanel1, 0);
this.Controls.SetChildIndex(this.flowLayoutPanel1, 0);
this.Controls.SetChildIndex(this.LblCode, 0);
this.Controls.SetChildIndex(this.PnlTemp, 0);
this.facePanel1.ResumeLayout(false);
this.Controls.SetChildIndex(this.tableLayoutPanel2, 0);
this.pnlMatch.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.pnlRawCode.ResumeLayout(false);
this.pnlRawCode.PerformLayout();
this.pnlKeywords.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel4.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
......@@ -424,7 +526,7 @@ namespace SmartScan
private Asa.FaceControl.FaceButton BtnCancel;
private Asa.FaceControl.FacePanel PnlTemp;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private Asa.FaceControl.FacePanel facePanel1;
private Asa.FaceControl.FacePanel pnlMatch;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private Asa.FaceControl.FaceCheckBox ChkCheckCodeType;
private Asa.FaceControl.FaceLabel LblCodeType;
......@@ -438,5 +540,10 @@ namespace SmartScan
private Asa.FaceControl.FaceComboBox ChoMatchMiddleType;
private Asa.FaceControl.FaceNumericUpDown NudMiddleTextCount;
private Asa.FaceControl.FaceLabel lblMatchRes;
private Asa.FaceControl.FacePanel pnlRawCode;
private Asa.FaceControl.FacePanel pnlKeywords;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
}
}
\ No newline at end of file
......@@ -87,8 +87,9 @@ namespace SmartScan
pnl.Height = PnlTemp.Height;
pnl.Anchor = PnlTemp.Anchor;
pnl.Visible = false;
Controls.Add(pnl);
//Controls.Add(pnl);
this.tableLayoutPanel3.Controls.Add(pnl, 0, 1);
Maximize();
clacWindowHeight();
}
......@@ -99,25 +100,25 @@ namespace SmartScan
void clacWindowHeight()
{
if (flowLayoutPanel1.Controls.Count > 14)
{
matchButton.Values.ToList().ForEach((x) => { x.GetPanel().Top = 418 + 56 * 2; });//184
//if (flowLayoutPanel1.Controls.Count > 14)
//{
// matchButton.Values.ToList().ForEach((x) => { x.GetPanel().Top = 418 + 56 * 2; });//184
flowLayoutPanel1.Height = 56 * 3;
this.Height = windowHeight + 56 * 2 - 4;
}
else if (flowLayoutPanel1.Controls.Count > 7)
{
matchButton.Values.ToList().ForEach((x) => { x.GetPanel().Top = 418 + 56 * 1; });
flowLayoutPanel1.Height = 56 * 2 - 4;
this.Height = windowHeight + 56;
}
else
{
matchButton.Values.ToList().ForEach((x) => { x.GetPanel().Top = 418; });
flowLayoutPanel1.Height = 56 - 4;
this.Height = windowHeight;
}
// flowLayoutPanel1.Height = 56 * 3;
// this.Height = windowHeight + 56 * 2 - 4;
//}
//else if (flowLayoutPanel1.Controls.Count > 7)
//{
// matchButton.Values.ToList().ForEach((x) => { x.GetPanel().Top = 418 + 56 * 1; });
// flowLayoutPanel1.Height = 56 * 2 - 4;
// this.Height = windowHeight + 56;
//}
//else
//{
// matchButton.Values.ToList().ForEach((x) => { x.GetPanel().Top = 418; });
// flowLayoutPanel1.Height = 56 - 4;
// this.Height = windowHeight;
//}
}
private void List_KeyChanged(object sender, string key)
{
......
......@@ -46,10 +46,11 @@ namespace SmartScan
this.BtnSelect.BorderWidth = 2;
this.BtnSelect.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnSelect.HoldPress = false;
this.BtnSelect.Location = new System.Drawing.Point(11, 55);
this.BtnSelect.Location = new System.Drawing.Point(15, 69);
this.BtnSelect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnSelect.Name = "BtnSelect";
this.BtnSelect.Padding = new System.Windows.Forms.Padding(3);
this.BtnSelect.Size = new System.Drawing.Size(140, 50);
this.BtnSelect.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnSelect.Size = new System.Drawing.Size(187, 62);
this.BtnSelect.TabIndex = 6;
this.BtnSelect.Text = "矩形选择";
this.BtnSelect.Click += new System.EventHandler(this.BtnSelect_Click);
......@@ -61,10 +62,11 @@ namespace SmartScan
this.BtnMove.BorderWidth = 2;
this.BtnMove.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnMove.HoldPress = false;
this.BtnMove.Location = new System.Drawing.Point(11, 111);
this.BtnMove.Location = new System.Drawing.Point(15, 139);
this.BtnMove.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnMove.Name = "BtnMove";
this.BtnMove.Padding = new System.Windows.Forms.Padding(3);
this.BtnMove.Size = new System.Drawing.Size(140, 50);
this.BtnMove.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnMove.Size = new System.Drawing.Size(187, 62);
this.BtnMove.TabIndex = 7;
this.BtnMove.Text = "移动图像";
this.BtnMove.Click += new System.EventHandler(this.BtnMove_Click);
......@@ -76,10 +78,11 @@ namespace SmartScan
this.BtnDel.BorderWidth = 2;
this.BtnDel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnDel.HoldPress = false;
this.BtnDel.Location = new System.Drawing.Point(11, 167);
this.BtnDel.Location = new System.Drawing.Point(15, 209);
this.BtnDel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnDel.Name = "BtnDel";
this.BtnDel.Padding = new System.Windows.Forms.Padding(3);
this.BtnDel.Size = new System.Drawing.Size(140, 50);
this.BtnDel.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnDel.Size = new System.Drawing.Size(187, 62);
this.BtnDel.TabIndex = 8;
this.BtnDel.Text = "删除";
this.BtnDel.Click += new System.EventHandler(this.BtnDel_Click);
......@@ -91,10 +94,11 @@ namespace SmartScan
this.BtnKey.BorderWidth = 2;
this.BtnKey.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnKey.HoldPress = false;
this.BtnKey.Location = new System.Drawing.Point(11, 223);
this.BtnKey.Location = new System.Drawing.Point(15, 279);
this.BtnKey.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnKey.Name = "BtnKey";
this.BtnKey.Padding = new System.Windows.Forms.Padding(3);
this.BtnKey.Size = new System.Drawing.Size(140, 50);
this.BtnKey.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnKey.Size = new System.Drawing.Size(187, 62);
this.BtnKey.TabIndex = 9;
this.BtnKey.Text = "关键字";
this.BtnKey.Click += new System.EventHandler(this.BtnKey_Click);
......@@ -105,9 +109,10 @@ namespace SmartScan
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PicImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.PicImage.Location = new System.Drawing.Point(157, 55);
this.PicImage.Location = new System.Drawing.Point(209, 69);
this.PicImage.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.PicImage.Name = "PicImage";
this.PicImage.Size = new System.Drawing.Size(720, 433);
this.PicImage.Size = new System.Drawing.Size(960, 541);
this.PicImage.TabIndex = 10;
this.PicImage.TabStop = false;
//
......@@ -119,10 +124,11 @@ namespace SmartScan
this.BtnCancel.BorderWidth = 2;
this.BtnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnCancel.HoldPress = false;
this.BtnCancel.Location = new System.Drawing.Point(757, 494);
this.BtnCancel.Location = new System.Drawing.Point(1009, 618);
this.BtnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Padding = new System.Windows.Forms.Padding(3);
this.BtnCancel.Size = new System.Drawing.Size(120, 40);
this.BtnCancel.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnCancel.Size = new System.Drawing.Size(160, 50);
this.BtnCancel.TabIndex = 28;
this.BtnCancel.Text = "Cancel";
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
......@@ -135,19 +141,20 @@ namespace SmartScan
this.BtnOK.BorderWidth = 2;
this.BtnOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnOK.HoldPress = false;
this.BtnOK.Location = new System.Drawing.Point(631, 494);
this.BtnOK.Location = new System.Drawing.Point(841, 618);
this.BtnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Padding = new System.Windows.Forms.Padding(3);
this.BtnOK.Size = new System.Drawing.Size(120, 40);
this.BtnOK.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnOK.Size = new System.Drawing.Size(160, 50);
this.BtnOK.TabIndex = 27;
this.BtnOK.Text = "OK";
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// FrmCodeOCR
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(888, 545);
this.ClientSize = new System.Drawing.Size(1184, 681);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnOK);
this.Controls.Add(this.PicImage);
......@@ -155,8 +162,10 @@ namespace SmartScan
this.Controls.Add(this.BtnDel);
this.Controls.Add(this.BtnMove);
this.Controls.Add(this.BtnSelect);
this.Icon = global::SmartScan.Properties.Resources.NEO_64;
this.Icon = global::SmartScan.Properties.Resources.App;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FrmCodeOCR";
this.Padding = new System.Windows.Forms.Padding(11, 10, 11, 10);
this.Text = "FrmCodeOCR";
this.Controls.SetChildIndex(this.BtnSelect, 0);
this.Controls.SetChildIndex(this.BtnMove, 0);
......
......@@ -45,11 +45,12 @@ namespace SmartScan
this.faceListBox1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.faceListBox1.BorderWidth = 2;
this.faceListBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.faceListBox1.Location = new System.Drawing.Point(11, 55);
this.faceListBox1.Location = new System.Drawing.Point(15, 69);
this.faceListBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.faceListBox1.Name = "faceListBox1";
this.faceListBox1.Padding = new System.Windows.Forms.Padding(3);
this.faceListBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.faceListBox1.SelectedIndex = -1;
this.faceListBox1.Size = new System.Drawing.Size(170, 293);
this.faceListBox1.Size = new System.Drawing.Size(227, 366);
this.faceListBox1.TabIndex = 6;
//
// BtnInsert
......@@ -59,10 +60,11 @@ namespace SmartScan
this.BtnInsert.BorderWidth = 2;
this.BtnInsert.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnInsert.HoldPress = false;
this.BtnInsert.Location = new System.Drawing.Point(187, 187);
this.BtnInsert.Location = new System.Drawing.Point(249, 234);
this.BtnInsert.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnInsert.Name = "BtnInsert";
this.BtnInsert.Padding = new System.Windows.Forms.Padding(3);
this.BtnInsert.Size = new System.Drawing.Size(164, 45);
this.BtnInsert.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnInsert.Size = new System.Drawing.Size(219, 56);
this.BtnInsert.TabIndex = 7;
this.BtnInsert.Text = "插入";
this.BtnInsert.Click += new System.EventHandler(this.BtnInsert_Click);
......@@ -75,10 +77,11 @@ namespace SmartScan
this.BtnOK.BorderWidth = 2;
this.BtnOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnOK.HoldPress = false;
this.BtnOK.Location = new System.Drawing.Point(297, 308);
this.BtnOK.Location = new System.Drawing.Point(396, 385);
this.BtnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Padding = new System.Windows.Forms.Padding(3);
this.BtnOK.Size = new System.Drawing.Size(120, 40);
this.BtnOK.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnOK.Size = new System.Drawing.Size(160, 50);
this.BtnOK.TabIndex = 8;
this.BtnOK.Text = "OK";
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
......@@ -91,10 +94,11 @@ namespace SmartScan
this.BtnCancel.BorderWidth = 2;
this.BtnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnCancel.HoldPress = false;
this.BtnCancel.Location = new System.Drawing.Point(423, 308);
this.BtnCancel.Location = new System.Drawing.Point(564, 385);
this.BtnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Padding = new System.Windows.Forms.Padding(3);
this.BtnCancel.Size = new System.Drawing.Size(120, 40);
this.BtnCancel.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnCancel.Size = new System.Drawing.Size(160, 50);
this.BtnCancel.TabIndex = 9;
this.BtnCancel.Text = "Cancel";
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
......@@ -107,10 +111,11 @@ namespace SmartScan
this.LblContent.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblContent.BorderWidth = 0;
this.LblContent.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblContent.Location = new System.Drawing.Point(187, 55);
this.LblContent.Location = new System.Drawing.Point(249, 69);
this.LblContent.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LblContent.Name = "LblContent";
this.LblContent.Padding = new System.Windows.Forms.Padding(3);
this.LblContent.Size = new System.Drawing.Size(356, 35);
this.LblContent.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LblContent.Size = new System.Drawing.Size(475, 44);
this.LblContent.TabIndex = 10;
this.LblContent.Text = "faceLabel1";
this.LblContent.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -122,33 +127,36 @@ namespace SmartScan
this.faceTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.faceTextBox1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.faceTextBox1.BorderWidth = 2;
this.faceTextBox1.Location = new System.Drawing.Point(187, 96);
this.faceTextBox1.Location = new System.Drawing.Point(249, 120);
this.faceTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.faceTextBox1.MaxLength = 32767;
this.faceTextBox1.Multiline = true;
this.faceTextBox1.Name = "faceTextBox1";
this.faceTextBox1.Padding = new System.Windows.Forms.Padding(3);
this.faceTextBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.faceTextBox1.SelectedText = "";
this.faceTextBox1.SelectionLength = 0;
this.faceTextBox1.SelectionStart = 0;
this.faceTextBox1.ShowDel = true;
this.faceTextBox1.ShowQuery = false;
this.faceTextBox1.Size = new System.Drawing.Size(356, 85);
this.faceTextBox1.Size = new System.Drawing.Size(475, 106);
this.faceTextBox1.TabIndex = 11;
this.faceTextBox1.Text = "faceTextBox1";
//
// FrmFieldContent
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(554, 359);
this.ClientSize = new System.Drawing.Size(739, 449);
this.Controls.Add(this.faceTextBox1);
this.Controls.Add(this.LblContent);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnOK);
this.Controls.Add(this.BtnInsert);
this.Controls.Add(this.faceListBox1);
this.Icon = global::SmartScan.Properties.Resources.NEO_64;
this.Icon = global::SmartScan.Properties.Resources.App;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FrmFieldContent";
this.Padding = new System.Windows.Forms.Padding(11, 10, 11, 10);
this.Text = "FrmFieldContent";
this.Controls.SetChildIndex(this.faceListBox1, 0);
this.Controls.SetChildIndex(this.BtnInsert, 0);
......
......@@ -58,6 +58,7 @@ namespace SmartScan
this.BtnStart.Padding = new System.Windows.Forms.Padding(3);
this.BtnStart.Size = new System.Drawing.Size(160, 100);
this.BtnStart.TabIndex = 3;
this.BtnStart.Tag = "";
this.BtnStart.Text = "faceButton1";
this.BtnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnStart.Click += new System.EventHandler(this.BtnStart_Click);
......@@ -275,6 +276,7 @@ namespace SmartScan
this.Icon = global::SmartScan.Properties.Resources.App;
this.Name = "FrmMain";
this.Text = "Form1";
this.TitleFont = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TitleHeight = 50;
this.Activated += new System.EventHandler(this.FrmMain_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
......
......@@ -24,6 +24,7 @@ namespace SmartScan
public FrmMain()
{
InitializeComponent();
BtnStart.Tag = "not";
}
private bool CheckCamera()
......@@ -277,7 +278,7 @@ namespace SmartScan
{
BtnStart.Enabled = false;
}
changeBtnStartText();
}
private void Monitor_Timeout(object sender, EventArgs e)
......@@ -322,9 +323,28 @@ namespace SmartScan
Language.LoadLanguage(CboLanguage.Text);
BLLCommon.config.Language = CboLanguage.Text;
BLLCommon.config.Save();
changeBtnStartText();
}
}
void changeBtnStartText()
{
if(BLLCommon.config.Language.Equals("English"))
{
BtnStart.Font = new Font("Arial",14,FontStyle.Bold);
}
else
{
BtnStart.Font = new Font("微软雅黑", 14, FontStyle.Bold);
}
if(scanWork?.isRun??false)
{
BtnStart.Text = Language.Dialog("Exit", "退出");
}
else
{
BtnStart.Text = Language.Dialog("Start", "开始");
}
}
#region 通过webservice触发
......@@ -352,6 +372,7 @@ namespace SmartScan
scanWork.Open();
else
scanWork.Close();
changeBtnStartText();
}
private void BtnRetrospect_Click(object sender, EventArgs e)
......
......@@ -42,23 +42,25 @@ namespace SmartScan
this.LstMaterial.BorderWidth = 2;
this.LstMaterial.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LstMaterial.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstMaterial.Location = new System.Drawing.Point(12, 55);
this.LstMaterial.Location = new System.Drawing.Point(16, 69);
this.LstMaterial.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LstMaterial.Name = "LstMaterial";
this.LstMaterial.Padding = new System.Windows.Forms.Padding(3);
this.LstMaterial.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LstMaterial.SelectedIndex = -1;
this.LstMaterial.Size = new System.Drawing.Size(506, 301);
this.LstMaterial.Size = new System.Drawing.Size(675, 376);
this.LstMaterial.TabIndex = 14;
this.LstMaterial.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
//
// FrmMatchingInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(530, 368);
this.ClientSize = new System.Drawing.Size(707, 460);
this.Controls.Add(this.LstMaterial);
this.Icon = global::SmartScan.Properties.Resources.NEO_64;
this.Icon = global::SmartScan.Properties.Resources.App;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FrmMatchingInfo";
this.Padding = new System.Windows.Forms.Padding(9);
this.Padding = new System.Windows.Forms.Padding(12, 11, 12, 11);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "FrmMatchingInfo";
this.Controls.SetChildIndex(this.LstMaterial, 0);
......
......@@ -54,10 +54,11 @@ namespace SmartScan
this.DtpUpper.CustomFormat = "yyyy-MM-dd";
this.DtpUpper.Font = new System.Drawing.Font("宋体", 12F);
this.DtpUpper.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.DtpUpper.Location = new System.Drawing.Point(11, 96);
this.DtpUpper.Location = new System.Drawing.Point(15, 120);
this.DtpUpper.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.DtpUpper.Name = "DtpUpper";
this.DtpUpper.ShowCheckBox = true;
this.DtpUpper.Size = new System.Drawing.Size(220, 26);
this.DtpUpper.Size = new System.Drawing.Size(292, 30);
this.DtpUpper.TabIndex = 6;
//
// DtpLower
......@@ -65,10 +66,11 @@ namespace SmartScan
this.DtpLower.CustomFormat = "yyyy-MM-dd";
this.DtpLower.Font = new System.Drawing.Font("宋体", 12F);
this.DtpLower.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.DtpLower.Location = new System.Drawing.Point(11, 128);
this.DtpLower.Location = new System.Drawing.Point(15, 160);
this.DtpLower.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.DtpLower.Name = "DtpLower";
this.DtpLower.ShowCheckBox = true;
this.DtpLower.Size = new System.Drawing.Size(220, 26);
this.DtpLower.Size = new System.Drawing.Size(292, 30);
this.DtpLower.TabIndex = 7;
//
// TxtCode
......@@ -76,16 +78,17 @@ namespace SmartScan
this.TxtCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.TxtCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.TxtCode.BorderWidth = 2;
this.TxtCode.Location = new System.Drawing.Point(11, 201);
this.TxtCode.Location = new System.Drawing.Point(15, 251);
this.TxtCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.TxtCode.MaxLength = 32767;
this.TxtCode.Name = "TxtCode";
this.TxtCode.Padding = new System.Windows.Forms.Padding(3);
this.TxtCode.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.TxtCode.SelectedText = "";
this.TxtCode.SelectionLength = 0;
this.TxtCode.SelectionStart = 0;
this.TxtCode.ShowDel = true;
this.TxtCode.ShowQuery = false;
this.TxtCode.Size = new System.Drawing.Size(220, 45);
this.TxtCode.Size = new System.Drawing.Size(293, 56);
this.TxtCode.TabIndex = 8;
//
// BtnSelect
......@@ -95,10 +98,11 @@ namespace SmartScan
this.BtnSelect.BorderWidth = 2;
this.BtnSelect.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnSelect.HoldPress = false;
this.BtnSelect.Location = new System.Drawing.Point(11, 252);
this.BtnSelect.Location = new System.Drawing.Point(15, 315);
this.BtnSelect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnSelect.Name = "BtnSelect";
this.BtnSelect.Padding = new System.Windows.Forms.Padding(3);
this.BtnSelect.Size = new System.Drawing.Size(220, 45);
this.BtnSelect.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnSelect.Size = new System.Drawing.Size(293, 56);
this.BtnSelect.TabIndex = 9;
this.BtnSelect.Text = "查询";
this.BtnSelect.Click += new System.EventHandler(this.BtnSelect_Click);
......@@ -110,10 +114,11 @@ namespace SmartScan
this.BtnExport.BorderWidth = 2;
this.BtnExport.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnExport.HoldPress = false;
this.BtnExport.Location = new System.Drawing.Point(11, 303);
this.BtnExport.Location = new System.Drawing.Point(15, 379);
this.BtnExport.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnExport.Name = "BtnExport";
this.BtnExport.Padding = new System.Windows.Forms.Padding(3);
this.BtnExport.Size = new System.Drawing.Size(220, 45);
this.BtnExport.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnExport.Size = new System.Drawing.Size(293, 56);
this.BtnExport.TabIndex = 10;
this.BtnExport.Text = "导出";
this.BtnExport.Click += new System.EventHandler(this.BtnExport_Click);
......@@ -125,10 +130,11 @@ namespace SmartScan
this.BtnExportAll.BorderWidth = 2;
this.BtnExportAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnExportAll.HoldPress = false;
this.BtnExportAll.Location = new System.Drawing.Point(11, 354);
this.BtnExportAll.Location = new System.Drawing.Point(15, 442);
this.BtnExportAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnExportAll.Name = "BtnExportAll";
this.BtnExportAll.Padding = new System.Windows.Forms.Padding(3);
this.BtnExportAll.Size = new System.Drawing.Size(220, 45);
this.BtnExportAll.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnExportAll.Size = new System.Drawing.Size(293, 56);
this.BtnExportAll.TabIndex = 11;
this.BtnExportAll.Text = "导出所有";
this.BtnExportAll.Click += new System.EventHandler(this.BtnExportAll_Click);
......@@ -140,11 +146,12 @@ namespace SmartScan
this.PicShow.BorderWidth = 2;
this.PicShow.Dock = System.Windows.Forms.DockStyle.Fill;
this.PicShow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.PicShow.Location = new System.Drawing.Point(3, 3);
this.PicShow.Location = new System.Drawing.Point(4, 4);
this.PicShow.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.PicShow.Name = "PicShow";
this.PicShow.Padding = new System.Windows.Forms.Padding(3);
this.PicShow.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tableLayoutPanel1.SetRowSpan(this.PicShow, 5);
this.PicShow.Size = new System.Drawing.Size(573, 558);
this.PicShow.Size = new System.Drawing.Size(764, 697);
this.PicShow.TabIndex = 12;
this.PicShow.Text = "facePictureBox1";
//
......@@ -152,9 +159,10 @@ namespace SmartScan
//
this.PicLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.PicLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.PicLabel.Location = new System.Drawing.Point(582, 3);
this.PicLabel.Location = new System.Drawing.Point(776, 4);
this.PicLabel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.PicLabel.Name = "PicLabel";
this.PicLabel.Size = new System.Drawing.Size(380, 142);
this.PicLabel.Size = new System.Drawing.Size(507, 177);
this.PicLabel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.PicLabel.TabIndex = 16;
this.PicLabel.TabStop = false;
......@@ -168,11 +176,12 @@ namespace SmartScan
this.LstCode.Font = new System.Drawing.Font("宋体", 9F);
this.LstCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstCode.ItemHeight = 40;
this.LstCode.Location = new System.Drawing.Point(582, 186);
this.LstCode.Location = new System.Drawing.Point(776, 233);
this.LstCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LstCode.Name = "LstCode";
this.LstCode.Padding = new System.Windows.Forms.Padding(3);
this.LstCode.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LstCode.SelectedIndex = -1;
this.LstCode.Size = new System.Drawing.Size(380, 166);
this.LstCode.Size = new System.Drawing.Size(507, 207);
this.LstCode.TabIndex = 17;
this.LstCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
//
......@@ -185,11 +194,12 @@ namespace SmartScan
this.LstLabel.Font = new System.Drawing.Font("宋体", 9F);
this.LstLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstLabel.ItemHeight = 40;
this.LstLabel.Location = new System.Drawing.Point(582, 393);
this.LstLabel.Location = new System.Drawing.Point(776, 492);
this.LstLabel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LstLabel.Name = "LstLabel";
this.LstLabel.Padding = new System.Windows.Forms.Padding(3);
this.LstLabel.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LstLabel.SelectedIndex = -1;
this.LstLabel.Size = new System.Drawing.Size(380, 168);
this.LstLabel.Size = new System.Drawing.Size(507, 209);
this.LstLabel.TabIndex = 18;
this.LstLabel.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
//
......@@ -207,15 +217,16 @@ namespace SmartScan
this.tableLayoutPanel1.Controls.Add(this.PicShow, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.LblAllCode, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.LblAllLabel, 1, 3);
this.tableLayoutPanel1.Location = new System.Drawing.Point(237, 55);
this.tableLayoutPanel1.Location = new System.Drawing.Point(316, 69);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 5;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(965, 564);
this.tableLayoutPanel1.Size = new System.Drawing.Size(1287, 705);
this.tableLayoutPanel1.TabIndex = 19;
//
// LblAllCode
......@@ -225,10 +236,11 @@ namespace SmartScan
this.LblAllCode.BorderWidth = 0;
this.LblAllCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.LblAllCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblAllCode.Location = new System.Drawing.Point(582, 151);
this.LblAllCode.Location = new System.Drawing.Point(776, 189);
this.LblAllCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LblAllCode.Name = "LblAllCode";
this.LblAllCode.Padding = new System.Windows.Forms.Padding(3);
this.LblAllCode.Size = new System.Drawing.Size(380, 29);
this.LblAllCode.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LblAllCode.Size = new System.Drawing.Size(507, 36);
this.LblAllCode.TabIndex = 19;
this.LblAllCode.Text = "faceLabel1";
this.LblAllCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -240,10 +252,11 @@ namespace SmartScan
this.LblAllLabel.BorderWidth = 0;
this.LblAllLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.LblAllLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblAllLabel.Location = new System.Drawing.Point(582, 358);
this.LblAllLabel.Location = new System.Drawing.Point(776, 448);
this.LblAllLabel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LblAllLabel.Name = "LblAllLabel";
this.LblAllLabel.Padding = new System.Windows.Forms.Padding(3);
this.LblAllLabel.Size = new System.Drawing.Size(380, 29);
this.LblAllLabel.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LblAllLabel.Size = new System.Drawing.Size(507, 36);
this.LblAllLabel.TabIndex = 20;
this.LblAllLabel.Text = "faceLabel2";
this.LblAllLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -256,11 +269,12 @@ namespace SmartScan
this.LstRecord.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LstRecord.BorderWidth = 2;
this.LstRecord.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstRecord.Location = new System.Drawing.Point(11, 405);
this.LstRecord.Location = new System.Drawing.Point(15, 506);
this.LstRecord.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LstRecord.Name = "LstRecord";
this.LstRecord.Padding = new System.Windows.Forms.Padding(3);
this.LstRecord.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LstRecord.SelectedIndex = -1;
this.LstRecord.Size = new System.Drawing.Size(220, 214);
this.LstRecord.Size = new System.Drawing.Size(293, 268);
this.LstRecord.TabIndex = 19;
this.LstRecord.SelectedIndexChanged += new System.EventHandler(this.LstRecord_SelectedIndexChanged);
//
......@@ -270,10 +284,11 @@ namespace SmartScan
this.LblCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblCode.BorderWidth = 0;
this.LblCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblCode.Location = new System.Drawing.Point(11, 160);
this.LblCode.Location = new System.Drawing.Point(15, 200);
this.LblCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LblCode.Name = "LblCode";
this.LblCode.Padding = new System.Windows.Forms.Padding(3);
this.LblCode.Size = new System.Drawing.Size(220, 35);
this.LblCode.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LblCode.Size = new System.Drawing.Size(293, 44);
this.LblCode.TabIndex = 20;
this.LblCode.Text = "条码";
this.LblCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -284,19 +299,20 @@ namespace SmartScan
this.LblDateRange.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblDateRange.BorderWidth = 0;
this.LblDateRange.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblDateRange.Location = new System.Drawing.Point(11, 55);
this.LblDateRange.Location = new System.Drawing.Point(15, 69);
this.LblDateRange.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LblDateRange.Name = "LblDateRange";
this.LblDateRange.Padding = new System.Windows.Forms.Padding(3);
this.LblDateRange.Size = new System.Drawing.Size(220, 35);
this.LblDateRange.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LblDateRange.Size = new System.Drawing.Size(293, 44);
this.LblDateRange.TabIndex = 21;
this.LblDateRange.Text = "日期";
this.LblDateRange.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// FrmRetrospect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1213, 630);
this.ClientSize = new System.Drawing.Size(1617, 788);
this.Controls.Add(this.LblDateRange);
this.Controls.Add(this.LblCode);
this.Controls.Add(this.tableLayoutPanel1);
......@@ -307,8 +323,10 @@ namespace SmartScan
this.Controls.Add(this.TxtCode);
this.Controls.Add(this.DtpLower);
this.Controls.Add(this.DtpUpper);
this.Icon = global::SmartScan.Properties.Resources.NEO_64;
this.Icon = global::SmartScan.Properties.Resources.App;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FrmRetrospect";
this.Padding = new System.Windows.Forms.Padding(11, 10, 11, 10);
this.Text = "FrmRetrospect";
this.Load += new System.EventHandler(this.FrmRetrospect_Load);
this.Controls.SetChildIndex(this.DtpUpper, 0);
......
......@@ -194,7 +194,7 @@ namespace SmartScan
this.Controls.Add(this.BtnMaterial);
this.Controls.Add(this.BtnLabel);
this.Controls.Add(this.BtnGenneralSetting);
this.Icon = global::SmartScan.Properties.Resources.NEO_64;
this.Icon = global::SmartScan.Properties.Resources.App;
this.Name = "FrmSet";
this.ShowIcon = false;
this.Text = "FrmSet";
......
......@@ -44,6 +44,7 @@ namespace SmartScan
BtnKeyword.HoldPress = true;
menu[BtnKeyword].GetPanel().Visible = true;
Maximize();
}
private void BtnMenu_Click(object sender, EventArgs e)
......
......@@ -42,10 +42,11 @@ namespace SmartScan
this.LblUser.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblUser.BorderWidth = 0;
this.LblUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblUser.Location = new System.Drawing.Point(11, 59);
this.LblUser.Location = new System.Drawing.Point(15, 74);
this.LblUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LblUser.Name = "LblUser";
this.LblUser.Padding = new System.Windows.Forms.Padding(3);
this.LblUser.Size = new System.Drawing.Size(90, 45);
this.LblUser.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.LblUser.Size = new System.Drawing.Size(120, 56);
this.LblUser.TabIndex = 6;
this.LblUser.Text = "用户名:";
this.LblUser.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
......@@ -56,16 +57,17 @@ namespace SmartScan
this.TxtUser.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.TxtUser.BorderWidth = 2;
this.TxtUser.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.TxtUser.Location = new System.Drawing.Point(107, 59);
this.TxtUser.Location = new System.Drawing.Point(143, 74);
this.TxtUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.TxtUser.MaxLength = 32767;
this.TxtUser.Name = "TxtUser";
this.TxtUser.Padding = new System.Windows.Forms.Padding(3);
this.TxtUser.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.TxtUser.SelectedText = "";
this.TxtUser.SelectionLength = 0;
this.TxtUser.SelectionStart = 0;
this.TxtUser.ShowDel = true;
this.TxtUser.ShowQuery = false;
this.TxtUser.Size = new System.Drawing.Size(224, 45);
this.TxtUser.Size = new System.Drawing.Size(299, 56);
this.TxtUser.TabIndex = 0;
//
// FacePwd
......@@ -74,10 +76,11 @@ namespace SmartScan
this.FacePwd.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.FacePwd.BorderWidth = 2;
this.FacePwd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.FacePwd.Location = new System.Drawing.Point(11, 110);
this.FacePwd.Location = new System.Drawing.Point(15, 138);
this.FacePwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.FacePwd.Name = "FacePwd";
this.FacePwd.Padding = new System.Windows.Forms.Padding(3);
this.FacePwd.Size = new System.Drawing.Size(320, 270);
this.FacePwd.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.FacePwd.Size = new System.Drawing.Size(427, 338);
this.FacePwd.TabIndex = 1;
this.FacePwd.NumberEnter += new Asa.FaceControl.FacePasswordLock.NumberEnterHandler(this.FacePwd_NumberEnter);
//
......@@ -88,10 +91,11 @@ namespace SmartScan
this.BtnCancel.BorderWidth = 2;
this.BtnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnCancel.HoldPress = false;
this.BtnCancel.Location = new System.Drawing.Point(95, 402);
this.BtnCancel.Location = new System.Drawing.Point(127, 502);
this.BtnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Padding = new System.Windows.Forms.Padding(3);
this.BtnCancel.Size = new System.Drawing.Size(90, 45);
this.BtnCancel.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnCancel.Size = new System.Drawing.Size(120, 56);
this.BtnCancel.TabIndex = 3;
this.BtnCancel.Text = "取消";
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
......@@ -103,26 +107,29 @@ namespace SmartScan
this.BtnLogin.BorderWidth = 2;
this.BtnLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnLogin.HoldPress = false;
this.BtnLogin.Location = new System.Drawing.Point(191, 402);
this.BtnLogin.Location = new System.Drawing.Point(255, 502);
this.BtnLogin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnLogin.Name = "BtnLogin";
this.BtnLogin.Padding = new System.Windows.Forms.Padding(3);
this.BtnLogin.Size = new System.Drawing.Size(140, 45);
this.BtnLogin.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.BtnLogin.Size = new System.Drawing.Size(187, 56);
this.BtnLogin.TabIndex = 2;
this.BtnLogin.Text = "登录";
this.BtnLogin.Click += new System.EventHandler(this.BtnLogin_Click);
//
// FrmUsersLogin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(342, 458);
this.ClientSize = new System.Drawing.Size(456, 572);
this.Controls.Add(this.BtnLogin);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.FacePwd);
this.Controls.Add(this.TxtUser);
this.Controls.Add(this.LblUser);
this.Icon = global::SmartScan.Properties.Resources.NEO_64;
this.Icon = global::SmartScan.Properties.Resources.App;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FrmUsersLogin";
this.Padding = new System.Windows.Forms.Padding(11, 10, 11, 10);
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "登录";
......
......@@ -58,13 +58,13 @@ namespace SmartScan
//
// FrmWaitting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 266);
this.ControlBox = false;
this.Controls.Add(this.label1);
this.Controls.Add(this.faceLoading1);
this.Icon = global::SmartScan.Properties.Resources.NEO_64;
this.Icon = global::SmartScan.Properties.Resources.App;
this.Location = new System.Drawing.Point(0, 0);
this.MaximizeBox = false;
this.MinimizeBox = false;
......
......@@ -19,7 +19,7 @@ namespace SmartScan.Properties {
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 VS 项目。
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
......@@ -83,6 +83,86 @@ namespace SmartScan.Properties {
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap camera {
get {
object obj = ResourceManager.GetObject("camera", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap copy {
get {
object obj = ResourceManager.GetObject("copy", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap create {
get {
object obj = ResourceManager.GetObject("create", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap delete {
get {
object obj = ResourceManager.GetObject("delete", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap filter {
get {
object obj = ResourceManager.GetObject("filter", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap light_off {
get {
object obj = ResourceManager.GetObject("light_off", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap light_on {
get {
object obj = ResourceManager.GetObject("light_on", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap localfile {
get {
object obj = ResourceManager.GetObject("localfile", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap NEO_64 {
get {
object obj = ResourceManager.GetObject("NEO 64", resourceCulture);
......@@ -93,6 +173,36 @@ namespace SmartScan.Properties {
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap OCR {
get {
object obj = ResourceManager.GetObject("OCR", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap recognize {
get {
object obj = ResourceManager.GetObject("recognize", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap rename {
get {
object obj = ResourceManager.GetObject("rename", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap Retrospect {
get {
object obj = ResourceManager.GetObject("Retrospect", resourceCulture);
......@@ -103,6 +213,16 @@ namespace SmartScan.Properties {
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap saveas {
get {
object obj = ResourceManager.GetObject("saveas", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap Set {
get {
object obj = ResourceManager.GetObject("Set", resourceCulture);
......@@ -113,6 +233,16 @@ namespace SmartScan.Properties {
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap validate {
get {
object obj = ResourceManager.GetObject("validate", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap Work {
get {
object obj = ResourceManager.GetObject("Work", resourceCulture);
......
......@@ -118,22 +118,61 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="validate" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\validate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="About" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\About.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Work" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Work.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="light_on" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\light_on.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="recognize" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\recognize.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Retrospect" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Retrospect.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="App" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\App.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Work" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Work.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Set" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Set.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="About" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\About.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="OCR" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\OCR.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="saveas" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\saveas.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="rename" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\rename.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="camera" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\camera.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="create" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\create.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="light_off" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\light_off.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="filter" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\filter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="NEO 64" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\NEO 64.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="localfile" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\localfile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="copy" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\copy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
\ No newline at end of file
......@@ -12,7 +12,7 @@ namespace SmartScan
{
public class ScanWork
{
private bool isRun = false;
public bool isRun = false;
private bool isTouch = false;
private readonly FacePictureBox picShow;
private readonly FaceButton btnMatchedName;
......
......@@ -30,7 +30,7 @@ namespace SmartScan
private void InitializeComponent()
{
this.facePanel1 = new Asa.FaceControl.FacePanel();
this.facePanel4 = new Asa.FaceControl.FacePanel();
this.pnlExtractRule = new Asa.FaceControl.FacePanel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.CboKeyword = new Asa.FaceControl.FaceComboBox();
this.ChkMatchingSplit = new Asa.FaceControl.FaceCheckBox();
......@@ -50,12 +50,12 @@ namespace SmartScan
this.ChkLengthEnd = new Asa.FaceControl.FaceCheckBox();
this.BtnDel = new Asa.FaceControl.FaceButton();
this.ChkMatchisnumber = new Asa.FaceControl.FaceCheckBox();
this.facePanel2 = new Asa.FaceControl.FacePanel();
this.pnlParseResult = new Asa.FaceControl.FacePanel();
this.faceTextBox1 = new Asa.FaceControl.FaceTextBox();
this.facePanel1.SuspendLayout();
this.facePanel4.SuspendLayout();
this.pnlExtractRule.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.facePanel2.SuspendLayout();
this.pnlParseResult.SuspendLayout();
this.SuspendLayout();
//
// facePanel1
......@@ -63,8 +63,8 @@ namespace SmartScan
this.facePanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.facePanel1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.facePanel1.BorderWidth = 2;
this.facePanel1.Controls.Add(this.facePanel4);
this.facePanel1.Controls.Add(this.facePanel2);
this.facePanel1.Controls.Add(this.pnlExtractRule);
this.facePanel1.Controls.Add(this.pnlParseResult);
this.facePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.facePanel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.facePanel1.Location = new System.Drawing.Point(0, 0);
......@@ -72,31 +72,33 @@ namespace SmartScan
this.facePanel1.Name = "facePanel1";
this.facePanel1.Padding = new System.Windows.Forms.Padding(4);
this.facePanel1.ShowText = false;
this.facePanel1.Size = new System.Drawing.Size(697, 416);
this.facePanel1.Size = new System.Drawing.Size(697, 540);
this.facePanel1.TabIndex = 0;
this.facePanel1.Text = "facePanel1";
this.facePanel1.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// facePanel4
//
this.facePanel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.facePanel4.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.facePanel4.BorderWidth = 2;
this.facePanel4.Controls.Add(this.tableLayoutPanel1);
this.facePanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.facePanel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.facePanel4.Location = new System.Drawing.Point(4, 65);
this.facePanel4.Margin = new System.Windows.Forms.Padding(4);
this.facePanel4.Name = "facePanel4";
this.facePanel4.Padding = new System.Windows.Forms.Padding(4);
this.facePanel4.ShowText = false;
this.facePanel4.Size = new System.Drawing.Size(689, 347);
this.facePanel4.TabIndex = 46;
this.facePanel4.Text = "facePanel4";
this.facePanel4.TitleFont = new System.Drawing.Font("宋体", 12F);
// pnlExtractRule
//
this.pnlExtractRule.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnlExtractRule.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnlExtractRule.BorderWidth = 2;
this.pnlExtractRule.Controls.Add(this.tableLayoutPanel1);
this.pnlExtractRule.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlExtractRule.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnlExtractRule.Location = new System.Drawing.Point(4, 138);
this.pnlExtractRule.Margin = new System.Windows.Forms.Padding(4);
this.pnlExtractRule.Name = "pnlExtractRule";
this.pnlExtractRule.Padding = new System.Windows.Forms.Padding(4);
this.pnlExtractRule.Size = new System.Drawing.Size(689, 398);
this.pnlExtractRule.TabIndex = 46;
this.pnlExtractRule.Text = "提取";
this.pnlExtractRule.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.ColumnCount = 4;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
......@@ -120,8 +122,7 @@ namespace SmartScan
this.tableLayoutPanel1.Controls.Add(this.ChkLengthEnd, 2, 3);
this.tableLayoutPanel1.Controls.Add(this.BtnDel, 3, 5);
this.tableLayoutPanel1.Controls.Add(this.ChkMatchisnumber, 0, 3);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.tableLayoutPanel1.Location = new System.Drawing.Point(4, 4);
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 42);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 6;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F));
......@@ -130,7 +131,7 @@ namespace SmartScan
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(681, 336);
this.tableLayoutPanel1.Size = new System.Drawing.Size(681, 342);
this.tableLayoutPanel1.TabIndex = 44;
//
// CboKeyword
......@@ -181,7 +182,7 @@ namespace SmartScan
this.BtnAdd.Margin = new System.Windows.Forms.Padding(4);
this.BtnAdd.Name = "BtnAdd";
this.BtnAdd.Padding = new System.Windows.Forms.Padding(4);
this.BtnAdd.Size = new System.Drawing.Size(162, 48);
this.BtnAdd.Size = new System.Drawing.Size(162, 54);
this.BtnAdd.TabIndex = 54;
this.BtnAdd.Text = "Add";
this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
......@@ -444,7 +445,7 @@ namespace SmartScan
this.BtnDel.Margin = new System.Windows.Forms.Padding(4);
this.BtnDel.Name = "BtnDel";
this.BtnDel.Padding = new System.Windows.Forms.Padding(4);
this.BtnDel.Size = new System.Drawing.Size(163, 48);
this.BtnDel.Size = new System.Drawing.Size(163, 54);
this.BtnDel.TabIndex = 43;
this.BtnDel.Text = "Del";
this.BtnDel.Click += new System.EventHandler(this.BtnDel_Click);
......@@ -465,33 +466,35 @@ namespace SmartScan
this.ChkMatchisnumber.Text = "AsNumber";
this.ChkMatchisnumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// facePanel2
//
this.facePanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.facePanel2.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.facePanel2.BorderWidth = 2;
this.facePanel2.Controls.Add(this.faceTextBox1);
this.facePanel2.Dock = System.Windows.Forms.DockStyle.Top;
this.facePanel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.facePanel2.Location = new System.Drawing.Point(4, 4);
this.facePanel2.Margin = new System.Windows.Forms.Padding(4);
this.facePanel2.Name = "facePanel2";
this.facePanel2.Padding = new System.Windows.Forms.Padding(4);
this.facePanel2.ShowText = false;
this.facePanel2.Size = new System.Drawing.Size(689, 61);
this.facePanel2.TabIndex = 44;
this.facePanel2.Text = "facePanel2";
this.facePanel2.TitleFont = new System.Drawing.Font("宋体", 12F);
// pnlParseResult
//
this.pnlParseResult.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnlParseResult.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnlParseResult.BorderWidth = 2;
this.pnlParseResult.Controls.Add(this.faceTextBox1);
this.pnlParseResult.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlParseResult.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnlParseResult.Location = new System.Drawing.Point(4, 4);
this.pnlParseResult.Margin = new System.Windows.Forms.Padding(4);
this.pnlParseResult.Name = "pnlParseResult";
this.pnlParseResult.Padding = new System.Windows.Forms.Padding(4);
this.pnlParseResult.Size = new System.Drawing.Size(689, 134);
this.pnlParseResult.TabIndex = 44;
this.pnlParseResult.Text = "解析结果";
this.pnlParseResult.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// faceTextBox1
//
this.faceTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.faceTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.faceTextBox1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.faceTextBox1.BorderWidth = 2;
this.faceTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.faceTextBox1.Location = new System.Drawing.Point(4, 4);
this.faceTextBox1.Location = new System.Drawing.Point(4, 34);
this.faceTextBox1.Margin = new System.Windows.Forms.Padding(4);
this.faceTextBox1.MaxLength = 32767;
this.faceTextBox1.Multiline = true;
this.faceTextBox1.Name = "faceTextBox1";
this.faceTextBox1.Padding = new System.Windows.Forms.Padding(4);
this.faceTextBox1.ReadOnly = true;
......@@ -500,10 +503,9 @@ namespace SmartScan
this.faceTextBox1.SelectionStart = 0;
this.faceTextBox1.ShowDel = false;
this.faceTextBox1.ShowQuery = false;
this.faceTextBox1.Size = new System.Drawing.Size(681, 53);
this.faceTextBox1.Size = new System.Drawing.Size(681, 92);
this.faceTextBox1.TabIndex = 48;
this.faceTextBox1.Text = "faceTextBox1";
this.faceTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// UsrCodeExtractList
//
......@@ -512,11 +514,11 @@ namespace SmartScan
this.Controls.Add(this.facePanel1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "UsrCodeExtractList";
this.Size = new System.Drawing.Size(697, 416);
this.Size = new System.Drawing.Size(697, 540);
this.facePanel1.ResumeLayout(false);
this.facePanel4.ResumeLayout(false);
this.pnlExtractRule.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.facePanel2.ResumeLayout(false);
this.pnlParseResult.ResumeLayout(false);
this.ResumeLayout(false);
}
......@@ -542,8 +544,8 @@ namespace SmartScan
private Asa.FaceControl.FaceCheckBox ChkMatchingSplit;
private Asa.FaceControl.FaceTextBox faceTextBox1;
private Asa.FaceControl.FaceCheckBox ChkMatchisnumber;
private Asa.FaceControl.FacePanel facePanel4;
private Asa.FaceControl.FacePanel facePanel2;
private Asa.FaceControl.FacePanel pnlExtractRule;
private Asa.FaceControl.FacePanel pnlParseResult;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private Asa.FaceControl.FaceButton BtnAdd;
}
......
......@@ -30,22 +30,54 @@ namespace SmartScan
private void InitializeComponent()
{
this.facePanel1 = new Asa.FaceControl.FacePanel();
this.BtnOcrCode = new Asa.FaceControl.FaceButton();
this.BtnSaveImage = new Asa.FaceControl.FaceButton();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.pnlMaterial = new Asa.FaceControl.FacePanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.LstMate = new Asa.FaceControl.FaceListBox();
this.panel5 = new System.Windows.Forms.Panel();
this.pnlMaterialOp = new Asa.FaceControl.FacePanel();
this.BtnAddMate = new Asa.FaceControl.FaceButton();
this.BtnRenameMate = new Asa.FaceControl.FaceButton();
this.BtnDelMate = new Asa.FaceControl.FaceButton();
this.panel2 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.pnlCode = new Asa.FaceControl.FacePanel();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.pnlCodeOp = new Asa.FaceControl.FacePanel();
this.BtnExtractCode = new Asa.FaceControl.FaceButton();
this.BtnTemplateValite = new Asa.FaceControl.FaceButton();
this.ImgShow = new Asa.FaceControl.FacePictureBox();
this.LstCode = new Asa.FaceControl.FaceListBox();
this.panel3 = new System.Windows.Forms.Panel();
this.pnlImg = new Asa.FaceControl.FacePanel();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.pnlImgOp = new Asa.FaceControl.FacePanel();
this.panel6 = new System.Windows.Forms.Panel();
this.BtnOpenLight = new Asa.FaceControl.FaceButton();
this.BtnSaveImage = new Asa.FaceControl.FaceButton();
this.BtnOcrCode = new Asa.FaceControl.FaceButton();
this.BtnScanCode = new Asa.FaceControl.FaceButton();
this.BtnLocalImage = new Asa.FaceControl.FaceButton();
this.BtnCameraImage = new Asa.FaceControl.FaceButton();
this.BtnCloseLight = new Asa.FaceControl.FaceButton();
this.BtnOpenLight = new Asa.FaceControl.FaceButton();
this.BtnRenameMate = new Asa.FaceControl.FaceButton();
this.BtnDelMate = new Asa.FaceControl.FaceButton();
this.BtnAddMate = new Asa.FaceControl.FaceButton();
this.LstMate = new Asa.FaceControl.FaceListBox();
this.BtnCameraImage = new Asa.FaceControl.FaceButton();
this.BtnLocalImage = new Asa.FaceControl.FaceButton();
this.ImgShow = new Asa.FaceControl.FacePictureBox();
this.facePanel1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel1.SuspendLayout();
this.pnlMaterial.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.panel5.SuspendLayout();
this.pnlMaterialOp.SuspendLayout();
this.panel2.SuspendLayout();
this.panel4.SuspendLayout();
this.pnlCode.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.pnlCodeOp.SuspendLayout();
this.panel3.SuspendLayout();
this.pnlImg.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.pnlImgOp.SuspendLayout();
this.panel6.SuspendLayout();
this.SuspendLayout();
//
// facePanel1
......@@ -53,63 +85,241 @@ namespace SmartScan
this.facePanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.facePanel1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.facePanel1.BorderWidth = 2;
this.facePanel1.Controls.Add(this.BtnOcrCode);
this.facePanel1.Controls.Add(this.BtnSaveImage);
this.facePanel1.Controls.Add(this.BtnExtractCode);
this.facePanel1.Controls.Add(this.BtnTemplateValite);
this.facePanel1.Controls.Add(this.ImgShow);
this.facePanel1.Controls.Add(this.LstCode);
this.facePanel1.Controls.Add(this.BtnScanCode);
this.facePanel1.Controls.Add(this.BtnLocalImage);
this.facePanel1.Controls.Add(this.BtnCameraImage);
this.facePanel1.Controls.Add(this.BtnCloseLight);
this.facePanel1.Controls.Add(this.BtnOpenLight);
this.facePanel1.Controls.Add(this.BtnRenameMate);
this.facePanel1.Controls.Add(this.BtnDelMate);
this.facePanel1.Controls.Add(this.BtnAddMate);
this.facePanel1.Controls.Add(this.LstMate);
this.facePanel1.Controls.Add(this.tableLayoutPanel1);
this.facePanel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.facePanel1.Location = new System.Drawing.Point(4, 4);
this.facePanel1.Margin = new System.Windows.Forms.Padding(4);
this.facePanel1.Name = "facePanel1";
this.facePanel1.Padding = new System.Windows.Forms.Padding(4);
this.facePanel1.ShowText = false;
this.facePanel1.Size = new System.Drawing.Size(1182, 536);
this.facePanel1.Size = new System.Drawing.Size(1608, 698);
this.facePanel1.TabIndex = 1;
this.facePanel1.Text = "facePanel1";
this.facePanel1.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// BtnOcrCode
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 468F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 525F));
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel2, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.panel3, 1, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(4, 4);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1600, 690);
this.tableLayoutPanel1.TabIndex = 20;
//
// panel1
//
this.panel1.Controls.Add(this.pnlMaterial);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(462, 684);
this.panel1.TabIndex = 0;
//
// pnlMaterial
//
this.pnlMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnlMaterial.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnlMaterial.BorderWidth = 2;
this.pnlMaterial.Controls.Add(this.tableLayoutPanel2);
this.pnlMaterial.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMaterial.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnlMaterial.Location = new System.Drawing.Point(0, 0);
this.pnlMaterial.Name = "pnlMaterial";
this.pnlMaterial.Padding = new System.Windows.Forms.Padding(3);
this.pnlMaterial.Size = new System.Drawing.Size(462, 684);
this.pnlMaterial.TabIndex = 29;
this.pnlMaterial.Text = "模板";
this.pnlMaterial.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Controls.Add(this.LstMate, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.panel5, 0, 1);
this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 34);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 164F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(450, 644);
this.tableLayoutPanel2.TabIndex = 8;
//
this.BtnOcrCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnOcrCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnOcrCode.BorderWidth = 2;
this.BtnOcrCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnOcrCode.HoldPress = false;
this.BtnOcrCode.Location = new System.Drawing.Point(477, 8);
this.BtnOcrCode.Margin = new System.Windows.Forms.Padding(4);
this.BtnOcrCode.Name = "BtnOcrCode";
this.BtnOcrCode.Padding = new System.Windows.Forms.Padding(4);
this.BtnOcrCode.Size = new System.Drawing.Size(227, 56);
this.BtnOcrCode.TabIndex = 19;
this.BtnOcrCode.Text = "OCR";
this.BtnOcrCode.Click += new System.EventHandler(this.BtnOcrCode_Click_1);
// LstMate
//
// BtnSaveImage
this.LstMate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LstMate.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LstMate.BorderWidth = 2;
this.LstMate.Dock = System.Windows.Forms.DockStyle.Fill;
this.LstMate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstMate.Location = new System.Drawing.Point(4, 4);
this.LstMate.Margin = new System.Windows.Forms.Padding(4);
this.LstMate.Name = "LstMate";
this.LstMate.Padding = new System.Windows.Forms.Padding(4);
this.LstMate.SelectedIndex = -1;
this.LstMate.Size = new System.Drawing.Size(442, 472);
this.LstMate.TabIndex = 4;
this.LstMate.SelectedIndexChanged += new System.EventHandler(this.LstMate_SelectedIndexChanged);
//
this.BtnSaveImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnSaveImage.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnSaveImage.BorderWidth = 2;
this.BtnSaveImage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnSaveImage.HoldPress = false;
this.BtnSaveImage.Location = new System.Drawing.Point(713, 136);
this.BtnSaveImage.Margin = new System.Windows.Forms.Padding(4);
this.BtnSaveImage.Name = "BtnSaveImage";
this.BtnSaveImage.Padding = new System.Windows.Forms.Padding(4);
this.BtnSaveImage.Size = new System.Drawing.Size(461, 56);
this.BtnSaveImage.TabIndex = 18;
this.BtnSaveImage.Text = "图片另存";
this.BtnSaveImage.Click += new System.EventHandler(this.BtnSaveImage_Click);
// panel5
//
this.panel5.Controls.Add(this.pnlMaterialOp);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(3, 483);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(444, 158);
this.panel5.TabIndex = 5;
//
// pnlMaterialOp
//
this.pnlMaterialOp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnlMaterialOp.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnlMaterialOp.BorderWidth = 2;
this.pnlMaterialOp.Controls.Add(this.BtnAddMate);
this.pnlMaterialOp.Controls.Add(this.BtnRenameMate);
this.pnlMaterialOp.Controls.Add(this.BtnDelMate);
this.pnlMaterialOp.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMaterialOp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnlMaterialOp.Location = new System.Drawing.Point(0, 0);
this.pnlMaterialOp.Name = "pnlMaterialOp";
this.pnlMaterialOp.Padding = new System.Windows.Forms.Padding(3);
this.pnlMaterialOp.Size = new System.Drawing.Size(444, 158);
this.pnlMaterialOp.TabIndex = 29;
this.pnlMaterialOp.Text = "模板操作";
this.pnlMaterialOp.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// BtnAddMate
//
this.BtnAddMate.BackColor = System.Drawing.Color.Black;
this.BtnAddMate.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnAddMate.BorderWidth = 2;
this.BtnAddMate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnAddMate.HoldPress = false;
this.BtnAddMate.Image = global::SmartScan.Properties.Resources.create;
this.BtnAddMate.Location = new System.Drawing.Point(7, 42);
this.BtnAddMate.Margin = new System.Windows.Forms.Padding(4);
this.BtnAddMate.Name = "BtnAddMate";
this.BtnAddMate.Padding = new System.Windows.Forms.Padding(4);
this.BtnAddMate.Size = new System.Drawing.Size(139, 105);
this.BtnAddMate.TabIndex = 5;
this.BtnAddMate.Text = "创建模板";
this.BtnAddMate.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnAddMate.Click += new System.EventHandler(this.BtnAddMate_Click);
//
// BtnRenameMate
//
this.BtnRenameMate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnRenameMate.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnRenameMate.BorderWidth = 2;
this.BtnRenameMate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnRenameMate.HoldPress = false;
this.BtnRenameMate.Image = global::SmartScan.Properties.Resources.rename;
this.BtnRenameMate.Location = new System.Drawing.Point(296, 42);
this.BtnRenameMate.Margin = new System.Windows.Forms.Padding(4);
this.BtnRenameMate.Name = "BtnRenameMate";
this.BtnRenameMate.Padding = new System.Windows.Forms.Padding(4);
this.BtnRenameMate.Size = new System.Drawing.Size(139, 105);
this.BtnRenameMate.TabIndex = 7;
this.BtnRenameMate.Text = "重命名";
this.BtnRenameMate.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnRenameMate.Click += new System.EventHandler(this.BtnRenameMate_Click);
//
// BtnDelMate
//
this.BtnDelMate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnDelMate.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnDelMate.BorderWidth = 2;
this.BtnDelMate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnDelMate.HoldPress = false;
this.BtnDelMate.Image = global::SmartScan.Properties.Resources.delete;
this.BtnDelMate.Location = new System.Drawing.Point(151, 42);
this.BtnDelMate.Margin = new System.Windows.Forms.Padding(4);
this.BtnDelMate.Name = "BtnDelMate";
this.BtnDelMate.Padding = new System.Windows.Forms.Padding(4);
this.BtnDelMate.Size = new System.Drawing.Size(139, 105);
this.BtnDelMate.TabIndex = 6;
this.BtnDelMate.Text = "删除模板";
this.BtnDelMate.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnDelMate.Click += new System.EventHandler(this.BtnDelMate_Click);
//
// panel2
//
this.panel2.Controls.Add(this.panel4);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(1078, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(519, 684);
this.panel2.TabIndex = 2;
//
// panel4
//
this.panel4.Controls.Add(this.pnlCode);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(519, 684);
this.panel4.TabIndex = 0;
//
// pnlCode
//
this.pnlCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnlCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnlCode.BorderWidth = 2;
this.pnlCode.Controls.Add(this.tableLayoutPanel4);
this.pnlCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnlCode.Location = new System.Drawing.Point(0, 0);
this.pnlCode.Name = "pnlCode";
this.pnlCode.Padding = new System.Windows.Forms.Padding(3);
this.pnlCode.Size = new System.Drawing.Size(519, 684);
this.pnlCode.TabIndex = 29;
this.pnlCode.Text = "条码";
this.pnlCode.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel4.ColumnCount = 1;
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel4.Controls.Add(this.pnlCodeOp, 0, 1);
this.tableLayoutPanel4.Controls.Add(this.LstCode, 0, 0);
this.tableLayoutPanel4.Location = new System.Drawing.Point(4, 38);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 2;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 177F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(509, 643);
this.tableLayoutPanel4.TabIndex = 18;
//
// pnlCodeOp
//
this.pnlCodeOp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnlCodeOp.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnlCodeOp.BorderWidth = 2;
this.pnlCodeOp.Controls.Add(this.BtnExtractCode);
this.pnlCodeOp.Controls.Add(this.BtnTemplateValite);
this.pnlCodeOp.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlCodeOp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnlCodeOp.Location = new System.Drawing.Point(3, 469);
this.pnlCodeOp.Name = "pnlCodeOp";
this.pnlCodeOp.Padding = new System.Windows.Forms.Padding(3);
this.pnlCodeOp.Size = new System.Drawing.Size(503, 171);
this.pnlCodeOp.TabIndex = 29;
this.pnlCodeOp.Text = "条码操作";
this.pnlCodeOp.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// BtnExtractCode
//
......@@ -119,13 +329,15 @@ namespace SmartScan
this.BtnExtractCode.BorderWidth = 2;
this.BtnExtractCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnExtractCode.HoldPress = false;
this.BtnExtractCode.Location = new System.Drawing.Point(243, 454);
this.BtnExtractCode.Image = global::SmartScan.Properties.Resources.filter;
this.BtnExtractCode.Location = new System.Drawing.Point(11, 44);
this.BtnExtractCode.Margin = new System.Windows.Forms.Padding(4);
this.BtnExtractCode.Name = "BtnExtractCode";
this.BtnExtractCode.Padding = new System.Windows.Forms.Padding(4);
this.BtnExtractCode.Size = new System.Drawing.Size(227, 56);
this.BtnExtractCode.Size = new System.Drawing.Size(232, 114);
this.BtnExtractCode.TabIndex = 17;
this.BtnExtractCode.Text = "提取";
this.BtnExtractCode.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnExtractCode.Click += new System.EventHandler(this.BtnExtractCode_Click);
//
// BtnTemplateValite
......@@ -134,102 +346,189 @@ namespace SmartScan
this.BtnTemplateValite.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnTemplateValite.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnTemplateValite.BorderWidth = 2;
this.BtnTemplateValite.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnTemplateValite.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnTemplateValite.HoldPress = false;
this.BtnTemplateValite.Location = new System.Drawing.Point(477, 453);
this.BtnTemplateValite.Image = global::SmartScan.Properties.Resources.validate;
this.BtnTemplateValite.Location = new System.Drawing.Point(258, 44);
this.BtnTemplateValite.Margin = new System.Windows.Forms.Padding(4);
this.BtnTemplateValite.Name = "BtnTemplateValite";
this.BtnTemplateValite.Padding = new System.Windows.Forms.Padding(4);
this.BtnTemplateValite.Size = new System.Drawing.Size(227, 56);
this.BtnTemplateValite.Size = new System.Drawing.Size(232, 114);
this.BtnTemplateValite.TabIndex = 15;
this.BtnTemplateValite.Text = "模板验证";
this.BtnTemplateValite.Text = "Template validation";
this.BtnTemplateValite.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnTemplateValite.Click += new System.EventHandler(this.BtnTemplateValite_Click);
//
// ImgShow
//
this.ImgShow.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ImgShow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.ImgShow.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.ImgShow.BorderWidth = 2;
this.ImgShow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.ImgShow.Location = new System.Drawing.Point(712, 200);
this.ImgShow.Margin = new System.Windows.Forms.Padding(4);
this.ImgShow.Name = "ImgShow";
this.ImgShow.Padding = new System.Windows.Forms.Padding(4);
this.ImgShow.Size = new System.Drawing.Size(462, 310);
this.ImgShow.TabIndex = 14;
this.ImgShow.Text = "facePictureBox1";
//
// LstCode
//
this.LstCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.LstCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LstCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LstCode.BorderWidth = 2;
this.LstCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.LstCode.Font = new System.Drawing.Font("宋体", 9F);
this.LstCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstCode.ItemHeight = 40;
this.LstCode.Location = new System.Drawing.Point(243, 72);
this.LstCode.Location = new System.Drawing.Point(4, 4);
this.LstCode.Margin = new System.Windows.Forms.Padding(4);
this.LstCode.Name = "LstCode";
this.LstCode.Padding = new System.Windows.Forms.Padding(4);
this.LstCode.SelectedIndex = -1;
this.LstCode.Size = new System.Drawing.Size(461, 374);
this.LstCode.Size = new System.Drawing.Size(501, 458);
this.LstCode.TabIndex = 13;
this.LstCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.LstCode.SelectedIndexChanged += new System.EventHandler(this.LstCode_SelectedIndexChanged);
//
// panel3
//
this.panel3.Controls.Add(this.pnlImg);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(471, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(601, 684);
this.panel3.TabIndex = 3;
//
// pnlImg
//
this.pnlImg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnlImg.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnlImg.BorderWidth = 2;
this.pnlImg.Controls.Add(this.tableLayoutPanel3);
this.pnlImg.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlImg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnlImg.Location = new System.Drawing.Point(0, 0);
this.pnlImg.Name = "pnlImg";
this.pnlImg.Padding = new System.Windows.Forms.Padding(3);
this.pnlImg.Size = new System.Drawing.Size(601, 684);
this.pnlImg.TabIndex = 29;
this.pnlImg.Text = "图片";
this.pnlImg.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel3.ColumnCount = 1;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.Controls.Add(this.pnlImgOp, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.ImgShow, 0, 0);
this.tableLayoutPanel3.Location = new System.Drawing.Point(6, 34);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 2;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 285F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(589, 644);
this.tableLayoutPanel3.TabIndex = 20;
//
// pnlImgOp
//
this.pnlImgOp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnlImgOp.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnlImgOp.BorderWidth = 2;
this.pnlImgOp.Controls.Add(this.panel6);
this.pnlImgOp.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlImgOp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.pnlImgOp.Location = new System.Drawing.Point(3, 362);
this.pnlImgOp.Name = "pnlImgOp";
this.pnlImgOp.Padding = new System.Windows.Forms.Padding(3);
this.pnlImgOp.Size = new System.Drawing.Size(583, 279);
this.pnlImgOp.TabIndex = 29;
this.pnlImgOp.Text = "图片操作";
this.pnlImgOp.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// panel6
//
this.panel6.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel6.Controls.Add(this.BtnOpenLight);
this.panel6.Controls.Add(this.BtnSaveImage);
this.panel6.Controls.Add(this.BtnOcrCode);
this.panel6.Controls.Add(this.BtnScanCode);
this.panel6.Controls.Add(this.BtnCloseLight);
this.panel6.Controls.Add(this.BtnCameraImage);
this.panel6.Controls.Add(this.BtnLocalImage);
this.panel6.Location = new System.Drawing.Point(6, 36);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(571, 236);
this.panel6.TabIndex = 15;
//
// BtnOpenLight
//
this.BtnOpenLight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnOpenLight.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnOpenLight.BorderWidth = 2;
this.BtnOpenLight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnOpenLight.HoldPress = false;
this.BtnOpenLight.Image = global::SmartScan.Properties.Resources.light_on;
this.BtnOpenLight.Location = new System.Drawing.Point(4, 9);
this.BtnOpenLight.Margin = new System.Windows.Forms.Padding(4);
this.BtnOpenLight.Name = "BtnOpenLight";
this.BtnOpenLight.Padding = new System.Windows.Forms.Padding(4);
this.BtnOpenLight.Size = new System.Drawing.Size(200, 105);
this.BtnOpenLight.TabIndex = 8;
this.BtnOpenLight.Text = "Turn on light";
this.BtnOpenLight.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnOpenLight.Click += new System.EventHandler(this.BtnOpenLight_Click);
//
// BtnSaveImage
//
this.BtnSaveImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnSaveImage.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnSaveImage.BorderWidth = 2;
this.BtnSaveImage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnSaveImage.HoldPress = false;
this.BtnSaveImage.Image = global::SmartScan.Properties.Resources.saveas;
this.BtnSaveImage.Location = new System.Drawing.Point(433, 9);
this.BtnSaveImage.Margin = new System.Windows.Forms.Padding(4);
this.BtnSaveImage.Name = "BtnSaveImage";
this.BtnSaveImage.Padding = new System.Windows.Forms.Padding(4);
this.BtnSaveImage.Size = new System.Drawing.Size(200, 105);
this.BtnSaveImage.TabIndex = 18;
this.BtnSaveImage.Text = "图片另存";
this.BtnSaveImage.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnSaveImage.Click += new System.EventHandler(this.BtnSaveImage_Click);
//
// BtnOcrCode
//
this.BtnOcrCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.BtnOcrCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnOcrCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnOcrCode.BorderWidth = 2;
this.BtnOcrCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnOcrCode.HoldPress = false;
this.BtnOcrCode.Image = global::SmartScan.Properties.Resources.OCR;
this.BtnOcrCode.Location = new System.Drawing.Point(367, 125);
this.BtnOcrCode.Margin = new System.Windows.Forms.Padding(4);
this.BtnOcrCode.Name = "BtnOcrCode";
this.BtnOcrCode.Padding = new System.Windows.Forms.Padding(4);
this.BtnOcrCode.Size = new System.Drawing.Size(200, 105);
this.BtnOcrCode.TabIndex = 19;
this.BtnOcrCode.Text = "OCR";
this.BtnOcrCode.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnOcrCode.Click += new System.EventHandler(this.BtnOcrCode_Click_1);
//
// BtnScanCode
//
this.BtnScanCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.BtnScanCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnScanCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnScanCode.BorderWidth = 2;
this.BtnScanCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnScanCode.HoldPress = false;
this.BtnScanCode.Location = new System.Drawing.Point(243, 8);
this.BtnScanCode.Image = global::SmartScan.Properties.Resources.recognize;
this.BtnScanCode.Location = new System.Drawing.Point(367, 9);
this.BtnScanCode.Margin = new System.Windows.Forms.Padding(4);
this.BtnScanCode.Name = "BtnScanCode";
this.BtnScanCode.Padding = new System.Windows.Forms.Padding(4);
this.BtnScanCode.Size = new System.Drawing.Size(227, 56);
this.BtnScanCode.Size = new System.Drawing.Size(200, 105);
this.BtnScanCode.TabIndex = 12;
this.BtnScanCode.Text = "识别";
this.BtnScanCode.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnScanCode.Click += new System.EventHandler(this.BtnScanCode_Click);
//
// BtnLocalImage
//
this.BtnLocalImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnLocalImage.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnLocalImage.BorderWidth = 2;
this.BtnLocalImage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnLocalImage.HoldPress = false;
this.BtnLocalImage.Location = new System.Drawing.Point(947, 71);
this.BtnLocalImage.Margin = new System.Windows.Forms.Padding(4);
this.BtnLocalImage.Name = "BtnLocalImage";
this.BtnLocalImage.Padding = new System.Windows.Forms.Padding(4);
this.BtnLocalImage.Size = new System.Drawing.Size(227, 56);
this.BtnLocalImage.TabIndex = 11;
this.BtnLocalImage.Text = "本地图像";
this.BtnLocalImage.Click += new System.EventHandler(this.BtnLocalImage_Click);
//
// BtnCameraImage
//
this.BtnCameraImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnCameraImage.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnCameraImage.BorderWidth = 2;
this.BtnCameraImage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnCameraImage.HoldPress = false;
this.BtnCameraImage.Location = new System.Drawing.Point(712, 71);
this.BtnCameraImage.Margin = new System.Windows.Forms.Padding(4);
this.BtnCameraImage.Name = "BtnCameraImage";
this.BtnCameraImage.Padding = new System.Windows.Forms.Padding(4);
this.BtnCameraImage.Size = new System.Drawing.Size(227, 56);
this.BtnCameraImage.TabIndex = 10;
this.BtnCameraImage.Text = "相机图像";
this.BtnCameraImage.Click += new System.EventHandler(this.BtnCameraImage_Click);
//
// BtnCloseLight
//
this.BtnCloseLight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
......@@ -237,93 +536,69 @@ namespace SmartScan
this.BtnCloseLight.BorderWidth = 2;
this.BtnCloseLight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnCloseLight.HoldPress = false;
this.BtnCloseLight.Location = new System.Drawing.Point(947, 7);
this.BtnCloseLight.Image = global::SmartScan.Properties.Resources.light_off;
this.BtnCloseLight.Location = new System.Drawing.Point(6, 125);
this.BtnCloseLight.Margin = new System.Windows.Forms.Padding(4);
this.BtnCloseLight.Name = "BtnCloseLight";
this.BtnCloseLight.Padding = new System.Windows.Forms.Padding(4);
this.BtnCloseLight.Size = new System.Drawing.Size(227, 56);
this.BtnCloseLight.Size = new System.Drawing.Size(200, 105);
this.BtnCloseLight.TabIndex = 9;
this.BtnCloseLight.Text = "关闭光源";
this.BtnCloseLight.Text = "Turn off light";
this.BtnCloseLight.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnCloseLight.Click += new System.EventHandler(this.BtnCloseLight_Click);
//
// BtnOpenLight
//
this.BtnOpenLight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnOpenLight.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnOpenLight.BorderWidth = 2;
this.BtnOpenLight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnOpenLight.HoldPress = false;
this.BtnOpenLight.Location = new System.Drawing.Point(712, 7);
this.BtnOpenLight.Margin = new System.Windows.Forms.Padding(4);
this.BtnOpenLight.Name = "BtnOpenLight";
this.BtnOpenLight.Padding = new System.Windows.Forms.Padding(4);
this.BtnOpenLight.Size = new System.Drawing.Size(227, 56);
this.BtnOpenLight.TabIndex = 8;
this.BtnOpenLight.Text = "打开光源";
this.BtnOpenLight.Click += new System.EventHandler(this.BtnOpenLight_Click);
//
// BtnRenameMate
//
this.BtnRenameMate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnRenameMate.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnRenameMate.BorderWidth = 2;
this.BtnRenameMate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnRenameMate.HoldPress = false;
this.BtnRenameMate.Location = new System.Drawing.Point(8, 326);
this.BtnRenameMate.Margin = new System.Windows.Forms.Padding(4);
this.BtnRenameMate.Name = "BtnRenameMate";
this.BtnRenameMate.Padding = new System.Windows.Forms.Padding(4);
this.BtnRenameMate.Size = new System.Drawing.Size(227, 56);
this.BtnRenameMate.TabIndex = 7;
this.BtnRenameMate.Text = "重命名";
this.BtnRenameMate.Click += new System.EventHandler(this.BtnRenameMate_Click);
//
// BtnDelMate
// BtnCameraImage
//
this.BtnDelMate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnDelMate.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnDelMate.BorderWidth = 2;
this.BtnDelMate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnDelMate.HoldPress = false;
this.BtnDelMate.Location = new System.Drawing.Point(8, 262);
this.BtnDelMate.Margin = new System.Windows.Forms.Padding(4);
this.BtnDelMate.Name = "BtnDelMate";
this.BtnDelMate.Padding = new System.Windows.Forms.Padding(4);
this.BtnDelMate.Size = new System.Drawing.Size(227, 56);
this.BtnDelMate.TabIndex = 6;
this.BtnDelMate.Text = "删除标签";
this.BtnDelMate.Click += new System.EventHandler(this.BtnDelMate_Click);
this.BtnCameraImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnCameraImage.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnCameraImage.BorderWidth = 2;
this.BtnCameraImage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnCameraImage.HoldPress = false;
this.BtnCameraImage.Image = global::SmartScan.Properties.Resources.camera;
this.BtnCameraImage.Location = new System.Drawing.Point(225, 125);
this.BtnCameraImage.Margin = new System.Windows.Forms.Padding(4);
this.BtnCameraImage.Name = "BtnCameraImage";
this.BtnCameraImage.Padding = new System.Windows.Forms.Padding(4);
this.BtnCameraImage.Size = new System.Drawing.Size(200, 105);
this.BtnCameraImage.TabIndex = 10;
this.BtnCameraImage.Text = "Gain device image";
this.BtnCameraImage.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnCameraImage.Click += new System.EventHandler(this.BtnCameraImage_Click);
//
// BtnAddMate
// BtnLocalImage
//
this.BtnAddMate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnAddMate.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnAddMate.BorderWidth = 2;
this.BtnAddMate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnAddMate.HoldPress = false;
this.BtnAddMate.Location = new System.Drawing.Point(8, 199);
this.BtnAddMate.Margin = new System.Windows.Forms.Padding(4);
this.BtnAddMate.Name = "BtnAddMate";
this.BtnAddMate.Padding = new System.Windows.Forms.Padding(4);
this.BtnAddMate.Size = new System.Drawing.Size(227, 56);
this.BtnAddMate.TabIndex = 5;
this.BtnAddMate.Text = "新建标签";
this.BtnAddMate.Click += new System.EventHandler(this.BtnAddMate_Click);
this.BtnLocalImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnLocalImage.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnLocalImage.BorderWidth = 2;
this.BtnLocalImage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnLocalImage.HoldPress = false;
this.BtnLocalImage.Image = global::SmartScan.Properties.Resources.localfile;
this.BtnLocalImage.Location = new System.Drawing.Point(225, 9);
this.BtnLocalImage.Margin = new System.Windows.Forms.Padding(4);
this.BtnLocalImage.Name = "BtnLocalImage";
this.BtnLocalImage.Padding = new System.Windows.Forms.Padding(4);
this.BtnLocalImage.Size = new System.Drawing.Size(200, 105);
this.BtnLocalImage.TabIndex = 11;
this.BtnLocalImage.Text = "Open Local image";
this.BtnLocalImage.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnLocalImage.Click += new System.EventHandler(this.BtnLocalImage_Click);
//
// LstMate
// ImgShow
//
this.LstMate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LstMate.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LstMate.BorderWidth = 2;
this.LstMate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstMate.Location = new System.Drawing.Point(8, 8);
this.LstMate.Margin = new System.Windows.Forms.Padding(4);
this.LstMate.Name = "LstMate";
this.LstMate.Padding = new System.Windows.Forms.Padding(4);
this.LstMate.SelectedIndex = -1;
this.LstMate.Size = new System.Drawing.Size(227, 184);
this.LstMate.TabIndex = 4;
this.LstMate.SelectedIndexChanged += new System.EventHandler(this.LstMate_SelectedIndexChanged);
this.ImgShow.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ImgShow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.ImgShow.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.ImgShow.BorderWidth = 2;
this.ImgShow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.ImgShow.Location = new System.Drawing.Point(4, 4);
this.ImgShow.Margin = new System.Windows.Forms.Padding(4);
this.ImgShow.Name = "ImgShow";
this.ImgShow.Padding = new System.Windows.Forms.Padding(4);
this.ImgShow.Size = new System.Drawing.Size(581, 351);
this.ImgShow.TabIndex = 14;
this.ImgShow.Text = "facePictureBox1";
//
// UsrMaterialTemplate
//
......@@ -332,8 +607,24 @@ namespace SmartScan
this.Controls.Add(this.facePanel1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "UsrMaterialTemplate";
this.Size = new System.Drawing.Size(1223, 582);
this.Size = new System.Drawing.Size(1636, 717);
this.facePanel1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.pnlMaterial.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.pnlMaterialOp.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.pnlCode.ResumeLayout(false);
this.tableLayoutPanel4.ResumeLayout(false);
this.pnlCodeOp.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.pnlImg.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.pnlImgOp.ResumeLayout(false);
this.panel6.ResumeLayout(false);
this.ResumeLayout(false);
}
......@@ -356,5 +647,21 @@ namespace SmartScan
private Asa.FaceControl.FaceButton BtnSaveImage;
private Asa.FaceControl.FaceButton BtnOcrCode;
private Asa.FaceControl.FaceButton BtnTemplateValite;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Panel panel6;
private Asa.FaceControl.FacePanel pnlMaterial;
private Asa.FaceControl.FacePanel pnlMaterialOp;
private Asa.FaceControl.FacePanel pnlImg;
private Asa.FaceControl.FacePanel pnlImgOp;
private Asa.FaceControl.FacePanel pnlCode;
private Asa.FaceControl.FacePanel pnlCodeOp;
}
}
......@@ -31,7 +31,7 @@ namespace SmartScan
mateCopy = BLLCommon.mateEdit.ToCopy();
Language.SetLanguage(this);
BtnCameraImage.Enabled = BLLCommon.cameraVision.Count > 0;
LstMate.SelectedFirst();
//LstMate.SelectedFirst();
}
public FacePanel GetPanel()
......
......@@ -30,30 +30,52 @@ namespace SmartScan
private void InitializeComponent()
{
this.facePanel1 = new Asa.FaceControl.FacePanel();
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
this.pnlPrintTmpLst = new Asa.FaceControl.FacePanel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.pnlPrintTmpLstOp = new Asa.FaceControl.FacePanel();
this.BtnAddLabel = new Asa.FaceControl.FaceButton();
this.BtnDelLabel = new Asa.FaceControl.FaceButton();
this.BtnCopyLabel = new Asa.FaceControl.FaceButton();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.BtnRenameLabel = new Asa.FaceControl.FaceButton();
this.LstLabel = new Asa.FaceControl.FaceListBox();
this.pnLabelStyle = new Asa.FaceControl.FacePanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.pnAllFieldsOfLabel = new Asa.FaceControl.FacePanel();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.LstField = new Asa.FaceControl.FaceListBox();
this.facePanel7 = new Asa.FaceControl.FacePanel();
this.BtnAddField = new Asa.FaceControl.FaceButton();
this.BtnDelField = new Asa.FaceControl.FaceButton();
this.BtnFieldFont = new Asa.FaceControl.FaceButton();
this.ChkFieldShowKey = new Asa.FaceControl.FaceCheckBox();
this.BtnSetField = new Asa.FaceControl.FaceButton();
this.CboFieldType = new Asa.FaceControl.FaceComboBox();
this.BtnPrintTest = new Asa.FaceControl.FaceButton();
this.LblFieldType = new Asa.FaceControl.FaceLabel();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.pnLabelFieldPos = new Asa.FaceControl.FacePanel();
this.LblFieldX = new Asa.FaceControl.FaceLabel();
this.NudFieldX = new Asa.FaceControl.FaceNumericUpDown();
this.LblFieldH = new Asa.FaceControl.FaceLabel();
this.NudFieldY = new Asa.FaceControl.FaceNumericUpDown();
this.NudFieldH = new Asa.FaceControl.FaceNumericUpDown();
this.LblFieldY = new Asa.FaceControl.FaceLabel();
this.LblFieldW = new Asa.FaceControl.FaceLabel();
this.NudFieldW = new Asa.FaceControl.FaceNumericUpDown();
this.LblFieldY = new Asa.FaceControl.FaceLabel();
this.NudFieldY = new Asa.FaceControl.FaceNumericUpDown();
this.LblFieldX = new Asa.FaceControl.FaceLabel();
this.NudFieldX = new Asa.FaceControl.FaceNumericUpDown();
this.ChkFieldShowKey = new Asa.FaceControl.FaceCheckBox();
this.CboFieldType = new Asa.FaceControl.FaceComboBox();
this.LblFieldType = new Asa.FaceControl.FaceLabel();
this.BtnSetField = new Asa.FaceControl.FaceButton();
this.BtnFieldFont = new Asa.FaceControl.FaceButton();
this.BtnDelField = new Asa.FaceControl.FaceButton();
this.BtnAddField = new Asa.FaceControl.FaceButton();
this.LstField = new Asa.FaceControl.FaceListBox();
this.BtnPrintTest = new Asa.FaceControl.FaceButton();
this.BtnRenameLabel = new Asa.FaceControl.FaceButton();
this.BtnDelLabel = new Asa.FaceControl.FaceButton();
this.BtnAddLabel = new Asa.FaceControl.FaceButton();
this.LstLabel = new Asa.FaceControl.FaceListBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.facePanel1.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout();
this.pnlPrintTmpLst.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.pnlPrintTmpLstOp.SuspendLayout();
this.pnLabelStyle.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.pnAllFieldsOfLabel.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.facePanel7.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.pnLabelFieldPos.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
......@@ -62,40 +84,121 @@ namespace SmartScan
this.facePanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.facePanel1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.facePanel1.BorderWidth = 2;
this.facePanel1.Controls.Add(this.BtnCopyLabel);
this.facePanel1.Controls.Add(this.pictureBox1);
this.facePanel1.Controls.Add(this.LblFieldH);
this.facePanel1.Controls.Add(this.NudFieldH);
this.facePanel1.Controls.Add(this.LblFieldW);
this.facePanel1.Controls.Add(this.NudFieldW);
this.facePanel1.Controls.Add(this.LblFieldY);
this.facePanel1.Controls.Add(this.NudFieldY);
this.facePanel1.Controls.Add(this.LblFieldX);
this.facePanel1.Controls.Add(this.NudFieldX);
this.facePanel1.Controls.Add(this.ChkFieldShowKey);
this.facePanel1.Controls.Add(this.CboFieldType);
this.facePanel1.Controls.Add(this.LblFieldType);
this.facePanel1.Controls.Add(this.BtnSetField);
this.facePanel1.Controls.Add(this.BtnFieldFont);
this.facePanel1.Controls.Add(this.BtnDelField);
this.facePanel1.Controls.Add(this.BtnAddField);
this.facePanel1.Controls.Add(this.LstField);
this.facePanel1.Controls.Add(this.BtnPrintTest);
this.facePanel1.Controls.Add(this.BtnRenameLabel);
this.facePanel1.Controls.Add(this.BtnDelLabel);
this.facePanel1.Controls.Add(this.BtnAddLabel);
this.facePanel1.Controls.Add(this.LstLabel);
this.facePanel1.Controls.Add(this.tableLayoutPanel5);
this.facePanel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.facePanel1.Location = new System.Drawing.Point(7, 7);
this.facePanel1.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.facePanel1.Location = new System.Drawing.Point(4, 4);
this.facePanel1.Margin = new System.Windows.Forms.Padding(4);
this.facePanel1.Name = "facePanel1";
this.facePanel1.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.facePanel1.Padding = new System.Windows.Forms.Padding(4);
this.facePanel1.ShowText = false;
this.facePanel1.Size = new System.Drawing.Size(2163, 1352);
this.facePanel1.Size = new System.Drawing.Size(1442, 852);
this.facePanel1.TabIndex = 1;
this.facePanel1.Text = "facePanel1";
this.facePanel1.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// tableLayoutPanel5
//
this.tableLayoutPanel5.ColumnCount = 2;
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 631F));
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel5.Controls.Add(this.pnlPrintTmpLst, 0, 0);
this.tableLayoutPanel5.Controls.Add(this.pnLabelStyle, 1, 0);
this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel5.Location = new System.Drawing.Point(4, 4);
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
this.tableLayoutPanel5.RowCount = 1;
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel5.Size = new System.Drawing.Size(1434, 844);
this.tableLayoutPanel5.TabIndex = 31;
//
// pnlPrintTmpLst
//
this.pnlPrintTmpLst.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnlPrintTmpLst.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnlPrintTmpLst.BorderWidth = 2;
this.pnlPrintTmpLst.Controls.Add(this.tableLayoutPanel1);
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(3, 3);
this.pnlPrintTmpLst.Name = "pnlPrintTmpLst";
this.pnlPrintTmpLst.Padding = new System.Windows.Forms.Padding(3);
this.pnlPrintTmpLst.Size = new System.Drawing.Size(625, 838);
this.pnlPrintTmpLst.TabIndex = 29;
this.pnlPrintTmpLst.Text = "标签模板";
this.pnlPrintTmpLst.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| 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.Location = new System.Drawing.Point(6, 38);
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, 142F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(613, 794);
this.tableLayoutPanel1.TabIndex = 0;
//
// pnlPrintTmpLstOp
//
this.pnlPrintTmpLstOp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnlPrintTmpLstOp.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnlPrintTmpLstOp.BorderWidth = 2;
this.pnlPrintTmpLstOp.Controls.Add(this.BtnAddLabel);
this.pnlPrintTmpLstOp.Controls.Add(this.BtnDelLabel);
this.pnlPrintTmpLstOp.Controls.Add(this.BtnCopyLabel);
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(3, 655);
this.pnlPrintTmpLstOp.Name = "pnlPrintTmpLstOp";
this.pnlPrintTmpLstOp.Padding = new System.Windows.Forms.Padding(3);
this.pnlPrintTmpLstOp.Size = new System.Drawing.Size(607, 136);
this.pnlPrintTmpLstOp.TabIndex = 31;
this.pnlPrintTmpLstOp.Text = "标签模板操作";
this.pnlPrintTmpLstOp.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// BtnAddLabel
//
this.BtnAddLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnAddLabel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnAddLabel.BorderWidth = 2;
this.BtnAddLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnAddLabel.HoldPress = false;
this.BtnAddLabel.Image = global::SmartScan.Properties.Resources.create;
this.BtnAddLabel.Location = new System.Drawing.Point(8, 42);
this.BtnAddLabel.Margin = new System.Windows.Forms.Padding(4);
this.BtnAddLabel.Name = "BtnAddLabel";
this.BtnAddLabel.Padding = new System.Windows.Forms.Padding(4);
this.BtnAddLabel.Size = new System.Drawing.Size(142, 87);
this.BtnAddLabel.TabIndex = 1;
this.BtnAddLabel.Text = "新建标签";
this.BtnAddLabel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnAddLabel.Click += new System.EventHandler(this.BtnAddLabel_Click);
//
// BtnDelLabel
//
this.BtnDelLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnDelLabel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnDelLabel.BorderWidth = 2;
this.BtnDelLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnDelLabel.HoldPress = false;
this.BtnDelLabel.Image = global::SmartScan.Properties.Resources.delete;
this.BtnDelLabel.Location = new System.Drawing.Point(158, 42);
this.BtnDelLabel.Margin = new System.Windows.Forms.Padding(4);
this.BtnDelLabel.Name = "BtnDelLabel";
this.BtnDelLabel.Padding = new System.Windows.Forms.Padding(4);
this.BtnDelLabel.Size = new System.Drawing.Size(142, 87);
this.BtnDelLabel.TabIndex = 2;
this.BtnDelLabel.Text = "删除标签";
this.BtnDelLabel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnDelLabel.Click += new System.EventHandler(this.BtnDelLabel_Click);
//
// BtnCopyLabel
//
this.BtnCopyLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
......@@ -103,167 +206,209 @@ namespace SmartScan
this.BtnCopyLabel.BorderWidth = 2;
this.BtnCopyLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnCopyLabel.HoldPress = false;
this.BtnCopyLabel.Location = new System.Drawing.Point(14, 594);
this.BtnCopyLabel.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnCopyLabel.Image = global::SmartScan.Properties.Resources.copy;
this.BtnCopyLabel.Location = new System.Drawing.Point(308, 42);
this.BtnCopyLabel.Margin = new System.Windows.Forms.Padding(4);
this.BtnCopyLabel.Name = "BtnCopyLabel";
this.BtnCopyLabel.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnCopyLabel.Size = new System.Drawing.Size(397, 101);
this.BtnCopyLabel.Padding = new System.Windows.Forms.Padding(4);
this.BtnCopyLabel.Size = new System.Drawing.Size(142, 87);
this.BtnCopyLabel.TabIndex = 23;
this.BtnCopyLabel.Text = "复制标签";
this.BtnCopyLabel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnCopyLabel.Click += new System.EventHandler(this.BtnCopyLabel_Click);
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.pictureBox1.Location = new System.Drawing.Point(1153, 14);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(996, 1325);
this.pictureBox1.TabIndex = 22;
this.pictureBox1.TabStop = false;
// BtnRenameLabel
//
// LblFieldH
this.BtnRenameLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnRenameLabel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnRenameLabel.BorderWidth = 2;
this.BtnRenameLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnRenameLabel.HoldPress = false;
this.BtnRenameLabel.Image = global::SmartScan.Properties.Resources.rename;
this.BtnRenameLabel.Location = new System.Drawing.Point(458, 42);
this.BtnRenameLabel.Margin = new System.Windows.Forms.Padding(4);
this.BtnRenameLabel.Name = "BtnRenameLabel";
this.BtnRenameLabel.Padding = new System.Windows.Forms.Padding(4);
this.BtnRenameLabel.Size = new System.Drawing.Size(142, 87);
this.BtnRenameLabel.TabIndex = 3;
this.BtnRenameLabel.Text = "重命名";
this.BtnRenameLabel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnRenameLabel.Click += new System.EventHandler(this.BtnRenameLabel_Click);
//
this.LblFieldH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LblFieldH.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblFieldH.BorderWidth = 0;
this.LblFieldH.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblFieldH.Location = new System.Drawing.Point(425, 1168);
this.LblFieldH.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.LblFieldH.Name = "LblFieldH";
this.LblFieldH.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.LblFieldH.Size = new System.Drawing.Size(350, 101);
this.LblFieldH.TabIndex = 21;
this.LblFieldH.Text = "H";
this.LblFieldH.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
// LstLabel
//
// NudFieldH
this.LstLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LstLabel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LstLabel.BorderWidth = 2;
this.LstLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.LstLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstLabel.Location = new System.Drawing.Point(4, 4);
this.LstLabel.Margin = new System.Windows.Forms.Padding(4);
this.LstLabel.Name = "LstLabel";
this.LstLabel.Padding = new System.Windows.Forms.Padding(4);
this.LstLabel.SelectedIndex = -1;
this.LstLabel.Size = new System.Drawing.Size(605, 644);
this.LstLabel.TabIndex = 0;
this.LstLabel.SelectedIndexChanged += new System.EventHandler(this.LstLabel_SelectedIndexChanged);
//
this.NudFieldH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.NudFieldH.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.NudFieldH.BorderWidth = 2;
this.NudFieldH.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.NudFieldH.Increment = 1F;
this.NudFieldH.Location = new System.Drawing.Point(789, 1168);
this.NudFieldH.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.NudFieldH.Maximum = 100F;
this.NudFieldH.Minimum = 1F;
this.NudFieldH.Name = "NudFieldH";
this.NudFieldH.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.NudFieldH.Size = new System.Drawing.Size(350, 101);
this.NudFieldH.TabIndex = 20;
this.NudFieldH.Text = "1";
this.NudFieldH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.NudFieldH.Value = 1F;
this.NudFieldH.ValueChanged += new System.EventHandler(this.NudFieldXYWH_ValueChanged);
// pnLabelStyle
//
// LblFieldW
//
this.LblFieldW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LblFieldW.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblFieldW.BorderWidth = 0;
this.LblFieldW.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblFieldW.Location = new System.Drawing.Point(425, 1053);
this.LblFieldW.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.LblFieldW.Name = "LblFieldW";
this.LblFieldW.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.LblFieldW.Size = new System.Drawing.Size(350, 101);
this.LblFieldW.TabIndex = 19;
this.LblFieldW.Text = "W";
this.LblFieldW.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.pnLabelStyle.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnLabelStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnLabelStyle.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnLabelStyle.BorderWidth = 2;
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(634, 3);
this.pnLabelStyle.Name = "pnLabelStyle";
this.pnLabelStyle.Padding = new System.Windows.Forms.Padding(3);
this.pnLabelStyle.Size = new System.Drawing.Size(797, 838);
this.pnLabelStyle.TabIndex = 30;
this.pnLabelStyle.Text = "标签样式";
this.pnLabelStyle.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Controls.Add(this.pnAllFieldsOfLabel, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 44);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 472F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(785, 788);
this.tableLayoutPanel2.TabIndex = 0;
//
// pnAllFieldsOfLabel
//
this.pnAllFieldsOfLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnAllFieldsOfLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnAllFieldsOfLabel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnAllFieldsOfLabel.BorderWidth = 2;
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(3, 319);
this.pnAllFieldsOfLabel.Name = "pnAllFieldsOfLabel";
this.pnAllFieldsOfLabel.Padding = new System.Windows.Forms.Padding(3);
this.pnAllFieldsOfLabel.Size = new System.Drawing.Size(779, 466);
this.pnAllFieldsOfLabel.TabIndex = 31;
this.pnAllFieldsOfLabel.Text = "标签的所有字段";
this.pnAllFieldsOfLabel.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel4.ColumnCount = 1;
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel4.Controls.Add(this.LstField, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.facePanel7, 0, 1);
this.tableLayoutPanel4.Location = new System.Drawing.Point(6, 37);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 2;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 243F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(767, 422);
this.tableLayoutPanel4.TabIndex = 0;
//
// NudFieldW
// LstField
//
this.NudFieldW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.NudFieldW.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.NudFieldW.BorderWidth = 2;
this.NudFieldW.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.NudFieldW.Increment = 1F;
this.NudFieldW.Location = new System.Drawing.Point(789, 1053);
this.NudFieldW.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.NudFieldW.Maximum = 100F;
this.NudFieldW.Minimum = 1F;
this.NudFieldW.Name = "NudFieldW";
this.NudFieldW.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.NudFieldW.Size = new System.Drawing.Size(350, 101);
this.NudFieldW.TabIndex = 18;
this.NudFieldW.Text = "1";
this.NudFieldW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.NudFieldW.Value = 1F;
this.NudFieldW.ValueChanged += new System.EventHandler(this.NudFieldXYWH_ValueChanged);
this.LstField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LstField.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LstField.BorderWidth = 2;
this.LstField.Dock = System.Windows.Forms.DockStyle.Fill;
this.LstField.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstField.Location = new System.Drawing.Point(4, 4);
this.LstField.Margin = new System.Windows.Forms.Padding(4);
this.LstField.Name = "LstField";
this.LstField.Padding = new System.Windows.Forms.Padding(4);
this.LstField.SelectedIndex = -1;
this.LstField.Size = new System.Drawing.Size(759, 171);
this.LstField.TabIndex = 5;
this.LstField.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.LstField.SelectedIndexChanged += new System.EventHandler(this.LstField_SelectedIndexChanged);
//
// LblFieldY
// facePanel7
//
this.LblFieldY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LblFieldY.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblFieldY.BorderWidth = 0;
this.LblFieldY.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblFieldY.Location = new System.Drawing.Point(425, 938);
this.LblFieldY.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.LblFieldY.Name = "LblFieldY";
this.LblFieldY.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.LblFieldY.Size = new System.Drawing.Size(350, 101);
this.LblFieldY.TabIndex = 17;
this.LblFieldY.Text = "Y";
this.LblFieldY.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.facePanel7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.facePanel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.facePanel7.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.facePanel7.BorderWidth = 2;
this.facePanel7.Controls.Add(this.BtnAddField);
this.facePanel7.Controls.Add(this.BtnDelField);
this.facePanel7.Controls.Add(this.BtnFieldFont);
this.facePanel7.Controls.Add(this.ChkFieldShowKey);
this.facePanel7.Controls.Add(this.BtnSetField);
this.facePanel7.Controls.Add(this.CboFieldType);
this.facePanel7.Controls.Add(this.BtnPrintTest);
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(3, 182);
this.facePanel7.Name = "facePanel7";
this.facePanel7.Padding = new System.Windows.Forms.Padding(3);
this.facePanel7.Size = new System.Drawing.Size(761, 232);
this.facePanel7.TabIndex = 33;
this.facePanel7.Text = "字段操作";
this.facePanel7.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// NudFieldY
// BtnAddField
//
this.NudFieldY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.NudFieldY.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.NudFieldY.BorderWidth = 2;
this.NudFieldY.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.NudFieldY.Increment = 1F;
this.NudFieldY.Location = new System.Drawing.Point(789, 938);
this.NudFieldY.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.NudFieldY.Maximum = 100F;
this.NudFieldY.Minimum = 0F;
this.NudFieldY.Name = "NudFieldY";
this.NudFieldY.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.NudFieldY.Size = new System.Drawing.Size(350, 101);
this.NudFieldY.TabIndex = 16;
this.NudFieldY.Text = "0";
this.NudFieldY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.NudFieldY.Value = 0F;
this.NudFieldY.ValueChanged += new System.EventHandler(this.NudFieldXYWH_ValueChanged);
this.BtnAddField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnAddField.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnAddField.BorderWidth = 2;
this.BtnAddField.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnAddField.HoldPress = false;
this.BtnAddField.Location = new System.Drawing.Point(7, 101);
this.BtnAddField.Margin = new System.Windows.Forms.Padding(4);
this.BtnAddField.Name = "BtnAddField";
this.BtnAddField.Padding = new System.Windows.Forms.Padding(4);
this.BtnAddField.Size = new System.Drawing.Size(200, 56);
this.BtnAddField.TabIndex = 6;
this.BtnAddField.Text = "添加字段";
this.BtnAddField.Click += new System.EventHandler(this.BtnAddField_Click);
//
// LblFieldX
// BtnDelField
//
this.LblFieldX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LblFieldX.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblFieldX.BorderWidth = 0;
this.LblFieldX.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblFieldX.Location = new System.Drawing.Point(425, 824);
this.LblFieldX.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.LblFieldX.Name = "LblFieldX";
this.LblFieldX.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.LblFieldX.Size = new System.Drawing.Size(350, 101);
this.LblFieldX.TabIndex = 15;
this.LblFieldX.Text = "X";
this.LblFieldX.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.BtnDelField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnDelField.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnDelField.BorderWidth = 2;
this.BtnDelField.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnDelField.HoldPress = false;
this.BtnDelField.Location = new System.Drawing.Point(215, 101);
this.BtnDelField.Margin = new System.Windows.Forms.Padding(4);
this.BtnDelField.Name = "BtnDelField";
this.BtnDelField.Padding = new System.Windows.Forms.Padding(4);
this.BtnDelField.Size = new System.Drawing.Size(200, 56);
this.BtnDelField.TabIndex = 7;
this.BtnDelField.Text = "删除字段";
this.BtnDelField.Click += new System.EventHandler(this.BtnDelField_Click);
//
// NudFieldX
// BtnFieldFont
//
this.NudFieldX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.NudFieldX.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.NudFieldX.BorderWidth = 2;
this.NudFieldX.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.NudFieldX.Increment = 1F;
this.NudFieldX.Location = new System.Drawing.Point(789, 824);
this.NudFieldX.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.NudFieldX.Maximum = 100F;
this.NudFieldX.Minimum = 0F;
this.NudFieldX.Name = "NudFieldX";
this.NudFieldX.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.NudFieldX.Size = new System.Drawing.Size(350, 101);
this.NudFieldX.TabIndex = 14;
this.NudFieldX.Text = "0";
this.NudFieldX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.NudFieldX.Value = 0F;
this.NudFieldX.ValueChanged += new System.EventHandler(this.NudFieldXYWH_ValueChanged);
this.BtnFieldFont.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnFieldFont.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnFieldFont.BorderWidth = 2;
this.BtnFieldFont.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnFieldFont.HoldPress = false;
this.BtnFieldFont.Location = new System.Drawing.Point(7, 165);
this.BtnFieldFont.Margin = new System.Windows.Forms.Padding(4);
this.BtnFieldFont.Name = "BtnFieldFont";
this.BtnFieldFont.Padding = new System.Windows.Forms.Padding(4);
this.BtnFieldFont.Size = new System.Drawing.Size(200, 56);
this.BtnFieldFont.TabIndex = 8;
this.BtnFieldFont.Text = "字段字体";
this.BtnFieldFont.Click += new System.EventHandler(this.BtnFieldFont_Click);
//
// ChkFieldShowKey
//
......@@ -271,214 +416,287 @@ namespace SmartScan
this.ChkFieldShowKey.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.ChkFieldShowKey.BorderWidth = 0;
this.ChkFieldShowKey.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.ChkFieldShowKey.Location = new System.Drawing.Point(789, 709);
this.ChkFieldShowKey.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.ChkFieldShowKey.Location = new System.Drawing.Point(455, 37);
this.ChkFieldShowKey.Margin = new System.Windows.Forms.Padding(4);
this.ChkFieldShowKey.Name = "ChkFieldShowKey";
this.ChkFieldShowKey.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.ChkFieldShowKey.Size = new System.Drawing.Size(350, 101);
this.ChkFieldShowKey.Padding = new System.Windows.Forms.Padding(4);
this.ChkFieldShowKey.Size = new System.Drawing.Size(200, 56);
this.ChkFieldShowKey.TabIndex = 12;
this.ChkFieldShowKey.Text = "显示关键字";
this.ChkFieldShowKey.CheckedChanged += new System.EventHandler(this.ChkFieldShowKey_CheckedChanged);
//
// BtnSetField
//
this.BtnSetField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnSetField.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnSetField.BorderWidth = 2;
this.BtnSetField.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnSetField.HoldPress = false;
this.BtnSetField.Location = new System.Drawing.Point(215, 165);
this.BtnSetField.Margin = new System.Windows.Forms.Padding(4);
this.BtnSetField.Name = "BtnSetField";
this.BtnSetField.Padding = new System.Windows.Forms.Padding(4);
this.BtnSetField.Size = new System.Drawing.Size(200, 56);
this.BtnSetField.TabIndex = 9;
this.BtnSetField.Text = "设置内容";
this.BtnSetField.Click += new System.EventHandler(this.BtnSetField_Click);
//
// CboFieldType
//
this.CboFieldType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.CboFieldType.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.CboFieldType.BorderWidth = 2;
this.CboFieldType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.CboFieldType.Location = new System.Drawing.Point(789, 594);
this.CboFieldType.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.CboFieldType.Location = new System.Drawing.Point(215, 37);
this.CboFieldType.Margin = new System.Windows.Forms.Padding(4);
this.CboFieldType.Name = "CboFieldType";
this.CboFieldType.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.CboFieldType.Padding = new System.Windows.Forms.Padding(4);
this.CboFieldType.SelectedIndex = -1;
this.CboFieldType.SelectedText = "";
this.CboFieldType.Size = new System.Drawing.Size(350, 101);
this.CboFieldType.Size = new System.Drawing.Size(200, 56);
this.CboFieldType.TabIndex = 11;
this.CboFieldType.SelectedIndexChanged += new System.EventHandler(this.CboFieldType_SelectedIndexChanged);
//
// BtnPrintTest
//
this.BtnPrintTest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnPrintTest.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnPrintTest.BorderWidth = 2;
this.BtnPrintTest.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnPrintTest.HoldPress = false;
this.BtnPrintTest.Location = new System.Drawing.Point(565, 165);
this.BtnPrintTest.Margin = new System.Windows.Forms.Padding(4);
this.BtnPrintTest.Name = "BtnPrintTest";
this.BtnPrintTest.Padding = new System.Windows.Forms.Padding(4);
this.BtnPrintTest.Size = new System.Drawing.Size(177, 56);
this.BtnPrintTest.TabIndex = 4;
this.BtnPrintTest.Text = "打印测试";
this.BtnPrintTest.Click += new System.EventHandler(this.BtnPrintTest_Click);
//
// LblFieldType
//
this.LblFieldType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LblFieldType.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblFieldType.BorderWidth = 0;
this.LblFieldType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblFieldType.Location = new System.Drawing.Point(425, 594);
this.LblFieldType.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.LblFieldType.Location = new System.Drawing.Point(7, 37);
this.LblFieldType.Margin = new System.Windows.Forms.Padding(4);
this.LblFieldType.Name = "LblFieldType";
this.LblFieldType.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.LblFieldType.Size = new System.Drawing.Size(350, 101);
this.LblFieldType.Padding = new System.Windows.Forms.Padding(4);
this.LblFieldType.Size = new System.Drawing.Size(200, 56);
this.LblFieldType.TabIndex = 10;
this.LblFieldType.Text = "字段类型";
this.LblFieldType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// BtnSetField
//
this.BtnSetField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnSetField.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnSetField.BorderWidth = 2;
this.BtnSetField.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnSetField.HoldPress = false;
this.BtnSetField.Location = new System.Drawing.Point(789, 479);
this.BtnSetField.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnSetField.Name = "BtnSetField";
this.BtnSetField.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnSetField.Size = new System.Drawing.Size(350, 101);
this.BtnSetField.TabIndex = 9;
this.BtnSetField.Text = "设置内容";
this.BtnSetField.Click += new System.EventHandler(this.BtnSetField_Click);
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 2;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 375F));
this.tableLayoutPanel3.Controls.Add(this.pnLabelFieldPos, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.pictureBox1, 0, 0);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 1;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(779, 310);
this.tableLayoutPanel3.TabIndex = 0;
//
// pnLabelFieldPos
//
this.pnLabelFieldPos.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.pnLabelFieldPos.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.pnLabelFieldPos.BorderWidth = 2;
this.pnLabelFieldPos.Controls.Add(this.LblFieldX);
this.pnLabelFieldPos.Controls.Add(this.NudFieldX);
this.pnLabelFieldPos.Controls.Add(this.LblFieldH);
this.pnLabelFieldPos.Controls.Add(this.NudFieldY);
this.pnLabelFieldPos.Controls.Add(this.NudFieldH);
this.pnLabelFieldPos.Controls.Add(this.LblFieldY);
this.pnLabelFieldPos.Controls.Add(this.LblFieldW);
this.pnLabelFieldPos.Controls.Add(this.NudFieldW);
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(407, 3);
this.pnLabelFieldPos.Name = "pnLabelFieldPos";
this.pnLabelFieldPos.Padding = new System.Windows.Forms.Padding(3);
this.pnLabelFieldPos.Size = new System.Drawing.Size(369, 304);
this.pnLabelFieldPos.TabIndex = 32;
this.pnLabelFieldPos.Text = "字段位置";
this.pnLabelFieldPos.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// BtnFieldFont
// LblFieldX
//
this.BtnFieldFont.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnFieldFont.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnFieldFont.BorderWidth = 2;
this.BtnFieldFont.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnFieldFont.HoldPress = false;
this.BtnFieldFont.Location = new System.Drawing.Point(425, 479);
this.BtnFieldFont.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnFieldFont.Name = "BtnFieldFont";
this.BtnFieldFont.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnFieldFont.Size = new System.Drawing.Size(350, 101);
this.BtnFieldFont.TabIndex = 8;
this.BtnFieldFont.Text = "字段字体";
this.BtnFieldFont.Click += new System.EventHandler(this.BtnFieldFont_Click);
this.LblFieldX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LblFieldX.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblFieldX.BorderWidth = 0;
this.LblFieldX.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblFieldX.Location = new System.Drawing.Point(7, 40);
this.LblFieldX.Margin = new System.Windows.Forms.Padding(4);
this.LblFieldX.Name = "LblFieldX";
this.LblFieldX.Padding = new System.Windows.Forms.Padding(4);
this.LblFieldX.Size = new System.Drawing.Size(149, 56);
this.LblFieldX.TabIndex = 15;
this.LblFieldX.Text = "X";
this.LblFieldX.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// BtnDelField
// NudFieldX
//
this.BtnDelField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnDelField.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnDelField.BorderWidth = 2;
this.BtnDelField.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnDelField.HoldPress = false;
this.BtnDelField.Location = new System.Drawing.Point(789, 364);
this.BtnDelField.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnDelField.Name = "BtnDelField";
this.BtnDelField.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnDelField.Size = new System.Drawing.Size(350, 101);
this.BtnDelField.TabIndex = 7;
this.BtnDelField.Text = "删除字段";
this.BtnDelField.Click += new System.EventHandler(this.BtnDelField_Click);
this.NudFieldX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.NudFieldX.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.NudFieldX.BorderWidth = 2;
this.NudFieldX.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.NudFieldX.Increment = 1F;
this.NudFieldX.Location = new System.Drawing.Point(196, 40);
this.NudFieldX.Margin = new System.Windows.Forms.Padding(4);
this.NudFieldX.Maximum = 100F;
this.NudFieldX.Minimum = 0F;
this.NudFieldX.Name = "NudFieldX";
this.NudFieldX.Padding = new System.Windows.Forms.Padding(4);
this.NudFieldX.Size = new System.Drawing.Size(149, 56);
this.NudFieldX.TabIndex = 14;
this.NudFieldX.Text = "0";
this.NudFieldX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.NudFieldX.Value = 0F;
this.NudFieldX.ValueChanged += new System.EventHandler(this.NudFieldXYWH_ValueChanged);
//
// BtnAddField
// LblFieldH
//
this.BtnAddField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnAddField.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnAddField.BorderWidth = 2;
this.BtnAddField.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnAddField.HoldPress = false;
this.BtnAddField.Location = new System.Drawing.Point(425, 364);
this.BtnAddField.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnAddField.Name = "BtnAddField";
this.BtnAddField.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnAddField.Size = new System.Drawing.Size(350, 101);
this.BtnAddField.TabIndex = 6;
this.BtnAddField.Text = "添加字段";
this.BtnAddField.Click += new System.EventHandler(this.BtnAddField_Click);
this.LblFieldH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LblFieldH.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblFieldH.BorderWidth = 0;
this.LblFieldH.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblFieldH.Location = new System.Drawing.Point(7, 232);
this.LblFieldH.Margin = new System.Windows.Forms.Padding(4);
this.LblFieldH.Name = "LblFieldH";
this.LblFieldH.Padding = new System.Windows.Forms.Padding(4);
this.LblFieldH.Size = new System.Drawing.Size(149, 56);
this.LblFieldH.TabIndex = 21;
this.LblFieldH.Text = "H";
this.LblFieldH.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// LstField
// NudFieldY
//
this.LstField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LstField.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LstField.BorderWidth = 2;
this.LstField.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstField.Location = new System.Drawing.Point(425, 14);
this.LstField.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.LstField.Name = "LstField";
this.LstField.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.LstField.SelectedIndex = -1;
this.LstField.Size = new System.Drawing.Size(714, 338);
this.LstField.TabIndex = 5;
this.LstField.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.LstField.SelectedIndexChanged += new System.EventHandler(this.LstField_SelectedIndexChanged);
this.NudFieldY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.NudFieldY.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.NudFieldY.BorderWidth = 2;
this.NudFieldY.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.NudFieldY.Increment = 1F;
this.NudFieldY.Location = new System.Drawing.Point(196, 104);
this.NudFieldY.Margin = new System.Windows.Forms.Padding(4);
this.NudFieldY.Maximum = 100F;
this.NudFieldY.Minimum = 0F;
this.NudFieldY.Name = "NudFieldY";
this.NudFieldY.Padding = new System.Windows.Forms.Padding(4);
this.NudFieldY.Size = new System.Drawing.Size(149, 56);
this.NudFieldY.TabIndex = 16;
this.NudFieldY.Text = "0";
this.NudFieldY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.NudFieldY.Value = 0F;
this.NudFieldY.ValueChanged += new System.EventHandler(this.NudFieldXYWH_ValueChanged);
//
// BtnPrintTest
// NudFieldH
//
this.BtnPrintTest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnPrintTest.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnPrintTest.BorderWidth = 2;
this.BtnPrintTest.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnPrintTest.HoldPress = false;
this.BtnPrintTest.Location = new System.Drawing.Point(14, 824);
this.BtnPrintTest.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnPrintTest.Name = "BtnPrintTest";
this.BtnPrintTest.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnPrintTest.Size = new System.Drawing.Size(397, 101);
this.BtnPrintTest.TabIndex = 4;
this.BtnPrintTest.Text = "打印测试";
this.BtnPrintTest.Click += new System.EventHandler(this.BtnPrintTest_Click);
this.NudFieldH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.NudFieldH.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.NudFieldH.BorderWidth = 2;
this.NudFieldH.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.NudFieldH.Increment = 1F;
this.NudFieldH.Location = new System.Drawing.Point(195, 232);
this.NudFieldH.Margin = new System.Windows.Forms.Padding(4);
this.NudFieldH.Maximum = 100F;
this.NudFieldH.Minimum = 1F;
this.NudFieldH.Name = "NudFieldH";
this.NudFieldH.Padding = new System.Windows.Forms.Padding(4);
this.NudFieldH.Size = new System.Drawing.Size(150, 56);
this.NudFieldH.TabIndex = 20;
this.NudFieldH.Text = "1";
this.NudFieldH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.NudFieldH.Value = 1F;
this.NudFieldH.ValueChanged += new System.EventHandler(this.NudFieldXYWH_ValueChanged);
//
// BtnRenameLabel
// LblFieldY
//
this.BtnRenameLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnRenameLabel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnRenameLabel.BorderWidth = 2;
this.BtnRenameLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnRenameLabel.HoldPress = false;
this.BtnRenameLabel.Location = new System.Drawing.Point(14, 709);
this.BtnRenameLabel.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnRenameLabel.Name = "BtnRenameLabel";
this.BtnRenameLabel.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnRenameLabel.Size = new System.Drawing.Size(397, 101);
this.BtnRenameLabel.TabIndex = 3;
this.BtnRenameLabel.Text = "重命名";
this.BtnRenameLabel.Click += new System.EventHandler(this.BtnRenameLabel_Click);
this.LblFieldY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LblFieldY.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblFieldY.BorderWidth = 0;
this.LblFieldY.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblFieldY.Location = new System.Drawing.Point(7, 95);
this.LblFieldY.Margin = new System.Windows.Forms.Padding(4);
this.LblFieldY.Name = "LblFieldY";
this.LblFieldY.Padding = new System.Windows.Forms.Padding(4);
this.LblFieldY.Size = new System.Drawing.Size(149, 56);
this.LblFieldY.TabIndex = 17;
this.LblFieldY.Text = "Y";
this.LblFieldY.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// BtnDelLabel
// LblFieldW
//
this.BtnDelLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnDelLabel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnDelLabel.BorderWidth = 2;
this.BtnDelLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnDelLabel.HoldPress = false;
this.BtnDelLabel.Location = new System.Drawing.Point(14, 479);
this.BtnDelLabel.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnDelLabel.Name = "BtnDelLabel";
this.BtnDelLabel.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnDelLabel.Size = new System.Drawing.Size(397, 101);
this.BtnDelLabel.TabIndex = 2;
this.BtnDelLabel.Text = "删除标签";
this.BtnDelLabel.Click += new System.EventHandler(this.BtnDelLabel_Click);
this.LblFieldW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LblFieldW.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblFieldW.BorderWidth = 0;
this.LblFieldW.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblFieldW.Location = new System.Drawing.Point(7, 168);
this.LblFieldW.Margin = new System.Windows.Forms.Padding(4);
this.LblFieldW.Name = "LblFieldW";
this.LblFieldW.Padding = new System.Windows.Forms.Padding(4);
this.LblFieldW.Size = new System.Drawing.Size(149, 56);
this.LblFieldW.TabIndex = 19;
this.LblFieldW.Text = "W";
this.LblFieldW.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// BtnAddLabel
// NudFieldW
//
this.BtnAddLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnAddLabel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnAddLabel.BorderWidth = 2;
this.BtnAddLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnAddLabel.HoldPress = false;
this.BtnAddLabel.Location = new System.Drawing.Point(14, 364);
this.BtnAddLabel.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnAddLabel.Name = "BtnAddLabel";
this.BtnAddLabel.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.BtnAddLabel.Size = new System.Drawing.Size(397, 101);
this.BtnAddLabel.TabIndex = 1;
this.BtnAddLabel.Text = "新建标签";
this.BtnAddLabel.Click += new System.EventHandler(this.BtnAddLabel_Click);
this.NudFieldW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.NudFieldW.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.NudFieldW.BorderWidth = 2;
this.NudFieldW.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.NudFieldW.Increment = 1F;
this.NudFieldW.Location = new System.Drawing.Point(196, 168);
this.NudFieldW.Margin = new System.Windows.Forms.Padding(4);
this.NudFieldW.Maximum = 100F;
this.NudFieldW.Minimum = 1F;
this.NudFieldW.Name = "NudFieldW";
this.NudFieldW.Padding = new System.Windows.Forms.Padding(4);
this.NudFieldW.Size = new System.Drawing.Size(149, 56);
this.NudFieldW.TabIndex = 18;
this.NudFieldW.Text = "1";
this.NudFieldW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.NudFieldW.Value = 1F;
this.NudFieldW.ValueChanged += new System.EventHandler(this.NudFieldXYWH_ValueChanged);
//
// LstLabel
// pictureBox1
//
this.LstLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LstLabel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LstLabel.BorderWidth = 2;
this.LstLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstLabel.Location = new System.Drawing.Point(14, 14);
this.LstLabel.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.LstLabel.Name = "LstLabel";
this.LstLabel.Padding = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.LstLabel.SelectedIndex = -1;
this.LstLabel.Size = new System.Drawing.Size(397, 338);
this.LstLabel.TabIndex = 0;
this.LstLabel.SelectedIndexChanged += new System.EventHandler(this.LstLabel_SelectedIndexChanged);
this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Location = new System.Drawing.Point(4, 4);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(396, 302);
this.pictureBox1.TabIndex = 22;
this.pictureBox1.TabStop = false;
//
// UsrPrintTemplate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 27F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.facePanel1);
this.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "UsrPrintTemplate";
this.Size = new System.Drawing.Size(2268, 1622);
this.Size = new System.Drawing.Size(1474, 901);
this.facePanel1.ResumeLayout(false);
this.tableLayoutPanel5.ResumeLayout(false);
this.pnlPrintTmpLst.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.pnlPrintTmpLstOp.ResumeLayout(false);
this.pnLabelStyle.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.pnAllFieldsOfLabel.ResumeLayout(false);
this.tableLayoutPanel4.ResumeLayout(false);
this.facePanel7.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.pnLabelFieldPos.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
......@@ -510,5 +728,16 @@ namespace SmartScan
private Asa.FaceControl.FaceListBox LstField;
private System.Windows.Forms.PictureBox pictureBox1;
private Asa.FaceControl.FaceButton BtnCopyLabel;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
private Asa.FaceControl.FacePanel pnlPrintTmpLst;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private Asa.FaceControl.FacePanel pnlPrintTmpLstOp;
private Asa.FaceControl.FacePanel pnLabelStyle;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private Asa.FaceControl.FacePanel pnAllFieldsOfLabel;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private Asa.FaceControl.FacePanel facePanel7;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private Asa.FaceControl.FacePanel pnLabelFieldPos;
}
}
......@@ -32,7 +32,7 @@ namespace SmartScan
CboFieldType.Items.AddRange(Enum.GetNames(typeof(PrintLabelFieldType)));
labelCopy = BLLCommon.labelEdit.ToCopy();
Language.SetLanguage(this);
LstLabel.SelectedFirst();
//LstLabel.SelectedFirst();
}
public FacePanel GetPanel()
......@@ -317,5 +317,10 @@ namespace SmartScan
LstLabel.Items.Add(input.InputValue);
LstLabel.SelectedLast();
}
private void tableLayoutPanel2_Paint(object sender, PaintEventArgs e)
{
}
}
}
......@@ -385,6 +385,19 @@
</ItemGroup>
<ItemGroup>
<Content Include="App.ico" />
<None Include="Resources\copy.png" />
<None Include="Resources\validate.png" />
<None Include="Resources\filter.png" />
<None Include="Resources\recognize.png" />
<None Include="Resources\OCR.png" />
<None Include="Resources\saveas.png" />
<None Include="Resources\camera.png" />
<None Include="Resources\localfile.png" />
<None Include="Resources\light_off.png" />
<None Include="Resources\light_on.png" />
<None Include="Resources\rename.png" />
<None Include="Resources\delete.png" />
<None Include="Resources\create.png" />
<None Include="Resources\NEO 64.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!