/// <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();
     ControlsLibrary.ImageItem imageItem6  = new ControlsLibrary.ImageItem();
     ControlsLibrary.ImageItem imageItem7  = new ControlsLibrary.ImageItem();
     ControlsLibrary.ImageItem imageItem8  = new ControlsLibrary.ImageItem();
     ControlsLibrary.ImageItem imageItem9  = new ControlsLibrary.ImageItem();
     ControlsLibrary.ImageItem imageItem10 = new ControlsLibrary.ImageItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DummyOutputWindow));
     this.toolStripMenu                   = new System.Windows.Forms.ToolStrip();
     this.ddtbSelect                      = new System.Windows.Forms.ToolStripDropDownButton();
     this.tsbtSendWinLock                 = new System.Windows.Forms.ToolStripButton();
     this.tsbtEdit                        = new System.Windows.Forms.ToolStripButton();
     this.outputTextBox                   = new ControlsLibrary.ToolStripSpringTextBox();
     this.sbtSend                         = new System.Windows.Forms.ToolStripButton();
     this.textBoxMenu                     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copyToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.copyAllToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.outputMenu                      = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.sendCurrentToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.sendSelect1ToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.sendBookmarks1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4             = new System.Windows.Forms.ToolStripSeparator();
     this.copy1ToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.paste1ToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.clear1ToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5             = new System.Windows.Forms.ToolStripSeparator();
     this.file1ToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.load1ToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.save1ToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.highQualityImageList            = new ControlsLibrary.HighQualityImageList();
     this.mainFCTB                        = new FastColoredTextBoxNS.FastColoredTextBox();
     this.splitter                        = new System.Windows.Forms.Splitter();
     this.secondFCTB                      = new FastColoredTextBoxNS.FastColoredTextBox();
     this.secondFctbMenu                  = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1             = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem4              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2             = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem7              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem8              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem9              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenu.SuspendLayout();
     this.textBoxMenu.SuspendLayout();
     this.outputMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mainFCTB)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.secondFCTB)).BeginInit();
     this.secondFctbMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripMenu
     //
     this.toolStripMenu.AutoSize  = false;
     this.toolStripMenu.BackColor = System.Drawing.Color.WhiteSmoke;
     this.toolStripMenu.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ddtbSelect,
         this.tsbtSendWinLock,
         this.tsbtEdit,
         this.outputTextBox,
         this.sbtSend
     });
     this.toolStripMenu.Location   = new System.Drawing.Point(0, 0);
     this.toolStripMenu.Name       = "toolStripMenu";
     this.toolStripMenu.Padding    = new System.Windows.Forms.Padding(2, 0, 1, 0);
     this.toolStripMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStripMenu.Size       = new System.Drawing.Size(542, 25);
     this.toolStripMenu.TabIndex   = 2;
     //
     // ddtbSelect
     //
     this.ddtbSelect.Image = global::ToolSuite.Properties.Resources.airport;
     this.ddtbSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ddtbSelect.Name                 = "ddtbSelect";
     this.ddtbSelect.Overflow             = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.ddtbSelect.Size                 = new System.Drawing.Size(93, 22);
     this.ddtbSelect.Text                 = "No Select";
     this.ddtbSelect.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.ddtbSelect_DropDownItemClicked);
     this.ddtbSelect.TextChanged         += new System.EventHandler(this.ddtbSelect_TextChanged);
     //
     // tsbtSendWinLock
     //
     this.tsbtSendWinLock.CheckOnClick          = true;
     this.tsbtSendWinLock.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbtSendWinLock.Image                 = global::ToolSuite.Properties.Resources.padlock_closed;
     this.tsbtSendWinLock.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtSendWinLock.Name     = "tsbtSendWinLock";
     this.tsbtSendWinLock.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.tsbtSendWinLock.Size     = new System.Drawing.Size(23, 22);
     this.tsbtSendWinLock.Text     = "lock";
     //
     // tsbtEdit
     //
     this.tsbtEdit.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbtEdit.Image                 = global::ToolSuite.Properties.Resources.edit;
     this.tsbtEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtEdit.Name     = "tsbtEdit";
     this.tsbtEdit.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.tsbtEdit.Size     = new System.Drawing.Size(23, 22);
     this.tsbtEdit.Text     = "edit mode";
     this.tsbtEdit.Click   += new System.EventHandler(this.tsbtEdit_Click);
     //
     // outputTextBox
     //
     this.outputTextBox.AutoSize    = false;
     this.outputTextBox.BorderColor = System.Drawing.Color.Gainsboro;
     this.outputTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.outputTextBox.Margin      = new System.Windows.Forms.Padding(2, 0, 1, 0);
     this.outputTextBox.Minimum     = 200;
     this.outputTextBox.Name        = "outputTextBox";
     this.outputTextBox.Overflow    = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.outputTextBox.Padding     = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.outputTextBox.Size        = new System.Drawing.Size(343, 18);
     this.outputTextBox.Spring      = true;
     this.outputTextBox.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.outputTextBox_KeyDown);
     //
     // sbtSend
     //
     this.sbtSend.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.sbtSend.Image                 = global::ToolSuite.Properties.Resources.chat_active1;
     this.sbtSend.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sbtSend.Name     = "sbtSend";
     this.sbtSend.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.sbtSend.Size     = new System.Drawing.Size(23, 22);
     this.sbtSend.Click   += new System.EventHandler(this.sbtSend_ButtonClick);
     //
     // textBoxMenu
     //
     this.textBoxMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.copyToolStripMenuItem,
         this.copyAllToolStripMenuItem,
         this.pasteToolStripMenuItem
     });
     this.textBoxMenu.Name = "textBoxMenu";
     this.textBoxMenu.Size = new System.Drawing.Size(125, 70);
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.copyToolStripMenuItem.Text = "Copy";
     //
     // copyAllToolStripMenuItem
     //
     this.copyAllToolStripMenuItem.Name = "copyAllToolStripMenuItem";
     this.copyAllToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.copyAllToolStripMenuItem.Text = "Copy All";
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.pasteToolStripMenuItem.Text = "Paste";
     //
     // outputMenu
     //
     this.outputMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.sendCurrentToolStripMenuItem,
         this.sendSelect1ToolStripMenuItem,
         this.sendBookmarks1ToolStripMenuItem,
         this.toolStripSeparator4,
         this.copy1ToolStripMenuItem,
         this.paste1ToolStripMenuItem,
         this.clear1ToolStripMenuItem,
         this.toolStripSeparator5,
         this.file1ToolStripMenuItem
     });
     this.outputMenu.Name = "outputMenu";
     this.outputMenu.Size = new System.Drawing.Size(177, 170);
     //
     // sendCurrentToolStripMenuItem
     //
     this.sendCurrentToolStripMenuItem.Name   = "sendCurrentToolStripMenuItem";
     this.sendCurrentToolStripMenuItem.Size   = new System.Drawing.Size(176, 22);
     this.sendCurrentToolStripMenuItem.Text   = "Send Current";
     this.sendCurrentToolStripMenuItem.Click += new System.EventHandler(this.sendCurrentToolStripMenuItem_Click);
     //
     // sendSelect1ToolStripMenuItem
     //
     this.sendSelect1ToolStripMenuItem.Name   = "sendSelect1ToolStripMenuItem";
     this.sendSelect1ToolStripMenuItem.Size   = new System.Drawing.Size(176, 22);
     this.sendSelect1ToolStripMenuItem.Text   = "Send Select";
     this.sendSelect1ToolStripMenuItem.Click += new System.EventHandler(this.sendSelectToolStripMenuItem_Click);
     //
     // sendBookmarks1ToolStripMenuItem
     //
     this.sendBookmarks1ToolStripMenuItem.Name   = "sendBookmarks1ToolStripMenuItem";
     this.sendBookmarks1ToolStripMenuItem.Size   = new System.Drawing.Size(176, 22);
     this.sendBookmarks1ToolStripMenuItem.Text   = "Send Bookmarks";
     this.sendBookmarks1ToolStripMenuItem.Click += new System.EventHandler(this.sendBookmarksToolStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(173, 6);
     //
     // copy1ToolStripMenuItem
     //
     this.copy1ToolStripMenuItem.Name   = "copy1ToolStripMenuItem";
     this.copy1ToolStripMenuItem.Size   = new System.Drawing.Size(176, 22);
     this.copy1ToolStripMenuItem.Text   = "Copy";
     this.copy1ToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // paste1ToolStripMenuItem
     //
     this.paste1ToolStripMenuItem.Name   = "paste1ToolStripMenuItem";
     this.paste1ToolStripMenuItem.Size   = new System.Drawing.Size(176, 22);
     this.paste1ToolStripMenuItem.Text   = "Paste";
     this.paste1ToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
     //
     // clear1ToolStripMenuItem
     //
     this.clear1ToolStripMenuItem.Name   = "clear1ToolStripMenuItem";
     this.clear1ToolStripMenuItem.Size   = new System.Drawing.Size(176, 22);
     this.clear1ToolStripMenuItem.Text   = "Clear";
     this.clear1ToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(173, 6);
     //
     // file1ToolStripMenuItem
     //
     this.file1ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.load1ToolStripMenuItem,
         this.save1ToolStripMenuItem
     });
     this.file1ToolStripMenuItem.Name = "file1ToolStripMenuItem";
     this.file1ToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
     this.file1ToolStripMenuItem.Text = "File";
     //
     // load1ToolStripMenuItem
     //
     this.load1ToolStripMenuItem.Name   = "load1ToolStripMenuItem";
     this.load1ToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.load1ToolStripMenuItem.Text   = "Load";
     this.load1ToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
     //
     // save1ToolStripMenuItem
     //
     this.save1ToolStripMenuItem.Name   = "save1ToolStripMenuItem";
     this.save1ToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.save1ToolStripMenuItem.Text   = "Save";
     this.save1ToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // highQualityImageList
     //
     imageItem6.Image  = global::ToolSuite.Properties.Resources.connection_error_alt_1;
     imageItem6.Text   = "imageItem";
     imageItem7.Image  = global::ToolSuite.Properties.Resources.connect_alt_1;
     imageItem7.Text   = "imageItem";
     imageItem8.Image  = global::ToolSuite.Properties.Resources.airport;
     imageItem8.Text   = "imageItem";
     imageItem9.Image  = global::ToolSuite.Properties.Resources.edit;
     imageItem9.Text   = "imageItem";
     imageItem10.Image = global::ToolSuite.Properties.Resources.read_only;
     imageItem10.Text  = "imageItem";
     this.highQualityImageList.ImageItems.Add(imageItem6);
     this.highQualityImageList.ImageItems.Add(imageItem7);
     this.highQualityImageList.ImageItems.Add(imageItem8);
     this.highQualityImageList.ImageItems.Add(imageItem9);
     this.highQualityImageList.ImageItems.Add(imageItem10);
     //
     // mainFCTB
     //
     this.mainFCTB.AutoCompleteBracketsList = new char[] {
         '(',
         ')',
         '{',
         '}',
         '[',
         ']',
         '\"',
         '\"',
         '\'',
         '\''
     };
     this.mainFCTB.AutoScrollMargin  = new System.Drawing.Size(10, 0);
     this.mainFCTB.AutoScrollMinSize = new System.Drawing.Size(27, 14);
     this.mainFCTB.BackBrush         = null;
     this.mainFCTB.BookmarkColor     = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(226)))), ((int)(((byte)(108)))));
     this.mainFCTB.CharHeight        = 14;
     this.mainFCTB.CharWidth         = 8;
     this.mainFCTB.ContextMenuStrip  = this.outputMenu;
     this.mainFCTB.Cursor            = System.Windows.Forms.Cursors.IBeam;
     this.mainFCTB.DisabledColor     = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
     this.mainFCTB.Dock              = System.Windows.Forms.DockStyle.Left;
     this.mainFCTB.FirstSearch       = true;
     this.mainFCTB.Font              = new System.Drawing.Font("Courier New", 9.75F);
     this.mainFCTB.ForeColor         = System.Drawing.Color.Black;
     this.mainFCTB.IndentBackColor   = System.Drawing.Color.White;
     this.mainFCTB.IsReplaceMode     = false;
     this.mainFCTB.LineNumberColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.mainFCTB.Location          = new System.Drawing.Point(0, 25);
     this.mainFCTB.Margin            = new System.Windows.Forms.Padding(0);
     this.mainFCTB.MatchCase         = false;
     this.mainFCTB.Name              = "mainFCTB";
     this.mainFCTB.Paddings          = new System.Windows.Forms.Padding(0);
     this.mainFCTB.SelectionColor    = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.mainFCTB.ServiceColors     = ((FastColoredTextBoxNS.ServiceColors)(resources.GetObject("mainFCTB.ServiceColors")));
     this.mainFCTB.ServiceLinesColor = System.Drawing.Color.WhiteSmoke;
     this.mainFCTB.Size              = new System.Drawing.Size(356, 254);
     this.mainFCTB.TabIndex          = 0;
     this.mainFCTB.UseRegex          = false;
     this.mainFCTB.WholeWord         = false;
     this.mainFCTB.Zoom              = 100;
     this.mainFCTB.Scroll           += new System.Windows.Forms.ScrollEventHandler(this.fctbOutput_Scroll);
     this.mainFCTB.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.fctbOutput_KeyDown);
     this.mainFCTB.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.fctbOutput_MouseDoubleClick);
     //
     // splitter
     //
     this.splitter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
     this.splitter.Location  = new System.Drawing.Point(356, 25);
     this.splitter.MinExtra  = 1;
     this.splitter.MinSize   = 3;
     this.splitter.Name      = "splitter";
     this.splitter.Size      = new System.Drawing.Size(2, 254);
     this.splitter.TabIndex  = 3;
     this.splitter.TabStop   = false;
     //
     // secondFCTB
     //
     this.secondFCTB.AutoCompleteBracketsList = new char[] {
         '(',
         ')',
         '{',
         '}',
         '[',
         ']',
         '\"',
         '\"',
         '\'',
         '\''
     };
     this.secondFCTB.AutoScrollMargin  = new System.Drawing.Size(10, 0);
     this.secondFCTB.AutoScrollMinSize = new System.Drawing.Size(27, 14);
     this.secondFCTB.BackBrush         = null;
     this.secondFCTB.BookmarkColor     = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(226)))), ((int)(((byte)(108)))));
     this.secondFCTB.CharHeight        = 14;
     this.secondFCTB.CharWidth         = 8;
     this.secondFCTB.ContextMenuStrip  = this.outputMenu;
     this.secondFCTB.Cursor            = System.Windows.Forms.Cursors.IBeam;
     this.secondFCTB.DisabledColor     = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
     this.secondFCTB.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.secondFCTB.FirstSearch       = true;
     this.secondFCTB.ForeColor         = System.Drawing.Color.Black;
     this.secondFCTB.IndentBackColor   = System.Drawing.Color.White;
     this.secondFCTB.IsReplaceMode     = false;
     this.secondFCTB.LineNumberColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.secondFCTB.Location          = new System.Drawing.Point(358, 25);
     this.secondFCTB.Margin            = new System.Windows.Forms.Padding(0);
     this.secondFCTB.MatchCase         = false;
     this.secondFCTB.Name              = "secondFCTB";
     this.secondFCTB.Paddings          = new System.Windows.Forms.Padding(0);
     this.secondFCTB.SelectionColor    = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.secondFCTB.ServiceColors     = ((FastColoredTextBoxNS.ServiceColors)(resources.GetObject("secondFCTB.ServiceColors")));
     this.secondFCTB.ServiceLinesColor = System.Drawing.Color.WhiteSmoke;
     this.secondFCTB.Size              = new System.Drawing.Size(184, 254);
     this.secondFCTB.TabIndex          = 4;
     this.secondFCTB.UseRegex          = false;
     this.secondFCTB.WholeWord         = false;
     this.secondFCTB.Zoom              = 100;
     this.secondFCTB.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.fctbOutput_KeyDown);
     //
     // secondFctbMenu
     //
     this.secondFctbMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.toolStripMenuItem2,
         this.toolStripMenuItem3,
         this.toolStripSeparator1,
         this.toolStripMenuItem4,
         this.toolStripMenuItem5,
         this.toolStripMenuItem6,
         this.toolStripSeparator2,
         this.toolStripMenuItem7
     });
     this.secondFctbMenu.Name = "outputMenu";
     this.secondFctbMenu.Size = new System.Drawing.Size(177, 170);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(176, 22);
     this.toolStripMenuItem1.Text = "Send Current";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(176, 22);
     this.toolStripMenuItem2.Text = "Send Select";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(176, 22);
     this.toolStripMenuItem3.Text = "Send Bookmarks";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(173, 6);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(176, 22);
     this.toolStripMenuItem4.Text = "Copy";
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(176, 22);
     this.toolStripMenuItem5.Text = "Paste";
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(176, 22);
     this.toolStripMenuItem6.Text = "Clear";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(173, 6);
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem8,
         this.toolStripMenuItem9
     });
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(176, 22);
     this.toolStripMenuItem7.Text = "File";
     //
     // toolStripMenuItem8
     //
     this.toolStripMenuItem8.Name = "toolStripMenuItem8";
     this.toolStripMenuItem8.Size = new System.Drawing.Size(105, 22);
     this.toolStripMenuItem8.Text = "Load";
     //
     // toolStripMenuItem9
     //
     this.toolStripMenuItem9.Name = "toolStripMenuItem9";
     this.toolStripMenuItem9.Size = new System.Drawing.Size(105, 22);
     this.toolStripMenuItem9.Text = "Save";
     //
     // DummyOutputWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(542, 279);
     this.CloseButtonVisible  = false;
     this.Controls.Add(this.secondFCTB);
     this.Controls.Add(this.splitter);
     this.Controls.Add(this.mainFCTB);
     this.Controls.Add(this.toolStripMenu);
     this.DockAreas   = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)));
     this.HideOnClose = true;
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "DummyOutputWindow";
     this.ShowHint    = WeifenLuo.WinFormsUI.Docking.DockState.DockBottomAutoHide;
     this.TabText     = "Output";
     this.Text        = "Output";
     this.toolStripMenu.ResumeLayout(false);
     this.toolStripMenu.PerformLayout();
     this.textBoxMenu.ResumeLayout(false);
     this.outputMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mainFCTB)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.secondFCTB)).EndInit();
     this.secondFctbMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#2
