FrmCodeDecode.Designer.cs 20.8 KB
namespace CodeLibrary
{
    partial class FrmCodeDecode
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCodeDecode));
            this.txtPath = new System.Windows.Forms.TextBox();
            this.btnSelImage = new System.Windows.Forms.Button();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.txtResult = new System.Windows.Forms.TextBox();
            this.hWindowControl1 = new HalconDotNet.HWindowControl();
            this.btnbarCode = new System.Windows.Forms.Button();
            this.btnLearn = new System.Windows.Forms.Button();
            this.btnDCode = new System.Windows.Forms.Button();
            this.btnClearLog = new System.Windows.Forms.Button();
            this.cmbCount = new System.Windows.Forms.ComboBox();
            this.lblCount = new System.Windows.Forms.Label();
            this.btnCameraImage = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.cmbCamera = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.cmbCodeType = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.chbUseParam = new System.Windows.Forms.CheckBox();
            this.txtParamPath = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.btnScanTest = new System.Windows.Forms.Button();
            this.chbZxing = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // txtPath
            // 
            this.txtPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtPath.Location = new System.Drawing.Point(1047, 92);
            this.txtPath.Name = "txtPath";
            this.txtPath.Size = new System.Drawing.Size(321, 21);
            this.txtPath.TabIndex = 0;
            // 
            // btnSelImage
            // 
            this.btnSelImage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSelImage.Location = new System.Drawing.Point(10, 10);
            this.btnSelImage.Name = "btnSelImage";
            this.btnSelImage.Size = new System.Drawing.Size(141, 33);
            this.btnSelImage.TabIndex = 1;
            this.btnSelImage.Text = "打开本地图片";
            this.btnSelImage.UseVisualStyleBackColor = true;
            this.btnSelImage.Click += new System.EventHandler(this.btnSelImage_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBox1.BackColor = System.Drawing.Color.White;
            this.pictureBox1.Location = new System.Drawing.Point(917, 115);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(451, 313);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 2;
            this.pictureBox1.TabStop = false;
            // 
            // txtResult
            // 
            this.txtResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.txtResult.Location = new System.Drawing.Point(917, 431);
            this.txtResult.Multiline = true;
            this.txtResult.Name = "txtResult";
            this.txtResult.Size = new System.Drawing.Size(450, 290);
            this.txtResult.TabIndex = 3;
            // 
            // hWindowControl1
            // 
            this.hWindowControl1.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.hWindowControl1.BackColor = System.Drawing.Color.Black;
            this.hWindowControl1.BorderColor = System.Drawing.Color.Black;
            this.hWindowControl1.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480);
            this.hWindowControl1.Location = new System.Drawing.Point(11, 115);
            this.hWindowControl1.Name = "hWindowControl1";
            this.hWindowControl1.Size = new System.Drawing.Size(900, 606);
            this.hWindowControl1.TabIndex = 8;
            this.hWindowControl1.WindowSize = new System.Drawing.Size(900, 606);
            // 
            // btnbarCode
            // 
            this.btnbarCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnbarCode.Location = new System.Drawing.Point(896, 49);
            this.btnbarCode.Name = "btnbarCode";
            this.btnbarCode.Size = new System.Drawing.Size(167, 33);
            this.btnbarCode.TabIndex = 9;
            this.btnbarCode.Text = "一维码识别";
            this.btnbarCode.UseVisualStyleBackColor = true;
            this.btnbarCode.Click += new System.EventHandler(this.btnbarCode_Click);
            // 
            // btnLearn
            // 
            this.btnLearn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnLearn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnLearn.Location = new System.Drawing.Point(1249, 10);
            this.btnLearn.Name = "btnLearn";
            this.btnLearn.Size = new System.Drawing.Size(109, 33);
            this.btnLearn.TabIndex = 10;
            this.btnLearn.Text = "学习";
            this.btnLearn.UseVisualStyleBackColor = true;
            this.btnLearn.Click += new System.EventHandler(this.btnLearn_Click);
            // 
            // btnDCode
            // 
            this.btnDCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDCode.Location = new System.Drawing.Point(896, 10);
            this.btnDCode.Name = "btnDCode";
            this.btnDCode.Size = new System.Drawing.Size(167, 33);
            this.btnDCode.TabIndex = 11;
            this.btnDCode.Text = "二维码识别";
            this.btnDCode.UseVisualStyleBackColor = true;
            this.btnDCode.Click += new System.EventHandler(this.btnDCode_Click);
            // 
            // btnClearLog
            // 
            this.btnClearLog.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnClearLog.Location = new System.Drawing.Point(711, 49);
            this.btnClearLog.Name = "btnClearLog";
            this.btnClearLog.Size = new System.Drawing.Size(116, 33);
            this.btnClearLog.TabIndex = 12;
            this.btnClearLog.Text = "清理日志";
            this.btnClearLog.UseVisualStyleBackColor = true;
            this.btnClearLog.Click += new System.EventHandler(this.btnClearLog_Click);
            // 
            // cmbCount
            // 
            this.cmbCount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbCount.FormattingEnabled = true;
            this.cmbCount.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15",
            "16",
            "17",
            "18",
            "19",
            "20"});
            this.cmbCount.Location = new System.Drawing.Point(334, 53);
            this.cmbCount.Name = "cmbCount";
            this.cmbCount.Size = new System.Drawing.Size(66, 25);
            this.cmbCount.TabIndex = 16;
            // 
            // lblCount
            // 
            this.lblCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblCount.Location = new System.Drawing.Point(157, 57);
            this.lblCount.Name = "lblCount";
            this.lblCount.Size = new System.Drawing.Size(171, 17);
            this.lblCount.TabIndex = 15;
            this.lblCount.Text = "条码数量:";
            this.lblCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnCameraImage
            // 
            this.btnCameraImage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCameraImage.Location = new System.Drawing.Point(10, 49);
            this.btnCameraImage.Name = "btnCameraImage";
            this.btnCameraImage.Size = new System.Drawing.Size(141, 33);
            this.btnCameraImage.TabIndex = 17;
            this.btnCameraImage.Text = "相机获取图片";
            this.btnCameraImage.UseVisualStyleBackColor = true;
            this.btnCameraImage.Click += new System.EventHandler(this.btnCameraImage_Click);
            // 
            // btnExit
            // 
            this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnExit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnExit.Location = new System.Drawing.Point(1249, 49);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(109, 33);
            this.btnExit.TabIndex = 18;
            this.btnExit.Text = "退出";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(914, 95);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(127, 17);
            this.label1.TabIndex = 19;
            this.label1.Text = "图片路径";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // cmbCamera
            // 
            this.cmbCamera.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbCamera.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbCamera.FormattingEnabled = true;
            this.cmbCamera.Location = new System.Drawing.Point(334, 14);
            this.cmbCamera.Name = "cmbCamera";
            this.cmbCamera.Size = new System.Drawing.Size(326, 25);
            this.cmbCamera.TabIndex = 21;
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(157, 18);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(171, 17);
            this.label2.TabIndex = 20;
            this.label2.Text = "相机列表:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // cmbCodeType
            // 
            this.cmbCodeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbCodeType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbCodeType.FormattingEnabled = true;
            this.cmbCodeType.Location = new System.Drawing.Point(506, 53);
            this.cmbCodeType.Name = "cmbCodeType";
            this.cmbCodeType.Size = new System.Drawing.Size(154, 25);
            this.cmbCodeType.TabIndex = 23;
            this.cmbCodeType.SelectedIndexChanged += new System.EventHandler(this.cmbCodeType_SelectedIndexChanged);
            // 
            // label3
            // 
            this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(378, 57);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(122, 17);
            this.label3.TabIndex = 22;
            this.label3.Text = "条码类型:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // chbUseParam
            // 
            this.chbUseParam.AutoSize = true;
            this.chbUseParam.Checked = true;
            this.chbUseParam.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbUseParam.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chbUseParam.Location = new System.Drawing.Point(711, 16);
            this.chbUseParam.Name = "chbUseParam";
            this.chbUseParam.Size = new System.Drawing.Size(75, 21);
            this.chbUseParam.TabIndex = 26;
            this.chbUseParam.Text = "使用参数";
            this.chbUseParam.UseVisualStyleBackColor = true;
            // 
            // txtParamPath
            // 
            this.txtParamPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtParamPath.Enabled = false;
            this.txtParamPath.Location = new System.Drawing.Point(205, 92);
            this.txtParamPath.Name = "txtParamPath";
            this.txtParamPath.Size = new System.Drawing.Size(706, 21);
            this.txtParamPath.TabIndex = 28;
            // 
            // label4
            // 
            this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(6, 93);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(193, 17);
            this.label4.TabIndex = 27;
            this.label4.Text = "参数路径";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnScanTest
            // 
            this.btnScanTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnScanTest.Location = new System.Drawing.Point(1069, 10);
            this.btnScanTest.Name = "btnScanTest";
            this.btnScanTest.Size = new System.Drawing.Size(167, 33);
            this.btnScanTest.TabIndex = 30;
            this.btnScanTest.Text = "扫码测试";
            this.btnScanTest.UseVisualStyleBackColor = true;
            this.btnScanTest.Click += new System.EventHandler(this.btnScanTest_Click);
            // 
            // chbZxing
            // 
            this.chbZxing.AutoSize = true;
            this.chbZxing.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chbZxing.Location = new System.Drawing.Point(820, 16);
            this.chbZxing.Name = "chbZxing";
            this.chbZxing.Size = new System.Drawing.Size(60, 21);
            this.chbZxing.TabIndex = 31;
            this.chbZxing.Text = "ZXing";
            this.chbZxing.UseVisualStyleBackColor = true;
            // 
            // FrmCodeDecode
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1375, 729);
            this.Controls.Add(this.chbZxing);
            this.Controls.Add(this.btnScanTest);
            this.Controls.Add(this.txtParamPath);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.chbUseParam);
            this.Controls.Add(this.cmbCodeType);
            this.Controls.Add(this.cmbCamera);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.btnCameraImage);
            this.Controls.Add(this.cmbCount);
            this.Controls.Add(this.lblCount);
            this.Controls.Add(this.btnClearLog);
            this.Controls.Add(this.btnDCode);
            this.Controls.Add(this.btnLearn);
            this.Controls.Add(this.btnbarCode);
            this.Controls.Add(this.hWindowControl1);
            this.Controls.Add(this.txtResult);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.btnSelImage);
            this.Controls.Add(this.txtPath);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.label3);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FrmCodeDecode";
            this.Text = "二维码识别";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmCodeDecode_FormClosing);
            this.Load += new System.EventHandler(this.FrmMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox txtPath;
        private System.Windows.Forms.Button btnSelImage;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.TextBox txtResult;
        private HalconDotNet.HWindowControl hWindowControl1;
        private System.Windows.Forms.Button btnbarCode;
        private System.Windows.Forms.Button btnLearn;
        private System.Windows.Forms.Button btnDCode;
        private System.Windows.Forms.Button btnClearLog;
        private System.Windows.Forms.ComboBox cmbCount;
        private System.Windows.Forms.Label lblCount;
        private System.Windows.Forms.Button btnCameraImage;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox cmbCamera;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox cmbCodeType;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.CheckBox chbUseParam;
        private System.Windows.Forms.TextBox txtParamPath;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Button btnScanTest;
        private System.Windows.Forms.CheckBox chbZxing;
    }
}