Files
TetraParkOCR/TetraParkOCR/Form1.Designer.cs
2025-11-05 14:26:24 +08:00

1275 lines
76 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace TetraPackOCR
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.btn_OrderNum = new System.Windows.Forms.Button();
this.txt_OrderNum = new System.Windows.Forms.TextBox();
this.lbl_OrderNum = new System.Windows.Forms.Label();
this.lbl_R = new System.Windows.Forms.Label();
this.lbl_Y = new System.Windows.Forms.Label();
this.lbl_X = new System.Windows.Forms.Label();
this.lbl_verOcr = new System.Windows.Forms.Label();
this.lbl_XShow = new System.Windows.Forms.Label();
this.lbl_YShow = new System.Windows.Forms.Label();
this.lbl_RShow = new System.Windows.Forms.Label();
this.lbl_readOcrResult = new System.Windows.Forms.Label();
this.lbl_ocrResultState = new System.Windows.Forms.Label();
this.tableLayoutPanel_productInformtion = new System.Windows.Forms.TableLayoutPanel();
this.lbl_DistY = new System.Windows.Forms.Label();
this.lbl_DistX = new System.Windows.Forms.Label();
this.lbl_Gradient = new System.Windows.Forms.Label();
this.lbl_width = new System.Windows.Forms.Label();
this.lbl_ProductStandard = new System.Windows.Forms.Label();
this.lbl_NO = new System.Windows.Forms.Label();
this.lbl_QSV = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.Location_Display = new Cognex.VisionPro.CogRecordDisplay();
this.Ocr_picBox = new System.Windows.Forms.PictureBox();
this.btn_manualOcr = new System.Windows.Forms.Button();
this.txt_readOcrResultShow = new System.Windows.Forms.TextBox();
this.btn_manualDet = new System.Windows.Forms.Button();
this.toolStrip_Status = new System.Windows.Forms.ToolStrip();
this.ttls_PLCStatus_lbl = new System.Windows.Forms.ToolStripLabel();
this.ttls_PCLStatusShow = new System.Windows.Forms.ToolStripButton();
this.ttls_CamStatus_lbl = new System.Windows.Forms.ToolStripLabel();
this.ttls_CamStatusShow = new System.Windows.Forms.ToolStripButton();
this.ttls_SystemStatus_lbl = new System.Windows.Forms.ToolStripLabel();
this.ttls_SystemStatusShow = new System.Windows.Forms.ToolStripButton();
this.ttls_AcqEnable_lbl = new System.Windows.Forms.ToolStripLabel();
this.ttls_AcqEnableShow = new System.Windows.Forms.ToolStripButton();
this.tableLayoutPanel_log = new System.Windows.Forms.TableLayoutPanel();
this.lbl_L1_verOcrRs = new System.Windows.Forms.Label();
this.lbl_L4_verOcrRs = new System.Windows.Forms.Label();
this.lbl_L6_verOcrRs = new System.Windows.Forms.Label();
this.lbl_L9_verOcrRs = new System.Windows.Forms.Label();
this.lbl_L9 = new System.Windows.Forms.Label();
this.lbl_L5_verOcrRs = new System.Windows.Forms.Label();
this.lbl_L8_verOcrRs = new System.Windows.Forms.Label();
this.lbl_L8 = new System.Windows.Forms.Label();
this.lbl_L7 = new System.Windows.Forms.Label();
this.lbl_L6 = new System.Windows.Forms.Label();
this.lbl_L5 = new System.Windows.Forms.Label();
this.lbl_L4 = new System.Windows.Forms.Label();
this.lbl_L7_verOcrRs = new System.Windows.Forms.Label();
this.lbl_L2_verOcrRs = new System.Windows.Forms.Label();
this.lbl_L3 = new System.Windows.Forms.Label();
this.lbl_L3_verOcrRs = new System.Windows.Forms.Label();
this.lbl_L2 = new System.Windows.Forms.Label();
this.lbl_L1 = new System.Windows.Forms.Label();
this.list_Log = new System.Windows.Forms.ListView();
this.panel_Manual = new System.Windows.Forms.Panel();
this.lbl_Manual = new System.Windows.Forms.Label();
this.check_Autorun = new System.Windows.Forms.CheckBox();
this.panel_OrderInformation = new System.Windows.Forms.Panel();
this.lbl_orderinfo = new System.Windows.Forms.Label();
this.panel_AutoRun = new System.Windows.Forms.Panel();
this.label9 = new System.Windows.Forms.Label();
this.menuStrip_topmenu = new System.Windows.Forms.MenuStrip();
this.tableLayoutPanel_mainForm = new System.Windows.Forms.TableLayoutPanel();
this.panel_midup = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.listBox1 = new System.Windows.Forms.ListBox();
this.btn_StarDet_manual = new System.Windows.Forms.Button();
this.panel_log = new System.Windows.Forms.Panel();
this.panel_pixshow = new System.Windows.Forms.Panel();
this.panel_auto = new System.Windows.Forms.Panel();
this.panel_locationDisplay = new System.Windows.Forms.Panel();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.button2 = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.lbl_height = new System.Windows.Forms.Label();
this.tableLayoutPanel_productInformtion.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.Location_Display)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Ocr_picBox)).BeginInit();
this.toolStrip_Status.SuspendLayout();
this.tableLayoutPanel_log.SuspendLayout();
this.panel_Manual.SuspendLayout();
this.panel_OrderInformation.SuspendLayout();
this.panel_AutoRun.SuspendLayout();
this.tableLayoutPanel_mainForm.SuspendLayout();
this.panel_midup.SuspendLayout();
this.panel_log.SuspendLayout();
this.panel_pixshow.SuspendLayout();
this.panel_auto.SuspendLayout();
this.panel_locationDisplay.SuspendLayout();
this.SuspendLayout();
//
// btn_OrderNum
//
this.btn_OrderNum.BackColor = System.Drawing.Color.DeepSkyBlue;
this.btn_OrderNum.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btn_OrderNum.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_OrderNum.Location = new System.Drawing.Point(519, 26);
this.btn_OrderNum.Name = "btn_OrderNum";
this.btn_OrderNum.Size = new System.Drawing.Size(116, 29);
this.btn_OrderNum.TabIndex = 2;
this.btn_OrderNum.Text = "确认订单";
this.toolTip.SetToolTip(this.btn_OrderNum, "依据订单从数据表格获取相关信息");
this.btn_OrderNum.UseVisualStyleBackColor = false;
this.btn_OrderNum.Click += new System.EventHandler(this.btn_OrderNum_Click);
//
// txt_OrderNum
//
this.txt_OrderNum.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt_OrderNum.Location = new System.Drawing.Point(328, 26);
this.txt_OrderNum.Name = "txt_OrderNum";
this.txt_OrderNum.Size = new System.Drawing.Size(176, 29);
this.txt_OrderNum.TabIndex = 3;
this.txt_OrderNum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_OrderNum_KeyDown);
//
// lbl_OrderNum
//
this.lbl_OrderNum.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_OrderNum.Location = new System.Drawing.Point(231, 26);
this.lbl_OrderNum.Name = "lbl_OrderNum";
this.lbl_OrderNum.Size = new System.Drawing.Size(95, 29);
this.lbl_OrderNum.TabIndex = 4;
this.lbl_OrderNum.Text = "订单编号:";
this.lbl_OrderNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lbl_R
//
this.lbl_R.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_R.Location = new System.Drawing.Point(507, 284);
this.lbl_R.Name = "lbl_R";
this.lbl_R.Size = new System.Drawing.Size(129, 29);
this.lbl_R.TabIndex = 5;
this.lbl_R.Text = "当前定位角度R";
this.lbl_R.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lbl_Y
//
this.lbl_Y.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_Y.Location = new System.Drawing.Point(252, 284);
this.lbl_Y.Name = "lbl_Y";
this.lbl_Y.Size = new System.Drawing.Size(129, 29);
this.lbl_Y.TabIndex = 6;
this.lbl_Y.Text = "当前定位Y坐标";
this.lbl_Y.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lbl_X
//
this.lbl_X.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_X.Location = new System.Drawing.Point(11, 284);
this.lbl_X.Name = "lbl_X";
this.lbl_X.Size = new System.Drawing.Size(129, 29);
this.lbl_X.TabIndex = 7;
this.lbl_X.Text = "当前定位X坐标";
this.lbl_X.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lbl_verOcr
//
this.lbl_verOcr.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_verOcr.Location = new System.Drawing.Point(25, 46);
this.lbl_verOcr.Name = "lbl_verOcr";
this.lbl_verOcr.Size = new System.Drawing.Size(99, 29);
this.lbl_verOcr.TabIndex = 9;
this.lbl_verOcr.Text = "对比字符:";
this.lbl_verOcr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.lbl_verOcr, "字符从数据表格抓取以做验证使用");
//
// lbl_XShow
//
this.lbl_XShow.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.lbl_XShow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbl_XShow.Font = new System.Drawing.Font("宋体", 12F);
this.lbl_XShow.Location = new System.Drawing.Point(129, 284);
this.lbl_XShow.Name = "lbl_XShow";
this.lbl_XShow.Size = new System.Drawing.Size(117, 29);
this.lbl_XShow.TabIndex = 11;
this.lbl_XShow.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbl_YShow
//
this.lbl_YShow.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.lbl_YShow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbl_YShow.Font = new System.Drawing.Font("宋体", 12F);
this.lbl_YShow.Location = new System.Drawing.Point(370, 283);
this.lbl_YShow.Name = "lbl_YShow";
this.lbl_YShow.Size = new System.Drawing.Size(117, 29);
this.lbl_YShow.TabIndex = 12;
this.lbl_YShow.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbl_RShow
//
this.lbl_RShow.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.lbl_RShow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbl_RShow.Font = new System.Drawing.Font("宋体", 12F);
this.lbl_RShow.Location = new System.Drawing.Point(625, 284);
this.lbl_RShow.Name = "lbl_RShow";
this.lbl_RShow.Size = new System.Drawing.Size(117, 29);
this.lbl_RShow.TabIndex = 13;
this.lbl_RShow.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbl_readOcrResult
//
this.lbl_readOcrResult.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_readOcrResult.Location = new System.Drawing.Point(14, 321);
this.lbl_readOcrResult.Name = "lbl_readOcrResult";
this.lbl_readOcrResult.Size = new System.Drawing.Size(127, 29);
this.lbl_readOcrResult.TabIndex = 14;
this.lbl_readOcrResult.Text = "系统读取结果:";
this.lbl_readOcrResult.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.lbl_readOcrResult, "系统从当前图片读取到的字符");
//
// lbl_ocrResultState
//
this.lbl_ocrResultState.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_ocrResultState.Location = new System.Drawing.Point(4, -32);
this.lbl_ocrResultState.Name = "lbl_ocrResultState";
this.lbl_ocrResultState.Size = new System.Drawing.Size(127, 29);
this.lbl_ocrResultState.TabIndex = 16;
this.lbl_ocrResultState.Text = "字符验证结果:";
this.lbl_ocrResultState.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// tableLayoutPanel_productInformtion
//
this.tableLayoutPanel_productInformtion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel_productInformtion.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.InsetDouble;
this.tableLayoutPanel_productInformtion.ColumnCount = 2;
this.tableLayoutPanel_productInformtion.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel_productInformtion.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel_productInformtion.Controls.Add(this.lbl_height, 1, 4);
this.tableLayoutPanel_productInformtion.Controls.Add(this.label5, 0, 4);
this.tableLayoutPanel_productInformtion.Controls.Add(this.lbl_DistY, 1, 7);
this.tableLayoutPanel_productInformtion.Controls.Add(this.lbl_DistX, 1, 6);
this.tableLayoutPanel_productInformtion.Controls.Add(this.lbl_Gradient, 1, 5);
this.tableLayoutPanel_productInformtion.Controls.Add(this.lbl_width, 1, 3);
this.tableLayoutPanel_productInformtion.Controls.Add(this.lbl_ProductStandard, 1, 2);
this.tableLayoutPanel_productInformtion.Controls.Add(this.lbl_NO, 1, 1);
this.tableLayoutPanel_productInformtion.Controls.Add(this.lbl_QSV, 1, 0);
this.tableLayoutPanel_productInformtion.Controls.Add(this.label8, 0, 7);
this.tableLayoutPanel_productInformtion.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel_productInformtion.Controls.Add(this.label7, 0, 6);
this.tableLayoutPanel_productInformtion.Controls.Add(this.label6, 0, 5);
this.tableLayoutPanel_productInformtion.Controls.Add(this.label4, 0, 3);
this.tableLayoutPanel_productInformtion.Controls.Add(this.label3, 0, 2);
this.tableLayoutPanel_productInformtion.Controls.Add(this.label2, 0, 1);
this.tableLayoutPanel_productInformtion.Location = new System.Drawing.Point(2, 38);
this.tableLayoutPanel_productInformtion.Name = "tableLayoutPanel_productInformtion";
this.tableLayoutPanel_productInformtion.RowCount = 8;
this.tableLayoutPanel_productInformtion.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel_productInformtion.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel_productInformtion.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel_productInformtion.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel_productInformtion.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel_productInformtion.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel_productInformtion.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel_productInformtion.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel_productInformtion.Size = new System.Drawing.Size(308, 282);
this.tableLayoutPanel_productInformtion.TabIndex = 20;
//
// lbl_DistY
//
this.lbl_DistY.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.lbl_DistY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbl_DistY.Font = new System.Drawing.Font("宋体", 12F);
this.lbl_DistY.Location = new System.Drawing.Point(155, 241);
this.lbl_DistY.Margin = new System.Windows.Forms.Padding(0);
this.lbl_DistY.Name = "lbl_DistY";
this.lbl_DistY.Size = new System.Drawing.Size(150, 38);
this.lbl_DistY.TabIndex = 27;
this.lbl_DistY.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbl_DistX
//
this.lbl_DistX.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.lbl_DistX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbl_DistX.Font = new System.Drawing.Font("宋体", 12F);
this.lbl_DistX.Location = new System.Drawing.Point(155, 207);
this.lbl_DistX.Margin = new System.Windows.Forms.Padding(0);
this.lbl_DistX.Name = "lbl_DistX";
this.lbl_DistX.Size = new System.Drawing.Size(150, 31);
this.lbl_DistX.TabIndex = 26;
this.lbl_DistX.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbl_Gradient
//
this.lbl_Gradient.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.lbl_Gradient.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbl_Gradient.Font = new System.Drawing.Font("宋体", 12F);
this.lbl_Gradient.Location = new System.Drawing.Point(155, 173);
this.lbl_Gradient.Margin = new System.Windows.Forms.Padding(0);
this.lbl_Gradient.Name = "lbl_Gradient";
this.lbl_Gradient.Size = new System.Drawing.Size(150, 31);
this.lbl_Gradient.TabIndex = 25;
this.lbl_Gradient.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbl_width
//
this.lbl_width.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.lbl_width.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbl_width.Font = new System.Drawing.Font("宋体", 12F);
this.lbl_width.Location = new System.Drawing.Point(155, 105);
this.lbl_width.Margin = new System.Windows.Forms.Padding(0);
this.lbl_width.Name = "lbl_width";
this.lbl_width.Size = new System.Drawing.Size(150, 31);
this.lbl_width.TabIndex = 24;
this.lbl_width.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbl_ProductStandard
//
this.lbl_ProductStandard.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.lbl_ProductStandard.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbl_ProductStandard.Font = new System.Drawing.Font("宋体", 12F);
this.lbl_ProductStandard.Location = new System.Drawing.Point(155, 71);
this.lbl_ProductStandard.Margin = new System.Windows.Forms.Padding(0);
this.lbl_ProductStandard.Name = "lbl_ProductStandard";
this.lbl_ProductStandard.Size = new System.Drawing.Size(150, 31);
this.lbl_ProductStandard.TabIndex = 23;
this.lbl_ProductStandard.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbl_NO
//
this.lbl_NO.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.lbl_NO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbl_NO.Font = new System.Drawing.Font("宋体", 12F);
this.lbl_NO.Location = new System.Drawing.Point(155, 37);
this.lbl_NO.Margin = new System.Windows.Forms.Padding(0);
this.lbl_NO.Name = "lbl_NO";
this.lbl_NO.Size = new System.Drawing.Size(150, 31);
this.lbl_NO.TabIndex = 22;
this.lbl_NO.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbl_QSV
//
this.lbl_QSV.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.lbl_QSV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbl_QSV.Font = new System.Drawing.Font("宋体", 12F);
this.lbl_QSV.Location = new System.Drawing.Point(155, 3);
this.lbl_QSV.Margin = new System.Windows.Forms.Padding(0);
this.lbl_QSV.Name = "lbl_QSV";
this.lbl_QSV.Size = new System.Drawing.Size(150, 31);
this.lbl_QSV.TabIndex = 21;
this.lbl_QSV.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label8
//
this.label8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(3, 241);
this.label8.Margin = new System.Windows.Forms.Padding(0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(149, 38);
this.label8.TabIndex = 12;
this.label8.Text = "Y距离";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(3, 3);
this.label1.Margin = new System.Windows.Forms.Padding(0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(149, 31);
this.label1.TabIndex = 6;
this.label1.Text = "QSV";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label7
//
this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(3, 207);
this.label7.Margin = new System.Windows.Forms.Padding(0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(149, 31);
this.label7.TabIndex = 7;
this.label7.Text = "X距离";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label6
//
this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(3, 173);
this.label6.Margin = new System.Windows.Forms.Padding(0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(149, 31);
this.label6.TabIndex = 8;
this.label6.Text = "梯度:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4
//
this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(3, 105);
this.label4.Margin = new System.Windows.Forms.Padding(0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(149, 31);
this.label4.TabIndex = 9;
this.label4.Text = "包材宽度:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(3, 71);
this.label3.Margin = new System.Windows.Forms.Padding(0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(149, 31);
this.label3.TabIndex = 10;
this.label3.Text = "产品规格:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(3, 37);
this.label2.Margin = new System.Windows.Forms.Padding(0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(149, 31);
this.label2.TabIndex = 11;
this.label2.Text = "Number Of Lanes";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Location_Display
//
this.Location_Display.ColorMapLowerClipColor = System.Drawing.Color.Black;
this.Location_Display.ColorMapLowerRoiLimit = 0D;
this.Location_Display.ColorMapPredefined = Cognex.VisionPro.Display.CogDisplayColorMapPredefinedConstants.None;
this.Location_Display.ColorMapUpperClipColor = System.Drawing.Color.Black;
this.Location_Display.ColorMapUpperRoiLimit = 1D;
this.Location_Display.Dock = System.Windows.Forms.DockStyle.Fill;
this.Location_Display.DoubleTapZoomCycleLength = 2;
this.Location_Display.DoubleTapZoomSensitivity = 2.5D;
this.Location_Display.Location = new System.Drawing.Point(0, 0);
this.Location_Display.MouseWheelMode = Cognex.VisionPro.Display.CogDisplayMouseWheelModeConstants.Zoom1;
this.Location_Display.MouseWheelSensitivity = 1D;
this.Location_Display.Name = "Location_Display";
this.Location_Display.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("Location_Display.OcxState")));
this.Location_Display.Size = new System.Drawing.Size(478, 388);
this.Location_Display.TabIndex = 21;
//
// Ocr_picBox
//
this.Ocr_picBox.BackColor = System.Drawing.Color.Navy;
this.Ocr_picBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.Ocr_picBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.Ocr_picBox.Location = new System.Drawing.Point(0, 0);
this.Ocr_picBox.Name = "Ocr_picBox";
this.Ocr_picBox.Size = new System.Drawing.Size(478, 388);
this.Ocr_picBox.TabIndex = 22;
this.Ocr_picBox.TabStop = false;
//
// btn_manualOcr
//
this.btn_manualOcr.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btn_manualOcr.BackColor = System.Drawing.Color.DodgerBlue;
this.btn_manualOcr.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_manualOcr.Location = new System.Drawing.Point(79, 93);
this.btn_manualOcr.Name = "btn_manualOcr";
this.btn_manualOcr.Size = new System.Drawing.Size(154, 38);
this.btn_manualOcr.TabIndex = 23;
this.btn_manualOcr.Text = "手动OCR";
this.btn_manualOcr.UseVisualStyleBackColor = false;
this.btn_manualOcr.Click += new System.EventHandler(this.btn_manualOcr_Click);
//
// txt_readOcrResultShow
//
this.txt_readOcrResultShow.Font = new System.Drawing.Font("宋体", 12F);
this.txt_readOcrResultShow.Location = new System.Drawing.Point(17, 353);
this.txt_readOcrResultShow.Multiline = true;
this.txt_readOcrResultShow.Name = "txt_readOcrResultShow";
this.txt_readOcrResultShow.Size = new System.Drawing.Size(772, 69);
this.txt_readOcrResultShow.TabIndex = 24;
this.txt_readOcrResultShow.Text = "等待读取字符...";
//
// btn_manualDet
//
this.btn_manualDet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btn_manualDet.BackColor = System.Drawing.Color.DodgerBlue;
this.btn_manualDet.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_manualDet.Location = new System.Drawing.Point(79, 49);
this.btn_manualDet.Name = "btn_manualDet";
this.btn_manualDet.Size = new System.Drawing.Size(154, 38);
this.btn_manualDet.TabIndex = 25;
this.btn_manualDet.Text = "手动定位";
this.btn_manualDet.UseVisualStyleBackColor = false;
this.btn_manualDet.Click += new System.EventHandler(this.btn_manualDet_Click);
//
// toolStrip_Status
//
this.toolStrip_Status.Dock = System.Windows.Forms.DockStyle.Bottom;
this.toolStrip_Status.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ttls_PLCStatus_lbl,
this.ttls_PCLStatusShow,
this.ttls_CamStatus_lbl,
this.ttls_CamStatusShow,
this.ttls_SystemStatus_lbl,
this.ttls_SystemStatusShow,
this.ttls_AcqEnable_lbl,
this.ttls_AcqEnableShow});
this.toolStrip_Status.Location = new System.Drawing.Point(0, 815);
this.toolStrip_Status.Name = "toolStrip_Status";
this.toolStrip_Status.Size = new System.Drawing.Size(1618, 25);
this.toolStrip_Status.TabIndex = 26;
this.toolStrip_Status.Text = "toolStrip1";
//
// ttls_PLCStatus_lbl
//
this.ttls_PLCStatus_lbl.Name = "ttls_PLCStatus_lbl";
this.ttls_PLCStatus_lbl.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.ttls_PLCStatus_lbl.Size = new System.Drawing.Size(90, 22);
this.ttls_PLCStatus_lbl.Text = "PLC连接状态:";
//
// ttls_PCLStatusShow
//
this.ttls_PCLStatusShow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ttls_PCLStatusShow.Image = ((System.Drawing.Image)(resources.GetObject("ttls_PCLStatusShow.Image")));
this.ttls_PCLStatusShow.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ttls_PCLStatusShow.Name = "ttls_PCLStatusShow";
this.ttls_PCLStatusShow.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.ttls_PCLStatusShow.Size = new System.Drawing.Size(30, 22);
this.ttls_PCLStatusShow.Text = "toolStripButton1";
this.ttls_PCLStatusShow.Visible = false;
//
// ttls_CamStatus_lbl
//
this.ttls_CamStatus_lbl.Margin = new System.Windows.Forms.Padding(30, 1, 0, 2);
this.ttls_CamStatus_lbl.Name = "ttls_CamStatus_lbl";
this.ttls_CamStatus_lbl.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.ttls_CamStatus_lbl.Size = new System.Drawing.Size(69, 22);
this.ttls_CamStatus_lbl.Text = "相机状态:";
//
// ttls_CamStatusShow
//
this.ttls_CamStatusShow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ttls_CamStatusShow.Image = ((System.Drawing.Image)(resources.GetObject("ttls_CamStatusShow.Image")));
this.ttls_CamStatusShow.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ttls_CamStatusShow.Name = "ttls_CamStatusShow";
this.ttls_CamStatusShow.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.ttls_CamStatusShow.Size = new System.Drawing.Size(30, 22);
this.ttls_CamStatusShow.Text = "toolStripButton2";
this.ttls_CamStatusShow.Visible = false;
//
// ttls_SystemStatus_lbl
//
this.ttls_SystemStatus_lbl.Margin = new System.Windows.Forms.Padding(30, 1, 0, 2);
this.ttls_SystemStatus_lbl.Name = "ttls_SystemStatus_lbl";
this.ttls_SystemStatus_lbl.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.ttls_SystemStatus_lbl.Size = new System.Drawing.Size(93, 22);
this.ttls_SystemStatus_lbl.Text = "软件系统状态:";
//
// ttls_SystemStatusShow
//
this.ttls_SystemStatusShow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ttls_SystemStatusShow.Image = ((System.Drawing.Image)(resources.GetObject("ttls_SystemStatusShow.Image")));
this.ttls_SystemStatusShow.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ttls_SystemStatusShow.Name = "ttls_SystemStatusShow";
this.ttls_SystemStatusShow.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.ttls_SystemStatusShow.Size = new System.Drawing.Size(30, 22);
this.ttls_SystemStatusShow.Text = "toolStripButton3";
this.ttls_SystemStatusShow.Visible = false;
//
// ttls_AcqEnable_lbl
//
this.ttls_AcqEnable_lbl.Margin = new System.Windows.Forms.Padding(30, 1, 0, 2);
this.ttls_AcqEnable_lbl.Name = "ttls_AcqEnable_lbl";
this.ttls_AcqEnable_lbl.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.ttls_AcqEnable_lbl.Size = new System.Drawing.Size(78, 22);
this.ttls_AcqEnable_lbl.Text = "采集使能:";
//
// ttls_AcqEnableShow
//
this.ttls_AcqEnableShow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ttls_AcqEnableShow.Image = ((System.Drawing.Image)(resources.GetObject("ttls_AcqEnableShow.Image")));
this.ttls_AcqEnableShow.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ttls_AcqEnableShow.Name = "ttls_AcqEnableShow";
this.ttls_AcqEnableShow.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.ttls_AcqEnableShow.Size = new System.Drawing.Size(30, 22);
this.ttls_AcqEnableShow.Text = "toolStripButton1";
this.ttls_AcqEnableShow.Visible = false;
//
// tableLayoutPanel_log
//
this.tableLayoutPanel_log.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.tableLayoutPanel_log.ColumnCount = 9;
this.tableLayoutPanel_log.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
this.tableLayoutPanel_log.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
this.tableLayoutPanel_log.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
this.tableLayoutPanel_log.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
this.tableLayoutPanel_log.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
this.tableLayoutPanel_log.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
this.tableLayoutPanel_log.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
this.tableLayoutPanel_log.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
this.tableLayoutPanel_log.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
this.tableLayoutPanel_log.Controls.Add(this.lbl_L1_verOcrRs, 0, 1);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L4_verOcrRs, 3, 1);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L6_verOcrRs, 5, 1);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L9_verOcrRs, 8, 1);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L9, 8, 0);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L5_verOcrRs, 4, 1);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L8_verOcrRs, 7, 1);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L8, 7, 0);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L7, 6, 0);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L6, 5, 0);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L5, 4, 0);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L4, 3, 0);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L7_verOcrRs, 6, 1);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L2_verOcrRs, 1, 1);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L3, 2, 0);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L3_verOcrRs, 2, 1);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L2, 1, 0);
this.tableLayoutPanel_log.Controls.Add(this.lbl_L1, 0, 0);
this.tableLayoutPanel_log.Controls.Add(this.list_Log, 0, 2);
this.tableLayoutPanel_log.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel_log.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel_log.Margin = new System.Windows.Forms.Padding(1);
this.tableLayoutPanel_log.Name = "tableLayoutPanel_log";
this.tableLayoutPanel_log.RowCount = 3;
this.tableLayoutPanel_log.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
this.tableLayoutPanel_log.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
this.tableLayoutPanel_log.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
this.tableLayoutPanel_log.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel_log.Size = new System.Drawing.Size(801, 388);
this.tableLayoutPanel_log.TabIndex = 27;
//
// lbl_L1_verOcrRs
//
this.lbl_L1_verOcrRs.BackColor = System.Drawing.Color.Gray;
this.lbl_L1_verOcrRs.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L1_verOcrRs.Location = new System.Drawing.Point(2, 41);
this.lbl_L1_verOcrRs.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L1_verOcrRs.Name = "lbl_L1_verOcrRs";
this.lbl_L1_verOcrRs.Size = new System.Drawing.Size(85, 36);
this.lbl_L1_verOcrRs.TabIndex = 17;
this.lbl_L1_verOcrRs.Text = "未启用";
this.lbl_L1_verOcrRs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L4_verOcrRs
//
this.lbl_L4_verOcrRs.BackColor = System.Drawing.Color.Gray;
this.lbl_L4_verOcrRs.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L4_verOcrRs.Location = new System.Drawing.Point(266, 41);
this.lbl_L4_verOcrRs.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L4_verOcrRs.Name = "lbl_L4_verOcrRs";
this.lbl_L4_verOcrRs.Size = new System.Drawing.Size(85, 36);
this.lbl_L4_verOcrRs.TabIndex = 16;
this.lbl_L4_verOcrRs.Text = "未启用";
this.lbl_L4_verOcrRs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L6_verOcrRs
//
this.lbl_L6_verOcrRs.BackColor = System.Drawing.Color.Gray;
this.lbl_L6_verOcrRs.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L6_verOcrRs.Location = new System.Drawing.Point(442, 41);
this.lbl_L6_verOcrRs.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L6_verOcrRs.Name = "lbl_L6_verOcrRs";
this.lbl_L6_verOcrRs.Size = new System.Drawing.Size(85, 36);
this.lbl_L6_verOcrRs.TabIndex = 10;
this.lbl_L6_verOcrRs.Text = "未启用";
this.lbl_L6_verOcrRs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L9_verOcrRs
//
this.lbl_L9_verOcrRs.BackColor = System.Drawing.Color.Gray;
this.lbl_L9_verOcrRs.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L9_verOcrRs.Location = new System.Drawing.Point(706, 41);
this.lbl_L9_verOcrRs.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L9_verOcrRs.Name = "lbl_L9_verOcrRs";
this.lbl_L9_verOcrRs.Size = new System.Drawing.Size(93, 36);
this.lbl_L9_verOcrRs.TabIndex = 11;
this.lbl_L9_verOcrRs.Text = "未启用";
this.lbl_L9_verOcrRs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L9
//
this.lbl_L9.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.lbl_L9.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L9.Location = new System.Drawing.Point(706, 2);
this.lbl_L9.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L9.Name = "lbl_L9";
this.lbl_L9.Size = new System.Drawing.Size(93, 36);
this.lbl_L9.TabIndex = 8;
this.lbl_L9.Text = "L9";
this.lbl_L9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L5_verOcrRs
//
this.lbl_L5_verOcrRs.BackColor = System.Drawing.Color.Gray;
this.lbl_L5_verOcrRs.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L5_verOcrRs.Location = new System.Drawing.Point(354, 41);
this.lbl_L5_verOcrRs.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L5_verOcrRs.Name = "lbl_L5_verOcrRs";
this.lbl_L5_verOcrRs.Size = new System.Drawing.Size(85, 36);
this.lbl_L5_verOcrRs.TabIndex = 15;
this.lbl_L5_verOcrRs.Text = "未启用";
this.lbl_L5_verOcrRs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L8_verOcrRs
//
this.lbl_L8_verOcrRs.BackColor = System.Drawing.Color.Gray;
this.lbl_L8_verOcrRs.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L8_verOcrRs.Location = new System.Drawing.Point(618, 41);
this.lbl_L8_verOcrRs.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L8_verOcrRs.Name = "lbl_L8_verOcrRs";
this.lbl_L8_verOcrRs.Size = new System.Drawing.Size(85, 36);
this.lbl_L8_verOcrRs.TabIndex = 12;
this.lbl_L8_verOcrRs.Text = "未启用";
this.lbl_L8_verOcrRs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L8
//
this.lbl_L8.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.lbl_L8.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L8.Location = new System.Drawing.Point(618, 2);
this.lbl_L8.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L8.Name = "lbl_L8";
this.lbl_L8.Size = new System.Drawing.Size(85, 36);
this.lbl_L8.TabIndex = 7;
this.lbl_L8.Text = "L8";
this.lbl_L8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L7
//
this.lbl_L7.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.lbl_L7.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L7.Location = new System.Drawing.Point(530, 2);
this.lbl_L7.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L7.Name = "lbl_L7";
this.lbl_L7.Size = new System.Drawing.Size(85, 36);
this.lbl_L7.TabIndex = 6;
this.lbl_L7.Text = "L7";
this.lbl_L7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L6
//
this.lbl_L6.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.lbl_L6.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L6.Location = new System.Drawing.Point(442, 2);
this.lbl_L6.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L6.Name = "lbl_L6";
this.lbl_L6.Size = new System.Drawing.Size(85, 36);
this.lbl_L6.TabIndex = 5;
this.lbl_L6.Text = "L6";
this.lbl_L6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L5
//
this.lbl_L5.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.lbl_L5.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L5.Location = new System.Drawing.Point(354, 2);
this.lbl_L5.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L5.Name = "lbl_L5";
this.lbl_L5.Size = new System.Drawing.Size(85, 36);
this.lbl_L5.TabIndex = 4;
this.lbl_L5.Text = "L5";
this.lbl_L5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L4
//
this.lbl_L4.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.lbl_L4.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L4.Location = new System.Drawing.Point(266, 2);
this.lbl_L4.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L4.Name = "lbl_L4";
this.lbl_L4.Size = new System.Drawing.Size(85, 36);
this.lbl_L4.TabIndex = 3;
this.lbl_L4.Text = "L4";
this.lbl_L4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L7_verOcrRs
//
this.lbl_L7_verOcrRs.BackColor = System.Drawing.Color.Gray;
this.lbl_L7_verOcrRs.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L7_verOcrRs.Location = new System.Drawing.Point(530, 41);
this.lbl_L7_verOcrRs.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L7_verOcrRs.Name = "lbl_L7_verOcrRs";
this.lbl_L7_verOcrRs.Size = new System.Drawing.Size(85, 36);
this.lbl_L7_verOcrRs.TabIndex = 9;
this.lbl_L7_verOcrRs.Text = "未启用";
this.lbl_L7_verOcrRs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L2_verOcrRs
//
this.lbl_L2_verOcrRs.BackColor = System.Drawing.Color.Gray;
this.lbl_L2_verOcrRs.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L2_verOcrRs.Location = new System.Drawing.Point(90, 41);
this.lbl_L2_verOcrRs.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L2_verOcrRs.Name = "lbl_L2_verOcrRs";
this.lbl_L2_verOcrRs.Size = new System.Drawing.Size(85, 36);
this.lbl_L2_verOcrRs.TabIndex = 14;
this.lbl_L2_verOcrRs.Text = "未启用";
this.lbl_L2_verOcrRs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L3
//
this.lbl_L3.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.lbl_L3.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L3.Location = new System.Drawing.Point(178, 2);
this.lbl_L3.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L3.Name = "lbl_L3";
this.lbl_L3.Size = new System.Drawing.Size(85, 36);
this.lbl_L3.TabIndex = 2;
this.lbl_L3.Text = "L3";
this.lbl_L3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L3_verOcrRs
//
this.lbl_L3_verOcrRs.BackColor = System.Drawing.Color.Gray;
this.lbl_L3_verOcrRs.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L3_verOcrRs.Location = new System.Drawing.Point(178, 41);
this.lbl_L3_verOcrRs.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L3_verOcrRs.Name = "lbl_L3_verOcrRs";
this.lbl_L3_verOcrRs.Size = new System.Drawing.Size(85, 36);
this.lbl_L3_verOcrRs.TabIndex = 13;
this.lbl_L3_verOcrRs.Text = "未启用";
this.lbl_L3_verOcrRs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L2
//
this.lbl_L2.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.lbl_L2.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L2.Location = new System.Drawing.Point(90, 2);
this.lbl_L2.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L2.Name = "lbl_L2";
this.lbl_L2.Size = new System.Drawing.Size(85, 36);
this.lbl_L2.TabIndex = 1;
this.lbl_L2.Text = "L2";
this.lbl_L2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_L1
//
this.lbl_L1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.lbl_L1.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_L1.Location = new System.Drawing.Point(2, 2);
this.lbl_L1.Margin = new System.Windows.Forms.Padding(1);
this.lbl_L1.Name = "lbl_L1";
this.lbl_L1.Size = new System.Drawing.Size(85, 36);
this.lbl_L1.TabIndex = 0;
this.lbl_L1.Text = "L1";
this.lbl_L1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// list_Log
//
this.tableLayoutPanel_log.SetColumnSpan(this.list_Log, 9);
this.list_Log.Dock = System.Windows.Forms.DockStyle.Fill;
this.list_Log.HideSelection = false;
this.list_Log.Location = new System.Drawing.Point(4, 82);
this.list_Log.Name = "list_Log";
this.list_Log.Size = new System.Drawing.Size(793, 302);
this.list_Log.TabIndex = 18;
this.list_Log.UseCompatibleStateImageBehavior = false;
//
// panel_Manual
//
this.panel_Manual.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel_Manual.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel_Manual.Controls.Add(this.lbl_Manual);
this.panel_Manual.Controls.Add(this.btn_manualOcr);
this.panel_Manual.Controls.Add(this.btn_manualDet);
this.panel_Manual.Location = new System.Drawing.Point(2, 495);
this.panel_Manual.Name = "panel_Manual";
this.panel_Manual.Size = new System.Drawing.Size(315, 151);
this.panel_Manual.TabIndex = 28;
this.panel_Manual.Visible = false;
//
// lbl_Manual
//
this.lbl_Manual.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbl_Manual.BackColor = System.Drawing.Color.DeepSkyBlue;
this.lbl_Manual.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_Manual.Location = new System.Drawing.Point(-3, -1);
this.lbl_Manual.Name = "lbl_Manual";
this.lbl_Manual.Size = new System.Drawing.Size(317, 35);
this.lbl_Manual.TabIndex = 26;
this.lbl_Manual.Text = "手动运行操作";
this.lbl_Manual.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// check_Autorun
//
this.check_Autorun.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.check_Autorun.Appearance = System.Windows.Forms.Appearance.Button;
this.check_Autorun.BackColor = System.Drawing.SystemColors.Control;
this.check_Autorun.BackgroundImage = global::TetraParkOCR.Properties.Resources.OFF;
this.check_Autorun.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.check_Autorun.Location = new System.Drawing.Point(79, 56);
this.check_Autorun.Name = "check_Autorun";
this.check_Autorun.Size = new System.Drawing.Size(154, 64);
this.check_Autorun.TabIndex = 29;
this.check_Autorun.UseVisualStyleBackColor = false;
this.check_Autorun.CheckedChanged += new System.EventHandler(this.check_Autorun_CheckedChanged);
//
// panel_OrderInformation
//
this.panel_OrderInformation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel_OrderInformation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel_OrderInformation.Controls.Add(this.lbl_orderinfo);
this.panel_OrderInformation.Controls.Add(this.tableLayoutPanel_productInformtion);
this.panel_OrderInformation.Location = new System.Drawing.Point(3, 4);
this.panel_OrderInformation.Name = "panel_OrderInformation";
this.panel_OrderInformation.Size = new System.Drawing.Size(311, 323);
this.panel_OrderInformation.TabIndex = 29;
//
// lbl_orderinfo
//
this.lbl_orderinfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbl_orderinfo.BackColor = System.Drawing.Color.DeepSkyBlue;
this.lbl_orderinfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_orderinfo.Location = new System.Drawing.Point(-3, -1);
this.lbl_orderinfo.Name = "lbl_orderinfo";
this.lbl_orderinfo.Size = new System.Drawing.Size(315, 35);
this.lbl_orderinfo.TabIndex = 26;
this.lbl_orderinfo.Text = "订单信息";
this.lbl_orderinfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel_AutoRun
//
this.panel_AutoRun.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel_AutoRun.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel_AutoRun.Controls.Add(this.label9);
this.panel_AutoRun.Controls.Add(this.check_Autorun);
this.panel_AutoRun.Location = new System.Drawing.Point(2, 345);
this.panel_AutoRun.Name = "panel_AutoRun";
this.panel_AutoRun.Padding = new System.Windows.Forms.Padding(1);
this.panel_AutoRun.Size = new System.Drawing.Size(314, 144);
this.panel_AutoRun.TabIndex = 30;
//
// label9
//
this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label9.BackColor = System.Drawing.Color.DeepSkyBlue;
this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(-3, -1);
this.label9.Margin = new System.Windows.Forms.Padding(3);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(317, 35);
this.label9.TabIndex = 26;
this.label9.Text = "自动运行";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// menuStrip_topmenu
//
this.menuStrip_topmenu.BackColor = System.Drawing.Color.AliceBlue;
this.menuStrip_topmenu.Location = new System.Drawing.Point(0, 0);
this.menuStrip_topmenu.Name = "menuStrip_topmenu";
this.menuStrip_topmenu.Size = new System.Drawing.Size(1618, 24);
this.menuStrip_topmenu.TabIndex = 31;
//
// tableLayoutPanel_mainForm
//
this.tableLayoutPanel_mainForm.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.tableLayoutPanel_mainForm.ColumnCount = 3;
this.tableLayoutPanel_mainForm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel_mainForm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel_mainForm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel_mainForm.Controls.Add(this.panel_midup, 1, 0);
this.tableLayoutPanel_mainForm.Controls.Add(this.panel_log, 1, 1);
this.tableLayoutPanel_mainForm.Controls.Add(this.panel_pixshow, 0, 1);
this.tableLayoutPanel_mainForm.Controls.Add(this.panel_auto, 2, 0);
this.tableLayoutPanel_mainForm.Controls.Add(this.panel_locationDisplay, 0, 0);
this.tableLayoutPanel_mainForm.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel_mainForm.Location = new System.Drawing.Point(0, 24);
this.tableLayoutPanel_mainForm.Name = "tableLayoutPanel_mainForm";
this.tableLayoutPanel_mainForm.RowCount = 2;
this.tableLayoutPanel_mainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel_mainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel_mainForm.Size = new System.Drawing.Size(1618, 791);
this.tableLayoutPanel_mainForm.TabIndex = 32;
//
// panel_midup
//
this.panel_midup.Controls.Add(this.button2);
this.panel_midup.Controls.Add(this.button1);
this.panel_midup.Controls.Add(this.listBox1);
this.panel_midup.Controls.Add(this.btn_StarDet_manual);
this.panel_midup.Controls.Add(this.lbl_RShow);
this.panel_midup.Controls.Add(this.lbl_OrderNum);
this.panel_midup.Controls.Add(this.lbl_YShow);
this.panel_midup.Controls.Add(this.lbl_readOcrResult);
this.panel_midup.Controls.Add(this.lbl_XShow);
this.panel_midup.Controls.Add(this.txt_readOcrResultShow);
this.panel_midup.Controls.Add(this.lbl_verOcr);
this.panel_midup.Controls.Add(this.btn_OrderNum);
this.panel_midup.Controls.Add(this.lbl_X);
this.panel_midup.Controls.Add(this.lbl_Y);
this.panel_midup.Controls.Add(this.txt_OrderNum);
this.panel_midup.Controls.Add(this.lbl_R);
this.panel_midup.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_midup.Location = new System.Drawing.Point(489, 4);
this.panel_midup.Name = "panel_midup";
this.panel_midup.Size = new System.Drawing.Size(801, 388);
this.panel_midup.TabIndex = 33;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.LimeGreen;
this.button1.Enabled = false;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(370, 219);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(149, 46);
this.button1.TabIndex = 27;
this.button1.Text = "手动停止";
this.toolTip.SetToolTip(this.button1, "此操作为当前暂定方式");
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// listBox1
//
this.listBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 16;
this.listBox1.Location = new System.Drawing.Point(9, 85);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(781, 116);
this.listBox1.TabIndex = 26;
//
// btn_StarDet_manual
//
this.btn_StarDet_manual.BackColor = System.Drawing.Color.LimeGreen;
this.btn_StarDet_manual.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_StarDet_manual.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_StarDet_manual.Location = new System.Drawing.Point(190, 219);
this.btn_StarDet_manual.Name = "btn_StarDet_manual";
this.btn_StarDet_manual.Size = new System.Drawing.Size(149, 46);
this.btn_StarDet_manual.TabIndex = 25;
this.btn_StarDet_manual.Text = "手动开始";
this.toolTip.SetToolTip(this.btn_StarDet_manual, "此操作为当前暂定方式");
this.btn_StarDet_manual.UseVisualStyleBackColor = false;
this.btn_StarDet_manual.Click += new System.EventHandler(this.btn_StarDet_manual_Click);
//
// panel_log
//
this.panel_log.Controls.Add(this.lbl_ocrResultState);
this.panel_log.Controls.Add(this.tableLayoutPanel_log);
this.panel_log.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_log.Location = new System.Drawing.Point(489, 399);
this.panel_log.Name = "panel_log";
this.panel_log.Size = new System.Drawing.Size(801, 388);
this.panel_log.TabIndex = 33;
//
// panel_pixshow
//
this.panel_pixshow.Controls.Add(this.Ocr_picBox);
this.panel_pixshow.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_pixshow.Location = new System.Drawing.Point(4, 399);
this.panel_pixshow.Name = "panel_pixshow";
this.panel_pixshow.Size = new System.Drawing.Size(478, 388);
this.panel_pixshow.TabIndex = 1;
//
// panel_auto
//
this.panel_auto.Controls.Add(this.panel_OrderInformation);
this.panel_auto.Controls.Add(this.panel_AutoRun);
this.panel_auto.Controls.Add(this.panel_Manual);
this.panel_auto.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_auto.Location = new System.Drawing.Point(1297, 4);
this.panel_auto.Name = "panel_auto";
this.panel_auto.Padding = new System.Windows.Forms.Padding(1);
this.tableLayoutPanel_mainForm.SetRowSpan(this.panel_auto, 2);
this.panel_auto.Size = new System.Drawing.Size(317, 783);
this.panel_auto.TabIndex = 34;
//
// panel_locationDisplay
//
this.panel_locationDisplay.Controls.Add(this.Location_Display);
this.panel_locationDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_locationDisplay.Location = new System.Drawing.Point(4, 4);
this.panel_locationDisplay.Name = "panel_locationDisplay";
this.panel_locationDisplay.Size = new System.Drawing.Size(478, 388);
this.panel_locationDisplay.TabIndex = 0;
//
// button2
//
this.button2.BackColor = System.Drawing.Color.LimeGreen;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.Location = new System.Drawing.Point(26, 219);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(149, 46);
this.button2.TabIndex = 28;
this.button2.Text = "测试坐标";
this.toolTip.SetToolTip(this.button2, "此操作为当前暂定方式");
this.button2.UseVisualStyleBackColor = false;
//
// label5
//
this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(3, 139);
this.label5.Margin = new System.Windows.Forms.Padding(0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(149, 31);
this.label5.TabIndex = 28;
this.label5.Text = "包材高度:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_height
//
this.lbl_height.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.lbl_height.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbl_height.Font = new System.Drawing.Font("宋体", 12F);
this.lbl_height.Location = new System.Drawing.Point(155, 139);
this.lbl_height.Margin = new System.Windows.Forms.Padding(0);
this.lbl_height.Name = "lbl_height";
this.lbl_height.Size = new System.Drawing.Size(150, 31);
this.lbl_height.TabIndex = 29;
this.lbl_height.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(1618, 840);
this.Controls.Add(this.tableLayoutPanel_mainForm);
this.Controls.Add(this.toolStrip_Status);
this.Controls.Add(this.menuStrip_topmenu);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip_topmenu;
this.Name = "Form1";
this.Text = "CVE-北京利乐包装OCR读取验证系统";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.tableLayoutPanel_productInformtion.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.Location_Display)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Ocr_picBox)).EndInit();
this.toolStrip_Status.ResumeLayout(false);
this.toolStrip_Status.PerformLayout();
this.tableLayoutPanel_log.ResumeLayout(false);
this.panel_Manual.ResumeLayout(false);
this.panel_OrderInformation.ResumeLayout(false);
this.panel_AutoRun.ResumeLayout(false);
this.tableLayoutPanel_mainForm.ResumeLayout(false);
this.panel_midup.ResumeLayout(false);
this.panel_midup.PerformLayout();
this.panel_log.ResumeLayout(false);
this.panel_pixshow.ResumeLayout(false);
this.panel_auto.ResumeLayout(false);
this.panel_locationDisplay.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_OrderNum;
private System.Windows.Forms.TextBox txt_OrderNum;
private System.Windows.Forms.Label lbl_OrderNum;
private System.Windows.Forms.Label lbl_R;
private System.Windows.Forms.Label lbl_Y;
private System.Windows.Forms.Label lbl_X;
private System.Windows.Forms.Label lbl_verOcr;
private System.Windows.Forms.Label lbl_XShow;
private System.Windows.Forms.Label lbl_YShow;
private System.Windows.Forms.Label lbl_RShow;
private System.Windows.Forms.Label lbl_readOcrResult;
private System.Windows.Forms.Label lbl_ocrResultState;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel_productInformtion;
private System.Windows.Forms.Label lbl_QSV;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lbl_DistY;
private System.Windows.Forms.Label lbl_DistX;
private System.Windows.Forms.Label lbl_Gradient;
private System.Windows.Forms.Label lbl_width;
private System.Windows.Forms.Label lbl_ProductStandard;
private System.Windows.Forms.Label lbl_NO;
private Cognex.VisionPro.CogRecordDisplay Location_Display;
private System.Windows.Forms.PictureBox Ocr_picBox;
private System.Windows.Forms.Button btn_manualOcr;
private System.Windows.Forms.TextBox txt_readOcrResultShow;
private System.Windows.Forms.Button btn_manualDet;
private System.Windows.Forms.ToolStrip toolStrip_Status;
private System.Windows.Forms.ToolStripLabel ttls_PLCStatus_lbl;
private System.Windows.Forms.ToolStripButton ttls_PCLStatusShow;
private System.Windows.Forms.ToolStripLabel ttls_CamStatus_lbl;
private System.Windows.Forms.ToolStripButton ttls_CamStatusShow;
private System.Windows.Forms.ToolStripLabel ttls_SystemStatus_lbl;
private System.Windows.Forms.ToolStripButton ttls_SystemStatusShow;
private System.Windows.Forms.ToolStripLabel ttls_AcqEnable_lbl;
private System.Windows.Forms.ToolStripButton ttls_AcqEnableShow;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel_log;
private System.Windows.Forms.Label lbl_L9;
private System.Windows.Forms.Label lbl_L8;
private System.Windows.Forms.Label lbl_L7;
private System.Windows.Forms.Label lbl_L6;
private System.Windows.Forms.Label lbl_L5;
private System.Windows.Forms.Label lbl_L4;
private System.Windows.Forms.Label lbl_L3;
private System.Windows.Forms.Label lbl_L2;
private System.Windows.Forms.Label lbl_L1;
private System.Windows.Forms.Label lbl_L7_verOcrRs;
private System.Windows.Forms.Label lbl_L1_verOcrRs;
private System.Windows.Forms.Label lbl_L4_verOcrRs;
private System.Windows.Forms.Label lbl_L5_verOcrRs;
private System.Windows.Forms.Label lbl_L2_verOcrRs;
private System.Windows.Forms.Label lbl_L3_verOcrRs;
private System.Windows.Forms.Label lbl_L8_verOcrRs;
private System.Windows.Forms.Label lbl_L9_verOcrRs;
private System.Windows.Forms.Label lbl_L6_verOcrRs;
private System.Windows.Forms.Panel panel_Manual;
private System.Windows.Forms.Label lbl_Manual;
private System.Windows.Forms.CheckBox check_Autorun;
private System.Windows.Forms.Panel panel_OrderInformation;
private System.Windows.Forms.Label lbl_orderinfo;
private System.Windows.Forms.Panel panel_AutoRun;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.MenuStrip menuStrip_topmenu;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel_mainForm;
private System.Windows.Forms.Panel panel_locationDisplay;
private System.Windows.Forms.Panel panel_pixshow;
private System.Windows.Forms.Panel panel_midup;
private System.Windows.Forms.Panel panel_log;
private System.Windows.Forms.Panel panel_auto;
private System.Windows.Forms.Button btn_StarDet_manual;
private System.Windows.Forms.ToolTip toolTip;
private System.Windows.Forms.ListView list_Log;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label lbl_height;
private System.Windows.Forms.Label label5;
}
}