Example #1
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.statusBar                     = new VI.Controls.StatusBarConnection();
     this.timerMenu                     = new System.Windows.Forms.Timer(this.components);
     this.sdManager                     = new TD.SandDock.SandDockManager();
     this.sbManager                     = new TD.SandBar.SandBarManager(this.components);
     this.bottomSandBarDock             = new TD.SandBar.ToolBarContainer();
     this.leftSandBarDock               = new TD.SandBar.ToolBarContainer();
     this.rightSandBarDock              = new TD.SandBar.ToolBarContainer();
     this.topSandBarDock                = new TD.SandBar.ToolBarContainer();
     this.menuBar                       = new TD.SandBar.MenuBar();
     this.mnuConnection                 = new TD.SandBar.MenuBarItem();
     this.mnuConnection_New             = new TD.SandBar.MenuButtonItem();
     this.mnuConnection_Close           = new TD.SandBar.MenuButtonItem();
     this.mnuConnection_ChangePassword  = new TD.SandBar.MenuButtonItem();
     this.mnuConnection_Setup           = new TD.SandBar.MenuButtonItem();
     this.mnuConnection_Exit            = new TD.SandBar.MenuButtonItem();
     this.mnuWindows                    = new TD.SandBar.MenuBarItem();
     this.mnuWindows_ProfileOnServer    = new TD.SandBar.MenuButtonItem();
     this.mnuWindows_ServerHasProfile   = new TD.SandBar.MenuButtonItem();
     this.mnuWindows_FDSProfileOnServer = new TD.SandBar.MenuButtonItem();
     this.menuWindows_DefaultLayout     = new TD.SandBar.MenuButtonItem();
     this.mnuHelp                       = new TD.SandBar.MenuBarItem();
     this.mnuHelp_ReplicationInfo       = new TD.SandBar.MenuButtonItem();
     this.mnuHelp_Info                  = new TD.SandBar.MenuButtonItem();
     this.toolBar                       = new TD.SandBar.ToolBar();
     this.tbbConnection_New             = new TD.SandBar.ButtonItem();
     this.tbbConnection_Close           = new TD.SandBar.ButtonItem();
     this.tbbProfileOnServer            = new TD.SandBar.ButtonItem();
     this.tbbServerHasProfile           = new TD.SandBar.ButtonItem();
     this.Translator                    = new VI.FormBase.TranslatorComponent();
     this.stockImages                   = new VI.ImageLibrary.StockImageComponent();
     this.docEdit                       = new TD.SandDock.DocumentContainer();
     this.frmProfileOnServer            = new TD.SandDock.TabbedDocument();
     this.dcProfileOnServer             = new VI.Tools.ReplicationInfo.DCProfileOnServer();
     this.frmServerHasProfile           = new TD.SandDock.TabbedDocument();
     this.dcServerHasProfile            = new VI.Tools.ReplicationInfo.DCServerHasProfile();
     this.frmFDSProfileOnServer         = new TD.SandDock.TabbedDocument();
     this.dcFDSProfileOnServer          = new VI.Tools.ReplicationInfo.DCFDSProfileOnServer();
     this.topSandBarDock.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Translator)).BeginInit();
     this.docEdit.SuspendLayout();
     this.frmProfileOnServer.SuspendLayout();
     this.frmServerHasProfile.SuspendLayout();
     this.frmFDSProfileOnServer.SuspendLayout();
     this.SuspendLayout();
     //
     // statusBar
     //
     this.statusBar.BackColor  = System.Drawing.SystemColors.Control;
     this.statusBar.Dock       = System.Windows.Forms.DockStyle.Bottom;
     this.statusBar.Location   = new System.Drawing.Point(0, 458);
     this.statusBar.Name       = "statusBar";
     this.statusBar.ShowPanels = true;
     this.statusBar.Size       = new System.Drawing.Size(736, 20);
     this.statusBar.TabIndex   = 1;
     this.Translator.SetTextProperty(this.statusBar, null);
     //
     // timerMenu
     //
     this.timerMenu.Enabled  = true;
     this.timerMenu.Interval = 200;
     this.timerMenu.Tick    += new System.EventHandler(this.timerMenu_Tick);
     //
     // sdManager
     //
     this.sdManager.DockSystemContainer      = this;
     this.sdManager.OwnerForm                = this;
     this.sdManager.SerializeTabbedDocuments = true;
     //
     // sbManager
     //
     this.sbManager.OwnerForm = this;
     //
     // bottomSandBarDock
     //
     this.bottomSandBarDock.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.bottomSandBarDock.Guid     = new System.Guid("e72a7607-d7e3-47b3-b7f1-89108fd65798");
     this.bottomSandBarDock.Location = new System.Drawing.Point(0, 478);
     this.bottomSandBarDock.Manager  = this.sbManager;
     this.bottomSandBarDock.Name     = "bottomSandBarDock";
     this.bottomSandBarDock.Size     = new System.Drawing.Size(736, 0);
     this.bottomSandBarDock.TabIndex = 16;
     this.Translator.SetTextProperty(this.bottomSandBarDock, null);
     //
     // leftSandBarDock
     //
     this.leftSandBarDock.Dock     = System.Windows.Forms.DockStyle.Left;
     this.leftSandBarDock.Guid     = new System.Guid("25105e1c-7421-4a89-b7b8-c3da9f7bb509");
     this.leftSandBarDock.Location = new System.Drawing.Point(0, 49);
     this.leftSandBarDock.Manager  = this.sbManager;
     this.leftSandBarDock.Name     = "leftSandBarDock";
     this.leftSandBarDock.Size     = new System.Drawing.Size(0, 429);
     this.leftSandBarDock.TabIndex = 14;
     this.Translator.SetTextProperty(this.leftSandBarDock, null);
     //
     // rightSandBarDock
     //
     this.rightSandBarDock.Dock     = System.Windows.Forms.DockStyle.Right;
     this.rightSandBarDock.Guid     = new System.Guid("fa0a80f2-2045-4bf0-96ba-69eedd96a28c");
     this.rightSandBarDock.Location = new System.Drawing.Point(736, 49);
     this.rightSandBarDock.Manager  = this.sbManager;
     this.rightSandBarDock.Name     = "rightSandBarDock";
     this.rightSandBarDock.Size     = new System.Drawing.Size(0, 429);
     this.rightSandBarDock.TabIndex = 15;
     this.Translator.SetTextProperty(this.rightSandBarDock, null);
     //
     // topSandBarDock
     //
     this.topSandBarDock.Controls.Add(this.menuBar);
     this.topSandBarDock.Controls.Add(this.toolBar);
     this.topSandBarDock.Dock     = System.Windows.Forms.DockStyle.Top;
     this.topSandBarDock.Guid     = new System.Guid("e85dc19a-44ea-4d40-bae1-0e898a265689");
     this.topSandBarDock.Location = new System.Drawing.Point(0, 0);
     this.topSandBarDock.Manager  = this.sbManager;
     this.topSandBarDock.Name     = "topSandBarDock";
     this.topSandBarDock.Size     = new System.Drawing.Size(736, 49);
     this.topSandBarDock.TabIndex = 17;
     this.Translator.SetTextProperty(this.topSandBarDock, null);
     //
     // menuBar
     //
     this.menuBar.Guid = new System.Guid("f8a868a5-addc-42ba-907c-8e2d7b4af3d2");
     this.menuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[]
     {
         this.mnuConnection,
         this.mnuWindows,
         this.mnuHelp
     });
     this.menuBar.Location  = new System.Drawing.Point(2, 0);
     this.menuBar.Name      = "menuBar";
     this.menuBar.OwnerForm = this;
     this.menuBar.Size      = new System.Drawing.Size(734, 23);
     this.menuBar.TabIndex  = 0;
     this.Translator.SetTextProperty(this.menuBar, null);
     //
     // mnuConnection
     //
     this.mnuConnection.Items.AddRange(new TD.SandBar.ToolbarItemBase[]
     {
         this.mnuConnection_New,
         this.mnuConnection_Close,
         this.mnuConnection_ChangePassword,
         this.mnuConnection_Setup,
         this.mnuConnection_Exit
     });
     this.mnuConnection.Text = "frmMain_mnuConnection";
     this.Translator.SetTextProperty(this.mnuConnection, "Text");
     //
     // mnuConnection_New
     //
     this.mnuConnection_New.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftN;
     this.stockImages.SetStockImage(this.mnuConnection_New, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.OpenConnection, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal));
     this.mnuConnection_New.Text = "frmMain_mnuConnection_New";
     this.Translator.SetTextProperty(this.mnuConnection_New, "Text");
     this.mnuConnection_New.Activate += new System.EventHandler(this.mnuFile_NewConn_Click);
     //
     // mnuConnection_Close
     //
     this.stockImages.SetStockImage(this.mnuConnection_Close, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.CloseConnection, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal));
     this.mnuConnection_Close.Text = "frmMain_mnuConnection_Close";
     this.Translator.SetTextProperty(this.mnuConnection_Close, "Text");
     this.mnuConnection_Close.Activate += new System.EventHandler(this.mnuFile_CloseConn_Click);
     //
     // mnuConnection_ChangePassword
     //
     this.mnuConnection_ChangePassword.BeginGroup = true;
     this.stockImages.SetStockImage(this.mnuConnection_ChangePassword, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.ChangePassword, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal));
     this.mnuConnection_ChangePassword.Text = "frmMain_mnuConnection_ChangePassword";
     this.Translator.SetTextProperty(this.mnuConnection_ChangePassword, "Text");
     this.mnuConnection_ChangePassword.Activate += new System.EventHandler(this.mnuConnection_ChangePassword_Activate);
     //
     // mnuConnection_Setup
     //
     this.stockImages.SetStockImage(this.mnuConnection_Setup, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.Options, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal));
     this.mnuConnection_Setup.Text = "frmMain_mnuConnection_Setup";
     this.Translator.SetTextProperty(this.mnuConnection_Setup, "Text");
     this.mnuConnection_Setup.Activate += new System.EventHandler(this.mnuFile_Setup_Click);
     //
     // mnuConnection_Exit
     //
     this.mnuConnection_Exit.BeginGroup = true;
     this.mnuConnection_Exit.Shortcut   = System.Windows.Forms.Shortcut.AltF4;
     this.stockImages.SetStockImage(this.mnuConnection_Exit, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.Exit, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal));
     this.mnuConnection_Exit.Text = "frmMain_mnuConnection_Exit";
     this.Translator.SetTextProperty(this.mnuConnection_Exit, "Text");
     this.mnuConnection_Exit.Activate += new System.EventHandler(this.mnuFile_End_Click);
     //
     // mnuWindows
     //
     this.mnuWindows.Items.AddRange(new TD.SandBar.ToolbarItemBase[]
     {
         this.mnuWindows_ProfileOnServer,
         this.mnuWindows_ServerHasProfile,
         this.mnuWindows_FDSProfileOnServer,
         this.menuWindows_DefaultLayout
     });
     this.mnuWindows.Text = "frmMain_mnuWindows";
     this.Translator.SetTextProperty(this.mnuWindows, "Text");
     //
     // mnuWindows_ProfileOnServer
     //
     this.mnuWindows_ProfileOnServer.Image = ((System.Drawing.Image)(resources.GetObject("mnuWindows_ProfileOnServer.Image")));
     this.mnuWindows_ProfileOnServer.Text  = "frmMain_mnuWindows_ProfileOnServer";
     this.Translator.SetTextProperty(this.mnuWindows_ProfileOnServer, "Text");
     this.mnuWindows_ProfileOnServer.Activate += new System.EventHandler(this.mnuWindows_ProfileOnServer_Activate);
     //
     // mnuWindows_ServerHasProfile
     //
     this.mnuWindows_ServerHasProfile.Image = ((System.Drawing.Image)(resources.GetObject("mnuWindows_ServerHasProfile.Image")));
     this.mnuWindows_ServerHasProfile.Text  = "frmMain_mnuWindows_ServerHasProfile";
     this.Translator.SetTextProperty(this.mnuWindows_ServerHasProfile, "Text");
     this.mnuWindows_ServerHasProfile.Activate += new System.EventHandler(this.mnuWindows_ServerHasProfile_Activate);
     //
     // mnuWindows_FDSProfileOnServer
     //
     this.stockImages.SetStockImage(this.mnuWindows_FDSProfileOnServer, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.WebUpload, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal));
     this.mnuWindows_FDSProfileOnServer.Text = "mnuWindows_FDSProfileOnServer";
     this.Translator.SetTextProperty(this.mnuWindows_FDSProfileOnServer, "Text");
     this.mnuWindows_FDSProfileOnServer.Activate += new System.EventHandler(this.mnuWindows_FDSProfileOnServer_Activate);
     //
     // menuWindows_DefaultLayout
     //
     this.menuWindows_DefaultLayout.BeginGroup = true;
     this.stockImages.SetStockImage(this.menuWindows_DefaultLayout, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.CascadeWindows, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal));
     this.menuWindows_DefaultLayout.Text = "frmMain_menuWindows_DefaultLayout";
     this.Translator.SetTextProperty(this.menuWindows_DefaultLayout, "Text");
     this.menuWindows_DefaultLayout.Activate += new System.EventHandler(this.menuWindows_DefaultLayout_Activate);
     //
     // mnuHelp
     //
     this.mnuHelp.Items.AddRange(new TD.SandBar.ToolbarItemBase[]
     {
         this.mnuHelp_ReplicationInfo,
         this.mnuHelp_Info
     });
     this.mnuHelp.Text = "frmMain_mnuHelp";
     this.Translator.SetTextProperty(this.mnuHelp, "Text");
     //
     // mnuHelp_ReplicationInfo
     //
     this.mnuHelp_ReplicationInfo.Icon = ((System.Drawing.Icon)(resources.GetObject("mnuHelp_ReplicationInfo.Icon")));
     this.mnuHelp_ReplicationInfo.Text = "frmMain_mnuHelp_ReplicationInfo";
     this.Translator.SetTextProperty(this.mnuHelp_ReplicationInfo, "Text");
     this.mnuHelp_ReplicationInfo.Activate += new System.EventHandler(this.mnuInfo_ReplicationInfo_Activate);
     //
     // mnuHelp_Info
     //
     this.mnuHelp_Info.Text = "frmMain_mnuHelp_Info";
     this.Translator.SetTextProperty(this.mnuHelp_Info, "Text");
     this.mnuHelp_Info.Activate += new System.EventHandler(this.mnuHelp_Info_Activate);
     //
     // toolBar
     //
     this.toolBar.DockLine          = 1;
     this.toolBar.DrawActionsButton = false;
     this.toolBar.Guid = new System.Guid("d8f479c4-9b4a-45e9-a5e8-fa8a513204d0");
     this.toolBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[]
     {
         this.tbbConnection_New,
         this.tbbConnection_Close,
         this.tbbProfileOnServer,
         this.tbbServerHasProfile
     });
     this.toolBar.Location  = new System.Drawing.Point(2, 23);
     this.toolBar.Name      = "toolBar";
     this.toolBar.Size      = new System.Drawing.Size(734, 26);
     this.toolBar.Stretch   = true;
     this.toolBar.TabIndex  = 1;
     this.toolBar.TextAlign = TD.SandBar.ToolBarTextAlign.Underneath;
     this.Translator.SetTextProperty(this.toolBar, null);
     //
     // tbbConnection_New
     //
     this.tbbConnection_New.BuddyMenu  = this.mnuConnection_New;
     this.tbbConnection_New.ImageIndex = 0;
     this.stockImages.SetStockImage(this.tbbConnection_New, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.OpenConnection, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal));
     this.Translator.SetTextProperty(this.tbbConnection_New, "ToolTipText");
     this.tbbConnection_New.ToolTipText = "frmMain_tbbConnection_New";
     this.tbbConnection_New.Activate   += new System.EventHandler(this.mnuFile_NewConn_Click);
     //
     // tbbConnection_Close
     //
     this.tbbConnection_Close.BuddyMenu  = this.mnuConnection_Close;
     this.tbbConnection_Close.ImageIndex = 1;
     this.stockImages.SetStockImage(this.tbbConnection_Close, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.CloseConnection, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal));
     this.Translator.SetTextProperty(this.tbbConnection_Close, "ToolTipText");
     this.tbbConnection_Close.ToolTipText = "frmMain_tbbConnection_Close";
     this.tbbConnection_Close.Activate   += new System.EventHandler(this.mnuFile_CloseConn_Click);
     //
     // tbbProfileOnServer
     //
     this.tbbProfileOnServer.BeginGroup = true;
     this.tbbProfileOnServer.BuddyMenu  = this.mnuWindows_ProfileOnServer;
     this.tbbProfileOnServer.Image      = ((System.Drawing.Image)(resources.GetObject("tbbProfileOnServer.Image")));
     this.tbbProfileOnServer.ImageIndex = 2;
     this.Translator.SetTextProperty(this.tbbProfileOnServer, "ToolTipText");
     this.tbbProfileOnServer.ToolTipText = "frmMain_tbbProfileOnServer";
     this.tbbProfileOnServer.Activate   += new System.EventHandler(this.mnuWindows_ProfileOnServer_Activate);
     //
     // tbbServerHasProfile
     //
     this.tbbServerHasProfile.BuddyMenu  = this.mnuWindows_ServerHasProfile;
     this.tbbServerHasProfile.Image      = ((System.Drawing.Image)(resources.GetObject("tbbServerHasProfile.Image")));
     this.tbbServerHasProfile.ImageIndex = 3;
     this.Translator.SetTextProperty(this.tbbServerHasProfile, "ToolTipText");
     this.tbbServerHasProfile.ToolTipText = "frmMain_tbbServerHasProfile";
     this.tbbServerHasProfile.Activate   += new System.EventHandler(this.mnuWindows_ServerHasProfile_Activate);
     //
     // stockImages
     //
     this.stockImages.DefaultImageProperty = null;
     this.Translator.SetTextProperty(this.stockImages, null);
     //
     // docEdit
     //
     this.docEdit.Controls.Add(this.frmProfileOnServer);
     this.docEdit.Controls.Add(this.frmServerHasProfile);
     this.docEdit.Controls.Add(this.frmFDSProfileOnServer);
     this.docEdit.LayoutSystem = new TD.SandDock.SplitLayoutSystem(734, 407, System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[]
     {
         ((TD.SandDock.LayoutSystemBase)(new TD.SandDock.DocumentLayoutSystem(734, 407, new TD.SandDock.DockControl[] {
             ((TD.SandDock.DockControl)(this.frmProfileOnServer)),
             ((TD.SandDock.DockControl)(this.frmServerHasProfile)),
             ((TD.SandDock.DockControl)(this.frmFDSProfileOnServer))
         }, this.frmFDSProfileOnServer)))
     });
     this.docEdit.Location = new System.Drawing.Point(0, 49);
     this.docEdit.Manager  = this.sdManager;
     this.docEdit.Name     = "docEdit";
     this.docEdit.Size     = new System.Drawing.Size(736, 409);
     this.docEdit.TabIndex = 19;
     this.Translator.SetTextProperty(this.docEdit, null);
     //
     // frmProfileOnServer
     //
     this.frmProfileOnServer.CloseAction = TD.SandDock.DockControlCloseAction.HideOnly;
     this.frmProfileOnServer.Controls.Add(this.dcProfileOnServer);
     this.frmProfileOnServer.FloatingSize = new System.Drawing.Size(550, 400);
     this.frmProfileOnServer.Guid         = new System.Guid("9cd54c27-1eab-444d-8ae5-82d0cfd7134d");
     this.frmProfileOnServer.Location     = new System.Drawing.Point(1, 21);
     this.frmProfileOnServer.Name         = "frmProfileOnServer";
     this.frmProfileOnServer.Size         = new System.Drawing.Size(734, 387);
     this.frmProfileOnServer.TabIndex     = 0;
     this.frmProfileOnServer.Text         = "frmProfileOnServer_Caption";
     this.Translator.SetTextProperty(this.frmProfileOnServer, "Text");
     //
     // dcProfileOnServer
     //
     this.dcProfileOnServer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dcProfileOnServer.Location = new System.Drawing.Point(0, 0);
     this.dcProfileOnServer.Name     = "dcProfileOnServer";
     this.dcProfileOnServer.Size     = new System.Drawing.Size(734, 387);
     this.dcProfileOnServer.TabIndex = 0;
     this.Translator.SetTextProperty(this.dcProfileOnServer, null);
     //
     // frmServerHasProfile
     //
     this.frmServerHasProfile.CloseAction = TD.SandDock.DockControlCloseAction.HideOnly;
     this.frmServerHasProfile.Controls.Add(this.dcServerHasProfile);
     this.frmServerHasProfile.FloatingSize = new System.Drawing.Size(550, 400);
     this.frmServerHasProfile.Guid         = new System.Guid("2188f443-0beb-4fe0-80de-725dd0dceb86");
     this.frmServerHasProfile.Location     = new System.Drawing.Point(1, 21);
     this.frmServerHasProfile.Name         = "frmServerHasProfile";
     this.frmServerHasProfile.Size         = new System.Drawing.Size(734, 387);
     this.frmServerHasProfile.TabIndex     = 1;
     this.frmServerHasProfile.Text         = "frmServerHasProfile_Caption";
     this.Translator.SetTextProperty(this.frmServerHasProfile, "Text");
     //
     // dcServerHasProfile
     //
     this.dcServerHasProfile.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dcServerHasProfile.Location = new System.Drawing.Point(0, 0);
     this.dcServerHasProfile.Name     = "dcServerHasProfile";
     this.dcServerHasProfile.Size     = new System.Drawing.Size(734, 387);
     this.dcServerHasProfile.TabIndex = 0;
     this.Translator.SetTextProperty(this.dcServerHasProfile, null);
     //
     // frmFDSProfileOnServer
     //
     this.frmFDSProfileOnServer.CloseAction = TD.SandDock.DockControlCloseAction.HideOnly;
     this.frmFDSProfileOnServer.Controls.Add(this.dcFDSProfileOnServer);
     this.frmFDSProfileOnServer.FloatingSize = new System.Drawing.Size(550, 400);
     this.frmFDSProfileOnServer.Guid         = new System.Guid("e98424bd-713a-418d-83b7-78f5f9a3da6d");
     this.frmFDSProfileOnServer.Location     = new System.Drawing.Point(1, 21);
     this.frmFDSProfileOnServer.Name         = "frmFDSProfileOnServer";
     this.frmFDSProfileOnServer.Size         = new System.Drawing.Size(734, 387);
     this.frmFDSProfileOnServer.TabIndex     = 2;
     this.frmFDSProfileOnServer.Text         = "frmFDSProfileOnServer_Caption";
     this.Translator.SetTextProperty(this.frmFDSProfileOnServer, "Text");
     //
     // dcFDSProfileOnServer
     //
     this.dcFDSProfileOnServer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dcFDSProfileOnServer.Location = new System.Drawing.Point(0, 0);
     this.dcFDSProfileOnServer.Name     = "dcFDSProfileOnServer";
     this.dcFDSProfileOnServer.Size     = new System.Drawing.Size(734, 387);
     this.dcFDSProfileOnServer.TabIndex = 0;
     this.Translator.SetTextProperty(this.dcFDSProfileOnServer, null);
     //
     // frmMain
     //
     this.ClientSize = new System.Drawing.Size(736, 478);
     this.Controls.Add(this.docEdit);
     this.Controls.Add(this.statusBar);
     this.Controls.Add(this.leftSandBarDock);
     this.Controls.Add(this.rightSandBarDock);
     this.Controls.Add(this.bottomSandBarDock);
     this.Controls.Add(this.topSandBarDock);
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.MinimumSize    = new System.Drawing.Size(320, 200);
     this.Name           = "frmMain";
     this.Text           = "~ReplicationInfo";
     this.Translator.SetTextProperty(this, null);
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmMain_Closing);
     this.Load    += new System.EventHandler(this.frmMain_Load);
     this.topSandBarDock.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Translator)).EndInit();
     this.docEdit.ResumeLayout(false);
     this.frmProfileOnServer.ResumeLayout(false);
     this.frmServerHasProfile.ResumeLayout(false);
     this.frmFDSProfileOnServer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "11:30:45",
         "=EP_Mono=CO",
         "Saying some stuff yeah text goes here."
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
         "11:31:27",
         "GuyInServer",
         "I said things just now."
     }, -1);
     this.sandDockManager1   = new TD.SandDock.SandDockManager();
     this.leftSandDock       = new TD.SandDock.DockContainer();
     this.rightSandDock      = new TD.SandDock.DockContainer();
     this.bottomSandDock     = new TD.SandDock.DockContainer();
     this.topSandDock        = new TD.SandDock.DockContainer();
     this.dockControl1       = new TD.SandDock.DockControl();
     this.dockControl3       = new TD.SandDock.DockControl();
     this.dockControl4       = new TD.SandDock.DockControl();
     this.dockControl5       = new TD.SandDock.DockControl();
     this.documentContainer1 = new TD.SandDock.DocumentContainer();
     this.dockControl2       = new TD.SandDock.DockControl();
     this.dockControl6       = new TD.SandDock.DockControl();
     this.dockControl7       = new TD.SandDock.DockControl();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.myXPButton1        = new MyXPButton.MyXPButton();
     this.listView1          = new System.Windows.Forms.ListView();
     this.columnHeader1      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3      = new System.Windows.Forms.ColumnHeader();
     this.leftSandDock.SuspendLayout();
     this.bottomSandDock.SuspendLayout();
     this.documentContainer1.SuspendLayout();
     this.dockControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // sandDockManager1
     //
     this.sandDockManager1.DockingManager = TD.SandDock.DockingManager.Whidbey;
     this.sandDockManager1.OwnerForm      = this;
     this.sandDockManager1.Renderer       = new TD.SandDock.Rendering.Office2003Renderer();
     //
     // leftSandDock
     //
     this.leftSandDock.Controls.Add(this.dockControl4);
     this.leftSandDock.Controls.Add(this.dockControl1);
     this.leftSandDock.Dock         = System.Windows.Forms.DockStyle.Left;
     this.leftSandDock.Guid         = new System.Guid("958057af-a8f5-4422-b97d-01d3b4451a1b");
     this.leftSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400, System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] {
         new TD.SandDock.ControlLayoutSystem(268, 358, new TD.SandDock.DockControl[] {
             this.dockControl4,
             this.dockControl1
         }, this.dockControl4)
     });
     this.leftSandDock.Location = new System.Drawing.Point(0, 0);
     this.leftSandDock.Manager  = this.sandDockManager1;
     this.leftSandDock.Name     = "leftSandDock";
     this.leftSandDock.Size     = new System.Drawing.Size(272, 358);
     this.leftSandDock.TabIndex = 0;
     //
     // rightSandDock
     //
     this.rightSandDock.Dock         = System.Windows.Forms.DockStyle.Right;
     this.rightSandDock.Guid         = new System.Guid("184719bf-aeff-4ce8-ba9b-4fe6a40e3911");
     this.rightSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400);
     this.rightSandDock.Location     = new System.Drawing.Point(712, 0);
     this.rightSandDock.Manager      = this.sandDockManager1;
     this.rightSandDock.Name         = "rightSandDock";
     this.rightSandDock.Size         = new System.Drawing.Size(0, 358);
     this.rightSandDock.TabIndex     = 1;
     //
     // bottomSandDock
     //
     this.bottomSandDock.Controls.Add(this.dockControl3);
     this.bottomSandDock.Controls.Add(this.dockControl5);
     this.bottomSandDock.Dock         = System.Windows.Forms.DockStyle.Bottom;
     this.bottomSandDock.Guid         = new System.Guid("75e4c8a7-c6a5-40d5-b145-3752fa434f9b");
     this.bottomSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400, System.Windows.Forms.Orientation.Vertical, new TD.SandDock.LayoutSystemBase[] {
         new TD.SandDock.ControlLayoutSystem(712, 148, new TD.SandDock.DockControl[] {
             this.dockControl3,
             this.dockControl5
         }, this.dockControl3)
     });
     this.bottomSandDock.Location = new System.Drawing.Point(0, 358);
     this.bottomSandDock.Manager  = this.sandDockManager1;
     this.bottomSandDock.Name     = "bottomSandDock";
     this.bottomSandDock.Size     = new System.Drawing.Size(712, 152);
     this.bottomSandDock.TabIndex = 2;
     //
     // topSandDock
     //
     this.topSandDock.Dock         = System.Windows.Forms.DockStyle.Top;
     this.topSandDock.Guid         = new System.Guid("8b6d68e9-b487-42ef-8ae5-e0a5efbc5e0c");
     this.topSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400);
     this.topSandDock.Location     = new System.Drawing.Point(0, 0);
     this.topSandDock.Manager      = this.sandDockManager1;
     this.topSandDock.Name         = "topSandDock";
     this.topSandDock.Size         = new System.Drawing.Size(712, 0);
     this.topSandDock.TabIndex     = 3;
     //
     // dockControl1
     //
     this.dockControl1.Guid     = new System.Guid("c396f39d-efae-4321-bf8e-28dc7443190f");
     this.dockControl1.Location = new System.Drawing.Point(0, 25);
     this.dockControl1.Name     = "dockControl1";
     this.dockControl1.Size     = new System.Drawing.Size(268, 310);
     this.dockControl1.TabIndex = 0;
     this.dockControl1.Text     = "dockControl1";
     //
     // dockControl3
     //
     this.dockControl3.Guid     = new System.Guid("b49c0a80-0d3c-4e12-8a0d-6b385cafb4aa");
     this.dockControl3.Location = new System.Drawing.Point(0, 29);
     this.dockControl3.Name     = "dockControl3";
     this.dockControl3.Size     = new System.Drawing.Size(712, 100);
     this.dockControl3.TabIndex = 1;
     this.dockControl3.Text     = "dockControl3";
     //
     // dockControl4
     //
     this.dockControl4.Guid     = new System.Guid("c9f7b7eb-bf25-4a41-bf7f-0036e5cbd2b6");
     this.dockControl4.Location = new System.Drawing.Point(0, 25);
     this.dockControl4.Name     = "dockControl4";
     this.dockControl4.Size     = new System.Drawing.Size(268, 310);
     this.dockControl4.TabIndex = 1;
     this.dockControl4.Text     = "dockControl4";
     //
     // dockControl5
     //
     this.dockControl5.Guid     = new System.Guid("aa22d0d5-d252-4ce2-afa0-a16d31cf33b1");
     this.dockControl5.Location = new System.Drawing.Point(0, 29);
     this.dockControl5.Name     = "dockControl5";
     this.dockControl5.Size     = new System.Drawing.Size(712, 100);
     this.dockControl5.TabIndex = 2;
     this.dockControl5.Text     = "dockControl5";
     //
     // documentContainer1
     //
     this.documentContainer1.Controls.Add(this.dockControl2);
     this.documentContainer1.Controls.Add(this.dockControl6);
     this.documentContainer1.Controls.Add(this.dockControl7);
     this.documentContainer1.Guid         = new System.Guid("3bca33ff-7d04-4170-ba74-cef89d512f7e");
     this.documentContainer1.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400, System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] {
         new TD.SandDock.DocumentLayoutSystem(438, 356, new TD.SandDock.DockControl[] {
             this.dockControl2,
             this.dockControl6,
             this.dockControl7
         }, this.dockControl2)
     });
     this.documentContainer1.Location = new System.Drawing.Point(272, 0);
     this.documentContainer1.Manager  = null;
     this.documentContainer1.Name     = "documentContainer1";
     this.documentContainer1.Size     = new System.Drawing.Size(440, 358);
     this.documentContainer1.TabIndex = 4;
     //
     // dockControl2
     //
     this.dockControl2.Controls.Add(this.listView1);
     this.dockControl2.Controls.Add(this.myXPButton1);
     this.dockControl2.Controls.Add(this.label1);
     this.dockControl2.Controls.Add(this.textBox1);
     this.dockControl2.Guid     = new System.Guid("b7826977-2623-4692-9243-4862b08ea3c1");
     this.dockControl2.Location = new System.Drawing.Point(3, 23);
     this.dockControl2.Name     = "dockControl2";
     this.dockControl2.Size     = new System.Drawing.Size(434, 332);
     this.dockControl2.TabIndex = 0;
     this.dockControl2.Text     = "Chat";
     //
     // dockControl6
     //
     this.dockControl6.Guid     = new System.Guid("7ce518b5-71d2-46d5-8f78-8722a08a0a9c");
     this.dockControl6.Location = new System.Drawing.Point(3, 23);
     this.dockControl6.Name     = "dockControl6";
     this.dockControl6.Size     = new System.Drawing.Size(388, 260);
     this.dockControl6.TabIndex = 1;
     this.dockControl6.Text     = "RCON";
     //
     // dockControl7
     //
     this.dockControl7.Guid     = new System.Guid("dae88ed6-41de-48e3-ae97-e80dbe5fc9fb");
     this.dockControl7.Location = new System.Drawing.Point(3, 23);
     this.dockControl7.Name     = "dockControl7";
     this.dockControl7.Size     = new System.Drawing.Size(388, 260);
     this.dockControl7.TabIndex = 2;
     this.dockControl7.Text     = "HST Commands";
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox1.Location    = new System.Drawing.Point(8, 304);
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(339, 20);
     this.textBox1.TabIndex    = 0;
     this.textBox1.Text        = "";
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.Location = new System.Drawing.Point(8, 280);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(370, 15);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Enter your text to say in game, and click Send.";
     //
     // myXPButton1
     //
     this.myXPButton1.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.myXPButton1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.myXPButton1.BtnShape = MyXPButton.emunType.BtnShape.Rectangle;
     this.myXPButton1.BtnStyle = MyXPButton.emunType.XPStyle.Default;
     this.myXPButton1.Location = new System.Drawing.Point(354, 303);
     this.myXPButton1.Name     = "myXPButton1";
     this.myXPButton1.Size     = new System.Drawing.Size(71, 23);
     this.myXPButton1.TabIndex = 3;
     this.myXPButton1.Text     = "Send";
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3
     });
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2
     });
     this.listView1.Location = new System.Drawing.Point(8, 8);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(417, 264);
     this.listView1.TabIndex = 4;
     this.listView1.View     = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Time";
     this.columnHeader1.Width = 55;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Player";
     this.columnHeader2.Width = 92;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Message";
     this.columnHeader3.Width = 263;
     //
     // hst_gui
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(712, 510);
     this.Controls.Add(this.documentContainer1);
     this.Controls.Add(this.leftSandDock);
     this.Controls.Add(this.rightSandDock);
     this.Controls.Add(this.bottomSandDock);
     this.Controls.Add(this.topSandDock);
     this.Name = "hst_gui";
     this.Text = "Halo Server Tools LiTE v0.3 - Public Beta 1";
     this.leftSandDock.ResumeLayout(false);
     this.bottomSandDock.ResumeLayout(false);
     this.documentContainer1.ResumeLayout(false);
     this.dockControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #3
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QSetEnvironmentForm));
            this.mainDocumentContainer = new TD.SandDock.DocumentContainer();
            this.sandDockManager = new TD.SandDock.SandDockManager();
            this.leftSandDock = new TD.SandDock.DockContainer();
            this.qSetExplorerDock = new TD.SandDock.DockableWindow();
            this.propertyGridDock = new TD.SandDock.DockableWindow();
            this.propertyGrid = new System.Windows.Forms.PropertyGrid();
            this.rightSandDock = new TD.SandDock.DockContainer();
            this.messageViewerDock = new TD.SandDock.DockableWindow();
            this.bottomSandDock = new TD.SandDock.DockContainer();
            this.qSetMonitorDockControl = new TD.SandDock.DockableWindow();
            this.topSandDock = new TD.SandDock.DockContainer();
            this.menuButton2 = new TD.SandBar.MenuButtonItem();
            this.menuButton4 = new TD.SandBar.MenuButtonItem();
            this.menuButton6 = new TD.SandBar.MenuButtonItem();
            this.sandBarManager = new TD.SandBar.SandBarManager(this.components);
            this.bottomSandBarDock = new TD.SandBar.ToolBarContainer();
            this.leftSandBarDock = new TD.SandBar.ToolBarContainer();
            this.rightSandBarDock = new TD.SandBar.ToolBarContainer();
            this.topSandBarDock = new TD.SandBar.ToolBarContainer();
            this.mainMenuBar = new TD.SandBar.MenuBar();
            this.messageBrowserCtxMenu = new TD.SandBar.ContextMenuBarItem();
            this.messageBrowserCtxForwardMessageMenuButton = new TD.SandBar.MenuButtonItem();
            this.messageBrowserCtxMoveMessageMenuButton = new TD.SandBar.MenuButtonItem();
            this.messageBrowserCtxDeleteMessageMenuButton = new TD.SandBar.MenuButtonItem();
            this.messageBrowserCtxRefreshMessagesMenuButton = new TD.SandBar.MenuButtonItem();
            this.messageBrowserCtxPurgeQueueMenuButton = new TD.SandBar.MenuButtonItem();
            this.qSetCtxMenu = new TD.SandBar.ContextMenuBarItem();
            this.qSetCtxAddActiveQueueToSet = new TD.SandBar.MenuButtonItem();
            this.qSetCtxNewFolder = new TD.SandBar.MenuButtonItem();
            this.qSetCtxRenameFolder = new TD.SandBar.MenuButtonItem();
            this.qSetCtxDeleteItem = new TD.SandBar.MenuButtonItem();
            this.qSetCtxSendMessage = new TD.SandBar.MenuButtonItem();
            this.qSetCtxNewWebServiceClient = new TD.SandBar.MenuButtonItem();
            this.qSetCtxPurgeQueue = new TD.SandBar.MenuButtonItem();
            this.qSetCtxDeleteQueue = new TD.SandBar.MenuButtonItem();
            this.fileMenuBar = new TD.SandBar.MenuBarItem();
            this.fileNewQSetMenuButton = new TD.SandBar.MenuButtonItem();
            this.fileOpenQSetMenuButton = new TD.SandBar.MenuButtonItem();
            this.fileCloseQSetMenuButton = new TD.SandBar.MenuButtonItem();
            this.fileNewMessageMenuButton = new TD.SandBar.MenuButtonItem();
            this.fileSaveQSetMenuButton = new TD.SandBar.MenuButtonItem();
            this.fileSaveQSetAsMenuButton = new TD.SandBar.MenuButtonItem();
            this.fileRecentFilesMenuButton = new TD.SandBar.MenuButtonItem();
            this.fileExitMenuButton = new TD.SandBar.MenuButtonItem();
            this.viewMenuBar = new TD.SandBar.MenuBarItem();
            this.viewQSetExplorerMenuButton = new TD.SandBar.MenuButtonItem();
            this.viewPropertiesWindowMenuButton = new TD.SandBar.MenuButtonItem();
            this.viewMessageViewerMenuButton = new TD.SandBar.MenuButtonItem();
            this.viewQSetMonitorMenuButton = new TD.SandBar.MenuButtonItem();
            this.qSetMenuBar = new TD.SandBar.MenuBarItem();
            this.qSetAddActiveQueueMenuButton = new TD.SandBar.MenuButtonItem();
            this.qSetNewFolderMenuButton = new TD.SandBar.MenuButtonItem();
            this.qSetRenameFolderMenuButton = new TD.SandBar.MenuButtonItem();
            this.qSetDeleteItemMenuButton = new TD.SandBar.MenuButtonItem();
            this.queueMenuBar = new TD.SandBar.MenuBarItem();
            this.queueOpenMenuButton = new TD.SandBar.MenuButtonItem();
            this.queueBrowseMenuButton = new TD.SandBar.MenuButtonItem();
            this.queueCreateMenuButton = new TD.SandBar.MenuButtonItem();
            this.queueDeleteMenuButton = new TD.SandBar.MenuButtonItem();
            this.queueRefreshMenuButton = new TD.SandBar.MenuButtonItem();
            this.queuePurgeMenuButton = new TD.SandBar.MenuButtonItem();
            this.messageMenuBar = new TD.SandBar.MenuBarItem();
            this.messageNewMenuButton = new TD.SandBar.MenuButtonItem();
            this.messageForwardMenuButton = new TD.SandBar.MenuButtonItem();
            this.messageMoveMenuButton = new TD.SandBar.MenuButtonItem();
            this.messageDeleteMenuButton = new TD.SandBar.MenuButtonItem();
            this.toolsMenuBar = new TD.SandBar.MenuBarItem();
            this.toolsNewWebServiceClientMenuButton = new TD.SandBar.MenuButtonItem();
            this.toolsOptionsMenuButton = new TD.SandBar.MenuButtonItem();
            this.helpMenuBar = new TD.SandBar.MenuBarItem();
            this.helpAboutMenuButton = new TD.SandBar.MenuButtonItem();
            this.mainToolBar = new TD.SandBar.ToolBar();
            this.fileNewQSetToolButton = new TD.SandBar.ButtonItem();
            this.fileOpenQSetToolButton = new TD.SandBar.ButtonItem();
            this.fileSaveQSetToolButton = new TD.SandBar.ButtonItem();
            this.fileNewMessageToolButton = new TD.SandBar.ButtonItem();
            this.viewQSetExplorerToolButton = new TD.SandBar.ButtonItem();
            this.viewPropertiesWindowToolButton = new TD.SandBar.ButtonItem();
            this.viewMessageViewerToolButton = new TD.SandBar.ButtonItem();
            this.viewQSetMonitorToolButton = new TD.SandBar.ButtonItem();
            this.qSetAddActiveQueueToolButton = new TD.SandBar.ButtonItem();
            this.qSetNewFolderToolButton = new TD.SandBar.ButtonItem();
            this.qSetRenameFolderToolButton = new TD.SandBar.ButtonItem();
            this.qSetDeleteItemToolButton = new TD.SandBar.ButtonItem();
            this.queueOpenToolButton = new TD.SandBar.ButtonItem();
            this.queueBrowseToolButton = new TD.SandBar.ButtonItem();
            this.queueCreateToolButton = new TD.SandBar.ButtonItem();
            this.queueDeleteToolButton = new TD.SandBar.ButtonItem();
            this.queueRefreshToolButton = new TD.SandBar.ButtonItem();
            this.queuePurgeToolButton = new TD.SandBar.ButtonItem();
            this.messageNewToolButton = new TD.SandBar.ButtonItem();
            this.messageForwardToolButton = new TD.SandBar.ButtonItem();
            this.messageMoveToolButton = new TD.SandBar.ButtonItem();
            this.messageDeleteToolButton = new TD.SandBar.ButtonItem();
            this.statusBar = new System.Windows.Forms.StatusBar();
            this.workingStatusBarPanel = new System.Windows.Forms.StatusBarPanel();
            this.buttonItem1 = new TD.SandBar.ButtonItem();
            this.leftSandDock.SuspendLayout();
            this.propertyGridDock.SuspendLayout();
            this.bottomSandDock.SuspendLayout();
            this.topSandBarDock.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.workingStatusBarPanel)).BeginInit();
            this.SuspendLayout();
            // 
            // mainDocumentContainer
            // 
            this.mainDocumentContainer.ContentSize = 400;
            this.mainDocumentContainer.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.mainDocumentContainer.LayoutSystem = new TD.SandDock.SplitLayoutSystem(new System.Drawing.SizeF(250F, 400F), System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[0]);
            this.mainDocumentContainer.Location = new System.Drawing.Point(228, 49);
            this.mainDocumentContainer.Manager = null;
            this.mainDocumentContainer.Name = "mainDocumentContainer";
            this.mainMenuBar.SetSandBarMenu(this.mainDocumentContainer, this.messageBrowserCtxMenu);
            this.mainDocumentContainer.Size = new System.Drawing.Size(632, 396);
            this.mainDocumentContainer.TabIndex = 0;
            // 
            // sandDockManager
            // 
            this.sandDockManager.DockSystemContainer = this;
            this.sandDockManager.OwnerForm = this;
            // 
            // leftSandDock
            // 
            this.leftSandDock.ContentSize = 250;
            this.leftSandDock.Controls.Add(this.qSetExplorerDock);
            this.leftSandDock.Controls.Add(this.propertyGridDock);
            this.leftSandDock.Dock = System.Windows.Forms.DockStyle.Left;
            this.leftSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(new System.Drawing.SizeF(250F, 400F), System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] {
            ((TD.SandDock.LayoutSystemBase)(new TD.SandDock.ControlLayoutSystem(new System.Drawing.SizeF(224F, 394F), new TD.SandDock.DockControl[] {
                        ((TD.SandDock.DockControl)(this.qSetExplorerDock)),
                        ((TD.SandDock.DockControl)(this.propertyGridDock))}, this.qSetExplorerDock)))});
            this.leftSandDock.Location = new System.Drawing.Point(0, 49);
            this.leftSandDock.Manager = this.sandDockManager;
            this.leftSandDock.Name = "leftSandDock";
            this.leftSandDock.Size = new System.Drawing.Size(228, 396);
            this.leftSandDock.TabIndex = 1;
            // 
            // qSetExplorerDock
            // 
            this.qSetExplorerDock.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.qSetExplorerDock.Guid = new System.Guid("901719fd-4be9-4dcf-b58a-9b47b7eafe84");
            this.qSetExplorerDock.Location = new System.Drawing.Point(0, 18);
            this.qSetExplorerDock.Name = "qSetExplorerDock";
            this.mainMenuBar.SetSandBarMenu(this.qSetExplorerDock, this.qSetCtxMenu);
            this.qSetExplorerDock.Size = new System.Drawing.Size(224, 354);
            this.qSetExplorerDock.TabImage = ((System.Drawing.Image)(resources.GetObject("qSetExplorerDock.TabImage")));
            this.qSetExplorerDock.TabIndex = 0;
            this.qSetExplorerDock.Text = "Q Set Explorer";
            // 
            // propertyGridDock
            // 
            this.propertyGridDock.Controls.Add(this.propertyGrid);
            this.propertyGridDock.Guid = new System.Guid("e53b1c73-efe6-400d-bbab-bcc38ddd3e5a");
            this.propertyGridDock.Location = new System.Drawing.Point(0, 0);
            this.propertyGridDock.Name = "propertyGridDock";
            this.propertyGridDock.Size = new System.Drawing.Size(224, 355);
            this.propertyGridDock.TabImage = ((System.Drawing.Image)(resources.GetObject("propertyGridDock.TabImage")));
            this.propertyGridDock.TabIndex = 1;
            this.propertyGridDock.Text = "Properties";
            // 
            // propertyGrid
            // 
            this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.propertyGrid.HelpVisible = false;
            this.propertyGrid.LineColor = System.Drawing.SystemColors.ScrollBar;
            this.propertyGrid.Location = new System.Drawing.Point(0, 0);
            this.propertyGrid.Name = "propertyGrid";
            this.propertyGrid.Size = new System.Drawing.Size(224, 355);
            this.propertyGrid.TabIndex = 0;
            this.propertyGrid.ToolbarVisible = false;
            // 
            // rightSandDock
            // 
            this.rightSandDock.ContentSize = 250;
            this.rightSandDock.Dock = System.Windows.Forms.DockStyle.Right;
            this.rightSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(new System.Drawing.SizeF(250F, 400F), System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[0]);
            this.rightSandDock.Location = new System.Drawing.Point(860, 49);
            this.rightSandDock.Manager = this.sandDockManager;
            this.rightSandDock.Name = "rightSandDock";
            this.rightSandDock.Size = new System.Drawing.Size(0, 396);
            this.rightSandDock.TabIndex = 2;
            // 
            // messageViewerDock
            // 
            this.messageViewerDock.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.messageViewerDock.Guid = new System.Guid("10722582-3282-45a3-b28e-a62d4bb86d0f");
            this.messageViewerDock.Location = new System.Drawing.Point(0, 22);
            this.messageViewerDock.Name = "messageViewerDock";
            this.messageViewerDock.Size = new System.Drawing.Size(860, 152);
            this.messageViewerDock.TabImage = ((System.Drawing.Image)(resources.GetObject("messageViewerDock.TabImage")));
            this.messageViewerDock.TabIndex = 1;
            this.messageViewerDock.Text = "Message Viewer";
            // 
            // bottomSandDock
            // 
            this.bottomSandDock.ContentSize = 400;
            this.bottomSandDock.Controls.Add(this.messageViewerDock);
            this.bottomSandDock.Controls.Add(this.qSetMonitorDockControl);
            this.bottomSandDock.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.bottomSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(new System.Drawing.SizeF(250F, 400F), System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] {
            ((TD.SandDock.LayoutSystemBase)(new TD.SandDock.ControlLayoutSystem(new System.Drawing.SizeF(860F, 194F), new TD.SandDock.DockControl[] {
                        ((TD.SandDock.DockControl)(this.messageViewerDock)),
                        ((TD.SandDock.DockControl)(this.qSetMonitorDockControl))}, this.messageViewerDock)))});
            this.bottomSandDock.Location = new System.Drawing.Point(0, 445);
            this.bottomSandDock.Manager = this.sandDockManager;
            this.bottomSandDock.Name = "bottomSandDock";
            this.bottomSandDock.Size = new System.Drawing.Size(860, 198);
            this.bottomSandDock.TabIndex = 3;
            // 
            // qSetMonitorDockControl
            // 
            this.qSetMonitorDockControl.Guid = new System.Guid("e0ae9663-99b8-4f45-a83c-79ef1eb64349");
            this.qSetMonitorDockControl.Location = new System.Drawing.Point(0, 0);
            this.qSetMonitorDockControl.Name = "qSetMonitorDockControl";
            this.qSetMonitorDockControl.Size = new System.Drawing.Size(860, 155);
            this.qSetMonitorDockControl.TabImage = ((System.Drawing.Image)(resources.GetObject("qSetMonitorDockControl.TabImage")));
            this.qSetMonitorDockControl.TabIndex = 2;
            this.qSetMonitorDockControl.Text = "Q Set Monitor";
            // 
            // topSandDock
            // 
            this.topSandDock.ContentSize = 400;
            this.topSandDock.Dock = System.Windows.Forms.DockStyle.Top;
            this.topSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(new System.Drawing.SizeF(250F, 400F), System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[0]);
            this.topSandDock.Location = new System.Drawing.Point(0, 49);
            this.topSandDock.Manager = this.sandDockManager;
            this.topSandDock.Name = "topSandDock";
            this.topSandDock.Size = new System.Drawing.Size(860, 0);
            this.topSandDock.TabIndex = 4;
            // 
            // menuButton2
            // 
            this.menuButton2.Icon = ((System.Drawing.Icon)(resources.GetObject("menuButton2.Icon")));
            this.menuButton2.Text = "&New";
            // 
            // menuButton4
            // 
            this.menuButton4.Icon = ((System.Drawing.Icon)(resources.GetObject("menuButton4.Icon")));
            this.menuButton4.Text = "&New";
            // 
            // menuButton6
            // 
            this.menuButton6.Icon = ((System.Drawing.Icon)(resources.GetObject("menuButton6.Icon")));
            this.menuButton6.Text = "&New";
            // 
            // sandBarManager
            // 
            this.sandBarManager.OwnerForm = this;
            // 
            // bottomSandBarDock
            // 
            this.bottomSandBarDock.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.bottomSandBarDock.Guid = new System.Guid("e1404dca-91bf-493c-8bd5-5431aedc87b6");
            this.bottomSandBarDock.Location = new System.Drawing.Point(0, 643);
            this.bottomSandBarDock.Manager = this.sandBarManager;
            this.bottomSandBarDock.Name = "bottomSandBarDock";
            this.bottomSandBarDock.Size = new System.Drawing.Size(860, 0);
            this.bottomSandBarDock.TabIndex = 7;
            // 
            // leftSandBarDock
            // 
            this.leftSandBarDock.Dock = System.Windows.Forms.DockStyle.Left;
            this.leftSandBarDock.Guid = new System.Guid("be9bb126-ec86-4e15-aa71-2f24d3145edf");
            this.leftSandBarDock.Location = new System.Drawing.Point(0, 49);
            this.leftSandBarDock.Manager = this.sandBarManager;
            this.leftSandBarDock.Name = "leftSandBarDock";
            this.leftSandBarDock.Size = new System.Drawing.Size(0, 594);
            this.leftSandBarDock.TabIndex = 5;
            // 
            // rightSandBarDock
            // 
            this.rightSandBarDock.Dock = System.Windows.Forms.DockStyle.Right;
            this.rightSandBarDock.Guid = new System.Guid("aa2d046a-aeb4-40b4-ae28-68f644b1d3f4");
            this.rightSandBarDock.Location = new System.Drawing.Point(860, 49);
            this.rightSandBarDock.Manager = this.sandBarManager;
            this.rightSandBarDock.Name = "rightSandBarDock";
            this.rightSandBarDock.Size = new System.Drawing.Size(0, 594);
            this.rightSandBarDock.TabIndex = 6;
            // 
            // topSandBarDock
            // 
            this.topSandBarDock.Controls.Add(this.mainMenuBar);
            this.topSandBarDock.Controls.Add(this.mainToolBar);
            this.topSandBarDock.Dock = System.Windows.Forms.DockStyle.Top;
            this.topSandBarDock.Guid = new System.Guid("dae86233-28e4-4cee-9d86-44195791f09a");
            this.topSandBarDock.Location = new System.Drawing.Point(0, 0);
            this.topSandBarDock.Manager = this.sandBarManager;
            this.topSandBarDock.Name = "topSandBarDock";
            this.topSandBarDock.Size = new System.Drawing.Size(860, 49);
            this.topSandBarDock.TabIndex = 8;
            // 
            // mainMenuBar
            // 
            this.mainMenuBar.Guid = new System.Guid("de990727-c3dc-49d7-b312-567eea1991ef");
            this.mainMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
            this.fileMenuBar,
            this.viewMenuBar,
            this.qSetMenuBar,
            this.queueMenuBar,
            this.messageMenuBar,
            this.toolsMenuBar,
            this.helpMenuBar,
            this.messageBrowserCtxMenu,
            this.qSetCtxMenu});
            this.mainMenuBar.Location = new System.Drawing.Point(2, 0);
            this.mainMenuBar.Name = "mainMenuBar";
            this.mainMenuBar.OwnerForm = this;
            this.mainMenuBar.Size = new System.Drawing.Size(858, 23);
            this.mainMenuBar.TabIndex = 0;
            // 
            // messageBrowserCtxMenu
            // 
            this.messageBrowserCtxMenu.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
            this.messageBrowserCtxForwardMessageMenuButton,
            this.messageBrowserCtxMoveMessageMenuButton,
            this.messageBrowserCtxDeleteMessageMenuButton,
            this.messageBrowserCtxRefreshMessagesMenuButton,
            this.messageBrowserCtxPurgeQueueMenuButton});
            // 
            // messageBrowserCtxForwardMessageMenuButton
            // 
            this.messageBrowserCtxForwardMessageMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageBrowserCtxForwardMessageMenuButton.Icon")));
            this.messageBrowserCtxForwardMessageMenuButton.Text = "Forward";
            // 
            // messageBrowserCtxMoveMessageMenuButton
            // 
            this.messageBrowserCtxMoveMessageMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageBrowserCtxMoveMessageMenuButton.Icon")));
            this.messageBrowserCtxMoveMessageMenuButton.Text = "Move";
            // 
            // messageBrowserCtxDeleteMessageMenuButton
            // 
            this.messageBrowserCtxDeleteMessageMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageBrowserCtxDeleteMessageMenuButton.Icon")));
            this.messageBrowserCtxDeleteMessageMenuButton.Text = "Delete";
            // 
            // messageBrowserCtxRefreshMessagesMenuButton
            // 
            this.messageBrowserCtxRefreshMessagesMenuButton.BeginGroup = true;
            this.messageBrowserCtxRefreshMessagesMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageBrowserCtxRefreshMessagesMenuButton.Icon")));
            this.messageBrowserCtxRefreshMessagesMenuButton.Text = "Refresh";
            // 
            // messageBrowserCtxPurgeQueueMenuButton
            // 
            this.messageBrowserCtxPurgeQueueMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageBrowserCtxPurgeQueueMenuButton.Icon")));
            this.messageBrowserCtxPurgeQueueMenuButton.Text = "Purge";
            // 
            // qSetCtxMenu
            // 
            this.qSetCtxMenu.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
            this.qSetCtxAddActiveQueueToSet,
            this.qSetCtxNewFolder,
            this.qSetCtxRenameFolder,
            this.qSetCtxDeleteItem,
            this.qSetCtxSendMessage,
            this.qSetCtxNewWebServiceClient,
            this.qSetCtxPurgeQueue,
            this.qSetCtxDeleteQueue});
            // 
            // qSetCtxAddActiveQueueToSet
            // 
            this.qSetCtxAddActiveQueueToSet.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetCtxAddActiveQueueToSet.Icon")));
            this.qSetCtxAddActiveQueueToSet.Image = ((System.Drawing.Image)(resources.GetObject("qSetCtxAddActiveQueueToSet.Image")));
            this.qSetCtxAddActiveQueueToSet.Text = "Add Active Queue To Set";
            // 
            // qSetCtxNewFolder
            // 
            this.qSetCtxNewFolder.BeginGroup = true;
            this.qSetCtxNewFolder.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetCtxNewFolder.Icon")));
            this.qSetCtxNewFolder.ImageIndex = 1;
            this.qSetCtxNewFolder.Text = "New Folder";
            // 
            // qSetCtxRenameFolder
            // 
            this.qSetCtxRenameFolder.Image = ((System.Drawing.Image)(resources.GetObject("qSetCtxRenameFolder.Image")));
            this.qSetCtxRenameFolder.Text = "Rename";
            // 
            // qSetCtxDeleteItem
            // 
            this.qSetCtxDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("qSetCtxDeleteItem.Image")));
            this.qSetCtxDeleteItem.Text = "Delete Item";
            // 
            // qSetCtxSendMessage
            // 
            this.qSetCtxSendMessage.BeginGroup = true;
            this.qSetCtxSendMessage.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetCtxSendMessage.Icon")));
            this.qSetCtxSendMessage.Text = "&New Message";
            // 
            // qSetCtxNewWebServiceClient
            // 
            this.qSetCtxNewWebServiceClient.BeginGroup = true;
            this.qSetCtxNewWebServiceClient.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetCtxNewWebServiceClient.Icon")));
            this.qSetCtxNewWebServiceClient.Text = "New Web Service Client";
            // 
            // qSetCtxPurgeQueue
            // 
            this.qSetCtxPurgeQueue.BeginGroup = true;
            this.qSetCtxPurgeQueue.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetCtxPurgeQueue.Icon")));
            this.qSetCtxPurgeQueue.Text = "Purge";
            // 
            // qSetCtxDeleteQueue
            // 
            this.qSetCtxDeleteQueue.BeginGroup = true;
            this.qSetCtxDeleteQueue.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetCtxDeleteQueue.Icon")));
            this.qSetCtxDeleteQueue.Text = "Delete Queue...";
            // 
            // fileMenuBar
            // 
            this.fileMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
            this.fileNewQSetMenuButton,
            this.fileOpenQSetMenuButton,
            this.fileCloseQSetMenuButton,
            this.fileNewMessageMenuButton,
            this.fileSaveQSetMenuButton,
            this.fileSaveQSetAsMenuButton,
            this.fileRecentFilesMenuButton,
            this.fileExitMenuButton});
            this.fileMenuBar.Text = "&File";
            // 
            // fileNewQSetMenuButton
            // 
            this.fileNewQSetMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("fileNewQSetMenuButton.Image")));
            this.fileNewQSetMenuButton.Text = "&New";
            // 
            // fileOpenQSetMenuButton
            // 
            this.fileOpenQSetMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("fileOpenQSetMenuButton.Image")));
            this.fileOpenQSetMenuButton.Text = "&Open...";
            // 
            // fileCloseQSetMenuButton
            // 
            this.fileCloseQSetMenuButton.Text = "&Close";
            // 
            // fileNewMessageMenuButton
            // 
            this.fileNewMessageMenuButton.BeginGroup = true;
            this.fileNewMessageMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("fileNewMessageMenuButton.Icon")));
            this.fileNewMessageMenuButton.Text = "New Message";
            // 
            // fileSaveQSetMenuButton
            // 
            this.fileSaveQSetMenuButton.BeginGroup = true;
            this.fileSaveQSetMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("fileSaveQSetMenuButton.Image")));
            this.fileSaveQSetMenuButton.Text = "&Save";
            // 
            // fileSaveQSetAsMenuButton
            // 
            this.fileSaveQSetAsMenuButton.Text = "Save &As...";
            // 
            // fileRecentFilesMenuButton
            // 
            this.fileRecentFilesMenuButton.BeginGroup = true;
            this.fileRecentFilesMenuButton.Text = "Recent Files";
            // 
            // fileExitMenuButton
            // 
            this.fileExitMenuButton.BeginGroup = true;
            this.fileExitMenuButton.Text = "E&xit";
            // 
            // viewMenuBar
            // 
            this.viewMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
            this.viewQSetExplorerMenuButton,
            this.viewPropertiesWindowMenuButton,
            this.viewMessageViewerMenuButton,
            this.viewQSetMonitorMenuButton});
            this.viewMenuBar.Text = "&View";
            // 
            // viewQSetExplorerMenuButton
            // 
            this.viewQSetExplorerMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewQSetExplorerMenuButton.Icon")));
            this.viewQSetExplorerMenuButton.Text = "Q Set Explorer";
            // 
            // viewPropertiesWindowMenuButton
            // 
            this.viewPropertiesWindowMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewPropertiesWindowMenuButton.Icon")));
            this.viewPropertiesWindowMenuButton.Text = "Properties Window";
            // 
            // viewMessageViewerMenuButton
            // 
            this.viewMessageViewerMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewMessageViewerMenuButton.Icon")));
            this.viewMessageViewerMenuButton.Text = "Message Viewer";
            // 
            // viewQSetMonitorMenuButton
            // 
            this.viewQSetMonitorMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewQSetMonitorMenuButton.Icon")));
            this.viewQSetMonitorMenuButton.Text = "Q Set Monitor";
            // 
            // qSetMenuBar
            // 
            this.qSetMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
            this.qSetAddActiveQueueMenuButton,
            this.qSetNewFolderMenuButton,
            this.qSetRenameFolderMenuButton,
            this.qSetDeleteItemMenuButton});
            this.qSetMenuBar.Text = "Q &Set";
            // 
            // qSetAddActiveQueueMenuButton
            // 
            this.qSetAddActiveQueueMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetAddActiveQueueMenuButton.Icon")));
            this.qSetAddActiveQueueMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("qSetAddActiveQueueMenuButton.Image")));
            this.qSetAddActiveQueueMenuButton.Text = "Add Active Queue To Set";
            this.qSetAddActiveQueueMenuButton.Visible = false;
            // 
            // qSetNewFolderMenuButton
            // 
            this.qSetNewFolderMenuButton.BeginGroup = true;
            this.qSetNewFolderMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetNewFolderMenuButton.Icon")));
            this.qSetNewFolderMenuButton.ImageIndex = 1;
            this.qSetNewFolderMenuButton.Text = "New Folder";
            // 
            // qSetRenameFolderMenuButton
            // 
            this.qSetRenameFolderMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("qSetRenameFolderMenuButton.Image")));
            this.qSetRenameFolderMenuButton.Text = "Rename";
            // 
            // qSetDeleteItemMenuButton
            // 
            this.qSetDeleteItemMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("qSetDeleteItemMenuButton.Image")));
            this.qSetDeleteItemMenuButton.Text = "Delete Item";
            // 
            // queueMenuBar
            // 
            this.queueMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
            this.queueOpenMenuButton,
            this.queueBrowseMenuButton,
            this.queueCreateMenuButton,
            this.queueDeleteMenuButton,
            this.queueRefreshMenuButton,
            this.queuePurgeMenuButton});
            this.queueMenuBar.Text = "&Queue";
            // 
            // queueOpenMenuButton
            // 
            this.queueOpenMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("queueOpenMenuButton.Image")));
            this.queueOpenMenuButton.Text = "Open...";
            // 
            // queueBrowseMenuButton
            // 
            this.queueBrowseMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queueBrowseMenuButton.Icon")));
            this.queueBrowseMenuButton.Text = "Search...";
            // 
            // queueCreateMenuButton
            // 
            this.queueCreateMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queueCreateMenuButton.Icon")));
            this.queueCreateMenuButton.Text = "Create...";
            // 
            // queueDeleteMenuButton
            // 
            this.queueDeleteMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queueDeleteMenuButton.Icon")));
            this.queueDeleteMenuButton.Text = "Delete...";
            // 
            // queueRefreshMenuButton
            // 
            this.queueRefreshMenuButton.BeginGroup = true;
            this.queueRefreshMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("queueRefreshMenuButton.Image")));
            this.queueRefreshMenuButton.Text = "Refresh";
            // 
            // queuePurgeMenuButton
            // 
            this.queuePurgeMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queuePurgeMenuButton.Icon")));
            this.queuePurgeMenuButton.Text = "Purge";
            // 
            // messageMenuBar
            // 
            this.messageMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
            this.messageNewMenuButton,
            this.messageForwardMenuButton,
            this.messageMoveMenuButton,
            this.messageDeleteMenuButton});
            this.messageMenuBar.Text = "Message";
            // 
            // messageNewMenuButton
            // 
            this.messageNewMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageNewMenuButton.Icon")));
            this.messageNewMenuButton.Text = "New...";
            // 
            // messageForwardMenuButton
            // 
            this.messageForwardMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageForwardMenuButton.Icon")));
            this.messageForwardMenuButton.Text = "Forward...";
            // 
            // messageMoveMenuButton
            // 
            this.messageMoveMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageMoveMenuButton.Icon")));
            this.messageMoveMenuButton.Text = "Move...";
            // 
            // messageDeleteMenuButton
            // 
            this.messageDeleteMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageDeleteMenuButton.Icon")));
            this.messageDeleteMenuButton.Text = "Delete...";
            // 
            // toolsMenuBar
            // 
            this.toolsMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
            this.toolsNewWebServiceClientMenuButton,
            this.toolsOptionsMenuButton});
            this.toolsMenuBar.Text = "&Tools";
            // 
            // toolsNewWebServiceClientMenuButton
            // 
            this.toolsNewWebServiceClientMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("toolsNewWebServiceClientMenuButton.Icon")));
            this.toolsNewWebServiceClientMenuButton.Text = "New Web Service Client";
            // 
            // toolsOptionsMenuButton
            // 
            this.toolsOptionsMenuButton.BeginGroup = true;
            this.toolsOptionsMenuButton.Text = "&Options...";
            // 
            // helpMenuBar
            // 
            this.helpMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
            this.helpAboutMenuButton});
            this.helpMenuBar.Text = "&Help";
            // 
            // helpAboutMenuButton
            // 
            this.helpAboutMenuButton.Text = "&About";
            // 
            // mainToolBar
            // 
            this.mainToolBar.DockLine = 1;
            this.mainToolBar.DrawActionsButton = false;
            this.mainToolBar.Guid = new System.Guid("ad09efa5-d72b-4316-b20c-e175d6249283");
            this.mainToolBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
            this.fileNewQSetToolButton,
            this.fileOpenQSetToolButton,
            this.fileSaveQSetToolButton,
            this.fileNewMessageToolButton,
            this.viewQSetExplorerToolButton,
            this.viewPropertiesWindowToolButton,
            this.viewMessageViewerToolButton,
            this.viewQSetMonitorToolButton,
            this.qSetAddActiveQueueToolButton,
            this.qSetNewFolderToolButton,
            this.qSetRenameFolderToolButton,
            this.qSetDeleteItemToolButton,
            this.queueOpenToolButton,
            this.queueBrowseToolButton,
            this.queueCreateToolButton,
            this.queueDeleteToolButton,
            this.queueRefreshToolButton,
            this.queuePurgeToolButton,
            this.messageNewToolButton,
            this.messageForwardToolButton,
            this.messageMoveToolButton,
            this.messageDeleteToolButton});
            this.mainToolBar.Location = new System.Drawing.Point(2, 23);
            this.mainToolBar.Name = "mainToolBar";
            this.mainToolBar.Size = new System.Drawing.Size(634, 26);
            this.mainToolBar.TabIndex = 1;
            this.mainToolBar.Text = "Standard";
            // 
            // fileNewQSetToolButton
            // 
            this.fileNewQSetToolButton.BuddyMenu = this.fileNewQSetMenuButton;
            this.fileNewQSetToolButton.Image = ((System.Drawing.Image)(resources.GetObject("fileNewQSetToolButton.Image")));
            this.fileNewQSetToolButton.ToolTipText = "New";
            // 
            // fileOpenQSetToolButton
            // 
            this.fileOpenQSetToolButton.BuddyMenu = this.fileOpenQSetMenuButton;
            this.fileOpenQSetToolButton.Image = ((System.Drawing.Image)(resources.GetObject("fileOpenQSetToolButton.Image")));
            this.fileOpenQSetToolButton.ToolTipText = "Open...";
            // 
            // fileSaveQSetToolButton
            // 
            this.fileSaveQSetToolButton.BuddyMenu = this.fileSaveQSetMenuButton;
            this.fileSaveQSetToolButton.Image = ((System.Drawing.Image)(resources.GetObject("fileSaveQSetToolButton.Image")));
            this.fileSaveQSetToolButton.ToolTipText = "Save";
            // 
            // fileNewMessageToolButton
            // 
            this.fileNewMessageToolButton.BeginGroup = true;
            this.fileNewMessageToolButton.BuddyMenu = this.fileNewMessageMenuButton;
            this.fileNewMessageToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("fileNewMessageToolButton.Icon")));
            this.fileNewMessageToolButton.Text = "New Message";
            this.fileNewMessageToolButton.ToolTipText = "New Message";
            // 
            // viewQSetExplorerToolButton
            // 
            this.viewQSetExplorerToolButton.BeginGroup = true;
            this.viewQSetExplorerToolButton.BuddyMenu = this.viewQSetExplorerMenuButton;
            this.viewQSetExplorerToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewQSetExplorerToolButton.Icon")));
            this.viewQSetExplorerToolButton.ToolTipText = "Q Set Explorer";
            // 
            // viewPropertiesWindowToolButton
            // 
            this.viewPropertiesWindowToolButton.BuddyMenu = this.viewPropertiesWindowMenuButton;
            this.viewPropertiesWindowToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewPropertiesWindowToolButton.Icon")));
            this.viewPropertiesWindowToolButton.ToolTipText = "Properties Window";
            // 
            // viewMessageViewerToolButton
            // 
            this.viewMessageViewerToolButton.BuddyMenu = this.viewMessageViewerMenuButton;
            this.viewMessageViewerToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewMessageViewerToolButton.Icon")));
            this.viewMessageViewerToolButton.ToolTipText = "Message Viewer";
            // 
            // viewQSetMonitorToolButton
            // 
            this.viewQSetMonitorToolButton.BuddyMenu = this.viewQSetMonitorMenuButton;
            this.viewQSetMonitorToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewQSetMonitorToolButton.Icon")));
            this.viewQSetMonitorToolButton.ToolTipText = "Q Set Monitor";
            // 
            // qSetAddActiveQueueToolButton
            // 
            this.qSetAddActiveQueueToolButton.BeginGroup = true;
            this.qSetAddActiveQueueToolButton.BuddyMenu = this.qSetAddActiveQueueMenuButton;
            this.qSetAddActiveQueueToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetAddActiveQueueToolButton.Icon")));
            this.qSetAddActiveQueueToolButton.Image = ((System.Drawing.Image)(resources.GetObject("qSetAddActiveQueueToolButton.Image")));
            this.qSetAddActiveQueueToolButton.ToolTipText = "Add Active Queue To Set";
            this.qSetAddActiveQueueToolButton.Visible = false;
            // 
            // qSetNewFolderToolButton
            // 
            this.qSetNewFolderToolButton.BeginGroup = true;
            this.qSetNewFolderToolButton.BuddyMenu = this.qSetNewFolderMenuButton;
            this.qSetNewFolderToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetNewFolderToolButton.Icon")));
            this.qSetNewFolderToolButton.ImageIndex = 1;
            this.qSetNewFolderToolButton.ToolTipText = "New Folder";
            // 
            // qSetRenameFolderToolButton
            // 
            this.qSetRenameFolderToolButton.BuddyMenu = this.qSetRenameFolderMenuButton;
            this.qSetRenameFolderToolButton.Image = ((System.Drawing.Image)(resources.GetObject("qSetRenameFolderToolButton.Image")));
            this.qSetRenameFolderToolButton.ToolTipText = "Rename Folder";
            // 
            // qSetDeleteItemToolButton
            // 
            this.qSetDeleteItemToolButton.BuddyMenu = this.qSetDeleteItemMenuButton;
            this.qSetDeleteItemToolButton.Image = ((System.Drawing.Image)(resources.GetObject("qSetDeleteItemToolButton.Image")));
            this.qSetDeleteItemToolButton.ToolTipText = "Delete Item";
            // 
            // queueOpenToolButton
            // 
            this.queueOpenToolButton.BeginGroup = true;
            this.queueOpenToolButton.BuddyMenu = this.queueOpenMenuButton;
            this.queueOpenToolButton.Image = ((System.Drawing.Image)(resources.GetObject("queueOpenToolButton.Image")));
            this.queueOpenToolButton.ToolTipText = "Open Queue";
            // 
            // queueBrowseToolButton
            // 
            this.queueBrowseToolButton.BuddyMenu = this.queueBrowseMenuButton;
            this.queueBrowseToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queueBrowseToolButton.Icon")));
            this.queueBrowseToolButton.ToolTipText = "Search for Queue";
            // 
            // queueCreateToolButton
            // 
            this.queueCreateToolButton.BuddyMenu = this.queueCreateMenuButton;
            this.queueCreateToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queueCreateToolButton.Icon")));
            this.queueCreateToolButton.ToolTipText = "Create Queue";
            // 
            // queueDeleteToolButton
            // 
            this.queueDeleteToolButton.BuddyMenu = this.queueDeleteMenuButton;
            this.queueDeleteToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queueDeleteToolButton.Icon")));
            this.queueDeleteToolButton.ToolTipText = "Delete Queue";
            // 
            // queueRefreshToolButton
            // 
            this.queueRefreshToolButton.BeginGroup = true;
            this.queueRefreshToolButton.BuddyMenu = this.queueRefreshMenuButton;
            this.queueRefreshToolButton.Image = ((System.Drawing.Image)(resources.GetObject("queueRefreshToolButton.Image")));
            this.queueRefreshToolButton.ToolTipText = "Refresh Queue";
            // 
            // queuePurgeToolButton
            // 
            this.queuePurgeToolButton.BuddyMenu = this.queuePurgeMenuButton;
            this.queuePurgeToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queuePurgeToolButton.Icon")));
            this.queuePurgeToolButton.ToolTipText = "Purge Queue";
            // 
            // messageNewToolButton
            // 
            this.messageNewToolButton.BeginGroup = true;
            this.messageNewToolButton.BuddyMenu = this.messageNewMenuButton;
            this.messageNewToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageNewToolButton.Icon")));
            this.messageNewToolButton.ToolTipText = "New Message";
            // 
            // messageForwardToolButton
            // 
            this.messageForwardToolButton.BuddyMenu = this.messageForwardMenuButton;
            this.messageForwardToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageForwardToolButton.Icon")));
            this.messageForwardToolButton.ToolTipText = "Forward...";
            // 
            // messageMoveToolButton
            // 
            this.messageMoveToolButton.BuddyMenu = this.messageMoveMenuButton;
            this.messageMoveToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageMoveToolButton.Icon")));
            this.messageMoveToolButton.ToolTipText = "Move...";
            // 
            // messageDeleteToolButton
            // 
            this.messageDeleteToolButton.BuddyMenu = this.messageDeleteMenuButton;
            this.messageDeleteToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageDeleteToolButton.Icon")));
            this.messageDeleteToolButton.ToolTipText = "Delete...";
            // 
            // statusBar
            // 
            this.statusBar.Location = new System.Drawing.Point(0, 643);
            this.statusBar.Name = "statusBar";
            this.statusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
            this.workingStatusBarPanel});
            this.statusBar.ShowPanels = true;
            this.statusBar.Size = new System.Drawing.Size(860, 22);
            this.statusBar.TabIndex = 9;
            // 
            // workingStatusBarPanel
            // 
            this.workingStatusBarPanel.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
            this.workingStatusBarPanel.Name = "workingStatusBarPanel";
            this.workingStatusBarPanel.Width = 843;
            // 
            // buttonItem1
            // 
            this.buttonItem1.BuddyMenu = this.messageForwardMenuButton;
            this.buttonItem1.Icon = ((System.Drawing.Icon)(resources.GetObject("buttonItem1.Icon")));
            this.buttonItem1.ToolTipText = "Forward...";
            // 
            // QSetEnvironmentForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.ClientSize = new System.Drawing.Size(860, 665);
            this.Controls.Add(this.mainDocumentContainer);
            this.Controls.Add(this.leftSandDock);
            this.Controls.Add(this.rightSandDock);
            this.Controls.Add(this.bottomSandDock);
            this.Controls.Add(this.topSandDock);
            this.Controls.Add(this.leftSandBarDock);
            this.Controls.Add(this.rightSandBarDock);
            this.Controls.Add(this.bottomSandBarDock);
            this.Controls.Add(this.topSandBarDock);
            this.Controls.Add(this.statusBar);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "QSetEnvironmentForm";
            this.Text = "Q Set";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.QSetEnvironmentForm_Closing);
            this.leftSandDock.ResumeLayout(false);
            this.propertyGridDock.ResumeLayout(false);
            this.bottomSandDock.ResumeLayout(false);
            this.topSandBarDock.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.workingStatusBarPanel)).EndInit();
            this.ResumeLayout(false);

		}
