Commit f4d2d845 张东亮

1

1 个父辈 1973404b
......@@ -31,7 +31,6 @@ namespace SmartScan
{
this.facePanel1 = new Asa.FaceControl.FacePanel();
this.BtnExtractCode = new Asa.FaceControl.FaceButton();
this.BtnOcrCode = new Asa.FaceControl.FaceButton();
this.BtnPrimaryCode = new Asa.FaceControl.FaceButton();
this.ImgShow = new Asa.FaceControl.FacePictureBox();
this.LstCode = new Asa.FaceControl.FaceListBox();
......@@ -53,7 +52,6 @@ namespace SmartScan
this.facePanel1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.facePanel1.BorderWidth = 2;
this.facePanel1.Controls.Add(this.BtnExtractCode);
this.facePanel1.Controls.Add(this.BtnOcrCode);
this.facePanel1.Controls.Add(this.BtnPrimaryCode);
this.facePanel1.Controls.Add(this.ImgShow);
this.facePanel1.Controls.Add(this.LstCode);
......@@ -85,33 +83,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, 409);
this.BtnExtractCode.Location = new System.Drawing.Point(243, 454);
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(461, 56);
this.BtnExtractCode.Size = new System.Drawing.Size(227, 56);
this.BtnExtractCode.TabIndex = 17;
this.BtnExtractCode.Text = "条码提取";
this.BtnExtractCode.Click += new System.EventHandler(this.BtnExtractCode_Click);
//
// BtnOcrCode
//
this.BtnOcrCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
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(243, 473);
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 = 16;
this.BtnOcrCode.Text = "OCR";
this.BtnOcrCode.Visible = false;
this.BtnOcrCode.Click += new System.EventHandler(this.BtnOcrCode_Click);
//
// BtnPrimaryCode
//
this.BtnPrimaryCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
......@@ -120,7 +100,7 @@ namespace SmartScan
this.BtnPrimaryCode.BorderWidth = 2;
this.BtnPrimaryCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnPrimaryCode.HoldPress = false;
this.BtnPrimaryCode.Location = new System.Drawing.Point(477, 472);
this.BtnPrimaryCode.Location = new System.Drawing.Point(477, 453);
this.BtnPrimaryCode.Margin = new System.Windows.Forms.Padding(4);
this.BtnPrimaryCode.Name = "BtnPrimaryCode";
this.BtnPrimaryCode.Padding = new System.Windows.Forms.Padding(4);
......@@ -161,7 +141,7 @@ namespace SmartScan
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, 266);
this.LstCode.Size = new System.Drawing.Size(461, 311);
this.LstCode.TabIndex = 13;
this.LstCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.LstCode.SelectedIndexChanged += new System.EventHandler(this.LstCode_SelectedIndexChanged);
......@@ -330,7 +310,6 @@ namespace SmartScan
private Asa.FaceControl.FaceButton BtnAddMate;
private Asa.FaceControl.FaceListBox LstMate;
private Asa.FaceControl.FaceButton BtnExtractCode;
private Asa.FaceControl.FaceButton BtnOcrCode;
private Asa.FaceControl.FaceButton BtnPrimaryCode;
private Asa.FaceControl.FacePictureBox ImgShow;
private Asa.FaceControl.FaceListBox LstCode;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!