Form1.Designer.cs 28.7 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 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530

namespace TheMachine
{
    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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.设备操作ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.启用调试模式ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.二维码识别调试ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.语言toolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.简体中文ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.englishToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabc = new System.Windows.Forms.TabControl();
            this.tabP1 = new System.Windows.Forms.TabPage();
            this.pnl = new System.Windows.Forms.Panel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.NgInfoView = new System.Windows.Forms.ListView();
            this.cb_cycledemo = new System.Windows.Forms.CheckBox();
            this.btn_printsafedoorunlock = new System.Windows.Forms.Button();
            this.btn_rightsafedoorunlock = new System.Windows.Forms.Button();
            this.btn_leftsafedoorunlock = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.btn_entrylock = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.stateView = new System.Windows.Forms.ListView();
            this.cb_IgnoreSafecheck = new System.Windows.Forms.CheckBox();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.cb_EnableBuzzer = new System.Windows.Forms.CheckBox();
            this.btn_IgnoreX09 = new System.Windows.Forms.Button();
            this.btn_PauseBuzzer = new System.Windows.Forms.Button();
            this.listView1 = new System.Windows.Forms.ListView();
            this.btn_stop = new System.Windows.Forms.Button();
            this.btn_run = new System.Windows.Forms.Button();
            this.menuStrip1.SuspendLayout();
            this.tabc.SuspendLayout();
            this.tabP1.SuspendLayout();
            this.pnl.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.BackColor = System.Drawing.Color.Transparent;
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.设备操作ToolStripMenuItem,
            this.语言toolStripMenuItem,
            this.关于ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
            this.menuStrip1.Size = new System.Drawing.Size(1008, 29);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 设备操作ToolStripMenuItem
            // 
            this.设备操作ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.启用调试模式ToolStripMenuItem,
            this.toolStripSeparator4,
            this.二维码识别调试ToolStripMenuItem,
            this.toolStripSeparator1,
            this.退出ToolStripMenuItem});
            this.设备操作ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.设备操作ToolStripMenuItem.Name = "设备操作ToolStripMenuItem";
            this.设备操作ToolStripMenuItem.Size = new System.Drawing.Size(86, 25);
            this.设备操作ToolStripMenuItem.Text = "设备操作";
            // 
            // 启用调试模式ToolStripMenuItem
            // 
            this.启用调试模式ToolStripMenuItem.Enabled = false;
            this.启用调试模式ToolStripMenuItem.Name = "启用调试模式ToolStripMenuItem";
            this.启用调试模式ToolStripMenuItem.Size = new System.Drawing.Size(192, 26);
            this.启用调试模式ToolStripMenuItem.Tag = "not";
            this.启用调试模式ToolStripMenuItem.Text = "启用配置模式";
            this.启用调试模式ToolStripMenuItem.Click += new System.EventHandler(this.启用调试模式ToolStripMenuItem_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(189, 6);
            // 
            // 二维码识别调试ToolStripMenuItem
            // 
            this.二维码识别调试ToolStripMenuItem.Name = "二维码识别调试ToolStripMenuItem";
            this.二维码识别调试ToolStripMenuItem.Size = new System.Drawing.Size(192, 26);
            this.二维码识别调试ToolStripMenuItem.Text = "二维码识别调试";
            this.二维码识别调试ToolStripMenuItem.Click += new System.EventHandler(this.二维码识别调试ToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(189, 6);
            // 
            // 退出ToolStripMenuItem
            // 
            this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
            this.退出ToolStripMenuItem.Size = new System.Drawing.Size(192, 26);
            this.退出ToolStripMenuItem.Text = "退出";
            this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
            // 
            // 语言toolStripMenuItem
            // 
            this.语言toolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.简体中文ToolStripMenuItem,
            this.englishToolStripMenuItem});
            this.语言toolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
            this.语言toolStripMenuItem.Name = "语言toolStripMenuItem";
            this.语言toolStripMenuItem.Size = new System.Drawing.Size(54, 25);
            this.语言toolStripMenuItem.Text = "语言";
            // 
            // 简体中文ToolStripMenuItem
            // 
            this.简体中文ToolStripMenuItem.Name = "简体中文ToolStripMenuItem";
            this.简体中文ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
            this.简体中文ToolStripMenuItem.Tag = "not";
            this.简体中文ToolStripMenuItem.Text = "简体中文";
            this.简体中文ToolStripMenuItem.Click += new System.EventHandler(this.简体中文ToolStripMenuItem_Click);
            // 
            // englishToolStripMenuItem
            // 
            this.englishToolStripMenuItem.Name = "englishToolStripMenuItem";
            this.englishToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
            this.englishToolStripMenuItem.Tag = "not";
            this.englishToolStripMenuItem.Text = "English";
            this.englishToolStripMenuItem.Click += new System.EventHandler(this.englishToolStripMenuItem_Click);
            // 
            // 关于ToolStripMenuItem
            // 
            this.关于ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
            this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
            this.关于ToolStripMenuItem.Size = new System.Drawing.Size(54, 25);
            this.关于ToolStripMenuItem.Text = "关于";
            this.关于ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click);
            // 
            // tabc
            // 
            this.tabc.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.tabc.Controls.Add(this.tabP1);
            this.tabc.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabc.Location = new System.Drawing.Point(0, 119);
            this.tabc.Name = "tabc";
            this.tabc.SelectedIndex = 0;
            this.tabc.Size = new System.Drawing.Size(1008, 610);
            this.tabc.TabIndex = 1;
            // 
            // tabP1
            // 
            this.tabP1.Controls.Add(this.pnl);
            this.tabP1.Location = new System.Drawing.Point(4, 30);
            this.tabP1.Name = "tabP1";
            this.tabP1.Size = new System.Drawing.Size(1000, 576);
            this.tabP1.TabIndex = 0;
            this.tabP1.Text = "信息";
            this.tabP1.UseVisualStyleBackColor = true;
            // 
            // pnl
            // 
            this.pnl.Controls.Add(this.groupBox2);
            this.pnl.Controls.Add(this.cb_cycledemo);
            this.pnl.Controls.Add(this.btn_printsafedoorunlock);
            this.pnl.Controls.Add(this.btn_rightsafedoorunlock);
            this.pnl.Controls.Add(this.btn_leftsafedoorunlock);
            this.pnl.Controls.Add(this.button3);
            this.pnl.Controls.Add(this.button4);
            this.pnl.Controls.Add(this.btn_entrylock);
            this.pnl.Controls.Add(this.groupBox1);
            this.pnl.Controls.Add(this.cb_IgnoreSafecheck);
            this.pnl.Controls.Add(this.pictureBox2);
            this.pnl.Controls.Add(this.pictureBox1);
            this.pnl.Controls.Add(this.cb_EnableBuzzer);
            this.pnl.Controls.Add(this.btn_IgnoreX09);
            this.pnl.Controls.Add(this.btn_PauseBuzzer);
            this.pnl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl.Location = new System.Drawing.Point(0, 0);
            this.pnl.Name = "pnl";
            this.pnl.Size = new System.Drawing.Size(1000, 576);
            this.pnl.TabIndex = 273;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.NgInfoView);
            this.groupBox2.Location = new System.Drawing.Point(171, 494);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(598, 244);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "NG信息";
            this.groupBox2.Visible = false;
            // 
            // NgInfoView
            // 
            this.NgInfoView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.NgInfoView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.NgInfoView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.NgInfoView.HideSelection = false;
            this.NgInfoView.Location = new System.Drawing.Point(3, 25);
            this.NgInfoView.MultiSelect = false;
            this.NgInfoView.Name = "NgInfoView";
            this.NgInfoView.Size = new System.Drawing.Size(592, 216);
            this.NgInfoView.TabIndex = 0;
            this.NgInfoView.UseCompatibleStateImageBehavior = false;
            // 
            // cb_cycledemo
            // 
            this.cb_cycledemo.AutoSize = true;
            this.cb_cycledemo.Location = new System.Drawing.Point(808, 482);
            this.cb_cycledemo.Name = "cb_cycledemo";
            this.cb_cycledemo.Size = new System.Drawing.Size(125, 25);
            this.cb_cycledemo.TabIndex = 278;
            this.cb_cycledemo.Text = "出库循环测试";
            this.cb_cycledemo.UseVisualStyleBackColor = true;
            this.cb_cycledemo.CheckedChanged += new System.EventHandler(this.cb_cycledemo_CheckedChanged);
            // 
            // btn_printsafedoorunlock
            // 
            this.btn_printsafedoorunlock.BackColor = System.Drawing.Color.White;
            this.btn_printsafedoorunlock.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_printsafedoorunlock.Location = new System.Drawing.Point(769, 393);
            this.btn_printsafedoorunlock.Name = "btn_printsafedoorunlock";
            this.btn_printsafedoorunlock.Size = new System.Drawing.Size(139, 56);
            this.btn_printsafedoorunlock.TabIndex = 277;
            this.btn_printsafedoorunlock.Text = "打印维护门解锁";
            this.btn_printsafedoorunlock.UseVisualStyleBackColor = false;
            this.btn_printsafedoorunlock.Click += new System.EventHandler(this.button2_Click_2);
            // 
            // btn_rightsafedoorunlock
            // 
            this.btn_rightsafedoorunlock.BackColor = System.Drawing.Color.White;
            this.btn_rightsafedoorunlock.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_rightsafedoorunlock.Location = new System.Drawing.Point(769, 331);
            this.btn_rightsafedoorunlock.Name = "btn_rightsafedoorunlock";
            this.btn_rightsafedoorunlock.Size = new System.Drawing.Size(139, 56);
            this.btn_rightsafedoorunlock.TabIndex = 275;
            this.btn_rightsafedoorunlock.Text = "右侧防护门解锁";
            this.btn_rightsafedoorunlock.UseVisualStyleBackColor = false;
            this.btn_rightsafedoorunlock.Click += new System.EventHandler(this.button2_Click_1);
            // 
            // btn_leftsafedoorunlock
            // 
            this.btn_leftsafedoorunlock.BackColor = System.Drawing.Color.White;
            this.btn_leftsafedoorunlock.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_leftsafedoorunlock.Location = new System.Drawing.Point(769, 270);
            this.btn_leftsafedoorunlock.Name = "btn_leftsafedoorunlock";
            this.btn_leftsafedoorunlock.Size = new System.Drawing.Size(139, 55);
            this.btn_leftsafedoorunlock.TabIndex = 276;
            this.btn_leftsafedoorunlock.Text = "左侧防护门解锁";
            this.btn_leftsafedoorunlock.UseVisualStyleBackColor = false;
            this.btn_leftsafedoorunlock.Click += new System.EventHandler(this.button5_Click_1);
            // 
            // button3
            // 
            this.button3.BackColor = System.Drawing.Color.White;
            this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button3.Location = new System.Drawing.Point(32, 393);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(139, 56);
            this.button3.TabIndex = 273;
            this.button3.Text = "出库门解锁";
            this.button3.UseVisualStyleBackColor = false;
            this.button3.Click += new System.EventHandler(this.button3_Click_1);
            // 
            // button4
            // 
            this.button4.BackColor = System.Drawing.Color.White;
            this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button4.Location = new System.Drawing.Point(32, 332);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(139, 55);
            this.button4.TabIndex = 274;
            this.button4.Text = "入库门解锁";
            this.button4.UseVisualStyleBackColor = false;
            this.button4.Click += new System.EventHandler(this.button4_Click_1);
            // 
            // btn_entrylock
            // 
            this.btn_entrylock.BackColor = System.Drawing.Color.White;
            this.btn_entrylock.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_entrylock.Location = new System.Drawing.Point(32, 270);
            this.btn_entrylock.Name = "btn_entrylock";
            this.btn_entrylock.Size = new System.Drawing.Size(139, 55);
            this.btn_entrylock.TabIndex = 272;
            this.btn_entrylock.Text = "入库门上锁";
            this.btn_entrylock.UseVisualStyleBackColor = false;
            this.btn_entrylock.Click += new System.EventHandler(this.button2_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.stateView);
            this.groupBox1.Location = new System.Drawing.Point(3, 4);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(598, 244);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "运行状态";
            // 
            // stateView
            // 
            this.stateView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.stateView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.stateView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.stateView.HideSelection = false;
            this.stateView.Location = new System.Drawing.Point(3, 25);
            this.stateView.MultiSelect = false;
            this.stateView.Name = "stateView";
            this.stateView.Size = new System.Drawing.Size(592, 216);
            this.stateView.TabIndex = 0;
            this.stateView.UseCompatibleStateImageBehavior = false;
            // 
            // cb_IgnoreSafecheck
            // 
            this.cb_IgnoreSafecheck.AutoSize = true;
            this.cb_IgnoreSafecheck.Location = new System.Drawing.Point(607, 47);
            this.cb_IgnoreSafecheck.Name = "cb_IgnoreSafecheck";
            this.cb_IgnoreSafecheck.Size = new System.Drawing.Size(125, 25);
            this.cb_IgnoreSafecheck.TabIndex = 2;
            this.cb_IgnoreSafecheck.Text = "忽略安全检查";
            this.cb_IgnoreSafecheck.UseVisualStyleBackColor = true;
            this.cb_IgnoreSafecheck.Visible = false;
            this.cb_IgnoreSafecheck.CheckedChanged += new System.EventHandler(this.cb_IgnoreSafecheck_CheckedChanged);
            // 
            // pictureBox2
            // 
            this.pictureBox2.BackColor = System.Drawing.Color.Gainsboro;
            this.pictureBox2.Location = new System.Drawing.Point(472, 297);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(436, 271);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox2.TabIndex = 270;
            this.pictureBox2.TabStop = false;
            this.pictureBox2.Visible = false;
            this.pictureBox2.DoubleClick += new System.EventHandler(this.pictureBox1_DoubleClick);
            this.pictureBox2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.Gainsboro;
            this.pictureBox1.Location = new System.Drawing.Point(0, 297);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(451, 271);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 271;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Visible = false;
            this.pictureBox1.DoubleClick += new System.EventHandler(this.pictureBox1_DoubleClick);
            this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
            // 
            // cb_EnableBuzzer
            // 
            this.cb_EnableBuzzer.AutoSize = true;
            this.cb_EnableBuzzer.Location = new System.Drawing.Point(607, 16);
            this.cb_EnableBuzzer.Name = "cb_EnableBuzzer";
            this.cb_EnableBuzzer.Size = new System.Drawing.Size(109, 25);
            this.cb_EnableBuzzer.TabIndex = 5;
            this.cb_EnableBuzzer.Text = "使用蜂鸣器";
            this.cb_EnableBuzzer.UseVisualStyleBackColor = true;
            this.cb_EnableBuzzer.CheckedChanged += new System.EventHandler(this.cb_EnableBuzzer_CheckedChanged);
            // 
            // btn_IgnoreX09
            // 
            this.btn_IgnoreX09.BackColor = System.Drawing.Color.OrangeRed;
            this.btn_IgnoreX09.Location = new System.Drawing.Point(607, 155);
            this.btn_IgnoreX09.Name = "btn_IgnoreX09";
            this.btn_IgnoreX09.Size = new System.Drawing.Size(301, 40);
            this.btn_IgnoreX09.TabIndex = 6;
            this.btn_IgnoreX09.Text = "忽略X23错误,并继续运行";
            this.btn_IgnoreX09.UseVisualStyleBackColor = false;
            this.btn_IgnoreX09.Visible = false;
            this.btn_IgnoreX09.Click += new System.EventHandler(this.btn_IgnoreX09_Click);
            // 
            // btn_PauseBuzzer
            // 
            this.btn_PauseBuzzer.BackColor = System.Drawing.Color.OrangeRed;
            this.btn_PauseBuzzer.Location = new System.Drawing.Point(607, 109);
            this.btn_PauseBuzzer.Name = "btn_PauseBuzzer";
            this.btn_PauseBuzzer.Size = new System.Drawing.Size(301, 40);
            this.btn_PauseBuzzer.TabIndex = 6;
            this.btn_PauseBuzzer.Text = "本次暂停警报器响声";
            this.btn_PauseBuzzer.UseVisualStyleBackColor = false;
            this.btn_PauseBuzzer.Visible = false;
            this.btn_PauseBuzzer.Click += new System.EventHandler(this.btn_PauseBuzzer_Click);
            // 
            // listView1
            // 
            this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.listView1.HideSelection = false;
            this.listView1.Location = new System.Drawing.Point(328, 0);
            this.listView1.MultiSelect = false;
            this.listView1.Name = "listView1";
            this.listView1.ShowGroups = false;
            this.listView1.Size = new System.Drawing.Size(680, 118);
            this.listView1.TabIndex = 2;
            this.listView1.UseCompatibleStateImageBehavior = false;
            // 
            // btn_stop
            // 
            this.btn_stop.Enabled = false;
            this.btn_stop.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_stop.Location = new System.Drawing.Point(154, 42);
            this.btn_stop.Name = "btn_stop";
            this.btn_stop.Size = new System.Drawing.Size(105, 55);
            this.btn_stop.TabIndex = 3;
            this.btn_stop.Text = "停止";
            this.btn_stop.UseVisualStyleBackColor = true;
            this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);
            // 
            // btn_run
            // 
            this.btn_run.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_run.Location = new System.Drawing.Point(25, 42);
            this.btn_run.Name = "btn_run";
            this.btn_run.Size = new System.Drawing.Size(105, 55);
            this.btn_run.TabIndex = 4;
            this.btn_run.Tag = "not";
            this.btn_run.Text = "启动";
            this.btn_run.UseVisualStyleBackColor = true;
            this.btn_run.Click += new System.EventHandler(this.btn_run_Click);
            // 
            // Form1
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(1008, 729);
            this.Controls.Add(this.tabc);
            this.Controls.Add(this.listView1);
            this.Controls.Add(this.btn_stop);
            this.Controls.Add(this.btn_run);
            this.Controls.Add(this.menuStrip1);
            this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.Shown += new System.EventHandler(this.Form1_Shown);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.tabc.ResumeLayout(false);
            this.tabP1.ResumeLayout(false);
            this.pnl.ResumeLayout(false);
            this.pnl.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 设备操作ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
        private System.Windows.Forms.TabControl tabc;
        private System.Windows.Forms.ToolStripMenuItem 启用调试模式ToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ListView listView1;
        private System.Windows.Forms.Button btn_stop;
        private System.Windows.Forms.Button btn_run;
        private System.Windows.Forms.TabPage tabP1;
        private System.Windows.Forms.ListView stateView;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.CheckBox cb_IgnoreSafecheck;
        private System.Windows.Forms.ToolStripMenuItem 二维码识别调试ToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
        private System.Windows.Forms.CheckBox cb_EnableBuzzer;
        private System.Windows.Forms.Button btn_PauseBuzzer;
        private System.Windows.Forms.PictureBox pictureBox2;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Button btn_IgnoreX09;
        private System.Windows.Forms.Panel pnl;
        private System.Windows.Forms.ToolStripMenuItem 语言toolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 简体中文ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem englishToolStripMenuItem;
        private System.Windows.Forms.Button btn_entrylock;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Button btn_rightsafedoorunlock;
        private System.Windows.Forms.Button btn_leftsafedoorunlock;
        private System.Windows.Forms.Button btn_printsafedoorunlock;
        private System.Windows.Forms.CheckBox cb_cycledemo;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ListView NgInfoView;
    }
}