Example #4
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();
			TD.SandDock.DocumentContainer documentContainer1;
			TD.SandDock.DockContainer dockContainer3;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
			System.Windows.Forms.TreeNode treeNode16 = new System.Windows.Forms.TreeNode("Visual Studio 2003");
			System.Windows.Forms.TreeNode treeNode17 = new System.Windows.Forms.TreeNode("Luna Blue");
			System.Windows.Forms.TreeNode treeNode18 = new System.Windows.Forms.TreeNode("Luna Silver");
			System.Windows.Forms.TreeNode treeNode19 = new System.Windows.Forms.TreeNode("Luna Olive");
			System.Windows.Forms.TreeNode treeNode20 = new System.Windows.Forms.TreeNode("Classic");
			System.Windows.Forms.TreeNode treeNode21 = new System.Windows.Forms.TreeNode("Office 2003", new System.Windows.Forms.TreeNode[] {
            treeNode17,
            treeNode18,
            treeNode19,
            treeNode20});
			System.Windows.Forms.TreeNode treeNode22 = new System.Windows.Forms.TreeNode("Luna Blue");
			System.Windows.Forms.TreeNode treeNode23 = new System.Windows.Forms.TreeNode("Luna Silver");
			System.Windows.Forms.TreeNode treeNode24 = new System.Windows.Forms.TreeNode("Luna Olive");
			System.Windows.Forms.TreeNode treeNode25 = new System.Windows.Forms.TreeNode("Classic");
			System.Windows.Forms.TreeNode treeNode26 = new System.Windows.Forms.TreeNode("Visual Studio 2005", new System.Windows.Forms.TreeNode[] {
            treeNode22,
            treeNode23,
            treeNode24,
            treeNode25});
			System.Windows.Forms.TreeNode treeNode27 = new System.Windows.Forms.TreeNode("Blue");
			System.Windows.Forms.TreeNode treeNode28 = new System.Windows.Forms.TreeNode("Black");
			System.Windows.Forms.TreeNode treeNode29 = new System.Windows.Forms.TreeNode("Silver");
			System.Windows.Forms.TreeNode treeNode30 = new System.Windows.Forms.TreeNode("Office 2007", new System.Windows.Forms.TreeNode[] {
            treeNode27,
            treeNode28,
            treeNode29});
			this.tdWelcome = new TD.SandDock.TabbedDocument();
			this.richTextBox1 = new System.Windows.Forms.RichTextBox();
			this.sandDockManager1 = new TD.SandDock.SandDockManager();
			this.panel1 = new System.Windows.Forms.Panel();
			this.dwToolbox = new TD.SandDock.DockableWindow();
			this.lvwTools = new System.Windows.Forms.ListView();
			this.ilTools = new System.Windows.Forms.ImageList(this.components);
			this.dockContainer2 = new TD.SandDock.DockContainer();
			this.dwOutput = new TD.SandDock.DockableWindow();
			this.txtEventLog = new System.Windows.Forms.TextBox();
			this.dwTaskList = new TD.SandDock.DockableWindow();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.dockContainer1 = new TD.SandDock.DockContainer();
			this.dwAppearance = new TD.SandDock.DockableWindow();
			this.tvwRenderer = new System.Windows.Forms.TreeView();
			this.dwNewWindows = new TD.SandDock.DockableWindow();
			this.dwBehavior = new TD.SandDock.DockableWindow();
			this.chkIntegralClose = new System.Windows.Forms.CheckBox();
			this.chkAllowOptions = new System.Windows.Forms.CheckBox();
			this.chkShowActiveFilesList = new System.Windows.Forms.CheckBox();
			this.chkAllowDockContainerResize = new System.Windows.Forms.CheckBox();
			this.chkAllowClose = new System.Windows.Forms.CheckBox();
			this.chkAllowPin = new System.Windows.Forms.CheckBox();
			this.dwClassView = new TD.SandDock.DockableWindow();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.statusBar1 = new System.Windows.Forms.StatusBar();
			this.menuStrip1 = new System.Windows.Forms.MenuStrip();
			this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolboxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.appearanceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.outputToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.taskListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.classViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.behaviorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.ctxWindow = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.mnuWindowNewHorizontalTabGroup = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuWindowNewVerticalTabGroup = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuWindowFloat = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuWindowDock = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuWindowAutoHide = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
			this.mnuWindowClose = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStrip2 = new System.Windows.Forms.ToolStrip();
			this.btnNew = new System.Windows.Forms.ToolStripButton();
			this.btnSaveLayout = new System.Windows.Forms.ToolStripButton();
			this.btnLoadLayout = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.btnFloatAll = new System.Windows.Forms.ToolStripButton();
			documentContainer1 = new TD.SandDock.DocumentContainer();
			dockContainer3 = new TD.SandDock.DockContainer();
			documentContainer1.SuspendLayout();
			this.tdWelcome.SuspendLayout();
			this.panel1.SuspendLayout();
			dockContainer3.SuspendLayout();
			this.dwToolbox.SuspendLayout();
			this.dockContainer2.SuspendLayout();
			this.dwOutput.SuspendLayout();
			this.dwTaskList.SuspendLayout();
			this.dockContainer1.SuspendLayout();
			this.dwAppearance.SuspendLayout();
			this.dwBehavior.SuspendLayout();
			this.dwClassView.SuspendLayout();
			this.menuStrip1.SuspendLayout();
			this.ctxWindow.SuspendLayout();
			this.toolStrip2.SuspendLayout();
			this.SuspendLayout();
			// 
			// documentContainer1
			// 
			documentContainer1.ContentSize = 329;
			documentContainer1.Controls.Add(this.tdWelcome);
			documentContainer1.LayoutSystem = new TD.SandDock.SplitLayoutSystem(new System.Drawing.SizeF(534F, 329F), System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] {
            ((TD.SandDock.LayoutSystemBase)(new TD.SandDock.DocumentLayoutSystem(new System.Drawing.SizeF(534F, 329F), new TD.SandDock.DockControl[] {
                        ((TD.SandDock.DockControl)(this.tdWelcome))}, this.tdWelcome)))});
			documentContainer1.Location = new System.Drawing.Point(112, 0);
			documentContainer1.Manager = this.sandDockManager1;
			documentContainer1.Name = "documentContainer1";
			documentContainer1.Size = new System.Drawing.Size(540, 354);
			documentContainer1.TabIndex = 0;
			// 
			// tdWelcome
			// 
			this.tdWelcome.BackColor = System.Drawing.SystemColors.Window;
			this.tdWelcome.Controls.Add(this.richTextBox1);
			this.tdWelcome.FloatingSize = new System.Drawing.Size(550, 400);
			this.tdWelcome.Guid = new System.Guid("a391a42f-b7f0-4773-9d75-04f2c86636d9");
			this.tdWelcome.Location = new System.Drawing.Point(1, 21);
			this.tdWelcome.Name = "tdWelcome";
			this.tdWelcome.Padding = new System.Windows.Forms.Padding(8);
			this.tdWelcome.Size = new System.Drawing.Size(538, 332);
			this.tdWelcome.TabIndex = 0;
			this.tdWelcome.Text = "Welcome";
			// 
			// richTextBox1
			// 
			this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.richTextBox1.Location = new System.Drawing.Point(8, 8);
			this.richTextBox1.Name = "richTextBox1";
			this.richTextBox1.Size = new System.Drawing.Size(522, 316);
			this.richTextBox1.TabIndex = 0;
			this.richTextBox1.Text = "Welcome to SandDock";
			// 
			// sandDockManager1
			// 
			this.sandDockManager1.DockSystemContainer = this.panel1;
			this.sandDockManager1.OwnerForm = this;
			this.sandDockManager1.SelectTabsOnDrag = true;
			this.sandDockManager1.DockingStarted += new System.EventHandler(this.sandDockManager1_DockingStarted);
			this.sandDockManager1.ActiveTabbedDocumentChanged += new System.EventHandler(this.sandDockManager1_ActiveTabbedDocumentChanged);
			this.sandDockManager1.ResolveDockControl += new TD.SandDock.ResolveDockControlEventHandler(this.sandDockManager1_ResolveDockControl);
			this.sandDockManager1.DockingFinished += new System.EventHandler(this.sandDockManager1_DockingFinished);
			this.sandDockManager1.DockControlRemoved += new TD.SandDock.DockControlEventHandler(this.sandDockManager1_DockControlRemoved);
			this.sandDockManager1.DockControlActivated += new TD.SandDock.DockControlEventHandler(this.sandDockManager1_DockControlActivated);
			this.sandDockManager1.ShowControlContextMenu += new TD.SandDock.ShowControlContextMenuEventHandler(this.sandDockManager1_ShowControlContextMenu);
			this.sandDockManager1.ShowActiveFilesList += new TD.SandDock.ActiveFilesListEventHandler(this.sandDockManager1_ShowActiveFilesList);
			this.sandDockManager1.DockControlClosing += new TD.SandDock.DockControlClosingEventHandler(this.sandDockManager1_DockControlClosing);
			this.sandDockManager1.DockControlAdded += new TD.SandDock.DockControlEventHandler(this.sandDockManager1_DockControlAdded);
			// 
			// panel1
			// 
			this.panel1.Controls.Add(documentContainer1);
			this.panel1.Controls.Add(dockContainer3);
			this.panel1.Controls.Add(this.dockContainer2);
			this.panel1.Controls.Add(this.dockContainer1);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel1.Location = new System.Drawing.Point(0, 49);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(906, 515);
			this.panel1.TabIndex = 13;
			// 
			// dockContainer3
			// 
			dockContainer3.ContentSize = 108;
			dockContainer3.Controls.Add(this.dwToolbox);
			dockContainer3.Dock = System.Windows.Forms.DockStyle.Left;
			dockContainer3.LayoutSystem = new TD.SandDock.SplitLayoutSystem(new System.Drawing.SizeF(108F, 331F), System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] {
            ((TD.SandDock.LayoutSystemBase)(new TD.SandDock.ControlLayoutSystem(new System.Drawing.SizeF(108F, 331F), new TD.SandDock.DockControl[] {
                        ((TD.SandDock.DockControl)(this.dwToolbox))}, this.dwToolbox)))});
			dockContainer3.Location = new System.Drawing.Point(0, 0);
			dockContainer3.Manager = this.sandDockManager1;
			dockContainer3.Name = "dockContainer3";
			dockContainer3.Size = new System.Drawing.Size(112, 354);
			dockContainer3.TabIndex = 12;
			// 
			// dwToolbox
			// 
			this.dwToolbox.BackColor = System.Drawing.SystemColors.Window;
			this.dwToolbox.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat;
			this.dwToolbox.Collapsed = true;
			this.dwToolbox.Controls.Add(this.lvwTools);
			this.dwToolbox.Guid = new System.Guid("e99cb778-d5f6-4b28-89dd-7e81982cfb27");
			this.dwToolbox.Location = new System.Drawing.Point(0, 18);
			this.dwToolbox.Name = "dwToolbox";
			this.dwToolbox.Padding = new System.Windows.Forms.Padding(4);
			this.dwToolbox.Size = new System.Drawing.Size(108, 312);
			this.dwToolbox.TabImage = ((System.Drawing.Image)(resources.GetObject("dwToolbox.TabImage")));
			this.dwToolbox.TabIndex = 1;
			this.dwToolbox.Text = "Toolbox";
			// 
			// lvwTools
			// 
			this.lvwTools.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.lvwTools.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvwTools.Location = new System.Drawing.Point(5, 5);
			this.lvwTools.MultiSelect = false;
			this.lvwTools.Name = "lvwTools";
			this.lvwTools.Scrollable = false;
			this.lvwTools.Size = new System.Drawing.Size(98, 302);
			this.lvwTools.SmallImageList = this.ilTools;
			this.lvwTools.TabIndex = 0;
			this.lvwTools.UseCompatibleStateImageBehavior = false;
			this.lvwTools.View = System.Windows.Forms.View.List;
			// 
			// ilTools
			// 
			this.ilTools.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
			this.ilTools.ImageSize = new System.Drawing.Size(16, 16);
			this.ilTools.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// dockContainer2
			// 
			this.dockContainer2.ContentSize = 157;
			this.dockContainer2.Controls.Add(this.dwOutput);
			this.dockContainer2.Controls.Add(this.dwTaskList);
			this.dockContainer2.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.dockContainer2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.dockContainer2.LayoutSystem = new TD.SandDock.SplitLayoutSystem(new System.Drawing.SizeF(648F, 170F), System.Windows.Forms.Orientation.Vertical, new TD.SandDock.LayoutSystemBase[] {
            ((TD.SandDock.LayoutSystemBase)(new TD.SandDock.ControlLayoutSystem(new System.Drawing.SizeF(385F, 170F), new TD.SandDock.DockControl[] {
                        ((TD.SandDock.DockControl)(this.dwOutput)),
                        ((TD.SandDock.DockControl)(this.dwTaskList))}, this.dwOutput)))});
			this.dockContainer2.Location = new System.Drawing.Point(0, 354);
			this.dockContainer2.Manager = this.sandDockManager1;
			this.dockContainer2.Name = "dockContainer2";
			this.dockContainer2.Size = new System.Drawing.Size(652, 161);
			this.dockContainer2.TabIndex = 4;
			// 
			// dwOutput
			// 
			this.dwOutput.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat;
			this.dwOutput.Controls.Add(this.txtEventLog);
			this.dwOutput.Guid = new System.Guid("ca8fa1d3-5e9c-463b-b815-0fda4ca1ebea");
			this.dwOutput.Location = new System.Drawing.Point(0, 22);
			this.dwOutput.Name = "dwOutput";
			this.dwOutput.Size = new System.Drawing.Size(652, 115);
			this.dwOutput.TabImage = ((System.Drawing.Image)(resources.GetObject("dwOutput.TabImage")));
			this.dwOutput.TabIndex = 1;
			this.dwOutput.Text = "Events";
			// 
			// txtEventLog
			// 
			this.txtEventLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.txtEventLog.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtEventLog.Location = new System.Drawing.Point(1, 1);
			this.txtEventLog.Multiline = true;
			this.txtEventLog.Name = "txtEventLog";
			this.txtEventLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.txtEventLog.Size = new System.Drawing.Size(650, 113);
			this.txtEventLog.TabIndex = 0;
			// 
			// dwTaskList
			// 
			this.dwTaskList.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat;
			this.dwTaskList.Controls.Add(this.textBox1);
			this.dwTaskList.Guid = new System.Guid("88d3b582-f745-4dd4-b522-3910a141e136");
			this.dwTaskList.Location = new System.Drawing.Point(0, 0);
			this.dwTaskList.Name = "dwTaskList";
			this.dwTaskList.Size = new System.Drawing.Size(648, 128);
			this.dwTaskList.TabImage = ((System.Drawing.Image)(resources.GetObject("dwTaskList.TabImage")));
			this.dwTaskList.TabIndex = 2;
			this.dwTaskList.Text = "Task List";
			// 
			// textBox1
			// 
			this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.textBox1.Location = new System.Drawing.Point(1, 1);
			this.textBox1.Multiline = true;
			this.textBox1.Name = "textBox1";
			this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.textBox1.Size = new System.Drawing.Size(646, 126);
			this.textBox1.TabIndex = 1;
			// 
			// dockContainer1
			// 
			this.dockContainer1.ContentSize = 250;
			this.dockContainer1.Controls.Add(this.dwAppearance);
			this.dockContainer1.Controls.Add(this.dwNewWindows);
			this.dockContainer1.Controls.Add(this.dwBehavior);
			this.dockContainer1.Controls.Add(this.dwClassView);
			this.dockContainer1.Dock = System.Windows.Forms.DockStyle.Right;
			this.dockContainer1.LayoutSystem = new TD.SandDock.SplitLayoutSystem(new System.Drawing.SizeF(250F, 505F), System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] {
            ((TD.SandDock.LayoutSystemBase)(new TD.SandDock.ControlLayoutSystem(new System.Drawing.SizeF(250F, 246.491F), new TD.SandDock.DockControl[] {
                        ((TD.SandDock.DockControl)(this.dwAppearance)),
                        ((TD.SandDock.DockControl)(this.dwNewWindows))}, this.dwAppearance))),
            ((TD.SandDock.LayoutSystemBase)(new TD.SandDock.ControlLayoutSystem(new System.Drawing.SizeF(250F, 255.509F), new TD.SandDock.DockControl[] {
                        ((TD.SandDock.DockControl)(this.dwBehavior)),
                        ((TD.SandDock.DockControl)(this.dwClassView))}, this.dwBehavior)))});
			this.dockContainer1.Location = new System.Drawing.Point(652, 0);
			this.dockContainer1.Manager = this.sandDockManager1;
			this.dockContainer1.Name = "dockContainer1";
			this.dockContainer1.Size = new System.Drawing.Size(254, 515);
			this.dockContainer1.TabIndex = 9;
			// 
			// dwAppearance
			// 
			this.dwAppearance.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat;
			this.dwAppearance.Controls.Add(this.tvwRenderer);
			this.dwAppearance.Guid = new System.Guid("40a3d4f5-35eb-4b2a-acec-c3ed52b8f061");
			this.dwAppearance.Location = new System.Drawing.Point(4, 18);
			this.dwAppearance.Name = "dwAppearance";
			this.dwAppearance.Size = new System.Drawing.Size(250, 209);
			this.dwAppearance.TabImage = ((System.Drawing.Image)(resources.GetObject("dwAppearance.TabImage")));
			this.dwAppearance.TabIndex = 0;
			this.dwAppearance.Text = "Theme";
			// 
			// tvwRenderer
			// 
			this.tvwRenderer.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.tvwRenderer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tvwRenderer.HideSelection = false;
			this.tvwRenderer.Location = new System.Drawing.Point(1, 1);
			this.tvwRenderer.Name = "tvwRenderer";
			treeNode16.Name = "Node0";
			treeNode16.Text = "Visual Studio 2003";
			treeNode17.Name = "Node11";
			treeNode17.Text = "Luna Blue";
			treeNode18.Name = "Node12";
			treeNode18.Text = "Luna Silver";
			treeNode19.Name = "Node13";
			treeNode19.Text = "Luna Olive";
			treeNode20.Name = "Node14";
			treeNode20.Text = "Classic";
			treeNode21.Name = "Node1";
			treeNode21.Text = "Office 2003";
			treeNode22.Name = "Node15";
			treeNode22.Text = "Luna Blue";
			treeNode23.Name = "Node16";
			treeNode23.Text = "Luna Silver";
			treeNode24.Name = "Node17";
			treeNode24.Text = "Luna Olive";
			treeNode25.Name = "Node18";
			treeNode25.Text = "Classic";
			treeNode26.Name = "Node2";
			treeNode26.Text = "Visual Studio 2005";
			treeNode27.Name = "Node4";
			treeNode27.Text = "Blue";
			treeNode28.Name = "Node5";
			treeNode28.Text = "Black";
			treeNode29.Name = "Node6";
			treeNode29.Text = "Silver";
			treeNode30.Name = "Node3";
			treeNode30.Text = "Office 2007";
			this.tvwRenderer.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
            treeNode16,
            treeNode21,
            treeNode26,
            treeNode30});
			this.tvwRenderer.Size = new System.Drawing.Size(248, 207);
			this.tvwRenderer.TabIndex = 4;
			this.tvwRenderer.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwRenderer_AfterSelect);
			// 
			// dwNewWindows
			// 
			this.dwNewWindows.BackColor = System.Drawing.SystemColors.Window;
			this.dwNewWindows.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat;
			this.dwNewWindows.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.dwNewWindows.Guid = new System.Guid("1c062ea5-0deb-4b2e-a36a-1564e1520d5f");
			this.dwNewWindows.Location = new System.Drawing.Point(0, 0);
			this.dwNewWindows.Name = "dwNewWindows";
			this.dwNewWindows.Size = new System.Drawing.Size(250, 192);
			this.dwNewWindows.TabImage = ((System.Drawing.Image)(resources.GetObject("dwNewWindows.TabImage")));
			this.dwNewWindows.TabIndex = 1;
			this.dwNewWindows.Text = "Properties";
			// 
			// dwBehavior
			// 
			this.dwBehavior.BackColor = System.Drawing.SystemColors.Window;
			this.dwBehavior.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat;
			this.dwBehavior.Controls.Add(this.chkIntegralClose);
			this.dwBehavior.Controls.Add(this.chkAllowOptions);
			this.dwBehavior.Controls.Add(this.chkShowActiveFilesList);
			this.dwBehavior.Controls.Add(this.chkAllowDockContainerResize);
			this.dwBehavior.Controls.Add(this.chkAllowClose);
			this.dwBehavior.Controls.Add(this.chkAllowPin);
			this.dwBehavior.Guid = new System.Guid("6144385b-ee41-4bff-814d-2ba7d497d492");
			this.dwBehavior.Location = new System.Drawing.Point(4, 273);
			this.dwBehavior.Name = "dwBehavior";
			this.dwBehavior.Size = new System.Drawing.Size(250, 218);
			this.dwBehavior.TabImage = ((System.Drawing.Image)(resources.GetObject("dwBehavior.TabImage")));
			this.dwBehavior.TabIndex = 2;
			this.dwBehavior.Text = "Behavior";
			// 
			// chkIntegralClose
			// 
			this.chkIntegralClose.AutoSize = true;
			this.chkIntegralClose.Location = new System.Drawing.Point(12, 132);
			this.chkIntegralClose.Name = "chkIntegralClose";
			this.chkIntegralClose.Size = new System.Drawing.Size(154, 17);
			this.chkIntegralClose.TabIndex = 3;
			this.chkIntegralClose.Text = "Integral Tab Close Buttons";
			this.chkIntegralClose.CheckedChanged += new System.EventHandler(this.chkIntegralClose_CheckedChanged);
			// 
			// chkAllowOptions
			// 
			this.chkAllowOptions.Checked = true;
			this.chkAllowOptions.CheckState = System.Windows.Forms.CheckState.Checked;
			this.chkAllowOptions.Location = new System.Drawing.Point(12, 11);
			this.chkAllowOptions.Margin = new System.Windows.Forms.Padding(2);
			this.chkAllowOptions.Name = "chkAllowOptions";
			this.chkAllowOptions.Size = new System.Drawing.Size(160, 18);
			this.chkAllowOptions.TabIndex = 3;
			this.chkAllowOptions.Text = "Allow Options Menu";
			this.chkAllowOptions.CheckedChanged += new System.EventHandler(this.chkAllowOptions_CheckedChanged);
			// 
			// chkShowActiveFilesList
			// 
			this.chkShowActiveFilesList.AutoSize = true;
			this.chkShowActiveFilesList.Location = new System.Drawing.Point(12, 109);
			this.chkShowActiveFilesList.Name = "chkShowActiveFilesList";
			this.chkShowActiveFilesList.Size = new System.Drawing.Size(128, 17);
			this.chkShowActiveFilesList.TabIndex = 3;
			this.chkShowActiveFilesList.Text = "Show Active Files List";
			this.chkShowActiveFilesList.CheckedChanged += new System.EventHandler(this.chkShowActiveFilesList_CheckedChanged);
			// 
			// chkAllowDockContainerResize
			// 
			this.chkAllowDockContainerResize.Checked = true;
			this.chkAllowDockContainerResize.CheckState = System.Windows.Forms.CheckState.Checked;
			this.chkAllowDockContainerResize.Location = new System.Drawing.Point(12, 77);
			this.chkAllowDockContainerResize.Margin = new System.Windows.Forms.Padding(2);
			this.chkAllowDockContainerResize.Name = "chkAllowDockContainerResize";
			this.chkAllowDockContainerResize.Size = new System.Drawing.Size(207, 18);
			this.chkAllowDockContainerResize.TabIndex = 3;
			this.chkAllowDockContainerResize.Text = "Allow Resizing of Docked Windows";
			this.chkAllowDockContainerResize.CheckedChanged += new System.EventHandler(this.chkAllowDockContainerResize_CheckedChanged);
			// 
			// chkAllowClose
			// 
			this.chkAllowClose.Checked = true;
			this.chkAllowClose.CheckState = System.Windows.Forms.CheckState.Checked;
			this.chkAllowClose.Location = new System.Drawing.Point(12, 55);
			this.chkAllowClose.Margin = new System.Windows.Forms.Padding(2);
			this.chkAllowClose.Name = "chkAllowClose";
			this.chkAllowClose.Size = new System.Drawing.Size(160, 18);
			this.chkAllowClose.TabIndex = 3;
			this.chkAllowClose.Text = "Allow Closing of Windows";
			this.chkAllowClose.CheckedChanged += new System.EventHandler(this.chkAllowClose_CheckedChanged);
			// 
			// chkAllowPin
			// 
			this.chkAllowPin.Checked = true;
			this.chkAllowPin.CheckState = System.Windows.Forms.CheckState.Checked;
			this.chkAllowPin.Location = new System.Drawing.Point(12, 33);
			this.chkAllowPin.Margin = new System.Windows.Forms.Padding(2);
			this.chkAllowPin.Name = "chkAllowPin";
			this.chkAllowPin.Size = new System.Drawing.Size(160, 18);
			this.chkAllowPin.TabIndex = 3;
			this.chkAllowPin.Text = "Allow Pinning of Windows";
			this.chkAllowPin.CheckedChanged += new System.EventHandler(this.chkAllowPin_CheckedChanged);
			// 
			// dwClassView
			// 
			this.dwClassView.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat;
			this.dwClassView.Controls.Add(this.textBox2);
			this.dwClassView.Guid = new System.Guid("2f4de550-af67-4685-8728-5087e47eff30");
			this.dwClassView.Location = new System.Drawing.Point(0, 0);
			this.dwClassView.Name = "dwClassView";
			this.dwClassView.Size = new System.Drawing.Size(250, 200);
			this.dwClassView.TabImage = ((System.Drawing.Image)(resources.GetObject("dwClassView.TabImage")));
			this.dwClassView.TabIndex = 3;
			this.dwClassView.Text = "Class View";
			// 
			// textBox2
			// 
			this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.textBox2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.textBox2.Location = new System.Drawing.Point(1, 1);
			this.textBox2.Multiline = true;
			this.textBox2.Name = "textBox2";
			this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.textBox2.Size = new System.Drawing.Size(248, 198);
			this.textBox2.TabIndex = 1;
			// 
			// statusBar1
			// 
			this.statusBar1.Location = new System.Drawing.Point(0, 564);
			this.statusBar1.Name = "statusBar1";
			this.statusBar1.Size = new System.Drawing.Size(906, 22);
			this.statusBar1.TabIndex = 8;
			// 
			// menuStrip1
			// 
			this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.viewToolStripMenuItem,
            this.helpToolStripMenuItem});
			this.menuStrip1.Location = new System.Drawing.Point(0, 0);
			this.menuStrip1.Name = "menuStrip1";
			this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
			this.menuStrip1.Size = new System.Drawing.Size(906, 24);
			this.menuStrip1.TabIndex = 11;
			this.menuStrip1.Text = "menuStrip1";
			// 
			// fileToolStripMenuItem
			// 
			this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitToolStripMenuItem});
			this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
			this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
			this.fileToolStripMenuItem.Text = "&File";
			// 
			// exitToolStripMenuItem
			// 
			this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
			this.exitToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
			this.exitToolStripMenuItem.Text = "E&xit";
			this.exitToolStripMenuItem.Click += new System.EventHandler(this.mnuFileExit_Click);
			// 
			// viewToolStripMenuItem
			// 
			this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolboxToolStripMenuItem,
            this.appearanceToolStripMenuItem,
            this.outputToolStripMenuItem,
            this.taskListToolStripMenuItem,
            this.classViewToolStripMenuItem,
            this.behaviorToolStripMenuItem});
			this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
			this.viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
			this.viewToolStripMenuItem.Text = "&View";
			// 
			// toolboxToolStripMenuItem
			// 
			this.toolboxToolStripMenuItem.Name = "toolboxToolStripMenuItem";
			this.toolboxToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
						| System.Windows.Forms.Keys.X)));
			this.toolboxToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
			this.toolboxToolStripMenuItem.Tag = "e99cb778-d5f6-4b28-89dd-7e81982cfb27";
			this.toolboxToolStripMenuItem.Text = "Toolbo&x";
			this.toolboxToolStripMenuItem.Click += new System.EventHandler(this.OnViewWindowItemClick);
			// 
			// appearanceToolStripMenuItem
			// 
			this.appearanceToolStripMenuItem.Name = "appearanceToolStripMenuItem";
			this.appearanceToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
						| System.Windows.Forms.Keys.T)));
			this.appearanceToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
			this.appearanceToolStripMenuItem.Tag = "40a3d4f5-35eb-4b2a-acec-c3ed52b8f061";
			this.appearanceToolStripMenuItem.Text = "&Theme";
			this.appearanceToolStripMenuItem.Click += new System.EventHandler(this.OnViewWindowItemClick);
			// 
			// outputToolStripMenuItem
			// 
			this.outputToolStripMenuItem.Name = "outputToolStripMenuItem";
			this.outputToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
						| System.Windows.Forms.Keys.E)));
			this.outputToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
			this.outputToolStripMenuItem.Tag = "ca8fa1d3-5e9c-463b-b815-0fda4ca1ebea";
			this.outputToolStripMenuItem.Text = "&Events";
			this.outputToolStripMenuItem.Click += new System.EventHandler(this.OnViewWindowItemClick);
			// 
			// taskListToolStripMenuItem
			// 
			this.taskListToolStripMenuItem.Name = "taskListToolStripMenuItem";
			this.taskListToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
						| System.Windows.Forms.Keys.K)));
			this.taskListToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
			this.taskListToolStripMenuItem.Tag = "88d3b582-f745-4dd4-b522-3910a141e136";
			this.taskListToolStripMenuItem.Text = "Tas&k List";
			this.taskListToolStripMenuItem.Click += new System.EventHandler(this.OnViewWindowItemClick);
			// 
			// classViewToolStripMenuItem
			// 
			this.classViewToolStripMenuItem.Name = "classViewToolStripMenuItem";
			this.classViewToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
						| System.Windows.Forms.Keys.C)));
			this.classViewToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
			this.classViewToolStripMenuItem.Tag = "2f4de550-af67-4685-8728-5087e47eff30";
			this.classViewToolStripMenuItem.Text = "&Class View";
			this.classViewToolStripMenuItem.Click += new System.EventHandler(this.OnViewWindowItemClick);
			// 
			// behaviorToolStripMenuItem
			// 
			this.behaviorToolStripMenuItem.Name = "behaviorToolStripMenuItem";
			this.behaviorToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
						| System.Windows.Forms.Keys.B)));
			this.behaviorToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
			this.behaviorToolStripMenuItem.Tag = "6144385b-ee41-4bff-814d-2ba7d497d492";
			this.behaviorToolStripMenuItem.Text = "&Behavior";
			this.behaviorToolStripMenuItem.Click += new System.EventHandler(this.OnViewWindowItemClick);
			// 
			// helpToolStripMenuItem
			// 
			this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutToolStripMenuItem});
			this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
			this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
			this.helpToolStripMenuItem.Text = "&Help";
			// 
			// aboutToolStripMenuItem
			// 
			this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
			this.aboutToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
			this.aboutToolStripMenuItem.Text = "&About";
			this.aboutToolStripMenuItem.Click += new System.EventHandler(this.mnuHelpAbout_Click);
			// 
			// ctxWindow
			// 
			this.ctxWindow.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuWindowNewHorizontalTabGroup,
            this.mnuWindowNewVerticalTabGroup,
            this.mnuWindowFloat,
            this.mnuWindowDock,
            this.mnuWindowAutoHide,
            this.toolStripMenuItem1,
            this.mnuWindowClose});
			this.ctxWindow.Name = "ctxWindow";
			this.ctxWindow.Size = new System.Drawing.Size(211, 142);
			this.ctxWindow.Opening += new System.ComponentModel.CancelEventHandler(this.ctxWindow_Opening);
			// 
			// mnuWindowNewHorizontalTabGroup
			// 
			this.mnuWindowNewHorizontalTabGroup.Image = ((System.Drawing.Image)(resources.GetObject("mnuWindowNewHorizontalTabGroup.Image")));
			this.mnuWindowNewHorizontalTabGroup.Name = "mnuWindowNewHorizontalTabGroup";
			this.mnuWindowNewHorizontalTabGroup.Size = new System.Drawing.Size(210, 22);
			this.mnuWindowNewHorizontalTabGroup.Text = "New Hori&zontal Tab Group";
			this.mnuWindowNewHorizontalTabGroup.Click += new System.EventHandler(this.mnuWindowNewHorizontalTabGroup_Click);
			// 
			// mnuWindowNewVerticalTabGroup
			// 
			this.mnuWindowNewVerticalTabGroup.Image = ((System.Drawing.Image)(resources.GetObject("mnuWindowNewVerticalTabGroup.Image")));
			this.mnuWindowNewVerticalTabGroup.Name = "mnuWindowNewVerticalTabGroup";
			this.mnuWindowNewVerticalTabGroup.Size = new System.Drawing.Size(210, 22);
			this.mnuWindowNewVerticalTabGroup.Text = "New &Vertical Tab Group";
			this.mnuWindowNewVerticalTabGroup.Click += new System.EventHandler(this.mnuWindowNewVerticalTabGroup_Click);
			// 
			// mnuWindowFloat
			// 
			this.mnuWindowFloat.Name = "mnuWindowFloat";
			this.mnuWindowFloat.Size = new System.Drawing.Size(210, 22);
			this.mnuWindowFloat.Text = "&Float";
			this.mnuWindowFloat.Click += new System.EventHandler(this.mnuWindowFloat_Click);
			// 
			// mnuWindowDock
			// 
			this.mnuWindowDock.Name = "mnuWindowDock";
			this.mnuWindowDock.Size = new System.Drawing.Size(210, 22);
			this.mnuWindowDock.Text = "&Dock";
			this.mnuWindowDock.Click += new System.EventHandler(this.mnuWindowDock_Click);
			// 
			// mnuWindowAutoHide
			// 
			this.mnuWindowAutoHide.Name = "mnuWindowAutoHide";
			this.mnuWindowAutoHide.Size = new System.Drawing.Size(210, 22);
			this.mnuWindowAutoHide.Text = "&Auto Hide";
			this.mnuWindowAutoHide.Click += new System.EventHandler(this.mnuWindowAutoHide_Click);
			// 
			// toolStripMenuItem1
			// 
			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
			this.toolStripMenuItem1.Size = new System.Drawing.Size(207, 6);
			// 
			// mnuWindowClose
			// 
			this.mnuWindowClose.Name = "mnuWindowClose";
			this.mnuWindowClose.Size = new System.Drawing.Size(210, 22);
			this.mnuWindowClose.Text = "&Close";
			this.mnuWindowClose.Click += new System.EventHandler(this.mnuWindowClose_Click);
			// 
			// toolStrip2
			// 
			this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnNew,
            this.btnSaveLayout,
            this.btnLoadLayout,
            this.toolStripSeparator1,
            this.btnFloatAll});
			this.toolStrip2.Location = new System.Drawing.Point(0, 24);
			this.toolStrip2.Name = "toolStrip2";
			this.toolStrip2.Size = new System.Drawing.Size(906, 25);
			this.toolStrip2.TabIndex = 14;
			this.toolStrip2.Text = "toolStrip2";
			// 
			// btnNew
			// 
			this.btnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.btnNew.Image = ((System.Drawing.Image)(resources.GetObject("btnNew.Image")));
			this.btnNew.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.btnNew.Name = "btnNew";
			this.btnNew.Size = new System.Drawing.Size(23, 22);
			this.btnNew.Text = "toolStripButton1";
			this.btnNew.ToolTipText = "New Document";
			this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
			// 
			// btnSaveLayout
			// 
			this.btnSaveLayout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.btnSaveLayout.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveLayout.Image")));
			this.btnSaveLayout.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.btnSaveLayout.Name = "btnSaveLayout";
			this.btnSaveLayout.Size = new System.Drawing.Size(23, 22);
			this.btnSaveLayout.Text = "toolStripButton1";
			this.btnSaveLayout.ToolTipText = "Save Layout";
			this.btnSaveLayout.Click += new System.EventHandler(this.btnSaveLayout_Click);
			// 
			// btnLoadLayout
			// 
			this.btnLoadLayout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.btnLoadLayout.Image = ((System.Drawing.Image)(resources.GetObject("btnLoadLayout.Image")));
			this.btnLoadLayout.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.btnLoadLayout.Name = "btnLoadLayout";
			this.btnLoadLayout.Size = new System.Drawing.Size(23, 22);
			this.btnLoadLayout.Text = "toolStripButton2";
			this.btnLoadLayout.ToolTipText = "Load Layout";
			this.btnLoadLayout.Click += new System.EventHandler(this.btnLoadLayout_Click);
			// 
			// toolStripSeparator1
			// 
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
			// 
			// btnFloatAll
			// 
			this.btnFloatAll.Image = ((System.Drawing.Image)(resources.GetObject("btnFloatAll.Image")));
			this.btnFloatAll.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.btnFloatAll.Name = "btnFloatAll";
			this.btnFloatAll.Size = new System.Drawing.Size(65, 22);
			this.btnFloatAll.Text = "Float All";
			this.btnFloatAll.Click += new System.EventHandler(this.btnFloatWindows_Click);
			// 
			// frmMain
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
			this.BackColor = System.Drawing.SystemColors.AppWorkspace;
			this.ClientSize = new System.Drawing.Size(906, 586);
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.toolStrip2);
			this.Controls.Add(this.statusBar1);
			this.Controls.Add(this.menuStrip1);
			this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.MainMenuStrip = this.menuStrip1;
			this.Name = "frmMain";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "SandDock Demonstration Application";
			this.Load += new System.EventHandler(this.Form2_Load);
			documentContainer1.ResumeLayout(false);
			this.tdWelcome.ResumeLayout(false);
			this.panel1.ResumeLayout(false);
			dockContainer3.ResumeLayout(false);
			this.dwToolbox.ResumeLayout(false);
			this.dockContainer2.ResumeLayout(false);
			this.dwOutput.ResumeLayout(false);
			this.dwOutput.PerformLayout();
			this.dwTaskList.ResumeLayout(false);
			this.dwTaskList.PerformLayout();
			this.dockContainer1.ResumeLayout(false);
			this.dwAppearance.ResumeLayout(false);
			this.dwBehavior.ResumeLayout(false);
			this.dwBehavior.PerformLayout();
			this.dwClassView.ResumeLayout(false);
			this.dwClassView.PerformLayout();
			this.menuStrip1.ResumeLayout(false);
			this.menuStrip1.PerformLayout();
			this.ctxWindow.ResumeLayout(false);
			this.toolStrip2.ResumeLayout(false);
			this.toolStrip2.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
		/// <summary>
		/// Constructs the object with all of the environments primary controls.
		/// </summary>
		/// <param name="qSetExplorer">Primary QSetExplorer.</param>
		/// <param name="qSetMonitor">Primary QSetMonitor.</param>
		/// <param name="propertyGrid">Primary property grid.</param>
		/// <param name="messageViewer">Primary MessageViewer.</param>
		/// <param name="documentContainer">Primary DocumentContainer.</param>
		/// <param name="images">Images component.</param>
		public PrimaryControls(
			QSetExplorer qSetExplorer,
			QSetMonitor qSetMonitor,
			PropertyGrid propertyGrid,
			MessageViewer messageViewer,
			TD.SandDock.DocumentContainer documentContainer,
			Images images)
		{
			_qSetExplorer = qSetExplorer;
			_qSetMonitor = qSetMonitor;
			_propertyGrid = propertyGrid;
			_messageViewer = messageViewer;
			_documentContainer = documentContainer;		
			_images = images;

			_messageBrowserCollection = new MessageBrowserCollection();
			_webServiceClientControlCollection = new WebServiceClientControlCollection();
		}
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.sandDockManager1  = new TD.SandDock.SandDockManager();
     this.leftSandDock      = new TD.SandDock.DockContainer();
     this.dockControl4      = new TD.SandDock.DockControl();
     this.lblPlayers        = new System.Windows.Forms.Label();
     this.btnControlServer  = new MyXPButton.MyXPButton();
     this.lblGameType       = new System.Windows.Forms.Label();
     this.lblMapName        = new System.Windows.Forms.Label();
     this.dockControl1      = new TD.SandDock.DockControl();
     this.navigationBar1    = new TD.Eyefinder.NavigationBar();
     this.navigationPane1   = new TD.Eyefinder.NavigationPane();
     this.navigationPane2   = new TD.Eyefinder.NavigationPane();
     this.navigationPane3   = new TD.Eyefinder.NavigationPane();
     this.navigationPane4   = new TD.Eyefinder.NavigationPane();
     this.label4            = new System.Windows.Forms.Label();
     this.checkBox4         = new System.Windows.Forms.CheckBox();
     this.checkBox3         = new System.Windows.Forms.CheckBox();
     this.checkBox2         = new System.Windows.Forms.CheckBox();
     this.navigationPane5   = new TD.Eyefinder.NavigationPane();
     this.checkBox1         = new System.Windows.Forms.CheckBox();
     this.rightSandDock     = new TD.SandDock.DockContainer();
     this.bottomSandDock    = new TD.SandDock.DockContainer();
     this.dockControl3      = new TD.SandDock.DockControl();
     this.txtServerLogfile  = new System.Windows.Forms.TextBox();
     this.dockControl5      = new TD.SandDock.DockControl();
     this.txtHSTLog         = new System.Windows.Forms.TextBox();
     this.dockControl8      = new TD.SandDock.DockControl();
     this.dockControl9      = new TD.SandDock.DockControl();
     this.topSandDock       = new TD.SandDock.DockContainer();
     this.sandBarManager1   = new TD.SandBar.SandBarManager();
     this.bottomSandBarDock = new TD.SandBar.ToolBarContainer();
     this.leftSandBarDock   = new TD.SandBar.ToolBarContainer();
     this.rightSandBarDock  = new TD.SandBar.ToolBarContainer();
     this.topSandBarDock    = new TD.SandBar.ToolBarContainer();
     this.menuBar1          = new TD.SandBar.MenuBar();
     this.menuBarItem1      = new TD.SandBar.MenuBarItem();
     this.mnu                = new TD.SandBar.MenuButtonItem();
     this.mnuExit            = new TD.SandBar.MenuButtonItem();
     this.mnuSettings        = new TD.SandBar.MenuBarItem();
     this.mnuRunSetupWizard  = new TD.SandBar.MenuButtonItem();
     this.mnuManageAdmins    = new TD.SandBar.MenuButtonItem();
     this.menuBarItem3       = new TD.SandBar.MenuBarItem();
     this.menuButtonItem2    = new TD.SandBar.MenuButtonItem();
     this.menuButtonItem3    = new TD.SandBar.MenuButtonItem();
     this.menuButtonItem4    = new TD.SandBar.MenuButtonItem();
     this.mnuControlServer   = new TD.SandBar.MenuButtonItem();
     this.menuBarItem5       = new TD.SandBar.MenuBarItem();
     this.menuButtonItem1    = new TD.SandBar.MenuButtonItem();
     this.documentContainer1 = new TD.SandDock.DocumentContainer();
     this.dockControl2       = new TD.SandDock.DockControl();
     this.dockControl6       = new TD.SandDock.DockControl();
     this.dockControl7       = new TD.SandDock.DockControl();
     this.dockControl10      = new TD.SandDock.DockControl();
     this.menuButtonItem5    = new TD.SandBar.MenuButtonItem();
     this.leftSandDock.SuspendLayout();
     this.dockControl4.SuspendLayout();
     this.dockControl1.SuspendLayout();
     this.navigationBar1.SuspendLayout();
     this.navigationPane4.SuspendLayout();
     this.navigationPane5.SuspendLayout();
     this.bottomSandDock.SuspendLayout();
     this.dockControl3.SuspendLayout();
     this.dockControl5.SuspendLayout();
     this.topSandBarDock.SuspendLayout();
     this.documentContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // sandDockManager1
     //
     this.sandDockManager1.DockingManager = TD.SandDock.DockingManager.Whidbey;
     this.sandDockManager1.OwnerForm      = this;
     this.sandDockManager1.Renderer       = new TD.SandDock.Rendering.Office2003Renderer();
     //
     // leftSandDock
     //
     this.leftSandDock.AllowDrop = false;
     this.leftSandDock.Controls.Add(this.dockControl4);
     this.leftSandDock.Controls.Add(this.dockControl1);
     this.leftSandDock.Dock         = System.Windows.Forms.DockStyle.Left;
     this.leftSandDock.Guid         = new System.Guid("958057af-a8f5-4422-b97d-01d3b4451a1b");
     this.leftSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400, System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] {
         new TD.SandDock.ControlLayoutSystem(268, 286, new TD.SandDock.DockControl[] {
             this.dockControl4,
             this.dockControl1
         }, this.dockControl1)
     });
     this.leftSandDock.Location = new System.Drawing.Point(0, 24);
     this.leftSandDock.Manager  = this.sandDockManager1;
     this.leftSandDock.Name     = "leftSandDock";
     this.leftSandDock.Size     = new System.Drawing.Size(272, 286);
     this.leftSandDock.TabIndex = 0;
     //
     // dockControl4
     //
     this.dockControl4.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat;
     this.dockControl4.Controls.Add(this.lblPlayers);
     this.dockControl4.Controls.Add(this.btnControlServer);
     this.dockControl4.Controls.Add(this.lblGameType);
     this.dockControl4.Controls.Add(this.lblMapName);
     this.dockControl4.Guid     = new System.Guid("c9f7b7eb-bf25-4a41-bf7f-0036e5cbd2b6");
     this.dockControl4.Location = new System.Drawing.Point(0, 25);
     this.dockControl4.Name     = "dockControl4";
     this.dockControl4.Size     = new System.Drawing.Size(268, 238);
     this.dockControl4.TabIndex = 1;
     this.dockControl4.Text     = "Server Overview";
     //
     // lblPlayers
     //
     this.lblPlayers.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblPlayers.Location  = new System.Drawing.Point(96, 61);
     this.lblPlayers.Name      = "lblPlayers";
     this.lblPlayers.Size      = new System.Drawing.Size(160, 16);
     this.lblPlayers.TabIndex  = 17;
     this.lblPlayers.Text      = "[ 2 of 16 players ]";
     this.lblPlayers.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnControlServer
     //
     this.btnControlServer.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.btnControlServer.BtnShape            = MyXPButton.emunType.BtnShape.Rectangle;
     this.btnControlServer.BtnStyle            = MyXPButton.emunType.XPStyle.Default;
     this.btnControlServer.Location            = new System.Drawing.Point(8, 56);
     this.btnControlServer.Name     = "btnControlServer";
     this.btnControlServer.TabIndex = 16;
     this.btnControlServer.Text     = "Start";
     this.btnControlServer.Click   += new System.EventHandler(this.myXPButton2_Click);
     //
     // lblGameType
     //
     this.lblGameType.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblGameType.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.lblGameType.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblGameType.ForeColor   = System.Drawing.Color.SteelBlue;
     this.lblGameType.Location    = new System.Drawing.Point(8, 32);
     this.lblGameType.Name        = "lblGameType";
     this.lblGameType.Size        = new System.Drawing.Size(251, 16);
     this.lblGameType.TabIndex    = 15;
     this.lblGameType.Text        = "CTF";
     this.lblGameType.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblMapName
     //
     this.lblMapName.BackColor   = System.Drawing.Color.SteelBlue;
     this.lblMapName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblMapName.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblMapName.ForeColor   = System.Drawing.Color.White;
     this.lblMapName.Location    = new System.Drawing.Point(8, 8);
     this.lblMapName.Name        = "lblMapName";
     this.lblMapName.Size        = new System.Drawing.Size(251, 26);
     this.lblMapName.TabIndex    = 14;
     this.lblMapName.Text        = "Bloodgulch";
     this.lblMapName.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dockControl1
     //
     this.dockControl1.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat;
     this.dockControl1.Controls.Add(this.navigationBar1);
     this.dockControl1.Guid     = new System.Guid("c396f39d-efae-4321-bf8e-28dc7443190f");
     this.dockControl1.Location = new System.Drawing.Point(0, 25);
     this.dockControl1.Name     = "dockControl1";
     this.dockControl1.Size     = new System.Drawing.Size(268, 238);
     this.dockControl1.TabIndex = 0;
     this.dockControl1.Text     = "Controls";
     //
     // navigationBar1
     //
     this.navigationBar1.AddRemoveButtonsText = "&Add or Remove Buttons";
     this.navigationBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.navigationBar1.Controls.Add(this.navigationPane1);
     this.navigationBar1.Controls.Add(this.navigationPane2);
     this.navigationBar1.Controls.Add(this.navigationPane3);
     this.navigationBar1.Controls.Add(this.navigationPane4);
     this.navigationBar1.Controls.Add(this.navigationPane5);
     this.navigationBar1.Dock = System.Windows.Forms.DockStyle.None;
     this.navigationBar1.DrawActionsButton = false;
     this.navigationBar1.FewerButtonsText  = "Show &Fewer Buttons";
     this.navigationBar1.HeaderFont        = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.navigationBar1.Location          = new System.Drawing.Point(0, 0);
     this.navigationBar1.MoreButtonsText   = "Show &More Buttons";
     this.navigationBar1.Name            = "navigationBar1";
     this.navigationBar1.PaneFont        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.navigationBar1.PaneOptionsText = "Na&vigation Pane Options...";
     this.navigationBar1.SelectedPane    = this.navigationPane4;
     this.navigationBar1.ShowPanes       = 3;
     this.navigationBar1.Size            = new System.Drawing.Size(271, 236);
     this.navigationBar1.TabIndex        = 20;
     this.navigationBar1.Text            = "Kick Idle Players";
     //
     // navigationPane1
     //
     this.navigationPane1.LargeImage = null;
     this.navigationPane1.Location   = new System.Drawing.Point(1, 26);
     this.navigationPane1.Name       = "navigationPane1";
     this.navigationPane1.Size       = new System.Drawing.Size(269, 107);
     this.navigationPane1.SmallImage = null;
     this.navigationPane1.TabIndex   = 0;
     this.navigationPane1.Text       = "Stats Logging";
     //
     // navigationPane2
     //
     this.navigationPane2.LargeImage = null;
     this.navigationPane2.Location   = new System.Drawing.Point(1, 26);
     this.navigationPane2.Name       = "navigationPane2";
     this.navigationPane2.Size       = new System.Drawing.Size(269, 107);
     this.navigationPane2.SmallImage = null;
     this.navigationPane2.TabIndex   = 1;
     this.navigationPane2.Text       = "IRC Bot";
     //
     // navigationPane3
     //
     this.navigationPane3.LargeImage = null;
     this.navigationPane3.Location   = new System.Drawing.Point(1, 26);
     this.navigationPane3.Name       = "navigationPane3";
     this.navigationPane3.Size       = new System.Drawing.Size(269, 107);
     this.navigationPane3.SmallImage = null;
     this.navigationPane3.TabIndex   = 2;
     this.navigationPane3.Text       = "Post Game Announcements";
     //
     // navigationPane4
     //
     this.navigationPane4.Controls.Add(this.label4);
     this.navigationPane4.Controls.Add(this.checkBox4);
     this.navigationPane4.Controls.Add(this.checkBox3);
     this.navigationPane4.Controls.Add(this.checkBox2);
     this.navigationPane4.LargeImage = null;
     this.navigationPane4.Location   = new System.Drawing.Point(1, 26);
     this.navigationPane4.Name       = "navigationPane4";
     this.navigationPane4.Size       = new System.Drawing.Size(269, 107);
     this.navigationPane4.SmallImage = null;
     this.navigationPane4.TabIndex   = 3;
     this.navigationPane4.Text       = "In-Game Announcements";
     //
     // label4
     //
     this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label4.Location    = new System.Drawing.Point(152, 16);
     this.label4.Name        = "label4";
     this.label4.Size        = new System.Drawing.Size(104, 72);
     this.label4.TabIndex    = 4;
     this.label4.Text        = "Check the in-game announcements that you would like to be triggered.";
     this.label4.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // checkBox4
     //
     this.checkBox4.Location = new System.Drawing.Point(8, 56);
     this.checkBox4.Name     = "checkBox4";
     this.checkBox4.Size     = new System.Drawing.Size(136, 24);
     this.checkBox4.TabIndex = 3;
     this.checkBox4.Text     = "HST Server Message";
     //
     // checkBox3
     //
     this.checkBox3.Location = new System.Drawing.Point(8, 32);
     this.checkBox3.Name     = "checkBox3";
     this.checkBox3.Size     = new System.Drawing.Size(136, 24);
     this.checkBox3.TabIndex = 2;
     this.checkBox3.Text     = "Killtaculars";
     //
     // checkBox2
     //
     this.checkBox2.Location = new System.Drawing.Point(8, 8);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(136, 24);
     this.checkBox2.TabIndex = 1;
     this.checkBox2.Text     = "Killing Sprees/Riots";
     //
     // navigationPane5
     //
     this.navigationPane5.Controls.Add(this.checkBox1);
     this.navigationPane5.LargeImage = null;
     this.navigationPane5.Location   = new System.Drawing.Point(1, 26);
     this.navigationPane5.Name       = "navigationPane5";
     this.navigationPane5.Size       = new System.Drawing.Size(269, 107);
     this.navigationPane5.SmallImage = null;
     this.navigationPane5.TabIndex   = 4;
     this.navigationPane5.Text       = "In-Game Commands";
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(8, 8);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.TabIndex = 0;
     this.checkBox1.Text     = "checkBox1";
     //
     // rightSandDock
     //
     this.rightSandDock.Dock         = System.Windows.Forms.DockStyle.Right;
     this.rightSandDock.Guid         = new System.Guid("184719bf-aeff-4ce8-ba9b-4fe6a40e3911");
     this.rightSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400);
     this.rightSandDock.Location     = new System.Drawing.Point(648, 24);
     this.rightSandDock.Manager      = this.sandDockManager1;
     this.rightSandDock.Name         = "rightSandDock";
     this.rightSandDock.Size         = new System.Drawing.Size(0, 286);
     this.rightSandDock.TabIndex     = 1;
     //
     // bottomSandDock
     //
     this.bottomSandDock.Controls.Add(this.dockControl3);
     this.bottomSandDock.Controls.Add(this.dockControl5);
     this.bottomSandDock.Dock         = System.Windows.Forms.DockStyle.Bottom;
     this.bottomSandDock.Guid         = new System.Guid("75e4c8a7-c6a5-40d5-b145-3752fa434f9b");
     this.bottomSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400, System.Windows.Forms.Orientation.Vertical, new TD.SandDock.LayoutSystemBase[] {
         new TD.SandDock.ControlLayoutSystem(648, 148, new TD.SandDock.DockControl[] {
             this.dockControl3,
             this.dockControl5
         }, this.dockControl3)
     });
     this.bottomSandDock.Location = new System.Drawing.Point(0, 310);
     this.bottomSandDock.Manager  = this.sandDockManager1;
     this.bottomSandDock.Name     = "bottomSandDock";
     this.bottomSandDock.Size     = new System.Drawing.Size(648, 152);
     this.bottomSandDock.TabIndex = 2;
     //
     // dockControl3
     //
     this.dockControl3.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat;
     this.dockControl3.Closable    = false;
     this.dockControl3.Controls.Add(this.txtServerLogfile);
     this.dockControl3.Guid     = new System.Guid("b49c0a80-0d3c-4e12-8a0d-6b385cafb4aa");
     this.dockControl3.Location = new System.Drawing.Point(0, 29);
     this.dockControl3.Name     = "dockControl3";
     this.dockControl3.Size     = new System.Drawing.Size(648, 100);
     this.dockControl3.TabIndex = 1;
     this.dockControl3.Text     = "Server Logfile";
     //
     // txtServerLogfile
     //
     this.txtServerLogfile.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.txtServerLogfile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtServerLogfile.Location    = new System.Drawing.Point(7, 7);
     this.txtServerLogfile.Multiline   = true;
     this.txtServerLogfile.Name        = "txtServerLogfile";
     this.txtServerLogfile.Size        = new System.Drawing.Size(633, 84);
     this.txtServerLogfile.TabIndex    = 0;
     this.txtServerLogfile.Text        = "";
     //
     // dockControl5
     //
     this.dockControl5.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat;
     this.dockControl5.Closable    = false;
     this.dockControl5.Controls.Add(this.txtHSTLog);
     this.dockControl5.Guid     = new System.Guid("aa22d0d5-d252-4ce2-afa0-a16d31cf33b1");
     this.dockControl5.Location = new System.Drawing.Point(0, 29);
     this.dockControl5.Name     = "dockControl5";
     this.dockControl5.Size     = new System.Drawing.Size(648, 100);
     this.dockControl5.TabIndex = 2;
     this.dockControl5.Text     = "HST Log";
     //
     // txtHSTLog
     //
     this.txtHSTLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.txtHSTLog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtHSTLog.Location    = new System.Drawing.Point(8, 8);
     this.txtHSTLog.Multiline   = true;
     this.txtHSTLog.Name        = "txtHSTLog";
     this.txtHSTLog.Size        = new System.Drawing.Size(633, 84);
     this.txtHSTLog.TabIndex    = 1;
     this.txtHSTLog.Text        = "";
     //
     // dockControl8
     //
     this.dockControl8.Guid     = new System.Guid("f9cb6326-fbae-48ce-9fd5-4f937e4ad61c");
     this.dockControl8.Location = new System.Drawing.Point(0, 29);
     this.dockControl8.Name     = "dockControl8";
     this.dockControl8.Size     = new System.Drawing.Size(648, 100);
     this.dockControl8.TabIndex = 3;
     this.dockControl8.Text     = "dockControl8";
     //
     // dockControl9
     //
     this.dockControl9.Guid     = new System.Guid("8d550ff6-332b-48f9-846f-18a9c7ce63b6");
     this.dockControl9.Location = new System.Drawing.Point(0, 29);
     this.dockControl9.Name     = "dockControl9";
     this.dockControl9.Size     = new System.Drawing.Size(648, 100);
     this.dockControl9.TabIndex = 4;
     this.dockControl9.Text     = "dockControl9";
     //
     // topSandDock
     //
     this.topSandDock.Dock         = System.Windows.Forms.DockStyle.Top;
     this.topSandDock.Guid         = new System.Guid("8b6d68e9-b487-42ef-8ae5-e0a5efbc5e0c");
     this.topSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400);
     this.topSandDock.Location     = new System.Drawing.Point(0, 24);
     this.topSandDock.Manager      = this.sandDockManager1;
     this.topSandDock.Name         = "topSandDock";
     this.topSandDock.Size         = new System.Drawing.Size(648, 0);
     this.topSandDock.TabIndex     = 3;
     //
     // sandBarManager1
     //
     this.sandBarManager1.BottomContainer = this.bottomSandBarDock;
     this.sandBarManager1.LeftContainer   = this.leftSandBarDock;
     this.sandBarManager1.OwnerForm       = this;
     this.sandBarManager1.RightContainer  = this.rightSandBarDock;
     this.sandBarManager1.TopContainer    = this.topSandBarDock;
     //
     // bottomSandBarDock
     //
     this.bottomSandBarDock.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.bottomSandBarDock.Location = new System.Drawing.Point(0, 462);
     this.bottomSandBarDock.Manager  = this.sandBarManager1;
     this.bottomSandBarDock.Name     = "bottomSandBarDock";
     this.bottomSandBarDock.Size     = new System.Drawing.Size(648, 0);
     this.bottomSandBarDock.TabIndex = 7;
     //
     // leftSandBarDock
     //
     this.leftSandBarDock.Dock     = System.Windows.Forms.DockStyle.Left;
     this.leftSandBarDock.Location = new System.Drawing.Point(0, 24);
     this.leftSandBarDock.Manager  = this.sandBarManager1;
     this.leftSandBarDock.Name     = "leftSandBarDock";
     this.leftSandBarDock.Size     = new System.Drawing.Size(0, 438);
     this.leftSandBarDock.TabIndex = 5;
     //
     // rightSandBarDock
     //
     this.rightSandBarDock.Dock     = System.Windows.Forms.DockStyle.Right;
     this.rightSandBarDock.Location = new System.Drawing.Point(648, 24);
     this.rightSandBarDock.Manager  = this.sandBarManager1;
     this.rightSandBarDock.Name     = "rightSandBarDock";
     this.rightSandBarDock.Size     = new System.Drawing.Size(0, 438);
     this.rightSandBarDock.TabIndex = 6;
     //
     // topSandBarDock
     //
     this.topSandBarDock.Controls.Add(this.menuBar1);
     this.topSandBarDock.Dock     = System.Windows.Forms.DockStyle.Top;
     this.topSandBarDock.Location = new System.Drawing.Point(0, 0);
     this.topSandBarDock.Manager  = this.sandBarManager1;
     this.topSandBarDock.Name     = "topSandBarDock";
     this.topSandBarDock.Size     = new System.Drawing.Size(648, 24);
     this.topSandBarDock.TabIndex = 8;
     //
     // menuBar1
     //
     this.menuBar1.Buttons.AddRange(new TD.SandBar.ToolbarItemBase[] {
         this.menuBarItem1,
         this.mnuSettings,
         this.menuBarItem3,
         this.menuBarItem5
     });
     this.menuBar1.Guid      = new System.Guid("1f627ce2-2d89-4634-b966-84630420f21b");
     this.menuBar1.ImageList = null;
     this.menuBar1.Location  = new System.Drawing.Point(2, 0);
     this.menuBar1.Movable   = false;
     this.menuBar1.Name      = "menuBar1";
     this.menuBar1.Size      = new System.Drawing.Size(648, 24);
     this.menuBar1.TabIndex  = 1;
     this.menuBar1.Tearable  = false;
     //
     // menuBarItem1
     //
     this.menuBarItem1.Icon = null;
     this.menuBarItem1.MenuItems.AddRange(new TD.SandBar.MenuButtonItem[] {
         this.mnu,
         this.menuButtonItem5,
         this.mnuExit
     });
     this.menuBarItem1.Text = "&File";
     //
     // mnu
     //
     this.mnu.Icon     = null;
     this.mnu.Shortcut = System.Windows.Forms.Shortcut.None;
     this.mnu.Text     = "&Save Layout";
     //
     // mnuExit
     //
     this.mnuExit.Icon     = null;
     this.mnuExit.Shortcut = System.Windows.Forms.Shortcut.None;
     this.mnuExit.Text     = "E&xit";
     //
     // mnuSettings
     //
     this.mnuSettings.Icon = null;
     this.mnuSettings.MenuItems.AddRange(new TD.SandBar.MenuButtonItem[] {
         this.mnuRunSetupWizard,
         this.mnuManageAdmins
     });
     this.mnuSettings.Text = "&Settings";
     //
     // mnuRunSetupWizard
     //
     this.mnuRunSetupWizard.Icon     = null;
     this.mnuRunSetupWizard.Shortcut = System.Windows.Forms.Shortcut.None;
     this.mnuRunSetupWizard.Text     = "&Run Setup Wizard";
     //
     // mnuManageAdmins
     //
     this.mnuManageAdmins.Icon     = null;
     this.mnuManageAdmins.Shortcut = System.Windows.Forms.Shortcut.None;
     this.mnuManageAdmins.Text     = "Manage Players and Admins";
     //
     // menuBarItem3
     //
     this.menuBarItem3.Icon = null;
     this.menuBarItem3.MenuItems.AddRange(new TD.SandBar.MenuButtonItem[] {
         this.menuButtonItem2,
         this.menuButtonItem3,
         this.menuButtonItem4,
         this.mnuControlServer
     });
     this.menuBarItem3.Text = "&Controls";
     //
     // menuButtonItem2
     //
     this.menuButtonItem2.BeginGroup = true;
     this.menuButtonItem2.Checked    = true;
     this.menuButtonItem2.Icon       = null;
     this.menuButtonItem2.Shortcut   = System.Windows.Forms.Shortcut.None;
     this.menuButtonItem2.Text       = "&Admin Shortcuts";
     //
     // menuButtonItem3
     //
     this.menuButtonItem3.Checked  = true;
     this.menuButtonItem3.Icon     = null;
     this.menuButtonItem3.Shortcut = System.Windows.Forms.Shortcut.None;
     this.menuButtonItem3.Text     = "&Player Voting";
     //
     // menuButtonItem4
     //
     this.menuButtonItem4.Icon     = null;
     this.menuButtonItem4.Shortcut = System.Windows.Forms.Shortcut.None;
     this.menuButtonItem4.Text     = "&IRC Bot";
     //
     // mnuControlServer
     //
     this.mnuControlServer.BeginGroup = true;
     this.mnuControlServer.Icon       = null;
     this.mnuControlServer.Shortcut   = System.Windows.Forms.Shortcut.None;
     this.mnuControlServer.Text       = "Stop Server";
     //
     // menuBarItem5
     //
     this.menuBarItem5.Icon = null;
     this.menuBarItem5.MenuItems.AddRange(new TD.SandBar.MenuButtonItem[] {
         this.menuButtonItem1
     });
     this.menuBarItem5.Text = "&Help";
     //
     // menuButtonItem1
     //
     this.menuButtonItem1.Icon     = null;
     this.menuButtonItem1.Shortcut = System.Windows.Forms.Shortcut.None;
     this.menuButtonItem1.Text     = "&About";
     //
     // documentContainer1
     //
     this.documentContainer1.Controls.Add(this.dockControl2);
     this.documentContainer1.Controls.Add(this.dockControl6);
     this.documentContainer1.Controls.Add(this.dockControl7);
     this.documentContainer1.Controls.Add(this.dockControl10);
     this.documentContainer1.Guid         = new System.Guid("beefbfc5-afd3-4129-a225-65fce615c4d6");
     this.documentContainer1.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400, System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] {
         new TD.SandDock.DocumentLayoutSystem(374, 284, new TD.SandDock.DockControl[] {
             this.dockControl2,
             this.dockControl6,
             this.dockControl7,
             this.dockControl10
         }, this.dockControl10)
     });
     this.documentContainer1.Location = new System.Drawing.Point(272, 24);
     this.documentContainer1.Manager  = null;
     this.documentContainer1.Name     = "documentContainer1";
     this.documentContainer1.Size     = new System.Drawing.Size(376, 286);
     this.documentContainer1.TabIndex = 9;
     //
     // dockControl2
     //
     this.dockControl2.Guid     = new System.Guid("84b8e4b3-c142-444b-a5fb-c06a15f978be");
     this.dockControl2.Location = new System.Drawing.Point(3, 23);
     this.dockControl2.Name     = "dockControl2";
     this.dockControl2.Size     = new System.Drawing.Size(370, 260);
     this.dockControl2.TabIndex = 0;
     this.dockControl2.Text     = "Game Status";
     //
     // dockControl6
     //
     this.dockControl6.Guid     = new System.Guid("b0d4cccb-8fe9-47fa-83b1-93ae6b936393");
     this.dockControl6.Location = new System.Drawing.Point(3, 23);
     this.dockControl6.Name     = "dockControl6";
     this.dockControl6.Size     = new System.Drawing.Size(370, 260);
     this.dockControl6.TabIndex = 1;
     this.dockControl6.Text     = "Chat";
     //
     // dockControl7
     //
     this.dockControl7.Guid     = new System.Guid("7dbef1df-c4c9-4ee4-b142-8a33a40c92a4");
     this.dockControl7.Location = new System.Drawing.Point(3, 23);
     this.dockControl7.Name     = "dockControl7";
     this.dockControl7.Size     = new System.Drawing.Size(370, 260);
     this.dockControl7.TabIndex = 2;
     this.dockControl7.Text     = "RCON";
     //
     // dockControl10
     //
     this.dockControl10.Guid     = new System.Guid("1f6b617d-dce8-4522-8eea-c654121504a7");
     this.dockControl10.Location = new System.Drawing.Point(3, 23);
     this.dockControl10.Name     = "dockControl10";
     this.dockControl10.Size     = new System.Drawing.Size(370, 260);
     this.dockControl10.TabIndex = 3;
     this.dockControl10.Text     = "HST Commands";
     //
     // menuButtonItem5
     //
     this.menuButtonItem5.Icon     = null;
     this.menuButtonItem5.Shortcut = System.Windows.Forms.Shortcut.None;
     this.menuButtonItem5.Text     = "Run Wizard";
     //
     // hst_gui
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(648, 462);
     this.Controls.Add(this.documentContainer1);
     this.Controls.Add(this.leftSandDock);
     this.Controls.Add(this.rightSandDock);
     this.Controls.Add(this.bottomSandDock);
     this.Controls.Add(this.topSandDock);
     this.Controls.Add(this.leftSandBarDock);
     this.Controls.Add(this.rightSandBarDock);
     this.Controls.Add(this.bottomSandBarDock);
     this.Controls.Add(this.topSandBarDock);
     this.Name     = "hst_gui";
     this.Text     = "Halo Server Tools LiTE v0.3 - Public Beta 1";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.hst_gui_Close);
     this.Load    += new System.EventHandler(this.hst_gui_Load);
     this.leftSandDock.ResumeLayout(false);
     this.dockControl4.ResumeLayout(false);
     this.dockControl1.ResumeLayout(false);
     this.navigationBar1.ResumeLayout(false);
     this.navigationPane4.ResumeLayout(false);
     this.navigationPane5.ResumeLayout(false);
     this.bottomSandDock.ResumeLayout(false);
     this.dockControl3.ResumeLayout(false);
     this.dockControl5.ResumeLayout(false);
     this.topSandBarDock.ResumeLayout(false);
     this.documentContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }