FrmVoteBar.Designer.cs 46.9 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 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883
namespace SunVoteARSPPT
{
    partial class FrmVoteBar
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmVoteBar));
            this.tstVoteBar = new System.Windows.Forms.ToolStrip();
            this.tslReceiveCount = new System.Windows.Forms.ToolStripLabel();
            this.tsbConnectState = new System.Windows.Forms.ToolStripButton();
            this.tssBar1 = new System.Windows.Forms.ToolStripSeparator();
            this.ddbNewSlide = new System.Windows.Forms.ToolStripDropDownButton();
            this.tsbShowResult = new System.Windows.Forms.ToolStripButton();
            this.tsbChartFmtNum = new System.Windows.Forms.ToolStripButton();
            this.tsbChartFmtPercent = new System.Windows.Forms.ToolStripButton();
            this.tsbChartFmtNumPercent = new System.Windows.Forms.ToolStripButton();
            this.tssBarScoreResult = new System.Windows.Forms.ToolStripSeparator();
            this.tsbScoreResult = new System.Windows.Forms.ToolStripButton();
            this.tssBarClear = new System.Windows.Forms.ToolStripSeparator();
            this.tslVotedCount = new System.Windows.Forms.ToolStripLabel();
            this.tsbVoteStart = new System.Windows.Forms.ToolStripButton();
            this.tsbVoteClearStart = new System.Windows.Forms.ToolStripButton();
            this.tsbVoteClear = new System.Windows.Forms.ToolStripButton();
            this.tssBarDetail = new System.Windows.Forms.ToolStripSeparator();
            this.tsbVoteDetail = new System.Windows.Forms.ToolStripButton();
            this.tssBar2 = new System.Windows.Forms.ToolStripSeparator();
            this.ddbCanVote = new System.Windows.Forms.ToolStripDropDownButton();
            this.tssBar3 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbCorrectAnswer = new System.Windows.Forms.ToolStripButton();
            this.tssBar4 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbRushAnswer = new System.Windows.Forms.ToolStripButton();
            this.tssBar7 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbLuckyShow = new System.Windows.Forms.ToolStripButton();
            this.tssBar5 = new System.Windows.Forms.ToolStripSeparator();
            this.ddbAnalyzer = new System.Windows.Forms.ToolStripDropDownButton();
            this.tsbSynthesisReport = new System.Windows.Forms.ToolStripButton();
            this.tssBar6 = new System.Windows.Forms.ToolStripSeparator();
            this.ddbDock = new System.Windows.Forms.ToolStripDropDownButton();
            this.tsbAutoHide = new System.Windows.Forms.ToolStripButton();
            this.cmtCanVote = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tsmCanVoteAll = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmCanVoteSignIn = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmCanVoteGroup = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmCanVoteSlideResult = new System.Windows.Forms.ToolStripMenuItem();
            this.cmtAnalyzer = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tsmRateCorrect = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmRateOption = new System.Windows.Forms.ToolStripMenuItem();
            this.tssAnalyzer1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmAnalyzeSlideOption = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmAnalyzeSlideCross = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmAnalyzeSlideGroup = new System.Windows.Forms.ToolStripMenuItem();
            this.tssAnalyzer2 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmRankVoter = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmRankGroup = new System.Windows.Forms.ToolStripMenuItem();
            this.tssAnalyzer3 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmRankScore = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmRankPoll = new System.Windows.Forms.ToolStripMenuItem();
            this.cmtNewSlide = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tsmNewSlideVote = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideLevel = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideLevelItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideLevelItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideLevelItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideSelect = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideChoice1 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideChoice2 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideChoice3 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideChoice4 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideChoice5 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideChoice6 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideChoice7 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideChoice8 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideChoice9 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideChoice10 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmNewSlideChoiceCustom = new System.Windows.Forms.ToolStripMenuItem();
            this.picVoteState = new System.Windows.Forms.PictureBox();
            this.lblDelay = new System.Windows.Forms.Label();
            this.lblAutoHideMsg = new System.Windows.Forms.Label();
            this.lblDebug = new System.Windows.Forms.Label();
            this.lblRefreshVoteStateButton = new System.Windows.Forms.Label();
            this.tsbNextRandom = new System.Windows.Forms.ToolStripButton();
            this.tstVoteBar.SuspendLayout();
            this.cmtCanVote.SuspendLayout();
            this.cmtAnalyzer.SuspendLayout();
            this.cmtNewSlide.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picVoteState)).BeginInit();
            this.SuspendLayout();
            // 
            // tstVoteBar
            // 
            this.tstVoteBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.tstVoteBar.Dock = System.Windows.Forms.DockStyle.None;
            this.tstVoteBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.tstVoteBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tslReceiveCount,
            this.tsbConnectState,
            this.tssBar1,
            this.ddbNewSlide,
            this.tsbShowResult,
            this.tsbChartFmtNum,
            this.tsbChartFmtPercent,
            this.tsbChartFmtNumPercent,
            this.tssBarScoreResult,
            this.tsbNextRandom,
            this.tsbScoreResult,
            this.tssBarClear,
            this.tslVotedCount,
            this.tsbVoteStart,
            this.tsbVoteClearStart,
            this.tsbVoteClear,
            this.tssBarDetail,
            this.tsbVoteDetail,
            this.tssBar2,
            this.ddbCanVote,
            this.tssBar3,
            this.tsbCorrectAnswer,
            this.tssBar4,
            this.tsbRushAnswer,
            this.tssBar7,
            this.tsbLuckyShow,
            this.tssBar5,
            this.ddbAnalyzer,
            this.tsbSynthesisReport,
            this.tssBar6,
            this.ddbDock,
            this.tsbAutoHide});
            this.tstVoteBar.Location = new System.Drawing.Point(114, 6);
            this.tstVoteBar.Name = "tstVoteBar";
            this.tstVoteBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.tstVoteBar.Size = new System.Drawing.Size(678, 31);
            this.tstVoteBar.TabIndex = 11;
            this.tstVoteBar.TabStop = true;
            this.tstVoteBar.Text = "反馈工具栏";
            this.tstVoteBar.MouseEnter += new System.EventHandler(this.tstVoteBar_MouseEnter);
            this.tstVoteBar.MouseLeave += new System.EventHandler(this.tstVoteBar_MouseLeave);
            this.tstVoteBar.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tstVoteBar_MouseMove);
            // 
            // tslReceiveCount
            // 
            this.tslReceiveCount.AutoSize = false;
            this.tslReceiveCount.Name = "tslReceiveCount";
            this.tslReceiveCount.Size = new System.Drawing.Size(28, 28);
            this.tslReceiveCount.Text = "999";
            this.tslReceiveCount.Visible = false;
            // 
            // tsbConnectState
            // 
            this.tsbConnectState.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbConnectState.Image = global::SunVoteARSPPT.Properties.Resources.BaseOffLine;
            this.tsbConnectState.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbConnectState.Name = "tsbConnectState";
            this.tsbConnectState.Size = new System.Drawing.Size(23, 28);
            this.tsbConnectState.Text = "基站连接状态";
            // 
            // tssBar1
            // 
            this.tssBar1.AutoSize = false;
            this.tssBar1.Name = "tssBar1";
            this.tssBar1.Size = new System.Drawing.Size(10, 31);
            // 
            // ddbNewSlide
            // 
            this.ddbNewSlide.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.ddbNewSlide.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddbNewSlide.Image = ((System.Drawing.Image)(resources.GetObject("ddbNewSlide.Image")));
            this.ddbNewSlide.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ddbNewSlide.Name = "ddbNewSlide";
            this.ddbNewSlide.Size = new System.Drawing.Size(29, 28);
            this.ddbNewSlide.Text = "新建即兴反馈";
            this.ddbNewSlide.Visible = false;
            this.ddbNewSlide.Click += new System.EventHandler(this.ddbNewSlide_Click);
            // 
            // tsbShowResult
            // 
            this.tsbShowResult.CheckOnClick = true;
            this.tsbShowResult.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbShowResult.Image = ((System.Drawing.Image)(resources.GetObject("tsbShowResult.Image")));
            this.tsbShowResult.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbShowResult.Name = "tsbShowResult";
            this.tsbShowResult.Size = new System.Drawing.Size(23, 28);
            this.tsbShowResult.Text = "显示或隐藏图表(G)";
            this.tsbShowResult.Click += new System.EventHandler(this.tsbShowResult_Click);
            this.tsbShowResult.MouseLeave += new System.EventHandler(this.tsbShowResult_MouseLeave);
            // 
            // tsbChartFmtNum
            // 
            this.tsbChartFmtNum.AutoToolTip = false;
            this.tsbChartFmtNum.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbChartFmtNum.Image = global::SunVoteARSPPT.Properties.Resources.ShowNum;
            this.tsbChartFmtNum.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbChartFmtNum.Name = "tsbChartFmtNum";
            this.tsbChartFmtNum.Size = new System.Drawing.Size(23, 28);
            this.tsbChartFmtNum.Click += new System.EventHandler(this.tsbChartFmtNum_Click);
            // 
            // tsbChartFmtPercent
            // 
            this.tsbChartFmtPercent.AutoToolTip = false;
            this.tsbChartFmtPercent.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbChartFmtPercent.Image = global::SunVoteARSPPT.Properties.Resources.ShowRate;
            this.tsbChartFmtPercent.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbChartFmtPercent.Name = "tsbChartFmtPercent";
            this.tsbChartFmtPercent.Size = new System.Drawing.Size(23, 28);
            this.tsbChartFmtPercent.Click += new System.EventHandler(this.tsbChartFmtPercent_Click);
            // 
            // tsbChartFmtNumPercent
            // 
            this.tsbChartFmtNumPercent.AutoToolTip = false;
            this.tsbChartFmtNumPercent.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbChartFmtNumPercent.Image = global::SunVoteARSPPT.Properties.Resources.ShowNumRate;
            this.tsbChartFmtNumPercent.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbChartFmtNumPercent.Name = "tsbChartFmtNumPercent";
            this.tsbChartFmtNumPercent.Size = new System.Drawing.Size(23, 28);
            this.tsbChartFmtNumPercent.Click += new System.EventHandler(this.tsbChartFmtNumPercent_Click);
            // 
            // tssBarScoreResult
            // 
            this.tssBarScoreResult.Name = "tssBarScoreResult";
            this.tssBarScoreResult.Size = new System.Drawing.Size(6, 31);
            this.tssBarScoreResult.Visible = false;
            // 
            // tsbScoreResult
            // 
            this.tsbScoreResult.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbScoreResult.Image = global::SunVoteARSPPT.Properties.Resources.ObjectScoreAvg;
            this.tsbScoreResult.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbScoreResult.Name = "tsbScoreResult";
            this.tsbScoreResult.Size = new System.Drawing.Size(23, 28);
            this.tsbScoreResult.Text = "toolStripButton1";
            this.tsbScoreResult.Visible = false;
            // 
            // tssBarClear
            // 
            this.tssBarClear.AutoSize = false;
            this.tssBarClear.Name = "tssBarClear";
            this.tssBarClear.Size = new System.Drawing.Size(10, 31);
            // 
            // tslVotedCount
            // 
            this.tslVotedCount.AutoSize = false;
            this.tslVotedCount.Name = "tslVotedCount";
            this.tslVotedCount.Size = new System.Drawing.Size(36, 28);
            this.tslVotedCount.Text = "0";
            // 
            // tsbVoteStart
            // 
            this.tsbVoteStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbVoteStart.Image = ((System.Drawing.Image)(resources.GetObject("tsbVoteStart.Image")));
            this.tsbVoteStart.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbVoteStart.Name = "tsbVoteStart";
            this.tsbVoteStart.Size = new System.Drawing.Size(23, 28);
            this.tsbVoteStart.Text = "开始反馈(S)";
            this.tsbVoteStart.Click += new System.EventHandler(this.tsbVoteStart_Click);
            this.tsbVoteStart.MouseLeave += new System.EventHandler(this.tsbVoteStart_MouseLeave);
            // 
            // tsbVoteClearStart
            // 
            this.tsbVoteClearStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbVoteClearStart.Image = ((System.Drawing.Image)(resources.GetObject("tsbVoteClearStart.Image")));
            this.tsbVoteClearStart.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbVoteClearStart.Name = "tsbVoteClearStart";
            this.tsbVoteClearStart.Size = new System.Drawing.Size(23, 28);
            this.tsbVoteClearStart.Text = "清除重投(R)";
            this.tsbVoteClearStart.Click += new System.EventHandler(this.tsbVoteClearStart_Click);
            this.tsbVoteClearStart.MouseLeave += new System.EventHandler(this.tsbVoteClearStart_MouseLeave);
            // 
            // tsbVoteClear
            // 
            this.tsbVoteClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbVoteClear.Image = ((System.Drawing.Image)(resources.GetObject("tsbVoteClear.Image")));
            this.tsbVoteClear.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbVoteClear.Name = "tsbVoteClear";
            this.tsbVoteClear.Size = new System.Drawing.Size(23, 28);
            this.tsbVoteClear.Text = "清除当前反馈数据(C)";
            this.tsbVoteClear.Click += new System.EventHandler(this.tsbVoteClear_Click);
            this.tsbVoteClear.MouseLeave += new System.EventHandler(this.tsbVoteClear_MouseLeave);
            // 
            // tssBarDetail
            // 
            this.tssBarDetail.AutoSize = false;
            this.tssBarDetail.Name = "tssBarDetail";
            this.tssBarDetail.Size = new System.Drawing.Size(10, 31);
            // 
            // tsbVoteDetail
            // 
            this.tsbVoteDetail.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbVoteDetail.Image = ((System.Drawing.Image)(resources.GetObject("tsbVoteDetail.Image")));
            this.tsbVoteDetail.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbVoteDetail.Name = "tsbVoteDetail";
            this.tsbVoteDetail.Size = new System.Drawing.Size(23, 28);
            this.tsbVoteDetail.Text = "反馈明细(K)";
            this.tsbVoteDetail.Click += new System.EventHandler(this.tsbVoteDetail_Click);
            // 
            // tssBar2
            // 
            this.tssBar2.AutoSize = false;
            this.tssBar2.Name = "tssBar2";
            this.tssBar2.Size = new System.Drawing.Size(10, 31);
            this.tssBar2.Visible = false;
            // 
            // ddbCanVote
            // 
            this.ddbCanVote.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.ddbCanVote.Image = ((System.Drawing.Image)(resources.GetObject("ddbCanVote.Image")));
            this.ddbCanVote.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ddbCanVote.Name = "ddbCanVote";
            this.ddbCanVote.Size = new System.Drawing.Size(29, 28);
            this.ddbCanVote.Text = "键盘授权";
            this.ddbCanVote.Visible = false;
            this.ddbCanVote.Click += new System.EventHandler(this.ddbCanVote_Click);
            // 
            // tssBar3
            // 
            this.tssBar3.AutoSize = false;
            this.tssBar3.Name = "tssBar3";
            this.tssBar3.Size = new System.Drawing.Size(10, 31);
            // 
            // tsbCorrectAnswer
            // 
            this.tsbCorrectAnswer.CheckOnClick = true;
            this.tsbCorrectAnswer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbCorrectAnswer.Image = ((System.Drawing.Image)(resources.GetObject("tsbCorrectAnswer.Image")));
            this.tsbCorrectAnswer.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbCorrectAnswer.Name = "tsbCorrectAnswer";
            this.tsbCorrectAnswer.Size = new System.Drawing.Size(23, 28);
            this.tsbCorrectAnswer.Text = "显示或隐藏正确答案(A)";
            this.tsbCorrectAnswer.CheckedChanged += new System.EventHandler(this.tsbCorrectAnswer_CheckedChanged);
            this.tsbCorrectAnswer.MouseLeave += new System.EventHandler(this.tsbCorrectAnswer_MouseLeave);
            // 
            // tssBar4
            // 
            this.tssBar4.AutoSize = false;
            this.tssBar4.Name = "tssBar4";
            this.tssBar4.Size = new System.Drawing.Size(10, 31);
            // 
            // tsbRushAnswer
            // 
            this.tsbRushAnswer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbRushAnswer.Image = ((System.Drawing.Image)(resources.GetObject("tsbRushAnswer.Image")));
            this.tsbRushAnswer.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbRushAnswer.Name = "tsbRushAnswer";
            this.tsbRushAnswer.Size = new System.Drawing.Size(23, 28);
            this.tsbRushAnswer.Text = "开始抢答(Q)";
            this.tsbRushAnswer.Click += new System.EventHandler(this.tsbRushAnswer_Click);
            // 
            // tssBar7
            // 
            this.tssBar7.AutoSize = false;
            this.tssBar7.Name = "tssBar7";
            this.tssBar7.Size = new System.Drawing.Size(10, 31);
            // 
            // tsbLuckyShow
            // 
            this.tsbLuckyShow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbLuckyShow.Image = ((System.Drawing.Image)(resources.GetObject("tsbLuckyShow.Image")));
            this.tsbLuckyShow.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbLuckyShow.Name = "tsbLuckyShow";
            this.tsbLuckyShow.Size = new System.Drawing.Size(23, 28);
            this.tsbLuckyShow.Text = "随机点名(U)";
            this.tsbLuckyShow.Click += new System.EventHandler(this.tsbLuckyShow_Click);
            // 
            // tssBar5
            // 
            this.tssBar5.AutoSize = false;
            this.tssBar5.Name = "tssBar5";
            this.tssBar5.Size = new System.Drawing.Size(10, 31);
            // 
            // ddbAnalyzer
            // 
            this.ddbAnalyzer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.ddbAnalyzer.Image = global::SunVoteARSPPT.Properties.Resources.DataAnalyzeTool;
            this.ddbAnalyzer.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ddbAnalyzer.Name = "ddbAnalyzer";
            this.ddbAnalyzer.Size = new System.Drawing.Size(29, 28);
            this.ddbAnalyzer.Text = "数据分析";
            this.ddbAnalyzer.Click += new System.EventHandler(this.ddbAnalyzer_Click);
            // 
            // tsbSynthesisReport
            // 
            this.tsbSynthesisReport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbSynthesisReport.Image = global::SunVoteARSPPT.Properties.Resources.ReportSynthesis;
            this.tsbSynthesisReport.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbSynthesisReport.Name = "tsbSynthesisReport";
            this.tsbSynthesisReport.Size = new System.Drawing.Size(23, 28);
            this.tsbSynthesisReport.Text = "Synthesis Report";
            this.tsbSynthesisReport.Visible = false;
            this.tsbSynthesisReport.Click += new System.EventHandler(this.tsbSynthesisReport_Click);
            // 
            // tssBar6
            // 
            this.tssBar6.AutoSize = false;
            this.tssBar6.Name = "tssBar6";
            this.tssBar6.Size = new System.Drawing.Size(10, 31);
            // 
            // ddbDock
            // 
            this.ddbDock.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.ddbDock.Image = ((System.Drawing.Image)(resources.GetObject("ddbDock.Image")));
            this.ddbDock.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ddbDock.Name = "ddbDock";
            this.ddbDock.Size = new System.Drawing.Size(29, 28);
            this.ddbDock.Text = "工具栏位置";
            this.ddbDock.Visible = false;
            // 
            // tsbAutoHide
            // 
            this.tsbAutoHide.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbAutoHide.Image = ((System.Drawing.Image)(resources.GetObject("tsbAutoHide.Image")));
            this.tsbAutoHide.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbAutoHide.Name = "tsbAutoHide";
            this.tsbAutoHide.Size = new System.Drawing.Size(23, 28);
            this.tsbAutoHide.Text = "自动隐藏(H)";
            this.tsbAutoHide.Click += new System.EventHandler(this.tsbAutoHide_Click);
            // 
            // cmtCanVote
            // 
            this.cmtCanVote.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmCanVoteAll,
            this.tsmCanVoteSignIn,
            this.tsmCanVoteGroup,
            this.tsmCanVoteSlideResult});
            this.cmtCanVote.Name = "cmtCanVote";
            this.cmtCanVote.Size = new System.Drawing.Size(149, 92);
            // 
            // tsmCanVoteAll
            // 
            this.tsmCanVoteAll.Checked = true;
            this.tsmCanVoteAll.CheckState = System.Windows.Forms.CheckState.Checked;
            this.tsmCanVoteAll.Name = "tsmCanVoteAll";
            this.tsmCanVoteAll.Size = new System.Drawing.Size(148, 22);
            this.tsmCanVoteAll.Text = "所有人";
            // 
            // tsmCanVoteSignIn
            // 
            this.tsmCanVoteSignIn.Name = "tsmCanVoteSignIn";
            this.tsmCanVoteSignIn.Size = new System.Drawing.Size(148, 22);
            this.tsmCanVoteSignIn.Text = "已签到的人";
            // 
            // tsmCanVoteGroup
            // 
            this.tsmCanVoteGroup.Name = "tsmCanVoteGroup";
            this.tsmCanVoteGroup.Size = new System.Drawing.Size(148, 22);
            this.tsmCanVoteGroup.Text = "指定名单";
            this.tsmCanVoteGroup.Click += new System.EventHandler(this.tsmCanVoteGroup_Click);
            // 
            // tsmCanVoteSlideResult
            // 
            this.tsmCanVoteSlideResult.Name = "tsmCanVoteSlideResult";
            this.tsmCanVoteSlideResult.Size = new System.Drawing.Size(148, 22);
            this.tsmCanVoteSlideResult.Text = "指定题目选项";
            this.tsmCanVoteSlideResult.Click += new System.EventHandler(this.tsmCanVoteSlideResult_Click);
            // 
            // cmtAnalyzer
            // 
            this.cmtAnalyzer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmRateCorrect,
            this.tsmRateOption,
            this.tssAnalyzer1,
            this.tsmAnalyzeSlideOption,
            this.tsmAnalyzeSlideCross,
            this.tsmAnalyzeSlideGroup,
            this.tssAnalyzer2,
            this.tsmRankVoter,
            this.tsmRankGroup,
            this.tssAnalyzer3,
            this.tsmRankScore,
            this.tsmRankPoll});
            this.cmtAnalyzer.Name = "contextMenuStrip1";
            this.cmtAnalyzer.Size = new System.Drawing.Size(149, 220);
            // 
            // tsmRateCorrect
            // 
            this.tsmRateCorrect.Name = "tsmRateCorrect";
            this.tsmRateCorrect.Size = new System.Drawing.Size(148, 22);
            this.tsmRateCorrect.Text = "答题正确率";
            this.tsmRateCorrect.Click += new System.EventHandler(this.tsmRateCorrect_Click);
            // 
            // tsmRateOption
            // 
            this.tsmRateOption.Name = "tsmRateOption";
            this.tsmRateOption.Size = new System.Drawing.Size(148, 22);
            this.tsmRateOption.Text = "选项选择率";
            this.tsmRateOption.Click += new System.EventHandler(this.tsmRateOption_Click);
            // 
            // tssAnalyzer1
            // 
            this.tssAnalyzer1.Name = "tssAnalyzer1";
            this.tssAnalyzer1.Size = new System.Drawing.Size(145, 6);
            // 
            // tsmAnalyzeSlideOption
            // 
            this.tsmAnalyzeSlideOption.Name = "tsmAnalyzeSlideOption";
            this.tsmAnalyzeSlideOption.Size = new System.Drawing.Size(148, 22);
            this.tsmAnalyzeSlideOption.Text = "多题分项对比";
            this.tsmAnalyzeSlideOption.Click += new System.EventHandler(this.tsmAnalyzeSlideOption_Click);
            // 
            // tsmAnalyzeSlideCross
            // 
            this.tsmAnalyzeSlideCross.Name = "tsmAnalyzeSlideCross";
            this.tsmAnalyzeSlideCross.Size = new System.Drawing.Size(148, 22);
            this.tsmAnalyzeSlideCross.Text = "二题交叉对比";
            this.tsmAnalyzeSlideCross.Visible = false;
            this.tsmAnalyzeSlideCross.Click += new System.EventHandler(this.tsmAnalyzeSlideCross_Click);
            // 
            // tsmAnalyzeSlideGroup
            // 
            this.tsmAnalyzeSlideGroup.Name = "tsmAnalyzeSlideGroup";
            this.tsmAnalyzeSlideGroup.Size = new System.Drawing.Size(148, 22);
            this.tsmAnalyzeSlideGroup.Text = "答题分组对比";
            this.tsmAnalyzeSlideGroup.Click += new System.EventHandler(this.tsmAnalyzeSlideGroup_Click);
            // 
            // tssAnalyzer2
            // 
            this.tssAnalyzer2.Name = "tssAnalyzer2";
            this.tssAnalyzer2.Size = new System.Drawing.Size(145, 6);
            // 
            // tsmRankVoter
            // 
            this.tsmRankVoter.Name = "tsmRankVoter";
            this.tsmRankVoter.Size = new System.Drawing.Size(148, 22);
            this.tsmRankVoter.Text = "人员排行";
            this.tsmRankVoter.Click += new System.EventHandler(this.tsmRankVoter_Click);
            // 
            // tsmRankGroup
            // 
            this.tsmRankGroup.Name = "tsmRankGroup";
            this.tsmRankGroup.Size = new System.Drawing.Size(148, 22);
            this.tsmRankGroup.Text = "分组排行";
            this.tsmRankGroup.Click += new System.EventHandler(this.tsmRankGroup_Click);
            // 
            // tssAnalyzer3
            // 
            this.tssAnalyzer3.Name = "tssAnalyzer3";
            this.tssAnalyzer3.Size = new System.Drawing.Size(145, 6);
            // 
            // tsmRankScore
            // 
            this.tsmRankScore.Name = "tsmRankScore";
            this.tsmRankScore.Size = new System.Drawing.Size(148, 22);
            this.tsmRankScore.Text = "评分排行";
            this.tsmRankScore.Click += new System.EventHandler(this.tsmRankScore_Click);
            // 
            // tsmRankPoll
            // 
            this.tsmRankPoll.Name = "tsmRankPoll";
            this.tsmRankPoll.Size = new System.Drawing.Size(148, 22);
            this.tsmRankPoll.Text = "选举排行";
            this.tsmRankPoll.Click += new System.EventHandler(this.tsmRankPoll_Click);
            // 
            // cmtNewSlide
            // 
            this.cmtNewSlide.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmNewSlideVote,
            this.tsmNewSlideLevel,
            this.tsmNewSlideSelect});
            this.cmtNewSlide.Name = "cmtNewSlide";
            this.cmtNewSlide.Size = new System.Drawing.Size(101, 70);
            // 
            // tsmNewSlideVote
            // 
            this.tsmNewSlideVote.Image = global::SunVoteARSPPT.Properties.Resources.SlideVote;
            this.tsmNewSlideVote.Name = "tsmNewSlideVote";
            this.tsmNewSlideVote.Size = new System.Drawing.Size(100, 22);
            this.tsmNewSlideVote.Text = "表决";
            // 
            // tsmNewSlideLevel
            // 
            this.tsmNewSlideLevel.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmNewSlideLevelItem1,
            this.tsmNewSlideLevelItem2,
            this.tsmNewSlideLevelItem3});
            this.tsmNewSlideLevel.Image = global::SunVoteARSPPT.Properties.Resources.SlideGrade;
            this.tsmNewSlideLevel.Name = "tsmNewSlideLevel";
            this.tsmNewSlideLevel.Size = new System.Drawing.Size(100, 22);
            this.tsmNewSlideLevel.Text = "等级";
            // 
            // tsmNewSlideLevelItem1
            // 
            this.tsmNewSlideLevelItem1.Name = "tsmNewSlideLevelItem1";
            this.tsmNewSlideLevelItem1.Size = new System.Drawing.Size(223, 22);
            this.tsmNewSlideLevelItem1.Text = "满意/基本满意/不满意/弃权";
            // 
            // tsmNewSlideLevelItem2
            // 
            this.tsmNewSlideLevelItem2.Name = "tsmNewSlideLevelItem2";
            this.tsmNewSlideLevelItem2.Size = new System.Drawing.Size(223, 22);
            this.tsmNewSlideLevelItem2.Text = "优/良/中/差";
            // 
            // tsmNewSlideLevelItem3
            // 
            this.tsmNewSlideLevelItem3.Name = "tsmNewSlideLevelItem3";
            this.tsmNewSlideLevelItem3.Size = new System.Drawing.Size(223, 22);
            this.tsmNewSlideLevelItem3.Text = "同意/不同意";
            // 
            // tsmNewSlideSelect
            // 
            this.tsmNewSlideSelect.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmNewSlideChoice1,
            this.tsmNewSlideChoice2,
            this.tsmNewSlideChoice3,
            this.tsmNewSlideChoice4,
            this.tsmNewSlideChoice5,
            this.tsmNewSlideChoice6,
            this.tsmNewSlideChoice7,
            this.tsmNewSlideChoice8,
            this.tsmNewSlideChoice9,
            this.tsmNewSlideChoice10,
            this.tsmNewSlideChoiceCustom});
            this.tsmNewSlideSelect.Name = "tsmNewSlideSelect";
            this.tsmNewSlideSelect.Size = new System.Drawing.Size(100, 22);
            this.tsmNewSlideSelect.Text = "选择";
            // 
            // tsmNewSlideChoice1
            // 
            this.tsmNewSlideChoice1.Name = "tsmNewSlideChoice1";
            this.tsmNewSlideChoice1.Size = new System.Drawing.Size(126, 22);
            this.tsmNewSlideChoice1.Text = "1个选项";
            // 
            // tsmNewSlideChoice2
            // 
            this.tsmNewSlideChoice2.Name = "tsmNewSlideChoice2";
            this.tsmNewSlideChoice2.Size = new System.Drawing.Size(126, 22);
            this.tsmNewSlideChoice2.Text = "2个选项";
            // 
            // tsmNewSlideChoice3
            // 
            this.tsmNewSlideChoice3.Name = "tsmNewSlideChoice3";
            this.tsmNewSlideChoice3.Size = new System.Drawing.Size(126, 22);
            this.tsmNewSlideChoice3.Text = "3个选项";
            // 
            // tsmNewSlideChoice4
            // 
            this.tsmNewSlideChoice4.Name = "tsmNewSlideChoice4";
            this.tsmNewSlideChoice4.Size = new System.Drawing.Size(126, 22);
            this.tsmNewSlideChoice4.Text = "4个选项";
            // 
            // tsmNewSlideChoice5
            // 
            this.tsmNewSlideChoice5.Name = "tsmNewSlideChoice5";
            this.tsmNewSlideChoice5.Size = new System.Drawing.Size(126, 22);
            this.tsmNewSlideChoice5.Text = "5个选项";
            // 
            // tsmNewSlideChoice6
            // 
            this.tsmNewSlideChoice6.Name = "tsmNewSlideChoice6";
            this.tsmNewSlideChoice6.Size = new System.Drawing.Size(126, 22);
            this.tsmNewSlideChoice6.Text = "6个选项";
            // 
            // tsmNewSlideChoice7
            // 
            this.tsmNewSlideChoice7.Name = "tsmNewSlideChoice7";
            this.tsmNewSlideChoice7.Size = new System.Drawing.Size(126, 22);
            this.tsmNewSlideChoice7.Text = "7个选项";
            // 
            // tsmNewSlideChoice8
            // 
            this.tsmNewSlideChoice8.Name = "tsmNewSlideChoice8";
            this.tsmNewSlideChoice8.Size = new System.Drawing.Size(126, 22);
            this.tsmNewSlideChoice8.Text = "8个选项";
            // 
            // tsmNewSlideChoice9
            // 
            this.tsmNewSlideChoice9.Name = "tsmNewSlideChoice9";
            this.tsmNewSlideChoice9.Size = new System.Drawing.Size(126, 22);
            this.tsmNewSlideChoice9.Text = "9个选项";
            // 
            // tsmNewSlideChoice10
            // 
            this.tsmNewSlideChoice10.Name = "tsmNewSlideChoice10";
            this.tsmNewSlideChoice10.Size = new System.Drawing.Size(126, 22);
            this.tsmNewSlideChoice10.Text = "10个选项";
            // 
            // tsmNewSlideChoiceCustom
            // 
            this.tsmNewSlideChoiceCustom.Name = "tsmNewSlideChoiceCustom";
            this.tsmNewSlideChoiceCustom.Size = new System.Drawing.Size(126, 22);
            this.tsmNewSlideChoiceCustom.Text = "自定义...";
            this.tsmNewSlideChoiceCustom.Click += new System.EventHandler(this.tsmNewSlideChoiceCustom_Click);
            // 
            // picVoteState
            // 
            this.picVoteState.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.picVoteState.BackColor = System.Drawing.Color.DodgerBlue;
            this.picVoteState.Enabled = false;
            this.picVoteState.Location = new System.Drawing.Point(0, 0);
            this.picVoteState.Name = "picVoteState";
            this.picVoteState.Size = new System.Drawing.Size(800, 8);
            this.picVoteState.TabIndex = 12;
            this.picVoteState.TabStop = false;
            // 
            // lblDelay
            // 
            this.lblDelay.BackColor = System.Drawing.Color.DodgerBlue;
            this.lblDelay.Font = new System.Drawing.Font("宋体", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDelay.ForeColor = System.Drawing.Color.Yellow;
            this.lblDelay.Location = new System.Drawing.Point(255, -1);
            this.lblDelay.Name = "lblDelay";
            this.lblDelay.Size = new System.Drawing.Size(10, 13);
            this.lblDelay.TabIndex = 14;
            this.lblDelay.Text = "0";
            this.lblDelay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblAutoHideMsg
            // 
            this.lblAutoHideMsg.AutoSize = true;
            this.lblAutoHideMsg.Location = new System.Drawing.Point(662, 11);
            this.lblAutoHideMsg.Name = "lblAutoHideMsg";
            this.lblAutoHideMsg.Size = new System.Drawing.Size(659, 12);
            this.lblAutoHideMsg.TabIndex = 15;
            this.lblAutoHideMsg.Text = "Are you sure to hide the tool bar? After hiding, please press H or move the mouse" +
    " to the tool bar to display.";
            this.lblAutoHideMsg.Visible = false;
            // 
            // lblDebug
            // 
            this.lblDebug.AutoSize = true;
            this.lblDebug.Location = new System.Drawing.Point(272, -1);
            this.lblDebug.Name = "lblDebug";
            this.lblDebug.Size = new System.Drawing.Size(41, 12);
            this.lblDebug.TabIndex = 16;
            this.lblDebug.Text = "label1";
            this.lblDebug.Visible = false;
            // 
            // lblRefreshVoteStateButton
            // 
            this.lblRefreshVoteStateButton.AutoSize = true;
            this.lblRefreshVoteStateButton.Location = new System.Drawing.Point(12, 13);
            this.lblRefreshVoteStateButton.Name = "lblRefreshVoteStateButton";
            this.lblRefreshVoteStateButton.Size = new System.Drawing.Size(11, 12);
            this.lblRefreshVoteStateButton.TabIndex = 17;
            this.lblRefreshVoteStateButton.Text = "0";
            this.lblRefreshVoteStateButton.Visible = false;
            // 
            // tsbNextRandom
            // 
            this.tsbNextRandom.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbNextRandom.Image = ((System.Drawing.Image)(resources.GetObject("tsbNextRandom.Image")));
            this.tsbNextRandom.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbNextRandom.Name = "tsbNextRandom";
            this.tsbNextRandom.Size = new System.Drawing.Size(23, 28);
            this.tsbNextRandom.Text = "随机跳转";
            this.tsbNextRandom.Visible = false;
            // 
            // FrmVoteBar
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.ClientSize = new System.Drawing.Size(800, 34);
            this.Controls.Add(this.lblRefreshVoteStateButton);
            this.Controls.Add(this.lblDebug);
            this.Controls.Add(this.lblAutoHideMsg);
            this.Controls.Add(this.lblDelay);
            this.Controls.Add(this.picVoteState);
            this.Controls.Add(this.tstVoteBar);
            this.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.KeyPreview = true;
            this.Name = "FrmVoteBar";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "FrmVoteBar";
            this.TopMost = true;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmVoteBar_FormClosing);
            this.Load += new System.EventHandler(this.FrmVoteBar_Load);
            this.Shown += new System.EventHandler(this.FrmVoteBar_Shown);
            this.Enter += new System.EventHandler(this.FrmVoteBar_Enter);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FrmVoteBar_MouseDown);
            this.MouseEnter += new System.EventHandler(this.FrmVoteBar_MouseEnter);
            this.MouseLeave += new System.EventHandler(this.FrmVoteBar_MouseLeave);
            this.tstVoteBar.ResumeLayout(false);
            this.tstVoteBar.PerformLayout();
            this.cmtCanVote.ResumeLayout(false);
            this.cmtAnalyzer.ResumeLayout(false);
            this.cmtNewSlide.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picVoteState)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip tstVoteBar;
        public System.Windows.Forms.ToolStripLabel tslReceiveCount;
        private System.Windows.Forms.ToolStripButton tsbConnectState;
        private System.Windows.Forms.ToolStripSeparator tssBar1;
        private System.Windows.Forms.ToolStripDropDownButton ddbNewSlide;
        private System.Windows.Forms.ToolStripDropDownButton ddbCanVote;
        private System.Windows.Forms.ToolStripSeparator tssBar2;
        public System.Windows.Forms.ToolStripButton tsbVoteStart;
        public System.Windows.Forms.ToolStripButton tsbVoteClearStart;
        public System.Windows.Forms.ToolStripButton tsbVoteClear;
        public System.Windows.Forms.ToolStripButton tsbVoteDetail;
        private System.Windows.Forms.ToolStripSeparator tssBar3;
        private System.Windows.Forms.ToolStripSeparator tssBar4;
        private System.Windows.Forms.ToolStripSeparator tssBar5;
        private System.Windows.Forms.ToolStripDropDownButton ddbDock;
        private System.Windows.Forms.ToolStripButton tsbAutoHide;
        private System.Windows.Forms.ContextMenuStrip cmtCanVote;
        private System.Windows.Forms.ToolStripMenuItem tsmCanVoteAll;
        private System.Windows.Forms.ToolStripMenuItem tsmCanVoteSignIn;
        private System.Windows.Forms.ToolStripMenuItem tsmCanVoteGroup;
        private System.Windows.Forms.ToolStripMenuItem tsmCanVoteSlideResult;
        private System.Windows.Forms.ContextMenuStrip cmtAnalyzer;
        private System.Windows.Forms.ToolStripMenuItem tsmRateCorrect;
        private System.Windows.Forms.ToolStripMenuItem tsmRateOption;
        private System.Windows.Forms.ToolStripSeparator tssAnalyzer1;
        private System.Windows.Forms.ToolStripMenuItem tsmAnalyzeSlideOption;
        private System.Windows.Forms.ToolStripMenuItem tsmAnalyzeSlideCross;
        private System.Windows.Forms.ToolStripSeparator tssAnalyzer2;
        private System.Windows.Forms.ToolStripMenuItem tsmRankVoter;
        private System.Windows.Forms.ToolStripMenuItem tsmRankGroup;
        private System.Windows.Forms.ToolStripMenuItem tsmRankScore;
        public System.Windows.Forms.ContextMenuStrip cmtNewSlide;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideVote;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideLevel;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideLevelItem1;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideLevelItem2;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideLevelItem3;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideSelect;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideChoice2;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideChoice3;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideChoice4;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideChoice5;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideChoice6;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideChoice7;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideChoice8;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideChoice9;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideChoice10;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideChoiceCustom;
        private System.Windows.Forms.ToolStripButton tsbShowResult;
        private System.Windows.Forms.ToolStripMenuItem tsmAnalyzeSlideGroup;
        private System.Windows.Forms.PictureBox picVoteState;
        private System.Windows.Forms.ToolStripMenuItem tsmRankPoll;
        private System.Windows.Forms.ToolStripSeparator tssBar6;
        private System.Windows.Forms.ToolStripMenuItem tsmNewSlideChoice1;
        private System.Windows.Forms.ToolStripSeparator tssBarClear;
        private System.Windows.Forms.ToolStripSeparator tssBarDetail;
        private System.Windows.Forms.ToolStripSeparator tssAnalyzer3;
        public System.Windows.Forms.ToolStripButton tsbRushAnswer;
        public System.Windows.Forms.ToolStripButton tsbLuckyShow;
        private System.Windows.Forms.ToolStripSeparator tssBar7;
        public System.Windows.Forms.ToolStripButton tsbCorrectAnswer;
        private System.Windows.Forms.Label lblDelay;
        private System.Windows.Forms.Label lblAutoHideMsg;
        private System.Windows.Forms.ToolStripButton tsbChartFmtNum;
        private System.Windows.Forms.ToolStripButton tsbChartFmtPercent;
        private System.Windows.Forms.ToolStripButton tsbChartFmtNumPercent;
        private System.Windows.Forms.ToolStripLabel tslVotedCount;
        private System.Windows.Forms.ToolStripSeparator tssBarScoreResult;
        private System.Windows.Forms.ToolStripButton tsbScoreResult;
        public System.Windows.Forms.Label lblDebug;
        private System.Windows.Forms.ToolStripButton tsbSynthesisReport;
        private System.Windows.Forms.Label lblRefreshVoteStateButton;
        internal System.Windows.Forms.ToolStripDropDownButton ddbAnalyzer;
        private System.Windows.Forms.ToolStripButton tsbNextRandom;
    }
}