FrmCodeDecode.Designer.cs 26.8 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512
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();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.txt_reelphotodir = new System.Windows.Forms.TextBox();
            this.check_issaveimage = new System.Windows.Forms.CheckBox();
            this.button_optionfeil = new System.Windows.Forms.Button();
            this.butt_cameracode = new System.Windows.Forms.Button();
            ((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(892, 123);
            this.txtPath.Name = "txtPath";
            this.txtPath.Size = new System.Drawing.Size(127, 21);
            this.txtPath.TabIndex = 0;
            this.txtPath.Visible = false;
            // 
            // btnSelImage
            // 
            this.btnSelImage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSelImage.Location = new System.Drawing.Point(892, 189);
            this.btnSelImage.Name = "btnSelImage";
            this.btnSelImage.Size = new System.Drawing.Size(128, 33);
            this.btnSelImage.TabIndex = 1;
            this.btnSelImage.Tag = "打开本地图片";
            this.btnSelImage.Text = "打开本地图片";
            this.btnSelImage.UseVisualStyleBackColor = true;
            this.btnSelImage.Visible = false;
            this.btnSelImage.Click += new System.EventHandler(this.btnSelImage_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.pictureBox1.BackColor = System.Drawing.Color.White;
            this.pictureBox1.Location = new System.Drawing.Point(3, 96);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(559, 418);
            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.Left)));
            this.txtResult.Location = new System.Drawing.Point(568, 111);
            this.txtResult.Multiline = true;
            this.txtResult.Name = "txtResult";
            this.txtResult.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtResult.Size = new System.Drawing.Size(302, 404);
            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(9, 147);
            this.hWindowControl1.Name = "hWindowControl1";
            this.hWindowControl1.Size = new System.Drawing.Size(404, 278);
            this.hWindowControl1.TabIndex = 8;
            this.hWindowControl1.Visible = false;
            this.hWindowControl1.WindowSize = new System.Drawing.Size(404, 278);
            // 
            // btnbarCode
            // 
            this.btnbarCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnbarCode.Location = new System.Drawing.Point(788, 10);
            this.btnbarCode.Name = "btnbarCode";
            this.btnbarCode.Size = new System.Drawing.Size(122, 33);
            this.btnbarCode.TabIndex = 9;
            this.btnbarCode.Tag = "一维码识别";
            this.btnbarCode.Text = "一维码识别";
            this.btnbarCode.UseVisualStyleBackColor = true;
            this.btnbarCode.Visible = false;
            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("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnLearn.Location = new System.Drawing.Point(922, 10);
            this.btnLearn.Name = "btnLearn";
            this.btnLearn.Size = new System.Drawing.Size(89, 33);
            this.btnLearn.TabIndex = 10;
            this.btnLearn.Tag = "学习";
            this.btnLearn.Text = "学习";
            this.btnLearn.UseVisualStyleBackColor = true;
            this.btnLearn.Visible = false;
            this.btnLearn.Click += new System.EventHandler(this.btnLearn_Click);
            // 
            // btnDCode
            // 
            this.btnDCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDCode.Location = new System.Drawing.Point(788, 55);
            this.btnDCode.Name = "btnDCode";
            this.btnDCode.Size = new System.Drawing.Size(122, 33);
            this.btnDCode.TabIndex = 11;
            this.btnDCode.Tag = "二维码识别";
            this.btnDCode.Text = "二维码识别";
            this.btnDCode.UseVisualStyleBackColor = true;
            this.btnDCode.Visible = false;
            this.btnDCode.Click += new System.EventHandler(this.btnDCode_Click);
            // 
            // btnClearLog
            // 
            this.btnClearLog.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnClearLog.Location = new System.Drawing.Point(925, 228);
            this.btnClearLog.Name = "btnClearLog";
            this.btnClearLog.Size = new System.Drawing.Size(95, 33);
            this.btnClearLog.TabIndex = 12;
            this.btnClearLog.Tag = "清理日志";
            this.btnClearLog.Text = "清理日志";
            this.btnClearLog.UseVisualStyleBackColor = true;
            this.btnClearLog.Visible = false;
            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(656, 66);
            this.cmbCount.Name = "cmbCount";
            this.cmbCount.Size = new System.Drawing.Size(122, 25);
            this.cmbCount.TabIndex = 16;
            this.cmbCount.Visible = false;
            // 
            // lblCount
            // 
            this.lblCount.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblCount.Location = new System.Drawing.Point(574, 68);
            this.lblCount.Name = "lblCount";
            this.lblCount.Size = new System.Drawing.Size(75, 25);
            this.lblCount.TabIndex = 15;
            this.lblCount.Tag = "条码数量:";
            this.lblCount.Text = "条码数量:";
            this.lblCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblCount.Visible = false;
            // 
            // btnCameraImage
            // 
            this.btnCameraImage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCameraImage.Location = new System.Drawing.Point(892, 150);
            this.btnCameraImage.Name = "btnCameraImage";
            this.btnCameraImage.Size = new System.Drawing.Size(126, 33);
            this.btnCameraImage.TabIndex = 17;
            this.btnCameraImage.Tag = "相机获取图片";
            this.btnCameraImage.Text = "相机获取图片";
            this.btnCameraImage.UseVisualStyleBackColor = true;
            this.btnCameraImage.Visible = false;
            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("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnExit.Location = new System.Drawing.Point(922, 49);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(89, 33);
            this.btnExit.TabIndex = 18;
            this.btnExit.Tag = "退出";
            this.btnExit.Text = "退出";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Visible = false;
            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("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(807, 126);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(72, 18);
            this.label1.TabIndex = 19;
            this.label1.Tag = "图片路径";
            this.label1.Text = "图片路径";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label1.Visible = false;
            // 
            // 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(250, 13);
            this.cmbCamera.Name = "cmbCamera";
            this.cmbCamera.Size = new System.Drawing.Size(312, 25);
            this.cmbCamera.TabIndex = 21;
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(154, 16);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 19);
            this.label2.TabIndex = 20;
            this.label2.Tag = "相机列表:";
            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(656, 41);
            this.cmbCodeType.Name = "cmbCodeType";
            this.cmbCodeType.Size = new System.Drawing.Size(122, 25);
            this.cmbCodeType.TabIndex = 23;
            this.cmbCodeType.Visible = false;
            this.cmbCodeType.SelectedIndexChanged += new System.EventHandler(this.cmbCodeType_SelectedIndexChanged);
            // 
            // label3
            // 
            this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(567, 41);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(82, 19);
            this.label3.TabIndex = 22;
            this.label3.Tag = "条码类型:";
            this.label3.Text = "条码类型:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label3.Visible = false;
            // 
            // chbUseParam
            // 
            this.chbUseParam.AutoSize = true;
            this.chbUseParam.Checked = true;
            this.chbUseParam.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbUseParam.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chbUseParam.Location = new System.Drawing.Point(594, 15);
            this.chbUseParam.Name = "chbUseParam";
            this.chbUseParam.Size = new System.Drawing.Size(84, 24);
            this.chbUseParam.TabIndex = 26;
            this.chbUseParam.Tag = "使用参数";
            this.chbUseParam.Text = "使用参数";
            this.chbUseParam.UseVisualStyleBackColor = true;
            this.chbUseParam.Visible = false;
            // 
            // 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(892, 88);
            this.txtParamPath.Name = "txtParamPath";
            this.txtParamPath.Size = new System.Drawing.Size(128, 21);
            this.txtParamPath.TabIndex = 28;
            this.txtParamPath.Visible = false;
            // 
            // label4
            // 
            this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(811, 91);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(68, 18);
            this.label4.TabIndex = 27;
            this.label4.Tag = "参数路径";
            this.label4.Text = "参数路径:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label4.Visible = false;
            // 
            // btnScanTest
            // 
            this.btnScanTest.Font = new System.Drawing.Font("微软雅黑", 10.5F, 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.Tag = "扫码测试";
            this.btnScanTest.Text = "扫码测试";
            this.btnScanTest.UseVisualStyleBackColor = true;
            this.btnScanTest.Visible = false;
            this.btnScanTest.Click += new System.EventHandler(this.btnScanTest_Click);
            // 
            // chbZxing
            // 
            this.chbZxing.AutoSize = true;
            this.chbZxing.Checked = true;
            this.chbZxing.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbZxing.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chbZxing.Location = new System.Drawing.Point(673, 15);
            this.chbZxing.Name = "chbZxing";
            this.chbZxing.Size = new System.Drawing.Size(116, 24);
            this.chbZxing.TabIndex = 31;
            this.chbZxing.Tag = "EyemDecode";
            this.chbZxing.Text = "EyemDecode";
            this.chbZxing.UseVisualStyleBackColor = true;
            this.chbZxing.Visible = false;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(1083, 57);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(0, 20);
            this.label5.TabIndex = 32;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(566, 96);
            this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(89, 12);
            this.label6.TabIndex = 33;
            this.label6.Text = "识别条码内容:";
            // 
            // txt_reelphotodir
            // 
            this.txt_reelphotodir.Location = new System.Drawing.Point(158, 68);
            this.txt_reelphotodir.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.txt_reelphotodir.Name = "txt_reelphotodir";
            this.txt_reelphotodir.Size = new System.Drawing.Size(317, 21);
            this.txt_reelphotodir.TabIndex = 34;
            // 
            // check_issaveimage
            // 
            this.check_issaveimage.AutoSize = true;
            this.check_issaveimage.Location = new System.Drawing.Point(165, 45);
            this.check_issaveimage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.check_issaveimage.Name = "check_issaveimage";
            this.check_issaveimage.Size = new System.Drawing.Size(96, 16);
            this.check_issaveimage.TabIndex = 35;
            this.check_issaveimage.Text = "是否保存图片";
            this.check_issaveimage.UseVisualStyleBackColor = true;
            // 
            // button_optionfeil
            // 
            this.button_optionfeil.Location = new System.Drawing.Point(484, 55);
            this.button_optionfeil.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.button_optionfeil.Name = "button_optionfeil";
            this.button_optionfeil.Size = new System.Drawing.Size(77, 34);
            this.button_optionfeil.TabIndex = 36;
            this.button_optionfeil.Text = "选择文件夹";
            this.button_optionfeil.UseVisualStyleBackColor = true;
            this.button_optionfeil.Click += new System.EventHandler(this.button_optionfeilClick);
            // 
            // butt_cameracode
            // 
            this.butt_cameracode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.butt_cameracode.Location = new System.Drawing.Point(9, 16);
            this.butt_cameracode.Name = "butt_cameracode";
            this.butt_cameracode.Size = new System.Drawing.Size(122, 72);
            this.butt_cameracode.TabIndex = 37;
            this.butt_cameracode.Tag = "";
            this.butt_cameracode.Text = "获取相机图片及条码";
            this.butt_cameracode.UseVisualStyleBackColor = true;
            this.butt_cameracode.Click += new System.EventHandler(this.butt_cameracode_Click);
            // 
            // FrmCodeDecode
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1028, 522);
            this.Controls.Add(this.butt_cameracode);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.button_optionfeil);
            this.Controls.Add(this.check_issaveimage);
            this.Controls.Add(this.txt_reelphotodir);
            this.Controls.Add(this.hWindowControl1);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.txtResult);
            this.Controls.Add(this.btnSelImage);
            this.Controls.Add(this.btnDCode);
            this.Controls.Add(this.label5);
            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.btnLearn);
            this.Controls.Add(this.btnbarCode);
            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.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            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.Label label5;
        public System.Windows.Forms.CheckBox chbZxing;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txt_reelphotodir;
        private System.Windows.Forms.CheckBox check_issaveimage;
        private System.Windows.Forms.Button button_optionfeil;
        private System.Windows.Forms.Button butt_cameracode;
    }
}