Commit 481b5723 贾鹏旭

条码模板设置

1 个父辈 1f1501be
......@@ -52,14 +52,15 @@ namespace SmartScan
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.BtnScanCode = new Asa.FaceControl.FaceButton();
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
this.BtnCloseLight = new Asa.FaceControl.FaceButton();
this.BtnOcrCode = new Asa.FaceControl.FaceButton();
this.BtnOpenLight = new Asa.FaceControl.FaceButton();
this.BtnCameraImage = new Asa.FaceControl.FaceButton();
this.BtnLocalImage = new Asa.FaceControl.FaceButton();
this.BtnOcrCode = new Asa.FaceControl.FaceButton();
this.BtnScanCode = new Asa.FaceControl.FaceButton();
this.BtnSaveImage = new Asa.FaceControl.FaceButton();
this.panel6 = new System.Windows.Forms.Panel();
this.ImgShow = new Asa.FaceControl.FacePictureBox();
this.facePanel1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
......@@ -77,7 +78,7 @@ namespace SmartScan
this.pnlImg.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.pnlImgOp.SuspendLayout();
this.panel6.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout();
this.SuspendLayout();
//
// facePanel1
......@@ -125,6 +126,7 @@ namespace SmartScan
//
// pnlMaterial
//
this.pnlMaterial.AutoSize = true;
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;
......@@ -273,6 +275,7 @@ namespace SmartScan
//
// pnlCode
//
this.pnlCode.AutoSize = true;
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;
......@@ -390,6 +393,7 @@ namespace SmartScan
//
// pnlImg
//
this.pnlImg.AutoSize = true;
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;
......@@ -419,7 +423,7 @@ namespace SmartScan
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.Size = new System.Drawing.Size(589, 641);
this.tableLayoutPanel3.TabIndex = 20;
//
// pnlImgOp
......@@ -427,10 +431,11 @@ namespace SmartScan
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.tableLayoutPanel5);
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.Location = new System.Drawing.Point(3, 359);
this.pnlImgOp.Name = "pnlImgOp";
this.pnlImgOp.Padding = new System.Windows.Forms.Padding(3);
this.pnlImgOp.Size = new System.Drawing.Size(583, 279);
......@@ -438,109 +443,101 @@ namespace SmartScan
this.pnlImgOp.Text = "图片操作";
this.pnlImgOp.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// panel6
// tableLayoutPanel5
//
this.tableLayoutPanel5.AutoSize = true;
this.tableLayoutPanel5.ColumnCount = 4;
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel5.Controls.Add(this.BtnCloseLight, 0, 1);
this.tableLayoutPanel5.Controls.Add(this.BtnOcrCode, 3, 1);
this.tableLayoutPanel5.Controls.Add(this.BtnOpenLight, 0, 0);
this.tableLayoutPanel5.Controls.Add(this.BtnCameraImage, 1, 1);
this.tableLayoutPanel5.Controls.Add(this.BtnLocalImage, 1, 0);
this.tableLayoutPanel5.Controls.Add(this.BtnScanCode, 3, 0);
this.tableLayoutPanel5.Controls.Add(this.BtnSaveImage, 2, 0);
this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 42);
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
this.tableLayoutPanel5.RowCount = 2;
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel5.Size = new System.Drawing.Size(577, 234);
this.tableLayoutPanel5.TabIndex = 16;
//
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.BtnScanCode);
this.panel6.Controls.Add(this.BtnCloseLight);
this.panel6.Controls.Add(this.BtnCameraImage);
this.panel6.Controls.Add(this.BtnLocalImage);
this.panel6.Controls.Add(this.BtnOcrCode);
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;
// BtnCloseLight
//
this.BtnCloseLight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnCloseLight.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnCloseLight.BorderWidth = 2;
this.BtnCloseLight.Dock = System.Windows.Forms.DockStyle.Fill;
this.BtnCloseLight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnCloseLight.HoldPress = false;
this.BtnCloseLight.Image = global::SmartScan.Properties.Resources.light_off;
this.BtnCloseLight.Location = new System.Drawing.Point(4, 121);
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(136, 109);
this.BtnCloseLight.TabIndex = 9;
this.BtnCloseLight.Text = "Turn off light";
this.BtnCloseLight.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnCloseLight.Click += new System.EventHandler(this.BtnCloseLight_Click);
//
// BtnOcrCode
//
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.Dock = System.Windows.Forms.DockStyle.Fill;
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(436, 121);
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(137, 109);
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);
//
// 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.Dock = System.Windows.Forms.DockStyle.Fill;
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.Location = new System.Drawing.Point(4, 4);
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.Size = new System.Drawing.Size(136, 109);
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);
//
// 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.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(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);
//
// BtnCloseLight
//
this.BtnCloseLight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnCloseLight.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
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.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(200, 105);
this.BtnCloseLight.TabIndex = 9;
this.BtnCloseLight.Text = "Turn off light";
this.BtnCloseLight.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnCloseLight.Click += new System.EventHandler(this.BtnCloseLight_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.Dock = System.Windows.Forms.DockStyle.Fill;
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.Location = new System.Drawing.Point(148, 121);
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.Size = new System.Drawing.Size(136, 109);
this.BtnCameraImage.TabIndex = 10;
this.BtnCameraImage.Text = "Gain device image";
this.BtnCameraImage.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
......@@ -551,37 +548,64 @@ namespace SmartScan
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.Dock = System.Windows.Forms.DockStyle.Fill;
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.Location = new System.Drawing.Point(148, 4);
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.Size = new System.Drawing.Size(136, 109);
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);
//
// BtnOcrCode
// BtnScanCode
//
this.BtnOcrCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | 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);
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.Dock = System.Windows.Forms.DockStyle.Fill;
this.BtnScanCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnScanCode.HoldPress = false;
this.BtnScanCode.Image = global::SmartScan.Properties.Resources.recognize;
this.BtnScanCode.Location = new System.Drawing.Point(436, 4);
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(137, 109);
this.BtnScanCode.TabIndex = 12;
this.BtnScanCode.Text = "识别";
this.BtnScanCode.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnScanCode.Click += new System.EventHandler(this.BtnScanCode_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.Dock = System.Windows.Forms.DockStyle.Fill;
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(292, 4);
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(136, 109);
this.BtnSaveImage.TabIndex = 18;
this.BtnSaveImage.Text = "ImageSave";
this.BtnSaveImage.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.BtnSaveImage.Click += new System.EventHandler(this.BtnSaveImage_Click);
//
// panel6
//
this.panel6.Location = new System.Drawing.Point(583, 83);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(571, 236);
this.panel6.TabIndex = 15;
//
// ImgShow
//
......@@ -596,7 +620,7 @@ namespace SmartScan
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.Size = new System.Drawing.Size(581, 348);
this.ImgShow.TabIndex = 14;
this.ImgShow.Text = "facePictureBox1";
//
......@@ -611,20 +635,24 @@ namespace SmartScan
this.facePanel1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
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.panel4.PerformLayout();
this.pnlCode.ResumeLayout(false);
this.tableLayoutPanel4.ResumeLayout(false);
this.pnlCodeOp.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.pnlImg.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.pnlImgOp.ResumeLayout(false);
this.panel6.ResumeLayout(false);
this.pnlImgOp.PerformLayout();
this.tableLayoutPanel5.ResumeLayout(false);
this.ResumeLayout(false);
}
......@@ -663,5 +691,6 @@ namespace SmartScan
private Asa.FaceControl.FacePanel pnlImgOp;
private Asa.FaceControl.FacePanel pnlCode;
private Asa.FaceControl.FacePanel pnlCodeOp;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
}
}
......@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Web.UI.WebControls;
using System.Windows.Forms;
using Asa.FaceControl;
using BLL;
......@@ -32,7 +33,7 @@ namespace SmartScan
mateCopy = BLLCommon.mateEdit.ToCopy();
Language.SetLanguage(this);
BtnCameraImage.Enabled = Camera.IsConnected();
//LstMate.SelectedFirst();
//LstMate.SelectedFirst();
}
public FacePanel GetPanel()
......@@ -44,10 +45,6 @@ namespace SmartScan
{
BLLCommon.mateEdit.Save(ref mateCopy);
}
private PointF[] LabelCenter()
{
List<PointF> item = new();
......@@ -861,5 +858,20 @@ namespace SmartScan
}
}
//private void button_1(Model.ISetMenu setMenu)
//{
// int buttonsPerRow = 4;
// // 计算按钮的宽度和高度
// int buttonWidth = panel6.Width / buttonsPerRow;
// int buttonHeight = panel6.Height / 2; // +1 用于保证有足够的高度放下所有按钮
// foreach (Control control in panel6.Controls)
// {
// control.Margin = new Padding(5);
// control.Width = buttonWidth;
// control.Height = buttonHeight;
// control.Size = new Size(buttonWidth, buttonHeight);
// }
//}
}
}
......@@ -79,12 +79,14 @@ namespace SmartScan
this.facePanel1.Controls.Add(this.RdoOriginal);
this.facePanel1.Controls.Add(this.LblHistoryImage);
this.facePanel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.facePanel1.Location = new System.Drawing.Point(3, 3);
this.facePanel1.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(3);
this.facePanel1.Padding = new System.Windows.Forms.Padding(4);
this.facePanel1.ShowText = false;
this.facePanel1.Size = new System.Drawing.Size(794, 632);
this.facePanel1.Size = new System.Drawing.Size(1059, 790);
this.facePanel1.TabIndex = 0;
this.facePanel1.Tag = "not";
this.facePanel1.Text = "facePanel1";
this.facePanel1.TitleFont = new System.Drawing.Font("宋体", 12F);
//
......@@ -95,10 +97,11 @@ namespace SmartScan
this.ChkAutoPrint.BorderWidth = 0;
this.ChkAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ChkAutoPrint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.ChkAutoPrint.Location = new System.Drawing.Point(547, 566);
this.ChkAutoPrint.Location = new System.Drawing.Point(729, 708);
this.ChkAutoPrint.Margin = new System.Windows.Forms.Padding(4);
this.ChkAutoPrint.Name = "ChkAutoPrint";
this.ChkAutoPrint.Padding = new System.Windows.Forms.Padding(3);
this.ChkAutoPrint.Size = new System.Drawing.Size(453, 35);
this.ChkAutoPrint.Padding = new System.Windows.Forms.Padding(4);
this.ChkAutoPrint.Size = new System.Drawing.Size(604, 44);
this.ChkAutoPrint.TabIndex = 18;
this.ChkAutoPrint.Text = "自动打印";
this.ChkAutoPrint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -111,10 +114,11 @@ namespace SmartScan
this.ChkPromptAfterPrinting.BorderWidth = 0;
this.ChkPromptAfterPrinting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ChkPromptAfterPrinting.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.ChkPromptAfterPrinting.Location = new System.Drawing.Point(547, 526);
this.ChkPromptAfterPrinting.Location = new System.Drawing.Point(729, 658);
this.ChkPromptAfterPrinting.Margin = new System.Windows.Forms.Padding(4);
this.ChkPromptAfterPrinting.Name = "ChkPromptAfterPrinting";
this.ChkPromptAfterPrinting.Padding = new System.Windows.Forms.Padding(3);
this.ChkPromptAfterPrinting.Size = new System.Drawing.Size(453, 35);
this.ChkPromptAfterPrinting.Padding = new System.Windows.Forms.Padding(4);
this.ChkPromptAfterPrinting.Size = new System.Drawing.Size(604, 44);
this.ChkPromptAfterPrinting.TabIndex = 18;
this.ChkPromptAfterPrinting.Text = "打印完成后提示";
this.ChkPromptAfterPrinting.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -127,10 +131,11 @@ namespace SmartScan
this.ChkTriggerOpenLight.BorderWidth = 0;
this.ChkTriggerOpenLight.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ChkTriggerOpenLight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.ChkTriggerOpenLight.Location = new System.Drawing.Point(547, 486);
this.ChkTriggerOpenLight.Location = new System.Drawing.Point(729, 608);
this.ChkTriggerOpenLight.Margin = new System.Windows.Forms.Padding(4);
this.ChkTriggerOpenLight.Name = "ChkTriggerOpenLight";
this.ChkTriggerOpenLight.Padding = new System.Windows.Forms.Padding(3);
this.ChkTriggerOpenLight.Size = new System.Drawing.Size(453, 35);
this.ChkTriggerOpenLight.Padding = new System.Windows.Forms.Padding(4);
this.ChkTriggerOpenLight.Size = new System.Drawing.Size(604, 44);
this.ChkTriggerOpenLight.TabIndex = 17;
this.ChkTriggerOpenLight.Text = "触发信号亮灯";
this.ChkTriggerOpenLight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -141,14 +146,16 @@ namespace SmartScan
this.LblDefaultMate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LblDefaultMate.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblDefaultMate.BorderWidth = 0;
this.LblDefaultMate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LblDefaultMate.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LblDefaultMate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblDefaultMate.Location = new System.Drawing.Point(6, 6);
this.LblDefaultMate.Location = new System.Drawing.Point(8, 8);
this.LblDefaultMate.Margin = new System.Windows.Forms.Padding(4);
this.LblDefaultMate.Name = "LblDefaultMate";
this.LblDefaultMate.Padding = new System.Windows.Forms.Padding(3);
this.LblDefaultMate.Size = new System.Drawing.Size(200, 35);
this.LblDefaultMate.Padding = new System.Windows.Forms.Padding(4);
this.LblDefaultMate.Size = new System.Drawing.Size(267, 44);
this.LblDefaultMate.TabIndex = 16;
this.LblDefaultMate.Text = "优先匹配模板";
this.LblDefaultMate.Tag = "not";
this.LblDefaultMate.Text = "Prioritize Match Template";
//
// LstMate
//
......@@ -157,11 +164,12 @@ namespace SmartScan
this.LstMate.BorderWidth = 2;
this.LstMate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LstMate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstMate.Location = new System.Drawing.Point(6, 47);
this.LstMate.Location = new System.Drawing.Point(8, 59);
this.LstMate.Margin = new System.Windows.Forms.Padding(4);
this.LstMate.Name = "LstMate";
this.LstMate.Padding = new System.Windows.Forms.Padding(3);
this.LstMate.Padding = new System.Windows.Forms.Padding(4);
this.LstMate.SelectedIndex = -1;
this.LstMate.Size = new System.Drawing.Size(200, 201);
this.LstMate.Size = new System.Drawing.Size(267, 251);
this.LstMate.TabIndex = 15;
//
// ChkPrintCompletedClear
......@@ -171,10 +179,11 @@ namespace SmartScan
this.ChkPrintCompletedClear.BorderWidth = 0;
this.ChkPrintCompletedClear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ChkPrintCompletedClear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.ChkPrintCompletedClear.Location = new System.Drawing.Point(547, 366);
this.ChkPrintCompletedClear.Location = new System.Drawing.Point(729, 458);
this.ChkPrintCompletedClear.Margin = new System.Windows.Forms.Padding(4);
this.ChkPrintCompletedClear.Name = "ChkPrintCompletedClear";
this.ChkPrintCompletedClear.Padding = new System.Windows.Forms.Padding(3);
this.ChkPrintCompletedClear.Size = new System.Drawing.Size(453, 35);
this.ChkPrintCompletedClear.Padding = new System.Windows.Forms.Padding(4);
this.ChkPrintCompletedClear.Size = new System.Drawing.Size(604, 44);
this.ChkPrintCompletedClear.TabIndex = 14;
this.ChkPrintCompletedClear.Text = "标签打印完成后清除数据";
this.ChkPrintCompletedClear.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -187,10 +196,11 @@ namespace SmartScan
this.ChkOpenMaximize.BorderWidth = 0;
this.ChkOpenMaximize.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ChkOpenMaximize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.ChkOpenMaximize.Location = new System.Drawing.Point(547, 446);
this.ChkOpenMaximize.Location = new System.Drawing.Point(729, 558);
this.ChkOpenMaximize.Margin = new System.Windows.Forms.Padding(4);
this.ChkOpenMaximize.Name = "ChkOpenMaximize";
this.ChkOpenMaximize.Padding = new System.Windows.Forms.Padding(3);
this.ChkOpenMaximize.Size = new System.Drawing.Size(453, 35);
this.ChkOpenMaximize.Padding = new System.Windows.Forms.Padding(4);
this.ChkOpenMaximize.Size = new System.Drawing.Size(604, 44);
this.ChkOpenMaximize.TabIndex = 13;
this.ChkOpenMaximize.Text = "软件打开最大化";
this.ChkOpenMaximize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -203,11 +213,12 @@ namespace SmartScan
this.LstPrinter.BorderWidth = 2;
this.LstPrinter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LstPrinter.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstPrinter.Location = new System.Drawing.Point(23, 457);
this.LstPrinter.Location = new System.Drawing.Point(31, 571);
this.LstPrinter.Margin = new System.Windows.Forms.Padding(4);
this.LstPrinter.Name = "LstPrinter";
this.LstPrinter.Padding = new System.Windows.Forms.Padding(3);
this.LstPrinter.Padding = new System.Windows.Forms.Padding(4);
this.LstPrinter.SelectedIndex = -1;
this.LstPrinter.Size = new System.Drawing.Size(350, 150);
this.LstPrinter.Size = new System.Drawing.Size(467, 188);
this.LstPrinter.TabIndex = 8;
this.LstPrinter.Visible = false;
//
......@@ -218,10 +229,11 @@ namespace SmartScan
this.ChkOpenEnterWork.BorderWidth = 0;
this.ChkOpenEnterWork.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ChkOpenEnterWork.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.ChkOpenEnterWork.Location = new System.Drawing.Point(547, 406);
this.ChkOpenEnterWork.Location = new System.Drawing.Point(729, 508);
this.ChkOpenEnterWork.Margin = new System.Windows.Forms.Padding(4);
this.ChkOpenEnterWork.Name = "ChkOpenEnterWork";
this.ChkOpenEnterWork.Padding = new System.Windows.Forms.Padding(3);
this.ChkOpenEnterWork.Size = new System.Drawing.Size(453, 35);
this.ChkOpenEnterWork.Padding = new System.Windows.Forms.Padding(4);
this.ChkOpenEnterWork.Size = new System.Drawing.Size(604, 44);
this.ChkOpenEnterWork.TabIndex = 12;
this.ChkOpenEnterWork.Text = "软件打开自动进入工作";
this.ChkOpenEnterWork.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -234,10 +246,11 @@ namespace SmartScan
this.ChkLabelEmptyCheck.BorderWidth = 0;
this.ChkLabelEmptyCheck.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ChkLabelEmptyCheck.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.ChkLabelEmptyCheck.Location = new System.Drawing.Point(547, 326);
this.ChkLabelEmptyCheck.Location = new System.Drawing.Point(729, 408);
this.ChkLabelEmptyCheck.Margin = new System.Windows.Forms.Padding(4);
this.ChkLabelEmptyCheck.Name = "ChkLabelEmptyCheck";
this.ChkLabelEmptyCheck.Padding = new System.Windows.Forms.Padding(3);
this.ChkLabelEmptyCheck.Size = new System.Drawing.Size(507, 35);
this.ChkLabelEmptyCheck.Padding = new System.Windows.Forms.Padding(4);
this.ChkLabelEmptyCheck.Size = new System.Drawing.Size(676, 44);
this.ChkLabelEmptyCheck.TabIndex = 11;
this.ChkLabelEmptyCheck.Text = "标签空内容校验";
this.ChkLabelEmptyCheck.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -250,10 +263,11 @@ namespace SmartScan
this.ChkSelectPN.BorderWidth = 0;
this.ChkSelectPN.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ChkSelectPN.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.ChkSelectPN.Location = new System.Drawing.Point(547, 286);
this.ChkSelectPN.Location = new System.Drawing.Point(729, 358);
this.ChkSelectPN.Margin = new System.Windows.Forms.Padding(4);
this.ChkSelectPN.Name = "ChkSelectPN";
this.ChkSelectPN.Padding = new System.Windows.Forms.Padding(3);
this.ChkSelectPN.Size = new System.Drawing.Size(453, 35);
this.ChkSelectPN.Padding = new System.Windows.Forms.Padding(4);
this.ChkSelectPN.Size = new System.Drawing.Size(604, 44);
this.ChkSelectPN.TabIndex = 10;
this.ChkSelectPN.Text = "通过服务器查询PN";
this.ChkSelectPN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -266,10 +280,11 @@ namespace SmartScan
this.LblDefaultLabel.BorderWidth = 0;
this.LblDefaultLabel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LblDefaultLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblDefaultLabel.Location = new System.Drawing.Point(547, 33);
this.LblDefaultLabel.Location = new System.Drawing.Point(729, 41);
this.LblDefaultLabel.Margin = new System.Windows.Forms.Padding(4);
this.LblDefaultLabel.Name = "LblDefaultLabel";
this.LblDefaultLabel.Padding = new System.Windows.Forms.Padding(3);
this.LblDefaultLabel.Size = new System.Drawing.Size(200, 35);
this.LblDefaultLabel.Padding = new System.Windows.Forms.Padding(4);
this.LblDefaultLabel.Size = new System.Drawing.Size(267, 44);
this.LblDefaultLabel.TabIndex = 9;
this.LblDefaultLabel.Text = "默认打印标签";
this.LblDefaultLabel.Visible = false;
......@@ -282,10 +297,11 @@ namespace SmartScan
this.RdoVertical.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RdoVertical.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.RdoVertical.Group = "1";
this.RdoVertical.Location = new System.Drawing.Point(201, 406);
this.RdoVertical.Location = new System.Drawing.Point(268, 508);
this.RdoVertical.Margin = new System.Windows.Forms.Padding(4);
this.RdoVertical.Name = "RdoVertical";
this.RdoVertical.Padding = new System.Windows.Forms.Padding(3);
this.RdoVertical.Size = new System.Drawing.Size(172, 45);
this.RdoVertical.Padding = new System.Windows.Forms.Padding(4);
this.RdoVertical.Size = new System.Drawing.Size(229, 56);
this.RdoVertical.TabIndex = 7;
this.RdoVertical.Text = "纵向打印";
this.RdoVertical.Visible = false;
......@@ -298,10 +314,11 @@ namespace SmartScan
this.RdoLandscape.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RdoLandscape.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.RdoLandscape.Group = "1";
this.RdoLandscape.Location = new System.Drawing.Point(23, 406);
this.RdoLandscape.Location = new System.Drawing.Point(31, 508);
this.RdoLandscape.Margin = new System.Windows.Forms.Padding(4);
this.RdoLandscape.Name = "RdoLandscape";
this.RdoLandscape.Padding = new System.Windows.Forms.Padding(3);
this.RdoLandscape.Size = new System.Drawing.Size(172, 45);
this.RdoLandscape.Padding = new System.Windows.Forms.Padding(4);
this.RdoLandscape.Size = new System.Drawing.Size(229, 56);
this.RdoLandscape.TabIndex = 6;
this.RdoLandscape.Text = "横向打印";
this.RdoLandscape.Visible = false;
......@@ -313,11 +330,12 @@ namespace SmartScan
this.LstLabel.BorderWidth = 2;
this.LstLabel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LstLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstLabel.Location = new System.Drawing.Point(547, 74);
this.LstLabel.Location = new System.Drawing.Point(729, 92);
this.LstLabel.Margin = new System.Windows.Forms.Padding(4);
this.LstLabel.Name = "LstLabel";
this.LstLabel.Padding = new System.Windows.Forms.Padding(3);
this.LstLabel.Padding = new System.Windows.Forms.Padding(4);
this.LstLabel.SelectedIndex = -1;
this.LstLabel.Size = new System.Drawing.Size(200, 201);
this.LstLabel.Size = new System.Drawing.Size(267, 251);
this.LstLabel.TabIndex = 5;
this.LstLabel.Visible = false;
//
......@@ -328,10 +346,11 @@ namespace SmartScan
this.LblPrint.BorderWidth = 0;
this.LblPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LblPrint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblPrint.Location = new System.Drawing.Point(23, 365);
this.LblPrint.Location = new System.Drawing.Point(31, 456);
this.LblPrint.Margin = new System.Windows.Forms.Padding(4);
this.LblPrint.Name = "LblPrint";
this.LblPrint.Padding = new System.Windows.Forms.Padding(3);
this.LblPrint.Size = new System.Drawing.Size(350, 35);
this.LblPrint.Padding = new System.Windows.Forms.Padding(4);
this.LblPrint.Size = new System.Drawing.Size(467, 44);
this.LblPrint.TabIndex = 4;
this.LblPrint.Text = "打印机";
this.LblPrint.Visible = false;
......@@ -344,10 +363,11 @@ namespace SmartScan
this.RdoNoImage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RdoNoImage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.RdoNoImage.Group = "2";
this.RdoNoImage.Location = new System.Drawing.Point(389, 608);
this.RdoNoImage.Location = new System.Drawing.Point(519, 760);
this.RdoNoImage.Margin = new System.Windows.Forms.Padding(4);
this.RdoNoImage.Name = "RdoNoImage";
this.RdoNoImage.Padding = new System.Windows.Forms.Padding(3);
this.RdoNoImage.Size = new System.Drawing.Size(235, 35);
this.RdoNoImage.Padding = new System.Windows.Forms.Padding(4);
this.RdoNoImage.Size = new System.Drawing.Size(313, 44);
this.RdoNoImage.TabIndex = 3;
this.RdoNoImage.Text = "不保存";
this.RdoNoImage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -361,10 +381,11 @@ namespace SmartScan
this.RdoCondense.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RdoCondense.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.RdoCondense.Group = "2";
this.RdoCondense.Location = new System.Drawing.Point(389, 567);
this.RdoCondense.Location = new System.Drawing.Point(519, 709);
this.RdoCondense.Margin = new System.Windows.Forms.Padding(4);
this.RdoCondense.Name = "RdoCondense";
this.RdoCondense.Padding = new System.Windows.Forms.Padding(3);
this.RdoCondense.Size = new System.Drawing.Size(235, 35);
this.RdoCondense.Padding = new System.Windows.Forms.Padding(4);
this.RdoCondense.Size = new System.Drawing.Size(313, 44);
this.RdoCondense.TabIndex = 2;
this.RdoCondense.Text = "压缩图";
this.RdoCondense.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -378,10 +399,11 @@ namespace SmartScan
this.RdoOriginal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RdoOriginal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.RdoOriginal.Group = "2";
this.RdoOriginal.Location = new System.Drawing.Point(389, 526);
this.RdoOriginal.Location = new System.Drawing.Point(519, 658);
this.RdoOriginal.Margin = new System.Windows.Forms.Padding(4);
this.RdoOriginal.Name = "RdoOriginal";
this.RdoOriginal.Padding = new System.Windows.Forms.Padding(3);
this.RdoOriginal.Size = new System.Drawing.Size(235, 35);
this.RdoOriginal.Padding = new System.Windows.Forms.Padding(4);
this.RdoOriginal.Size = new System.Drawing.Size(313, 44);
this.RdoOriginal.TabIndex = 1;
this.RdoOriginal.Text = "原始图";
this.RdoOriginal.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -394,10 +416,11 @@ namespace SmartScan
this.LblHistoryImage.BorderWidth = 0;
this.LblHistoryImage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LblHistoryImage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblHistoryImage.Location = new System.Drawing.Point(389, 485);
this.LblHistoryImage.Location = new System.Drawing.Point(519, 606);
this.LblHistoryImage.Margin = new System.Windows.Forms.Padding(4);
this.LblHistoryImage.Name = "LblHistoryImage";
this.LblHistoryImage.Padding = new System.Windows.Forms.Padding(3);
this.LblHistoryImage.Size = new System.Drawing.Size(235, 35);
this.LblHistoryImage.Padding = new System.Windows.Forms.Padding(4);
this.LblHistoryImage.Size = new System.Drawing.Size(313, 44);
this.LblHistoryImage.TabIndex = 0;
this.LblHistoryImage.Text = "追溯图像保存";
this.LblHistoryImage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......@@ -405,11 +428,12 @@ namespace SmartScan
//
// UsrWorkMode2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
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(4);
this.Name = "UsrWorkMode2";
this.Size = new System.Drawing.Size(843, 638);
this.Size = new System.Drawing.Size(1124, 798);
this.facePanel1.ResumeLayout(false);
this.ResumeLayout(false);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!