0
 /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     ControlsLibrary.ImageItem imageItem1 = new ControlsLibrary.ImageItem();
     ControlsLibrary.ImageItem imageItem2 = new ControlsLibrary.ImageItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DummySolutionExplorer));
     this.toolStrip                       = new System.Windows.Forms.ToolStrip();
     this.tsbtEdit                        = new System.Windows.Forms.ToolStripButton();
     this.tsbtView                        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1             = new System.Windows.Forms.ToolStripSeparator();
     this.tsbtAddRow                      = new System.Windows.Forms.ToolStripButton();
     this.tsbtRemoveRow                   = new System.Windows.Forms.ToolStripButton();
     this.toolStripDropDownButton1        = new System.Windows.Forms.ToolStripDropDownButton();
     this.repeatToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4             = new System.Windows.Forms.ToolStripSeparator();
     this.uploadToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.reloadToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.clearToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.metroGrid                       = new MetroFramework.Controls.MetroGrid();
     this.ColumnCheck                     = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ColumnCmd                       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnDiscription               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.listMenu                        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.checkAll1ToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.uncheck1ToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3             = new System.Windows.Forms.ToolStripSeparator();
     this.sendAll1ToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.sendSelectionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sendCheckedToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.listViewContextMenu             = new MetroFramework.Controls.MetroContextMenu(this.components);
     this.highQualityImageList            = new ControlsLibrary.HighQualityImageList();
     this.toolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.metroGrid)).BeginInit();
     this.listMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip
     //
     this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbtEdit,
         this.tsbtView,
         this.toolStripSeparator1,
         this.tsbtAddRow,
         this.tsbtRemoveRow,
         this.toolStripDropDownButton1
     });
     this.toolStrip.Location   = new System.Drawing.Point(0, 0);
     this.toolStrip.Name       = "toolStrip";
     this.toolStrip.Padding    = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.toolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip.Size       = new System.Drawing.Size(245, 25);
     this.toolStrip.TabIndex   = 0;
     this.toolStrip.Text       = "toolStrip1";
     //
     // tsbtEdit
     //
     this.tsbtEdit.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbtEdit.Image                 = global::ToolSuite.Properties.Resources.read_only;
     this.tsbtEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtEdit.Name   = "tsbtEdit";
     this.tsbtEdit.Size   = new System.Drawing.Size(23, 22);
     this.tsbtEdit.Text   = "Edit";
     this.tsbtEdit.Click += new System.EventHandler(this.tsbtEdit_Click);
     //
     // tsbtView
     //
     this.tsbtView.CheckOnClick          = true;
     this.tsbtView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbtView.Image                 = global::ToolSuite.Properties.Resources.code_16px_1137823_easyicon_net;
     this.tsbtView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtView.Name   = "tsbtView";
     this.tsbtView.Size   = new System.Drawing.Size(23, 22);
     this.tsbtView.Text   = "detail enable";
     this.tsbtView.Click += new System.EventHandler(this.tsbtView_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tsbtAddRow
     //
     this.tsbtAddRow.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbtAddRow.Font                  = new System.Drawing.Font("Microsoft YaHei UI", 9F);
     this.tsbtAddRow.Image                 = global::ToolSuite.Properties.Resources.plus_16px_1137939_easyicon_net;
     this.tsbtAddRow.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtAddRow.Name                  = "tsbtAddRow";
     this.tsbtAddRow.Size                  = new System.Drawing.Size(23, 22);
     this.tsbtAddRow.Text                  = "add";
     this.tsbtAddRow.Click                += new System.EventHandler(this.tsbtAddRow_Click);
     //
     // tsbtRemoveRow
     //
     this.tsbtRemoveRow.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbtRemoveRow.Image                 = global::ToolSuite.Properties.Resources.minus_16px_1137913_easyicon_net;
     this.tsbtRemoveRow.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtRemoveRow.Name   = "tsbtRemoveRow";
     this.tsbtRemoveRow.Size   = new System.Drawing.Size(23, 22);
     this.tsbtRemoveRow.Text   = "del";
     this.tsbtRemoveRow.Click += new System.EventHandler(this.tsbtRemoveRow_Click);
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.repeatToolStripMenuItem,
         this.toolStripSeparator4,
         this.uploadToolStripMenuItem,
         this.reloadToolStripMenuItem,
         this.clearToolStripMenuItem,
         this.saveToolStripMenuItem
     });
     this.toolStripDropDownButton1.Image = global::ToolSuite.Properties.Resources.cog_16px_1170420_easyicon_net;
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(29, 22);
     this.toolStripDropDownButton1.Text = "option";
     //
     // repeatToolStripMenuItem
     //
     this.repeatToolStripMenuItem.CheckOnClick = true;
     this.repeatToolStripMenuItem.Name         = "repeatToolStripMenuItem";
     this.repeatToolStripMenuItem.Size         = new System.Drawing.Size(119, 22);
     this.repeatToolStripMenuItem.Text         = "Repeat";
     this.repeatToolStripMenuItem.Click       += new System.EventHandler(this.repeatToolStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(116, 6);
     //
     // uploadToolStripMenuItem
     //
     this.uploadToolStripMenuItem.Image  = global::ToolSuite.Properties.Resources.folder_open;
     this.uploadToolStripMenuItem.Name   = "uploadToolStripMenuItem";
     this.uploadToolStripMenuItem.Size   = new System.Drawing.Size(119, 22);
     this.uploadToolStripMenuItem.Text   = "Upload";
     this.uploadToolStripMenuItem.Click += new System.EventHandler(this.uploadToolStripMenuItem_Click);
     //
     // reloadToolStripMenuItem
     //
     this.reloadToolStripMenuItem.Name   = "reloadToolStripMenuItem";
     this.reloadToolStripMenuItem.Size   = new System.Drawing.Size(119, 22);
     this.reloadToolStripMenuItem.Text   = "Reload";
     this.reloadToolStripMenuItem.Click += new System.EventHandler(this.reloadToolStripMenuItem_Click);
     //
     // clearToolStripMenuItem
     //
     this.clearToolStripMenuItem.Name   = "clearToolStripMenuItem";
     this.clearToolStripMenuItem.Size   = new System.Drawing.Size(119, 22);
     this.clearToolStripMenuItem.Text   = "Clear";
     this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Name   = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.Size   = new System.Drawing.Size(119, 22);
     this.saveToolStripMenuItem.Text   = "Save";
     this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // metroGrid
     //
     this.metroGrid.AllowUserToAddRows       = false;
     this.metroGrid.AllowUserToDeleteRows    = false;
     this.metroGrid.AllowUserToResizeColumns = false;
     this.metroGrid.AllowUserToResizeRows    = false;
     this.metroGrid.AutoSizeRowsMode         = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.metroGrid.BackgroundColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.metroGrid.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.metroGrid.CellBorderStyle               = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.metroGrid.ClipboardCopyMode             = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
     this.metroGrid.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle1.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
     dataGridViewCellStyle1.Font                  = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle1.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle1.SelectionBackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle1.SelectionForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle1.WrapMode              = System.Windows.Forms.DataGridViewTriState.True;
     this.metroGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.metroGrid.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.metroGrid.ColumnHeadersVisible          = false;
     this.metroGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ColumnCheck,
         this.ColumnCmd,
         this.ColumnDiscription
     });
     this.metroGrid.ContextMenuStrip           = this.listMenu;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle2.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(136)))), ((int)(((byte)(136)))));
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.metroGrid.DefaultCellStyle           = dataGridViewCellStyle2;
     this.metroGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.metroGrid.EnableHeadersVisualStyles = false;
     this.metroGrid.Font                       = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.metroGrid.GridColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.metroGrid.Location                   = new System.Drawing.Point(0, 25);
     this.metroGrid.Name                       = "metroGrid";
     this.metroGrid.RowHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle3.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
     dataGridViewCellStyle3.Font               = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle3.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle3.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.metroGrid.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.metroGrid.RowHeadersVisible          = false;
     this.metroGrid.RowHeadersWidthSizeMode    = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     dataGridViewCellStyle4.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.metroGrid.RowsDefaultCellStyle       = dataGridViewCellStyle4;
     this.metroGrid.RowTemplate.Height         = 23;
     this.metroGrid.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.metroGrid.Size                       = new System.Drawing.Size(245, 296);
     this.metroGrid.TabIndex                   = 2;
     this.metroGrid.UseCustomBackColor         = true;
     this.metroGrid.CellDoubleClick           += new System.Windows.Forms.DataGridViewCellEventHandler(this.metroGrid_CellDoubleClick);
     //
     // ColumnCheck
     //
     this.ColumnCheck.Frozen       = true;
     this.ColumnCheck.HeaderText   = "";
     this.ColumnCheck.MinimumWidth = 20;
     this.ColumnCheck.Name         = "ColumnCheck";
     this.ColumnCheck.Width        = 20;
     //
     // ColumnCmd
     //
     this.ColumnCmd.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColumnCmd.HeaderText   = "cmd";
     this.ColumnCmd.Name         = "ColumnCmd";
     this.ColumnCmd.Resizable    = System.Windows.Forms.DataGridViewTriState.False;
     this.ColumnCmd.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColumnDiscription
     //
     this.ColumnDiscription.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColumnDiscription.HeaderText   = "disc";
     this.ColumnDiscription.Name         = "ColumnDiscription";
     this.ColumnDiscription.Resizable    = System.Windows.Forms.DataGridViewTriState.False;
     this.ColumnDiscription.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // listMenu
     //
     this.listMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.checkAll1ToolStripMenuItem,
         this.uncheck1ToolStripMenuItem,
         this.toolStripSeparator3,
         this.sendAll1ToolStripMenuItem,
         this.sendSelectionsToolStripMenuItem,
         this.sendCheckedToolStripMenuItem
     });
     this.listMenu.Name = "listMenu";
     this.listMenu.Size = new System.Drawing.Size(168, 120);
     //
     // checkAll1ToolStripMenuItem
     //
     this.checkAll1ToolStripMenuItem.Name   = "checkAll1ToolStripMenuItem";
     this.checkAll1ToolStripMenuItem.Size   = new System.Drawing.Size(167, 22);
     this.checkAll1ToolStripMenuItem.Text   = "Check All";
     this.checkAll1ToolStripMenuItem.Click += new System.EventHandler(this.checkAllToolStripMenuItem_Click);
     //
     // uncheck1ToolStripMenuItem
     //
     this.uncheck1ToolStripMenuItem.Name   = "uncheck1ToolStripMenuItem";
     this.uncheck1ToolStripMenuItem.Size   = new System.Drawing.Size(167, 22);
     this.uncheck1ToolStripMenuItem.Text   = "Uncheck";
     this.uncheck1ToolStripMenuItem.Click += new System.EventHandler(this.uncheckToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(164, 6);
     //
     // sendAll1ToolStripMenuItem
     //
     this.sendAll1ToolStripMenuItem.Name   = "sendAll1ToolStripMenuItem";
     this.sendAll1ToolStripMenuItem.Size   = new System.Drawing.Size(167, 22);
     this.sendAll1ToolStripMenuItem.Text   = "Send All";
     this.sendAll1ToolStripMenuItem.Click += new System.EventHandler(this.sendAllToolStripMenuItem_Click);
     //
     // sendSelectionsToolStripMenuItem
     //
     this.sendSelectionsToolStripMenuItem.Name   = "sendSelectionsToolStripMenuItem";
     this.sendSelectionsToolStripMenuItem.Size   = new System.Drawing.Size(167, 22);
     this.sendSelectionsToolStripMenuItem.Text   = "Send Selections";
     this.sendSelectionsToolStripMenuItem.Click += new System.EventHandler(this.sendSelectionsToolStripMenuItem_Click);
     //
     // sendCheckedToolStripMenuItem
     //
     this.sendCheckedToolStripMenuItem.Name   = "sendCheckedToolStripMenuItem";
     this.sendCheckedToolStripMenuItem.Size   = new System.Drawing.Size(167, 22);
     this.sendCheckedToolStripMenuItem.Text   = "Send Checked";
     this.sendCheckedToolStripMenuItem.Click += new System.EventHandler(this.sendCheckedToolStripMenuItem_Click);
     //
     // listViewContextMenu
     //
     this.listViewContextMenu.Name = "listViewContextMenu";
     this.listViewContextMenu.Size = new System.Drawing.Size(61, 4);
     //
     // highQualityImageList
     //
     imageItem1.Image = global::ToolSuite.Properties.Resources.edit;
     imageItem1.Text  = "imageItem";
     imageItem2.Image = global::ToolSuite.Properties.Resources.read_only;
     imageItem2.Text  = "imageItem";
     this.highQualityImageList.ImageItems.Add(imageItem1);
     this.highQualityImageList.ImageItems.Add(imageItem2);
     //
     // DummySolutionExplorer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(245, 322);
     this.Controls.Add(this.metroGrid);
     this.Controls.Add(this.toolStrip);
     this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)
                                                                 | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)));
     this.HideOnClose       = true;
     this.Icon              = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name              = "DummySolutionExplorer";
     this.Padding           = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.ShowHint          = WeifenLuo.WinFormsUI.Docking.DockState.DockRight;
     this.TabText           = "Solution";
     this.Text              = "Solution";
     this.DockStateChanged += new System.EventHandler(this.DummySolutionExplorer_DockStateChanged);
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.metroGrid)).EndInit();
     this.listMenu.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }