Form1.Designer.cs 26.4 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

namespace AutoScanAndLabel
{
    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.打印设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aGVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设备操作ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.打开ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.关闭ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            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.退出ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.btn_releaserightshelf = new System.Windows.Forms.Button();
            this.btn_maulstart = new System.Windows.Forms.Button();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.btn_releaseleftshelf = new System.Windows.Forms.Button();
            this.btn_leftempty = new System.Windows.Forms.Button();
            this.cb_IgnoreSafecheck = new System.Windows.Forms.CheckBox();
            this.btn_PauseBuzzer = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.stateView = new System.Windows.Forms.ListView();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.btn_stop = new System.Windows.Forms.Button();
            this.btn_run = new System.Windows.Forms.Button();
            this.listView1 = new System.Windows.Forms.ListView();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.lastFile = new System.Windows.Forms.Label();
            this.menuStrip1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.BackColor = System.Drawing.Color.Transparent;
            this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.相机条码ToolStripMenuItem,
            this.条码规则ToolStripMenuItem,
            this.打印设置ToolStripMenuItem,
            this.aGVToolStripMenuItem,
            this.设备操作ToolStripMenuItem,
            this.语言toolStripMenuItem,
            this.关于ToolStripMenuItem,
            this.退出ToolStripMenuItem1});
            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(1033, 29);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 相机条码ToolStripMenuItem
            // 
            this.相机条码ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
            this.相机条码ToolStripMenuItem.Name = "相机条码ToolStripMenuItem";
            this.相机条码ToolStripMenuItem.Size = new System.Drawing.Size(128, 25);
            this.相机条码ToolStripMenuItem.Text = "条码识别(相机)";
            this.相机条码ToolStripMenuItem.Click += new System.EventHandler(this.相机条码ToolStripMenuItem_Click);
            // 
            // 条码规则ToolStripMenuItem
            // 
            this.条码规则ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
            this.条码规则ToolStripMenuItem.Name = "条码规则ToolStripMenuItem";
            this.条码规则ToolStripMenuItem.Size = new System.Drawing.Size(86, 25);
            this.条码规则ToolStripMenuItem.Text = "条码规则";
            this.条码规则ToolStripMenuItem.Click += new System.EventHandler(this.条码规则ToolStripMenuItem_Click);
            // 
            // 打印设置ToolStripMenuItem
            // 
            this.打印设置ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
            this.打印设置ToolStripMenuItem.Name = "打印设置ToolStripMenuItem";
            this.打印设置ToolStripMenuItem.Size = new System.Drawing.Size(86, 25);
            this.打印设置ToolStripMenuItem.Text = "打印设置";
            this.打印设置ToolStripMenuItem.Click += new System.EventHandler(this.打印设置ToolStripMenuItem_Click);
            // 
            // aGVToolStripMenuItem
            // 
            this.aGVToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
            this.aGVToolStripMenuItem.Name = "aGVToolStripMenuItem";
            this.aGVToolStripMenuItem.Size = new System.Drawing.Size(56, 25);
            this.aGVToolStripMenuItem.Text = "AGV";
            this.aGVToolStripMenuItem.Click += new System.EventHandler(this.aGVToolStripMenuItem_Click);
            // 
            // 设备操作ToolStripMenuItem
            // 
            this.设备操作ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.打开ToolStripMenuItem,
            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 = "配置模式";
            this.设备操作ToolStripMenuItem.Click += new System.EventHandler(this.设备操作ToolStripMenuItem_Click);
            // 
            // 打开ToolStripMenuItem
            // 
            this.打开ToolStripMenuItem.Name = "打开ToolStripMenuItem";
            this.打开ToolStripMenuItem.Size = new System.Drawing.Size(112, 26);
            this.打开ToolStripMenuItem.Text = "打开";
            this.打开ToolStripMenuItem.Click += new System.EventHandler(this.打开ToolStripMenuItem_Click);
            // 
            // 关闭ToolStripMenuItem
            // 
            this.关闭ToolStripMenuItem.Name = "关闭ToolStripMenuItem";
            this.关闭ToolStripMenuItem.Size = new System.Drawing.Size(112, 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.日本语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);
            // 
            // 日本语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);
            // 
            // 退出ToolStripMenuItem1
            // 
            this.退出ToolStripMenuItem1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
            this.退出ToolStripMenuItem1.Name = "退出ToolStripMenuItem1";
            this.退出ToolStripMenuItem1.Size = new System.Drawing.Size(54, 25);
            this.退出ToolStripMenuItem1.Text = "退出";
            this.退出ToolStripMenuItem1.Click += new System.EventHandler(this.退出ToolStripMenuItem1_Click);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.lastFile);
            this.tabPage1.Controls.Add(this.groupBox4);
            this.tabPage1.Controls.Add(this.groupBox3);
            this.tabPage1.Controls.Add(this.cb_IgnoreSafecheck);
            this.tabPage1.Controls.Add(this.btn_PauseBuzzer);
            this.tabPage1.Controls.Add(this.groupBox1);
            this.tabPage1.Controls.Add(this.pictureBox1);
            this.tabPage1.Location = new System.Drawing.Point(4, 30);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Size = new System.Drawing.Size(1025, 468);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "状体";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.btn_releaserightshelf);
            this.groupBox4.Controls.Add(this.btn_maulstart);
            this.groupBox4.Location = new System.Drawing.Point(600, 308);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(370, 120);
            this.groupBox4.TabIndex = 10;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "入料口";
            // 
            // btn_releaserightshelf
            // 
            this.btn_releaserightshelf.Location = new System.Drawing.Point(6, 43);
            this.btn_releaserightshelf.Name = "btn_releaserightshelf";
            this.btn_releaserightshelf.Size = new System.Drawing.Size(165, 53);
            this.btn_releaserightshelf.TabIndex = 3;
            this.btn_releaserightshelf.Text = "释放料串";
            this.btn_releaserightshelf.UseVisualStyleBackColor = true;
            this.btn_releaserightshelf.Click += new System.EventHandler(this.btn_releaserightshelf_Click);
            // 
            // btn_maulstart
            // 
            this.btn_maulstart.Location = new System.Drawing.Point(199, 43);
            this.btn_maulstart.Name = "btn_maulstart";
            this.btn_maulstart.Size = new System.Drawing.Size(165, 53);
            this.btn_maulstart.TabIndex = 4;
            this.btn_maulstart.Text = "手动上料";
            this.btn_maulstart.UseVisualStyleBackColor = true;
            this.btn_maulstart.Click += new System.EventHandler(this.btn_maulstart_Click);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.btn_releaseleftshelf);
            this.groupBox3.Controls.Add(this.btn_leftempty);
            this.groupBox3.Location = new System.Drawing.Point(8, 308);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(371, 120);
            this.groupBox3.TabIndex = 9;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "出料口";
            // 
            // btn_releaseleftshelf
            // 
            this.btn_releaseleftshelf.BackColor = System.Drawing.Color.Transparent;
            this.btn_releaseleftshelf.Location = new System.Drawing.Point(6, 43);
            this.btn_releaseleftshelf.Name = "btn_releaseleftshelf";
            this.btn_releaseleftshelf.Size = new System.Drawing.Size(165, 53);
            this.btn_releaseleftshelf.TabIndex = 3;
            this.btn_releaseleftshelf.Text = "释放料串";
            this.btn_releaseleftshelf.UseVisualStyleBackColor = false;
            this.btn_releaseleftshelf.Click += new System.EventHandler(this.btn_releaseleftshelf_Click);
            // 
            // btn_leftempty
            // 
            this.btn_leftempty.Location = new System.Drawing.Point(200, 43);
            this.btn_leftempty.Name = "btn_leftempty";
            this.btn_leftempty.Size = new System.Drawing.Size(165, 53);
            this.btn_leftempty.TabIndex = 3;
            this.btn_leftempty.Text = "手动上料";
            this.btn_leftempty.UseVisualStyleBackColor = true;
            this.btn_leftempty.Click += new System.EventHandler(this.btn_leftempty_Click);
            // 
            // cb_IgnoreSafecheck
            // 
            this.cb_IgnoreSafecheck.AutoSize = true;
            this.cb_IgnoreSafecheck.Location = new System.Drawing.Point(8, 287);
            this.cb_IgnoreSafecheck.Name = "cb_IgnoreSafecheck";
            this.cb_IgnoreSafecheck.Size = new System.Drawing.Size(215, 25);
            this.cb_IgnoreSafecheck.TabIndex = 8;
            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);
            // 
            // btn_PauseBuzzer
            // 
            this.btn_PauseBuzzer.BackColor = System.Drawing.Color.OrangeRed;
            this.btn_PauseBuzzer.Location = new System.Drawing.Point(390, 287);
            this.btn_PauseBuzzer.Name = "btn_PauseBuzzer";
            this.btn_PauseBuzzer.Size = new System.Drawing.Size(201, 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);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.stateView);
            this.groupBox1.Location = new System.Drawing.Point(3, 3);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(586, 278);
            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(580, 250);
            this.stateView.TabIndex = 0;
            this.stateView.Tag = "not";
            this.stateView.UseCompatibleStateImageBehavior = false;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new System.Drawing.Point(600, 15);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(414, 278);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 7;
            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);
            // 
            // tabControl1
            // 
            this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabControl1.Location = new System.Drawing.Point(0, 188);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1033, 502);
            this.tabControl1.TabIndex = 1;
            // 
            // btn_stop
            // 
            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(25, 119);
            this.btn_stop.Name = "btn_stop";
            this.btn_stop.Size = new System.Drawing.Size(105, 37);
            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, 50);
            this.btn_run.Name = "btn_run";
            this.btn_run.Size = new System.Drawing.Size(105, 37);
            this.btn_run.TabIndex = 4;
            this.btn_run.Text = "启动";
            this.btn_run.UseVisualStyleBackColor = true;
            this.btn_run.Click += new System.EventHandler(this.btn_run_Click);
            // 
            // listView1
            // 
            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(3, 23);
            this.listView1.MultiSelect = false;
            this.listView1.Name = "listView1";
            this.listView1.ShowGroups = false;
            this.listView1.Size = new System.Drawing.Size(828, 115);
            this.listView1.TabIndex = 2;
            this.listView1.Tag = "not";
            this.listView1.UseCompatibleStateImageBehavior = false;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.listView1);
            this.groupBox2.Location = new System.Drawing.Point(187, 41);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(834, 141);
            this.groupBox2.TabIndex = 5;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "消息";
            // 
            // panel1
            // 
            this.panel1.Location = new System.Drawing.Point(0, 41);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1029, 619);
            this.panel1.TabIndex = 6;
            // 
            // lastFile
            // 
            this.lastFile.AutoSize = true;
            this.lastFile.Location = new System.Drawing.Point(14, 435);
            this.lastFile.Name = "lastFile";
            this.lastFile.Size = new System.Drawing.Size(0, 21);
            this.lastFile.TabIndex = 11;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(1033, 692);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.btn_stop);
            this.Controls.Add(this.btn_run);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.menuStrip1);
            this.Controls.Add(this.panel1);
            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.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            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.ToolStripMenuItem 语言toolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 简体中文ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 日本语ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem englishToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem aGVToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 条码规则ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 相机条码ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Button btn_leftempty;
        private System.Windows.Forms.Button btn_maulstart;
        private System.Windows.Forms.Button btn_releaserightshelf;
        private System.Windows.Forms.Button btn_releaseleftshelf;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ListView stateView;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.Button btn_stop;
        private System.Windows.Forms.Button btn_run;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ListView listView1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btn_PauseBuzzer;
        private System.Windows.Forms.CheckBox cb_IgnoreSafecheck;
        private System.Windows.Forms.ToolStripMenuItem 打开ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 关闭ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 打印设置ToolStripMenuItem;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Label lastFile;
    }
}