Exemplo n.º 1
0
 void SetTheme(TD.SandDock.SandDockManager sdm)
 {
     if (ctheme == GuiTheme.Everett)
     {
         sdm.Renderer = new TD.SandDock.Rendering.EverettRenderer();
     }
     else if (ctheme == GuiTheme.Office2003)
     {
         sdm.Renderer = new TD.SandDock.Rendering.Office2003Renderer();
     }
     else
     {
         sdm.Renderer = new TD.SandDock.Rendering.WhidbeyRenderer();
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.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);
 }
Exemplo n.º 3
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);
 }
Exemplo n.º 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();
            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);

		}
Exemplo n.º 5
0
        private void SetupMainForm()
        {
            SimPe.Splash.Screen.SetMessage(SimPe.Localization.GetString("Creating GUI"));
            if (Helper.DebugMode)
            {
                ToolStripButton tbDebug = new ToolStripButton();
                tbDebug.Text = "Debug docks";
                toolBar1.Items.Add(tbDebug);
                tbDebug.Click += new EventHandler(tbDebug_Click);
            }
            manager.Visible     = false;
            tbContainer.Visible = false;
            createdmenus        = false;

            Wait.Bar = this.waitControl1;


            package = new LoadedPackage();
            package.BeforeFileLoad += new PackageFileLoadEvent(BeforeFileLoad);
            package.AfterFileLoad  += new PackageFileLoadedEvent(AfterFileLoad);
            package.BeforeFileSave += new PackageFileSaveEvent(BeforeFileSave);
            package.AfterFileSave  += new PackageFileSavedEvent(AfterFileSave);
            package.IndexChanged   += new EventHandler(ChangedActiveIndex);
            //package.AddedResource += new EventHandler(AddedRemovedIndexResource);
            //package.RemovedResource += new EventHandler(AddedRemovedIndexResource);

            SimPe.Splash.Screen.SetMessage(SimPe.Localization.GetString("Building View Filter"));
            filter = new ViewFilter();
            SimPe.Splash.Screen.SetMessage(SimPe.Localization.GetString("Starting Resource Loader"));
            resloader = new ResourceLoader(dc, package);
            SimPe.Splash.Screen.SetMessage(SimPe.Localization.GetString("Enabling RemoteControl"));
            remote = new RemoteHandler(this, package, resloader, miWindow);

            SimPe.Splash.Screen.SetMessage(SimPe.Localization.GetString("Loading Plugins..."));
            plugger = new PluginManager(
                miTools,
                tbTools,
                dc,
                package,
                tbDefaultAction,
                miAction,
                tbExtAction,
                tbPlugAction,
                tbAction,
                dockBottom,
                this.mbiTopics,
                lv
                );
            SimPe.Splash.Screen.SetMessage(SimPe.Localization.GetString("Loaded Plugins"));
            plugger.ClosedToolPlugin += new ToolMenuItemExt.ExternalToolNotify(ClosedToolPlugin);
            remote.SetPlugger(plugger);

            remote.LoadedResource += new ChangedResourceEvent(rh_LoadedResource);

            package.UpdateRecentFileMenu(this.miRecent);

            InitTheme();

            dockBottom.Height = ((this.Height * 3) / 4);
            this.Text        += " (Version " + Helper.SimPeVersion.ProductVersion + ")";

            TD.SandDock.SandDockManager sdm2 = new TD.SandDock.SandDockManager();
            sdm2.OwnerForm = this;
            ThemeManager.Global.AddControl(sdm2);

            this.dc.Manager = sdm2;


            InitMenuItems();
            this.dcPlugin.Open();
            Ambertation.Windows.Forms.ToolStripRuntimeDesigner.Add(tbContainer);
            Ambertation.Windows.Forms.ToolStripRuntimeDesigner.LineUpToolBars(tbContainer);
            this.menuBar1.ContextMenuStrip = tbContainer.TopToolStripPanel.ContextMenuStrip;

            Ambertation.Windows.Forms.Serializer.Global.Register(tbContainer);
            Ambertation.Windows.Forms.Serializer.Global.Register(manager);

            manager.NoCleanup = false;
            manager.ForceCleanUp();
            //this.dcResource.BringToFront();
            //this.dcResourceList.BringToFront();
            lv.Filter = filter;

            waitControl1.ShowProgress = false;
            waitControl1.Progress     = 0;
            waitControl1.Message      = "";
            waitControl1.Visible      = Helper.WindowsRegistry.ShowWaitBarPermanent;
        }
Exemplo n.º 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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SongEditor));
     this.ListEx_ImageList = new System.Windows.Forms.ImageList(this.components);
     this.sandDockManager0 = 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.ToolTip          = new System.Windows.Forms.ToolTip(this.components);
     this.Sequence_Tab     = new System.Windows.Forms.TabPage();
     this.ListEx_Sequence  = new Lister.ListEx();
     this.ListEx_Available = new Lister.ListEx();
     this.label9           = new System.Windows.Forms.Label();
     this.label10          = new System.Windows.Forms.Label();
     this.Lyrics_Tab       = new System.Windows.Forms.TabPage();
     this.panel1           = new System.Windows.Forms.Panel();
     this.DualLanguage     = new ctlLEDRadioButton.LEDradioButton();
     this.label1           = new System.Windows.Forms.Label();
     this.LyricsTabs       = new System.Windows.Forms.TabControl();
     this.LyricsOther_Tab  = new System.Windows.Forms.TabPage();
     this.OtherLyrics      = new System.Windows.Forms.RichTextBox();
     this.LyricsChorus_Tab = new System.Windows.Forms.TabPage();
     this.ChorusLyrics     = new System.Windows.Forms.RichTextBox();
     this.LyricsVerse_Tab  = new System.Windows.Forms.TabPage();
     this.VerseLyrics      = new System.Windows.Forms.RichTextBox();
     this.General_Tab      = new System.Windows.Forms.TabPage();
     this.Collection       = new System.Windows.Forms.ComboBox();
     this.Author           = new System.Windows.Forms.TextBox();
     this.Number           = new System.Windows.Forms.TextBox();
     this.Title            = new System.Windows.Forms.TextBox();
     this.Notes            = new System.Windows.Forms.TextBox();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.label8           = new System.Windows.Forms.Label();
     this.KeyRangeLow      = new System.Windows.Forms.ComboBox();
     this.KeyRangeHigh     = new System.Windows.Forms.ComboBox();
     this.MinorKey         = new System.Windows.Forms.CheckBox();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.label7           = new System.Windows.Forms.Label();
     this.BrowseTheme      = new System.Windows.Forms.Button();
     this.MainTabs         = new System.Windows.Forms.TabControl();
     this.Sequence_Tab.SuspendLayout();
     this.Lyrics_Tab.SuspendLayout();
     this.panel1.SuspendLayout();
     this.LyricsTabs.SuspendLayout();
     this.LyricsOther_Tab.SuspendLayout();
     this.LyricsChorus_Tab.SuspendLayout();
     this.LyricsVerse_Tab.SuspendLayout();
     this.General_Tab.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.MainTabs.SuspendLayout();
     this.SuspendLayout();
     //
     // ListEx_ImageList
     //
     this.ListEx_ImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ListEx_ImageList.ImageStream")));
     this.ListEx_ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ListEx_ImageList.Images.SetKeyName(0, "");
     this.ListEx_ImageList.Images.SetKeyName(1, "");
     //
     // sandDockManager0
     //
     this.sandDockManager0.DockingManager = TD.SandDock.DockingManager.Whidbey;
     this.sandDockManager0.OwnerForm      = null;
     this.sandDockManager0.Renderer       = new TD.SandDock.Rendering.EverettRenderer();
     //
     // leftSandDock
     //
     this.leftSandDock.Dock         = System.Windows.Forms.DockStyle.Left;
     this.leftSandDock.Guid         = new System.Guid("34c126c4-bb10-42ba-8322-ba00448f73c1");
     this.leftSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400);
     this.leftSandDock.Location     = new System.Drawing.Point(0, 0);
     this.leftSandDock.Manager      = this.sandDockManager0;
     this.leftSandDock.Name         = "leftSandDock";
     this.leftSandDock.Size         = new System.Drawing.Size(0, 398);
     this.leftSandDock.TabIndex     = 5;
     //
     // rightSandDock
     //
     this.rightSandDock.Dock         = System.Windows.Forms.DockStyle.Right;
     this.rightSandDock.Guid         = new System.Guid("ab4f7f00-e57a-4ead-b8ff-f49baa6306f2");
     this.rightSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400);
     this.rightSandDock.Location     = new System.Drawing.Point(348, 0);
     this.rightSandDock.Manager      = this.sandDockManager0;
     this.rightSandDock.Name         = "rightSandDock";
     this.rightSandDock.Size         = new System.Drawing.Size(0, 398);
     this.rightSandDock.TabIndex     = 6;
     //
     // bottomSandDock
     //
     this.bottomSandDock.Dock         = System.Windows.Forms.DockStyle.Bottom;
     this.bottomSandDock.Guid         = new System.Guid("29d0f55e-83b5-4569-890e-1a0712353397");
     this.bottomSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400);
     this.bottomSandDock.Location     = new System.Drawing.Point(0, 398);
     this.bottomSandDock.Manager      = this.sandDockManager0;
     this.bottomSandDock.Name         = "bottomSandDock";
     this.bottomSandDock.Size         = new System.Drawing.Size(348, 0);
     this.bottomSandDock.TabIndex     = 7;
     //
     // topSandDock
     //
     this.topSandDock.Dock         = System.Windows.Forms.DockStyle.Top;
     this.topSandDock.Guid         = new System.Guid("5bf990f7-5cdc-4110-a187-3e6c30b29a2c");
     this.topSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400);
     this.topSandDock.Location     = new System.Drawing.Point(0, 0);
     this.topSandDock.Manager      = this.sandDockManager0;
     this.topSandDock.Name         = "topSandDock";
     this.topSandDock.Size         = new System.Drawing.Size(348, 0);
     this.topSandDock.TabIndex     = 8;
     //
     // Sequence_Tab
     //
     this.Sequence_Tab.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("Sequence_Tab.BackgroundImage")));
     this.Sequence_Tab.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Sequence_Tab.Controls.Add(this.label10);
     this.Sequence_Tab.Controls.Add(this.label9);
     this.Sequence_Tab.Controls.Add(this.ListEx_Available);
     this.Sequence_Tab.Controls.Add(this.ListEx_Sequence);
     this.Sequence_Tab.Location = new System.Drawing.Point(4, 22);
     this.Sequence_Tab.Name     = "Sequence_Tab";
     this.Sequence_Tab.Size     = new System.Drawing.Size(340, 372);
     this.Sequence_Tab.TabIndex = 2;
     this.Sequence_Tab.Text     = "Sequence";
     //
     // ListEx_Sequence
     //
     this.ListEx_Sequence.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)));
     this.ListEx_Sequence.DrawMode    = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.ListEx_Sequence.Imgs        = this.ListEx_ImageList;
     this.ListEx_Sequence.LineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(199)))), ((int)(((byte)(199)))));
     this.ListEx_Sequence.Location    = new System.Drawing.Point(10, 28);
     this.ListEx_Sequence.Name        = "ListEx_Sequence";
     this.ListEx_Sequence.ReadOnly    = true;
     this.ListEx_Sequence.ShowBullets = true;
     this.ListEx_Sequence.Size        = new System.Drawing.Size(120, 324);
     this.ListEx_Sequence.TabIndex    = 0;
     this.ToolTip.SetToolTip(this.ListEx_Sequence, "Click on the \"-\" icon to remove the item from the list");
     this.ListEx_Sequence.PressIcon += new Lister.ListEx.EventHandler(this.ListEx_Sequence_PressIcon);
     //
     // ListEx_Available
     //
     this.ListEx_Available.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)));
     this.ListEx_Available.DrawMode    = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.ListEx_Available.Imgs        = this.ListEx_ImageList;
     this.ListEx_Available.LineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(199)))), ((int)(((byte)(199)))));
     this.ListEx_Available.Location    = new System.Drawing.Point(156, 28);
     this.ListEx_Available.Name        = "ListEx_Available";
     this.ListEx_Available.ReadOnly    = true;
     this.ListEx_Available.ShowBullets = true;
     this.ListEx_Available.Size        = new System.Drawing.Size(120, 324);
     this.ListEx_Available.TabIndex    = 1;
     this.ToolTip.SetToolTip(this.ListEx_Available, "Click on the \"+\" icon in the order the lyrics will be sung");
     this.ListEx_Available.PressIcon += new Lister.ListEx.EventHandler(this.ListEx_Available_PressIcon);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(158, 10);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(100, 16);
     this.label9.TabIndex = 2;
     this.label9.Text     = "Available lyrics:";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(12, 10);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(100, 16);
     this.label10.TabIndex = 3;
     this.label10.Text     = "Lyrics sequence:";
     //
     // Lyrics_Tab
     //
     this.Lyrics_Tab.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("Lyrics_Tab.BackgroundImage")));
     this.Lyrics_Tab.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Lyrics_Tab.Controls.Add(this.LyricsTabs);
     this.Lyrics_Tab.Controls.Add(this.label1);
     this.Lyrics_Tab.Controls.Add(this.panel1);
     this.Lyrics_Tab.Location = new System.Drawing.Point(4, 22);
     this.Lyrics_Tab.Name     = "Lyrics_Tab";
     this.Lyrics_Tab.Size     = new System.Drawing.Size(340, 372);
     this.Lyrics_Tab.TabIndex = 1;
     this.Lyrics_Tab.Text     = "Lyrics";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.DualLanguage);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 334);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(340, 38);
     this.panel1.TabIndex = 3;
     //
     // DualLanguage
     //
     this.DualLanguage.Anchor            = System.Windows.Forms.AnchorStyles.Top;
     this.DualLanguage.Appearance        = System.Windows.Forms.Appearance.Button;
     this.DualLanguage.bottomColor       = System.Drawing.Color.DarkBlue;
     this.DualLanguage.BottomTransparent = 64;
     this.DualLanguage.Enabled           = false;
     this.DualLanguage.LEDColor          = System.Drawing.Color.Green;
     this.DualLanguage.Location          = new System.Drawing.Point(118, 7);
     this.DualLanguage.Name           = "DualLanguage";
     this.DualLanguage.Size           = new System.Drawing.Size(104, 24);
     this.DualLanguage.TabIndex       = 2;
     this.DualLanguage.Text           = "Dual Language";
     this.DualLanguage.TextAlign      = System.Drawing.ContentAlignment.MiddleCenter;
     this.DualLanguage.topColor       = System.Drawing.Color.LightGreen;
     this.DualLanguage.TopTransparent = 64;
     this.DualLanguage.Visible        = false;
     //
     // label1
     //
     this.label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(340, 23);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Separate verses or choruses with a blank line";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // LyricsTabs
     //
     this.LyricsTabs.Controls.Add(this.LyricsVerse_Tab);
     this.LyricsTabs.Controls.Add(this.LyricsChorus_Tab);
     this.LyricsTabs.Controls.Add(this.LyricsOther_Tab);
     this.LyricsTabs.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.LyricsTabs.Location      = new System.Drawing.Point(0, 23);
     this.LyricsTabs.Multiline     = true;
     this.LyricsTabs.Name          = "LyricsTabs";
     this.LyricsTabs.SelectedIndex = 0;
     this.LyricsTabs.Size          = new System.Drawing.Size(340, 311);
     this.LyricsTabs.TabIndex      = 0;
     //
     // LyricsOther_Tab
     //
     this.LyricsOther_Tab.Controls.Add(this.OtherLyrics);
     this.LyricsOther_Tab.Location = new System.Drawing.Point(4, 22);
     this.LyricsOther_Tab.Name     = "LyricsOther_Tab";
     this.LyricsOther_Tab.Size     = new System.Drawing.Size(332, 285);
     this.LyricsOther_Tab.TabIndex = 2;
     this.LyricsOther_Tab.Text     = "Other";
     //
     // OtherLyrics
     //
     this.OtherLyrics.AcceptsTab = true;
     this.OtherLyrics.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.OtherLyrics.Font       = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OtherLyrics.Location   = new System.Drawing.Point(0, 0);
     this.OtherLyrics.Name       = "OtherLyrics";
     this.OtherLyrics.Size       = new System.Drawing.Size(332, 285);
     this.OtherLyrics.TabIndex   = 0;
     this.OtherLyrics.Text       = "";
     //
     // LyricsChorus_Tab
     //
     this.LyricsChorus_Tab.Controls.Add(this.ChorusLyrics);
     this.LyricsChorus_Tab.Location = new System.Drawing.Point(4, 22);
     this.LyricsChorus_Tab.Name     = "LyricsChorus_Tab";
     this.LyricsChorus_Tab.Size     = new System.Drawing.Size(332, 285);
     this.LyricsChorus_Tab.TabIndex = 1;
     this.LyricsChorus_Tab.Text     = "Chorus";
     //
     // ChorusLyrics
     //
     this.ChorusLyrics.AcceptsTab = true;
     this.ChorusLyrics.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.ChorusLyrics.Font       = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ChorusLyrics.Location   = new System.Drawing.Point(0, 0);
     this.ChorusLyrics.Name       = "ChorusLyrics";
     this.ChorusLyrics.Size       = new System.Drawing.Size(332, 285);
     this.ChorusLyrics.TabIndex   = 0;
     this.ChorusLyrics.Text       = "";
     //
     // LyricsVerse_Tab
     //
     this.LyricsVerse_Tab.Controls.Add(this.VerseLyrics);
     this.LyricsVerse_Tab.Location = new System.Drawing.Point(4, 22);
     this.LyricsVerse_Tab.Name     = "LyricsVerse_Tab";
     this.LyricsVerse_Tab.Size     = new System.Drawing.Size(332, 285);
     this.LyricsVerse_Tab.TabIndex = 0;
     this.LyricsVerse_Tab.Text     = "Verse";
     //
     // VerseLyrics
     //
     this.VerseLyrics.AcceptsTab = true;
     this.VerseLyrics.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.VerseLyrics.Font       = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.VerseLyrics.Location   = new System.Drawing.Point(0, 0);
     this.VerseLyrics.Name       = "VerseLyrics";
     this.VerseLyrics.Size       = new System.Drawing.Size(332, 285);
     this.VerseLyrics.TabIndex   = 0;
     this.VerseLyrics.Text       = "";
     //
     // General_Tab
     //
     this.General_Tab.BackColor             = System.Drawing.Color.Transparent;
     this.General_Tab.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("General_Tab.BackgroundImage")));
     this.General_Tab.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.General_Tab.Controls.Add(this.groupBox1);
     this.General_Tab.Controls.Add(this.MinorKey);
     this.General_Tab.Controls.Add(this.KeyRangeHigh);
     this.General_Tab.Controls.Add(this.KeyRangeLow);
     this.General_Tab.Controls.Add(this.label8);
     this.General_Tab.Controls.Add(this.label6);
     this.General_Tab.Controls.Add(this.label5);
     this.General_Tab.Controls.Add(this.label4);
     this.General_Tab.Controls.Add(this.label3);
     this.General_Tab.Controls.Add(this.label2);
     this.General_Tab.Controls.Add(this.Notes);
     this.General_Tab.Controls.Add(this.Title);
     this.General_Tab.Controls.Add(this.Number);
     this.General_Tab.Controls.Add(this.Author);
     this.General_Tab.Controls.Add(this.Collection);
     this.General_Tab.Location = new System.Drawing.Point(4, 22);
     this.General_Tab.Name     = "General_Tab";
     this.General_Tab.Size     = new System.Drawing.Size(340, 372);
     this.General_Tab.TabIndex = 0;
     this.General_Tab.Text     = "General";
     //
     // Collection
     //
     this.Collection.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.Collection.Location = new System.Drawing.Point(90, 62);
     this.Collection.Name     = "Collection";
     this.Collection.Size     = new System.Drawing.Size(228, 21);
     this.Collection.TabIndex = 2;
     //
     // Author
     //
     this.Author.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.Author.Location = new System.Drawing.Point(90, 36);
     this.Author.Name     = "Author";
     this.Author.Size     = new System.Drawing.Size(228, 20);
     this.Author.TabIndex = 1;
     //
     // Number
     //
     this.Number.Location = new System.Drawing.Point(90, 90);
     this.Number.Name     = "Number";
     this.Number.Size     = new System.Drawing.Size(68, 20);
     this.Number.TabIndex = 4;
     //
     // Title
     //
     this.Title.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.Title.Location = new System.Drawing.Point(90, 10);
     this.Title.Name     = "Title";
     this.Title.Size     = new System.Drawing.Size(228, 20);
     this.Title.TabIndex = 0;
     //
     // Notes
     //
     this.Notes.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.Notes.Location  = new System.Drawing.Point(90, 116);
     this.Notes.Multiline = true;
     this.Notes.Name      = "Notes";
     this.Notes.Size      = new System.Drawing.Size(232, 116);
     this.Notes.TabIndex  = 5;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(10, 14);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(70, 16);
     this.label2.TabIndex  = 11;
     this.label2.Text      = "Title:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(10, 40);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(70, 16);
     this.label3.TabIndex  = 12;
     this.label3.Text      = "Author:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(10, 66);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(70, 16);
     this.label4.TabIndex  = 13;
     this.label4.Text      = "Collection:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(10, 92);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(70, 16);
     this.label5.TabIndex  = 14;
     this.label5.Text      = "Number";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(10, 118);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(70, 16);
     this.label6.TabIndex  = 15;
     this.label6.Text      = "Notes:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label8.Location = new System.Drawing.Point(10, 242);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(70, 16);
     this.label8.TabIndex = 17;
     this.label8.Text     = "Key range:";
     //
     // KeyRangeLow
     //
     this.KeyRangeLow.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.KeyRangeLow.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.KeyRangeLow.ItemHeight    = 13;
     this.KeyRangeLow.Items.AddRange(new object[] {
         "",
         "A",
         "A#",
         "Bb",
         "B",
         "C",
         "C#",
         "Db",
         "D",
         "D#",
         "Eb",
         "E",
         "F",
         "F#",
         "Gb",
         "G",
         "G#",
         "Ab"
     });
     this.KeyRangeLow.Location         = new System.Drawing.Point(90, 238);
     this.KeyRangeLow.MaxDropDownItems = 13;
     this.KeyRangeLow.Name             = "KeyRangeLow";
     this.KeyRangeLow.Size             = new System.Drawing.Size(76, 21);
     this.KeyRangeLow.TabIndex         = 8;
     //
     // KeyRangeHigh
     //
     this.KeyRangeHigh.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.KeyRangeHigh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.KeyRangeHigh.ItemHeight    = 13;
     this.KeyRangeHigh.Items.AddRange(new object[] {
         "",
         "A",
         "A#",
         "Bb",
         "B",
         "C",
         "C#",
         "Db",
         "D",
         "D#",
         "Eb",
         "E",
         "F",
         "F#",
         "Gb",
         "G",
         "G#",
         "Ab"
     });
     this.KeyRangeHigh.Location         = new System.Drawing.Point(176, 238);
     this.KeyRangeHigh.MaxDropDownItems = 13;
     this.KeyRangeHigh.Name             = "KeyRangeHigh";
     this.KeyRangeHigh.Size             = new System.Drawing.Size(74, 21);
     this.KeyRangeHigh.TabIndex         = 9;
     //
     // MinorKey
     //
     this.MinorKey.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.MinorKey.Location = new System.Drawing.Point(258, 238);
     this.MinorKey.Name     = "MinorKey";
     this.MinorKey.Size     = new System.Drawing.Size(64, 24);
     this.MinorKey.TabIndex = 10;
     this.MinorKey.Text     = "Minor";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.BrowseTheme);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Location = new System.Drawing.Point(13, 314);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(309, 46);
     this.groupBox1.TabIndex = 19;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Custom song theme";
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(6, 16);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(48, 16);
     this.label7.TabIndex  = 16;
     this.label7.Text      = "Theme:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BrowseTheme
     //
     this.BrowseTheme.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.BrowseTheme.Location = new System.Drawing.Point(241, 13);
     this.BrowseTheme.Name     = "BrowseTheme";
     this.BrowseTheme.Size     = new System.Drawing.Size(62, 23);
     this.BrowseTheme.TabIndex = 7;
     this.BrowseTheme.Text     = "Browse...";
     //
     // MainTabs
     //
     this.MainTabs.Controls.Add(this.General_Tab);
     this.MainTabs.Controls.Add(this.Lyrics_Tab);
     this.MainTabs.Controls.Add(this.Sequence_Tab);
     this.MainTabs.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.MainTabs.Location              = new System.Drawing.Point(0, 0);
     this.MainTabs.Name                  = "MainTabs";
     this.MainTabs.SelectedIndex         = 0;
     this.MainTabs.Size                  = new System.Drawing.Size(348, 398);
     this.MainTabs.TabIndex              = 0;
     this.MainTabs.SelectedIndexChanged += new System.EventHandler(this.MainTabs_SelectedIndexChanged);
     //
     // SongEditor
     //
     this.Controls.Add(this.MainTabs);
     this.Controls.Add(this.leftSandDock);
     this.Controls.Add(this.rightSandDock);
     this.Controls.Add(this.bottomSandDock);
     this.Controls.Add(this.topSandDock);
     this.Name = "SongEditor";
     this.Size = new System.Drawing.Size(348, 398);
     this.Sequence_Tab.ResumeLayout(false);
     this.Lyrics_Tab.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.LyricsTabs.ResumeLayout(false);
     this.LyricsOther_Tab.ResumeLayout(false);
     this.LyricsChorus_Tab.ResumeLayout(false);
     this.LyricsVerse_Tab.ResumeLayout(false);
     this.General_Tab.ResumeLayout(false);
     this.General_Tab.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.MainTabs.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 7
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);
 }
Exemplo n.º 8
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BSPViewer));
            this.label3 = new System.Windows.Forms.Label();
            this.statusStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.tsLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.tsButtonType = new System.Windows.Forms.ToolStripButton();
            this.tsLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.tsLabelCount = new System.Windows.Forms.ToolStripLabel();
            this.tsLabelX = new System.Windows.Forms.ToolStripLabel();
            this.tsTextBoxX = new System.Windows.Forms.ToolStripTextBox();
            this.tsLabelY = new System.Windows.Forms.ToolStripLabel();
            this.tsTextBoxY = new System.Windows.Forms.ToolStripTextBox();
            this.tsLabelZ = new System.Windows.Forms.ToolStripLabel();
            this.tsTextBoxZ = new System.Windows.Forms.ToolStripTextBox();
            this.tsLabelYaw = new System.Windows.Forms.ToolStripLabel();
            this.tsTextBoxYaw = new System.Windows.Forms.ToolStripTextBox();
            this.tsLabelPitch = new System.Windows.Forms.ToolStripLabel();
            this.tsTextBoxPitch = new System.Windows.Forms.ToolStripTextBox();
            this.tsLabelRoll = new System.Windows.Forms.ToolStripLabel();
            this.tsTextBoxRoll = new System.Windows.Forms.ToolStripTextBox();
            this.sandDockManager1 = new TD.SandDock.SandDockManager();
            this.identContext = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.selectFreezeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectFreezeAllMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectUnFreezeAllMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectCurrentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectGroupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectNoneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.speedBar = new System.Windows.Forms.TrackBar();
            this.speedLabel = new System.Windows.Forms.Label();
            this.rightSandDock = new TD.SandDock.DockContainer();
            this.bottomSandDock = new TD.SandDock.DockContainer();
            this.topSandDock = new TD.SandDock.DockContainer();
            this.dockControl6 = new TD.SandDock.DockControl();
            this.button5 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.checkedListBox2 = new System.Windows.Forms.CheckedListBox();
            this.dockControl5 = new TD.SandDock.DockControl();
            this.button3 = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.checkBox2 = new System.Windows.Forms.CheckBox();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.trackBar3 = new System.Windows.Forms.TrackBar();
            this.trackBar2 = new System.Windows.Forms.TrackBar();
            this.trackBar1 = new System.Windows.Forms.TrackBar();
            this.panel1 = new System.Windows.Forms.Panel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.dockControl4 = new TD.SandDock.DockControl();
            this.fcordgb = new System.Windows.Forms.GroupBox();
            this.fcordlz = new System.Windows.Forms.Label();
            this.fcordly = new System.Windows.Forms.Label();
            this.fcordlx = new System.Windows.Forms.Label();
            this.fcordx = new System.Windows.Forms.TextBox();
            this.fcordbutton = new System.Windows.Forms.Button();
            this.fcordy = new System.Windows.Forms.TextBox();
            this.fcordz = new System.Windows.Forms.TextBox();
            this.dockControl3 = new TD.SandDock.DockControl();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.dockControl2 = new TD.SandDock.DockControl();
            this.checkBox4 = new System.Windows.Forms.CheckBox();
            this.checkBox3 = new System.Windows.Forms.CheckBox();
            this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
            this.findspawn = new System.Windows.Forms.Button();
            this.mi4 = new System.Windows.Forms.Button();
            this.SelectAllSpawns = new System.Windows.Forms.Button();
            this.dockControl1 = new TD.SandDock.DockControl();
            this.label5 = new System.Windows.Forms.Label();
            this.CameraCulling = new System.Windows.Forms.CheckBox();
            this.label4 = new System.Windows.Forms.Label();
            this.BSPPermutations = new System.Windows.Forms.CheckBox();
            this.BSPLighting = new System.Windows.Forms.CheckBox();
            this.DeselectOne = new System.Windows.Forms.CheckBox();
            this.SaveChanges = new System.Windows.Forms.Button();
            this.NoCulling = new System.Windows.Forms.CheckBox();
            this.RenderSky = new System.Windows.Forms.CheckBox();
            this.leftSandDock = new TD.SandDock.DockContainer();
            this.toolStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripBlankLabel = new System.Windows.Forms.ToolStripLabel();
            this.toolStripButtonReset = new System.Windows.Forms.ToolStripButton();
            this.ToolStripDropDownButtonRotateYaw = new System.Windows.Forms.ToolStripDropDownButton();
            this.ToolStripMenuItemRY45CCW = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemRY90CCW = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemRY180 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemRY90CW = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemRY45CW = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripDropDownButtonRotatePitch = new System.Windows.Forms.ToolStripDropDownButton();
            this.ToolStripMenuItemRP45CCW = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemRP90CCW = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemRP180 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemRP90CW = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemRP45CW = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripDropDownButtonRotateRoll = new System.Windows.Forms.ToolStripDropDownButton();
            this.ToolStripMenuItemRR45CCW = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemRR90CCW = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemRR180 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemRR90CW = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemRR45CW = new System.Windows.Forms.ToolStripMenuItem();
            this.cbBSPTextures = new System.Windows.Forms.CheckBox();
            this.statusStrip.SuspendLayout();
            this.identContext.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.speedBar)).BeginInit();
            this.dockControl6.SuspendLayout();
            this.dockControl5.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.dockControl4.SuspendLayout();
            this.fcordgb.SuspendLayout();
            this.dockControl3.SuspendLayout();
            this.dockControl2.SuspendLayout();
            this.dockControl1.SuspendLayout();
            this.leftSandDock.SuspendLayout();
            this.toolStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("Arial Black", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location = new System.Drawing.Point(592, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(195, 28);
            this.label3.TabIndex = 8;
            this.label3.Text = ".:LOADING BSP:.";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // statusStrip
            // 
            this.statusStrip.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.statusStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel2});
            this.statusStrip.Location = new System.Drawing.Point(0, 625);
            this.statusStrip.Name = "statusStrip";
            this.statusStrip.Size = new System.Drawing.Size(795, 25);
            this.statusStrip.TabIndex = 9;
            this.statusStrip.Text = "toolStrip1";
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(78, 22);
            this.toolStripLabel2.Text = "toolStripLabel2";
            // 
            // tsLabel1
            // 
            this.tsLabel1.AutoSize = false;
            this.tsLabel1.Name = "tsLabel1";
            this.tsLabel1.Size = new System.Drawing.Size(60, 22);
            this.tsLabel1.Text = "tsLabel1";
            // 
            // tsButtonType
            // 
            this.tsButtonType.AutoSize = false;
            this.tsButtonType.AutoToolTip = false;
            this.tsButtonType.Name = "tsButtonType";
            this.tsButtonType.Size = new System.Drawing.Size(60, 22);
            this.tsButtonType.Text = "tsButtonType";
            this.tsButtonType.Click += new System.EventHandler(this.tsButton_Click);
            // 
            // tsLabel2
            // 
            this.tsLabel2.AutoSize = false;
            this.tsLabel2.Name = "tsLabel2";
            this.tsLabel2.Size = new System.Drawing.Size(30, 22);
            this.tsLabel2.Text = "tsLabel2";
            // 
            // tsLabelCount
            // 
            this.tsLabelCount.Name = "tsLabelCount";
            this.tsLabelCount.Size = new System.Drawing.Size(38, 22);
            this.tsLabelCount.Text = "tsLabelCount";
            // 
            // tsLabelX
            // 
            this.tsLabelX.AutoSize = false;
            this.tsLabelX.Name = "tsLabelX";
            this.tsLabelX.Size = new System.Drawing.Size(33, 22);
            this.tsLabelX.Text = "tsLabelX";
            // 
            // tsTextBoxX
            // 
            this.tsTextBoxX.AutoSize = false;
            this.tsTextBoxX.Name = "tsTextBoxX";
            this.tsTextBoxX.Size = new System.Drawing.Size(45, 22);
            this.tsTextBoxX.Text = "tsTextBoxX";
            this.tsTextBoxX.LostFocus += new System.EventHandler(this.tsTextBox_LostFocus);
            this.tsTextBoxX.GotFocus += new System.EventHandler(this.tsTextBox_GotFocus);
            this.tsTextBoxX.TextChanged += new System.EventHandler(this.tsTextBox_Change);
            // 
            // tsLabelY
            // 
            this.tsLabelY.AutoSize = false;
            this.tsLabelY.Name = "tsLabelY";
            this.tsLabelY.Size = new System.Drawing.Size(28, 22);
            this.tsLabelY.Text = "tsLabelY";
            // 
            // tsTextBoxY
            // 
            this.tsTextBoxY.AutoSize = false;
            this.tsTextBoxY.Name = "tsTextBoxY";
            this.tsTextBoxY.Size = new System.Drawing.Size(45, 22);
            this.tsTextBoxY.Text = "tsTextBoxY";
            this.tsTextBoxY.LostFocus += new System.EventHandler(this.tsTextBox_LostFocus);
            this.tsTextBoxY.GotFocus += new System.EventHandler(this.tsTextBox_GotFocus);
            this.tsTextBoxY.TextChanged += new System.EventHandler(this.tsTextBox_Change);
            // 
            // tsLabelZ
            // 
            this.tsLabelZ.AutoSize = false;
            this.tsLabelZ.Name = "tsLabelZ";
            this.tsLabelZ.Size = new System.Drawing.Size(28, 22);
            this.tsLabelZ.Text = "tsLabelZ";
            // 
            // tsTextBoxZ
            // 
            this.tsTextBoxZ.AutoSize = false;
            this.tsTextBoxZ.Name = "tsTextBoxZ";
            this.tsTextBoxZ.Size = new System.Drawing.Size(45, 22);
            this.tsTextBoxZ.Text = "tsTextBoxZ";
            this.tsTextBoxZ.LostFocus += new System.EventHandler(this.tsTextBox_LostFocus);
            this.tsTextBoxZ.GotFocus += new System.EventHandler(this.tsTextBox_GotFocus);
            this.tsTextBoxZ.TextChanged += new System.EventHandler(this.tsTextBox_Change);
            // 
            // tsLabelYaw
            // 
            this.tsLabelYaw.AutoSize = false;
            this.tsLabelYaw.Name = "tsLabelYaw";
            this.tsLabelYaw.Size = new System.Drawing.Size(28, 22);
            this.tsLabelYaw.Text = "tsLabelYaw";
            // 
            // tsTextBoxYaw
            // 
            this.tsTextBoxYaw.AutoSize = false;
            this.tsTextBoxYaw.Name = "tsTextBoxYaw";
            this.tsTextBoxYaw.Size = new System.Drawing.Size(45, 22);
            this.tsTextBoxYaw.Text = "tsTextBoxYaw";
            this.tsTextBoxYaw.LostFocus += new System.EventHandler(this.tsTextBox_LostFocus);
            this.tsTextBoxYaw.GotFocus += new System.EventHandler(this.tsTextBox_GotFocus);
            this.tsTextBoxYaw.TextChanged += new System.EventHandler(this.tsTextBox_Change);
            // 
            // tsLabelPitch
            // 
            this.tsLabelPitch.AutoSize = false;
            this.tsLabelPitch.Name = "tsLabelPitch";
            this.tsLabelPitch.Size = new System.Drawing.Size(28, 22);
            this.tsLabelPitch.Text = "tsLabelPitch";
            // 
            // tsTextBoxPitch
            // 
            this.tsTextBoxPitch.AutoSize = false;
            this.tsTextBoxPitch.Name = "tsTextBoxPitch";
            this.tsTextBoxPitch.Size = new System.Drawing.Size(45, 22);
            this.tsTextBoxPitch.Text = "tsTextBoxPitch";
            this.tsTextBoxPitch.LostFocus += new System.EventHandler(this.tsTextBox_LostFocus);
            this.tsTextBoxPitch.GotFocus += new System.EventHandler(this.tsTextBox_GotFocus);
            this.tsTextBoxPitch.TextChanged += new System.EventHandler(this.tsTextBox_Change);
            // 
            // tsLabelRoll
            // 
            this.tsLabelRoll.AutoSize = false;
            this.tsLabelRoll.Name = "tsLabelRoll";
            this.tsLabelRoll.Size = new System.Drawing.Size(28, 22);
            this.tsLabelRoll.Text = "tsLabelRoll";
            // 
            // tsTextBoxRoll
            // 
            this.tsTextBoxRoll.AutoSize = false;
            this.tsTextBoxRoll.Name = "tsTextBoxRoll";
            this.tsTextBoxRoll.Size = new System.Drawing.Size(45, 22);
            this.tsTextBoxRoll.Text = "tsTextBoxRoll";
            this.tsTextBoxRoll.LostFocus += new System.EventHandler(this.tsTextBox_LostFocus);
            this.tsTextBoxRoll.GotFocus += new System.EventHandler(this.tsTextBox_GotFocus);
            this.tsTextBoxRoll.TextChanged += new System.EventHandler(this.tsTextBox_Change);
            // 
            // sandDockManager1
            // 
            this.sandDockManager1.OwnerForm = this;
            // 
            // identContext
            // 
            this.identContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.selectFreezeMenuItem,
            this.selectFreezeAllMenuItem,
            this.selectUnFreezeAllMenuItem,
            this.selectCurrentToolStripMenuItem,
            this.selectGroupToolStripMenuItem,
            this.selectAllToolStripMenuItem,
            this.selectNoneToolStripMenuItem});
            this.identContext.Name = "identContext";
            this.identContext.Size = new System.Drawing.Size(189, 158);
            this.identContext.Opening += new System.ComponentModel.CancelEventHandler(this.identContext_Opening);
            // 
            // selectFreezeMenuItem
            // 
            this.selectFreezeMenuItem.Name = "selectFreezeMenuItem";
            this.selectFreezeMenuItem.Size = new System.Drawing.Size(188, 22);
            this.selectFreezeMenuItem.Text = "Freeze";
            this.selectFreezeMenuItem.Visible = false;
            this.selectFreezeMenuItem.Click += new System.EventHandler(this.selectToolStripMenuItem_Click);
            // 
            // selectFreezeAllMenuItem
            // 
            this.selectFreezeAllMenuItem.Name = "selectFreezeAllMenuItem";
            this.selectFreezeAllMenuItem.Size = new System.Drawing.Size(188, 22);
            this.selectFreezeAllMenuItem.Text = "Freeze All Unselected";
            this.selectFreezeAllMenuItem.Visible = false;
            this.selectFreezeAllMenuItem.Click += new System.EventHandler(this.selectToolStripMenuItem_Click);
            // 
            // selectUnFreezeAllMenuItem
            // 
            this.selectUnFreezeAllMenuItem.Name = "selectUnFreezeAllMenuItem";
            this.selectUnFreezeAllMenuItem.Size = new System.Drawing.Size(188, 22);
            this.selectUnFreezeAllMenuItem.Text = "Unfreeze All";
            this.selectUnFreezeAllMenuItem.Visible = false;
            this.selectUnFreezeAllMenuItem.Click += new System.EventHandler(this.selectToolStripMenuItem_Click);
            // 
            // selectCurrentToolStripMenuItem
            // 
            this.selectCurrentToolStripMenuItem.Name = "selectCurrentToolStripMenuItem";
            this.selectCurrentToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
            this.selectCurrentToolStripMenuItem.Text = "Select";
            this.selectCurrentToolStripMenuItem.Visible = false;
            this.selectCurrentToolStripMenuItem.Click += new System.EventHandler(this.selectToolStripMenuItem_Click);
            // 
            // selectGroupToolStripMenuItem
            // 
            this.selectGroupToolStripMenuItem.Name = "selectGroupToolStripMenuItem";
            this.selectGroupToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
            this.selectGroupToolStripMenuItem.Text = "Select ...";
            this.selectGroupToolStripMenuItem.Visible = false;
            this.selectGroupToolStripMenuItem.Click += new System.EventHandler(this.selectToolStripMenuItem_Click);
            // 
            // selectAllToolStripMenuItem
            // 
            this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
            this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
            this.selectAllToolStripMenuItem.Text = "Select ...";
            this.selectAllToolStripMenuItem.Visible = false;
            this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectToolStripMenuItem_Click);
            // 
            // selectNoneToolStripMenuItem
            // 
            this.selectNoneToolStripMenuItem.Name = "selectNoneToolStripMenuItem";
            this.selectNoneToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
            this.selectNoneToolStripMenuItem.Tag = "DES-1";
            this.selectNoneToolStripMenuItem.Text = "Deselect All";
            this.selectNoneToolStripMenuItem.Click += new System.EventHandler(this.selectToolStripMenuItem_Click);
            // 
            // speedBar
            // 
            this.speedBar.Location = new System.Drawing.Point(757, 13);
            this.speedBar.Maximum = 150;
            this.speedBar.Minimum = 1;
            this.speedBar.Name = "speedBar";
            this.speedBar.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.speedBar.Size = new System.Drawing.Size(45, 200);
            this.speedBar.TabIndex = 18;
            this.speedBar.TickFrequency = 5;
            this.speedBar.Value = 1;
            this.speedBar.ValueChanged += new System.EventHandler(this.speedBar_ValueChanged);
            this.speedBar.Scroll += new System.EventHandler(this.speedBar_Scroll);
            this.speedBar.KeyDown += new System.Windows.Forms.KeyEventHandler(this.speedBar_KeyDown);
            // 
            // speedLabel
            // 
            this.speedLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.speedLabel.Location = new System.Drawing.Point(757, 0);
            this.speedLabel.Name = "speedLabel";
            this.speedLabel.Size = new System.Drawing.Size(38, 13);
            this.speedLabel.TabIndex = 19;
            this.speedLabel.Text = "speed";
            this.speedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // rightSandDock
            // 
            this.rightSandDock.Dock = System.Windows.Forms.DockStyle.Right;
            this.rightSandDock.Guid = new System.Guid("63cd0407-8e90-4f94-bab3-8ea89fde67af");
            this.rightSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400);
            this.rightSandDock.Location = new System.Drawing.Point(795, 0);
            this.rightSandDock.Manager = this.sandDockManager1;
            this.rightSandDock.Name = "rightSandDock";
            this.rightSandDock.Size = new System.Drawing.Size(0, 625);
            this.rightSandDock.TabIndex = 14;
            // 
            // bottomSandDock
            // 
            this.bottomSandDock.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.bottomSandDock.Guid = new System.Guid("8f427dca-24ab-40d5-9b32-732d9d46a574");
            this.bottomSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400);
            this.bottomSandDock.Location = new System.Drawing.Point(0, 625);
            this.bottomSandDock.Manager = this.sandDockManager1;
            this.bottomSandDock.Name = "bottomSandDock";
            this.bottomSandDock.Size = new System.Drawing.Size(795, 0);
            this.bottomSandDock.TabIndex = 15;
            // 
            // topSandDock
            // 
            this.topSandDock.Dock = System.Windows.Forms.DockStyle.Top;
            this.topSandDock.Guid = new System.Guid("53192ca4-cccc-4c39-bb57-5e16efa82d64");
            this.topSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400);
            this.topSandDock.Location = new System.Drawing.Point(254, 0);
            this.topSandDock.Manager = this.sandDockManager1;
            this.topSandDock.Name = "topSandDock";
            this.topSandDock.Size = new System.Drawing.Size(541, 0);
            this.topSandDock.TabIndex = 16;
            // 
            // dockControl6
            // 
            this.dockControl6.Controls.Add(this.button5);
            this.dockControl6.Controls.Add(this.button4);
            this.dockControl6.Controls.Add(this.checkedListBox2);
            this.dockControl6.Guid = new System.Guid("8a474c02-64bc-429b-8d89-83c818109d18");
            this.dockControl6.Location = new System.Drawing.Point(0, 18);
            this.dockControl6.Name = "dockControl6";
            this.dockControl6.Size = new System.Drawing.Size(250, 584);
            this.dockControl6.TabIndex = 5;
            this.dockControl6.Text = "BSP Selections";
            this.dockControl6.Enter += new System.EventHandler(this.dockControl6_Enter);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(90, 7);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(76, 27);
            this.button5.TabIndex = 2;
            this.button5.Text = "Select None";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(12, 7);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(72, 27);
            this.button4.TabIndex = 1;
            this.button4.Text = "Select All";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // checkedListBox2
            // 
            this.checkedListBox2.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.checkedListBox2.FormattingEnabled = true;
            this.checkedListBox2.Location = new System.Drawing.Point(0, 40);
            this.checkedListBox2.Name = "checkedListBox2";
            this.checkedListBox2.Size = new System.Drawing.Size(250, 529);
            this.checkedListBox2.TabIndex = 0;
            this.checkedListBox2.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox2_ItemCheck);
            // 
            // dockControl5
            // 
            this.dockControl5.Controls.Add(this.button3);
            this.dockControl5.Controls.Add(this.groupBox2);
            this.dockControl5.Controls.Add(this.panel1);
            this.dockControl5.Controls.Add(this.groupBox1);
            this.dockControl5.Guid = new System.Guid("f641181f-8274-43e0-8421-3f46471b23a2");
            this.dockControl5.Location = new System.Drawing.Point(0, 18);
            this.dockControl5.Name = "dockControl5";
            this.dockControl5.Size = new System.Drawing.Size(250, 584);
            this.dockControl5.TabIndex = 4;
            this.dockControl5.Text = "Lightmap Palettes";
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(29, 13);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(193, 23);
            this.button3.TabIndex = 10;
            this.button3.Text = "Apply";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.button2);
            this.groupBox2.Controls.Add(this.button1);
            this.groupBox2.Controls.Add(this.checkBox2);
            this.groupBox2.Controls.Add(this.radioButton2);
            this.groupBox2.Controls.Add(this.radioButton1);
            this.groupBox2.Controls.Add(this.trackBar3);
            this.groupBox2.Controls.Add(this.trackBar2);
            this.groupBox2.Controls.Add(this.trackBar1);
            this.groupBox2.Location = new System.Drawing.Point(10, 45);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(231, 178);
            this.groupBox2.TabIndex = 9;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Color Adjustment";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(110, 149);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 7;
            this.button2.Text = "Preview";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(29, 149);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 0;
            this.button1.Text = "Reset";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // checkBox2
            // 
            this.checkBox2.AutoSize = true;
            this.checkBox2.Location = new System.Drawing.Point(73, 129);
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(63, 17);
            this.checkBox2.TabIndex = 6;
            this.checkBox2.Text = "Colorize";
            this.checkBox2.UseVisualStyleBackColor = true;
            this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.Location = new System.Drawing.Point(119, 106);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(91, 17);
            this.radioButton2.TabIndex = 5;
            this.radioButton2.Text = "Color Balance";
            this.radioButton2.UseVisualStyleBackColor = true;
            this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Checked = true;
            this.radioButton1.Location = new System.Drawing.Point(20, 106);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(98, 17);
            this.radioButton1.TabIndex = 4;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "Hue\\Saturation";
            this.radioButton1.UseVisualStyleBackColor = true;
            this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
            // 
            // trackBar3
            // 
            this.trackBar3.Location = new System.Drawing.Point(6, 78);
            this.trackBar3.Maximum = 100;
            this.trackBar3.Minimum = -100;
            this.trackBar3.Name = "trackBar3";
            this.trackBar3.Size = new System.Drawing.Size(219, 45);
            this.trackBar3.TabIndex = 3;
            this.trackBar3.TickStyle = System.Windows.Forms.TickStyle.None;
            this.trackBar3.Scroll += new System.EventHandler(this.trackBar3_Scroll);
            // 
            // trackBar2
            // 
            this.trackBar2.Location = new System.Drawing.Point(6, 49);
            this.trackBar2.Maximum = 100;
            this.trackBar2.Minimum = -100;
            this.trackBar2.Name = "trackBar2";
            this.trackBar2.Size = new System.Drawing.Size(219, 45);
            this.trackBar2.TabIndex = 2;
            this.trackBar2.TickStyle = System.Windows.Forms.TickStyle.None;
            this.trackBar2.Scroll += new System.EventHandler(this.trackBar2_Scroll);
            // 
            // trackBar1
            // 
            this.trackBar1.Location = new System.Drawing.Point(6, 19);
            this.trackBar1.Maximum = 100;
            this.trackBar1.Minimum = -100;
            this.trackBar1.Name = "trackBar1";
            this.trackBar1.Size = new System.Drawing.Size(219, 45);
            this.trackBar1.TabIndex = 1;
            this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
            this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.Location = new System.Drawing.Point(10, 229);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(231, 224);
            this.panel1.TabIndex = 7;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.comboBox1);
            this.groupBox1.Controls.Add(this.checkBox1);
            this.groupBox1.Location = new System.Drawing.Point(10, 459);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(231, 100);
            this.groupBox1.TabIndex = 8;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Lightmap Chunk Selection";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(16, 16);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(201, 33);
            this.label2.TabIndex = 7;
            this.label2.Text = "Choose what chunk you would like to edit for the lightmap";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(16, 78);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 13);
            this.label1.TabIndex = 6;
            this.label1.Text = "Chunk:";
            // 
            // comboBox1
            // 
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.Enabled = false;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(63, 75);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(150, 21);
            this.comboBox1.TabIndex = 5;
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Checked = true;
            this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox1.Location = new System.Drawing.Point(19, 52);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(58, 17);
            this.checkBox1.TabIndex = 4;
            this.checkBox1.Text = "Edit All";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // dockControl4
            // 
            this.dockControl4.Closable = false;
            this.dockControl4.Controls.Add(this.fcordgb);
            this.dockControl4.Guid = new System.Guid("a94fefcb-cae4-4234-86b6-d85bc85e0023");
            this.dockControl4.Location = new System.Drawing.Point(0, 18);
            this.dockControl4.Name = "dockControl4";
            this.dockControl4.Size = new System.Drawing.Size(250, 584);
            this.dockControl4.TabIndex = 3;
            this.dockControl4.Text = "Tools";
            // 
            // fcordgb
            // 
            this.fcordgb.Controls.Add(this.fcordlz);
            this.fcordgb.Controls.Add(this.fcordly);
            this.fcordgb.Controls.Add(this.fcordlx);
            this.fcordgb.Controls.Add(this.fcordx);
            this.fcordgb.Controls.Add(this.fcordbutton);
            this.fcordgb.Controls.Add(this.fcordy);
            this.fcordgb.Controls.Add(this.fcordz);
            this.fcordgb.Location = new System.Drawing.Point(3, 3);
            this.fcordgb.Name = "fcordgb";
            this.fcordgb.Size = new System.Drawing.Size(244, 129);
            this.fcordgb.TabIndex = 5;
            this.fcordgb.TabStop = false;
            this.fcordgb.Text = "Coordinate Finder";
            // 
            // fcordlz
            // 
            this.fcordlz.AutoSize = true;
            this.fcordlz.Location = new System.Drawing.Point(25, 74);
            this.fcordlz.Name = "fcordlz";
            this.fcordlz.Size = new System.Drawing.Size(17, 13);
            this.fcordlz.TabIndex = 6;
            this.fcordlz.Text = "Z:";
            // 
            // fcordly
            // 
            this.fcordly.AutoSize = true;
            this.fcordly.Location = new System.Drawing.Point(25, 48);
            this.fcordly.Name = "fcordly";
            this.fcordly.Size = new System.Drawing.Size(17, 13);
            this.fcordly.TabIndex = 5;
            this.fcordly.Text = "Y:";
            // 
            // fcordlx
            // 
            this.fcordlx.AutoSize = true;
            this.fcordlx.Location = new System.Drawing.Point(25, 22);
            this.fcordlx.Name = "fcordlx";
            this.fcordlx.Size = new System.Drawing.Size(17, 13);
            this.fcordlx.TabIndex = 4;
            this.fcordlx.Text = "X:";
            // 
            // fcordx
            // 
            this.fcordx.Location = new System.Drawing.Point(48, 19);
            this.fcordx.Name = "fcordx";
            this.fcordx.Size = new System.Drawing.Size(152, 20);
            this.fcordx.TabIndex = 0;
            this.fcordx.Text = "0";
            // 
            // fcordbutton
            // 
            this.fcordbutton.Location = new System.Drawing.Point(74, 97);
            this.fcordbutton.Name = "fcordbutton";
            this.fcordbutton.Size = new System.Drawing.Size(75, 23);
            this.fcordbutton.TabIndex = 3;
            this.fcordbutton.Text = "Find!";
            this.fcordbutton.UseVisualStyleBackColor = true;
            this.fcordbutton.Click += new System.EventHandler(this.fcordbutton_Click);
            // 
            // fcordy
            // 
            this.fcordy.Location = new System.Drawing.Point(48, 45);
            this.fcordy.Name = "fcordy";
            this.fcordy.Size = new System.Drawing.Size(152, 20);
            this.fcordy.TabIndex = 1;
            this.fcordy.Text = "0";
            // 
            // fcordz
            // 
            this.fcordz.Location = new System.Drawing.Point(48, 71);
            this.fcordz.Name = "fcordz";
            this.fcordz.Size = new System.Drawing.Size(152, 20);
            this.fcordz.TabIndex = 2;
            this.fcordz.Text = "0";
            // 
            // dockControl3
            // 
            this.dockControl3.Closable = false;
            this.dockControl3.Controls.Add(this.treeView1);
            this.dockControl3.Guid = new System.Guid("99e2161d-408c-498f-acde-40db65d6db24");
            this.dockControl3.Location = new System.Drawing.Point(0, 18);
            this.dockControl3.Name = "dockControl3";
            this.dockControl3.Size = new System.Drawing.Size(250, 584);
            this.dockControl3.TabIndex = 2;
            this.dockControl3.Text = "Spawns";
            // 
            // treeView1
            // 
            this.treeView1.ContextMenuStrip = this.identContext;
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.Location = new System.Drawing.Point(0, 0);
            this.treeView1.Name = "treeView1";
            this.treeView1.Size = new System.Drawing.Size(250, 584);
            this.treeView1.TabIndex = 1;
            this.treeView1.DoubleClick += new System.EventHandler(this.treeView1_DoubleClick);
            this.treeView1.Click += new System.EventHandler(this.treeView1_Click);
            // 
            // dockControl2
            // 
            this.dockControl2.Closable = false;
            this.dockControl2.Controls.Add(this.checkBox4);
            this.dockControl2.Controls.Add(this.checkBox3);
            this.dockControl2.Controls.Add(this.checkedListBox1);
            this.dockControl2.Controls.Add(this.findspawn);
            this.dockControl2.Controls.Add(this.mi4);
            this.dockControl2.Controls.Add(this.SelectAllSpawns);
            this.dockControl2.Guid = new System.Guid("3838baa4-58e1-4863-b0d8-82180bab7409");
            this.dockControl2.Location = new System.Drawing.Point(0, 18);
            this.dockControl2.Name = "dockControl2";
            this.dockControl2.Size = new System.Drawing.Size(250, 584);
            this.dockControl2.TabIndex = 1;
            this.dockControl2.Text = "Edit";
            // 
            // checkBox4
            // 
            this.checkBox4.AutoSize = true;
            this.checkBox4.Location = new System.Drawing.Point(23, 350);
            this.checkBox4.Name = "checkBox4";
            this.checkBox4.Size = new System.Drawing.Size(184, 17);
            this.checkBox4.TabIndex = 8;
            this.checkBox4.Text = "Auto select item on treeview click";
            this.checkBox4.UseVisualStyleBackColor = true;
            // 
            // checkBox3
            // 
            this.checkBox3.AutoSize = true;
            this.checkBox3.Location = new System.Drawing.Point(15, 107);
            this.checkBox3.Name = "checkBox3";
            this.checkBox3.Size = new System.Drawing.Size(104, 17);
            this.checkBox3.TabIndex = 7;
            this.checkBox3.Text = "View All Spawns";
            this.checkBox3.UseVisualStyleBackColor = true;
            this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
            // 
            // checkedListBox1
            // 
            this.checkedListBox1.CheckOnClick = true;
            this.checkedListBox1.FormattingEnabled = true;
            this.checkedListBox1.Location = new System.Drawing.Point(12, 130);
            this.checkedListBox1.Name = "checkedListBox1";
            this.checkedListBox1.Size = new System.Drawing.Size(225, 214);
            this.checkedListBox1.Sorted = true;
            this.checkedListBox1.TabIndex = 0;
            this.checkedListBox1.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.SpawnList_Check);
            // 
            // findspawn
            // 
            this.findspawn.Location = new System.Drawing.Point(23, 72);
            this.findspawn.Name = "findspawn";
            this.findspawn.Size = new System.Drawing.Size(175, 23);
            this.findspawn.TabIndex = 6;
            this.findspawn.Text = "Find First Selected Spawn";
            this.findspawn.UseVisualStyleBackColor = true;
            this.findspawn.Click += new System.EventHandler(this.findspawn_Click);
            // 
            // mi4
            // 
            this.mi4.Location = new System.Drawing.Point(23, 43);
            this.mi4.Name = "mi4";
            this.mi4.Size = new System.Drawing.Size(175, 23);
            this.mi4.TabIndex = 5;
            this.mi4.Text = "Move All Spawns Here";
            this.mi4.UseVisualStyleBackColor = true;
            this.mi4.Click += new System.EventHandler(this.mi4_Click);
            // 
            // SelectAllSpawns
            // 
            this.SelectAllSpawns.Location = new System.Drawing.Point(23, 14);
            this.SelectAllSpawns.Name = "SelectAllSpawns";
            this.SelectAllSpawns.Size = new System.Drawing.Size(175, 23);
            this.SelectAllSpawns.TabIndex = 4;
            this.SelectAllSpawns.Text = "Select All Spawns";
            this.SelectAllSpawns.UseVisualStyleBackColor = true;
            this.SelectAllSpawns.Click += new System.EventHandler(this.SelectAllSpawns_Click);
            // 
            // dockControl1
            // 
            this.dockControl1.Closable = false;
            this.dockControl1.Controls.Add(this.cbBSPTextures);
            this.dockControl1.Controls.Add(this.label5);
            this.dockControl1.Controls.Add(this.CameraCulling);
            this.dockControl1.Controls.Add(this.label4);
            this.dockControl1.Controls.Add(this.BSPPermutations);
            this.dockControl1.Controls.Add(this.BSPLighting);
            this.dockControl1.Controls.Add(this.DeselectOne);
            this.dockControl1.Controls.Add(this.SaveChanges);
            this.dockControl1.Controls.Add(this.NoCulling);
            this.dockControl1.Controls.Add(this.RenderSky);
            this.dockControl1.Guid = new System.Guid("baf66d5e-5ae2-42bd-a116-5b600f86e7af");
            this.dockControl1.Location = new System.Drawing.Point(0, 18);
            this.dockControl1.Name = "dockControl1";
            this.dockControl1.Size = new System.Drawing.Size(250, 584);
            this.dockControl1.TabIndex = 0;
            this.dockControl1.Text = "Main";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.Location = new System.Drawing.Point(11, 238);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(214, 13);
            this.label5.TabIndex = 8;
            this.label5.Text = "Enable options below to speed up rendering";
            // 
            // CameraCulling
            // 
            this.CameraCulling.AutoSize = true;
            this.CameraCulling.Location = new System.Drawing.Point(25, 264);
            this.CameraCulling.Name = "CameraCulling";
            this.CameraCulling.Size = new System.Drawing.Size(207, 17);
            this.CameraCulling.TabIndex = 7;
            this.CameraCulling.Text = "Perform Camera Culling (slight glitches)";
            this.CameraCulling.UseVisualStyleBackColor = true;
            this.CameraCulling.CheckedChanged += new System.EventHandler(this.CameraCulling_CheckedChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.Location = new System.Drawing.Point(11, 94);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(216, 13);
            this.label4.TabIndex = 6;
            this.label4.Text = "Disable options below to speed up rendering";
            // 
            // BSPPermutations
            // 
            this.BSPPermutations.AutoSize = true;
            this.BSPPermutations.Checked = true;
            this.BSPPermutations.CheckState = System.Windows.Forms.CheckState.Checked;
            this.BSPPermutations.Location = new System.Drawing.Point(25, 185);
            this.BSPPermutations.Name = "BSPPermutations";
            this.BSPPermutations.Size = new System.Drawing.Size(141, 17);
            this.BSPPermutations.TabIndex = 5;
            this.BSPPermutations.Text = "Show BSP Permutations";
            this.BSPPermutations.UseVisualStyleBackColor = true;
            this.BSPPermutations.CheckedChanged += new System.EventHandler(this.BSPPermutations_CheckedChanged);
            // 
            // BSPLighting
            // 
            this.BSPLighting.AutoSize = true;
            this.BSPLighting.Checked = true;
            this.BSPLighting.CheckState = System.Windows.Forms.CheckState.Checked;
            this.BSPLighting.Location = new System.Drawing.Point(25, 162);
            this.BSPLighting.Name = "BSPLighting";
            this.BSPLighting.Size = new System.Drawing.Size(117, 17);
            this.BSPLighting.TabIndex = 4;
            this.BSPLighting.Text = "Show BSP Lighting";
            this.BSPLighting.UseVisualStyleBackColor = true;
            this.BSPLighting.CheckedChanged += new System.EventHandler(this.BSPLighting_CheckedChanged);
            // 
            // DeselectOne
            // 
            this.DeselectOne.AutoSize = true;
            this.DeselectOne.Location = new System.Drawing.Point(23, 57);
            this.DeselectOne.Name = "DeselectOne";
            this.DeselectOne.Size = new System.Drawing.Size(164, 17);
            this.DeselectOne.TabIndex = 3;
            this.DeselectOne.Text = "Deselect one object at a time";
            this.DeselectOne.UseVisualStyleBackColor = true;
            // 
            // SaveChanges
            // 
            this.SaveChanges.Location = new System.Drawing.Point(12, 17);
            this.SaveChanges.Name = "SaveChanges";
            this.SaveChanges.Size = new System.Drawing.Size(215, 23);
            this.SaveChanges.TabIndex = 1;
            this.SaveChanges.Text = "Save Changes";
            this.SaveChanges.UseVisualStyleBackColor = true;
            this.SaveChanges.Click += new System.EventHandler(this.SaveChanges_Click);
            // 
            // NoCulling
            // 
            this.NoCulling.AutoSize = true;
            this.NoCulling.Location = new System.Drawing.Point(25, 119);
            this.NoCulling.Name = "NoCulling";
            this.NoCulling.Size = new System.Drawing.Size(163, 17);
            this.NoCulling.TabIndex = 2;
            this.NoCulling.Text = "Show backfaces (No Culling)";
            this.NoCulling.UseVisualStyleBackColor = true;
            // 
            // RenderSky
            // 
            this.RenderSky.AutoSize = true;
            this.RenderSky.Location = new System.Drawing.Point(25, 139);
            this.RenderSky.Name = "RenderSky";
            this.RenderSky.Size = new System.Drawing.Size(149, 17);
            this.RenderSky.TabIndex = 2;
            this.RenderSky.Text = "<Attempt To> Render Sky";
            this.RenderSky.UseVisualStyleBackColor = true;
            // 
            // leftSandDock
            // 
            this.leftSandDock.Controls.Add(this.dockControl1);
            this.leftSandDock.Controls.Add(this.dockControl2);
            this.leftSandDock.Controls.Add(this.dockControl3);
            this.leftSandDock.Controls.Add(this.dockControl4);
            this.leftSandDock.Controls.Add(this.dockControl5);
            this.leftSandDock.Controls.Add(this.dockControl6);
            this.leftSandDock.Dock = System.Windows.Forms.DockStyle.Left;
            this.leftSandDock.Guid = new System.Guid("7b82af44-7394-4006-9310-e7e7e6293930");
            this.leftSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400, System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] {
            ((TD.SandDock.LayoutSystemBase)(new TD.SandDock.ControlLayoutSystem(250, 625, new TD.SandDock.DockControl[] {
                        this.dockControl1,
                        this.dockControl2,
                        this.dockControl3,
                        this.dockControl4,
                        this.dockControl5,
                        this.dockControl6}, this.dockControl1)))});
            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(254, 625);
            this.leftSandDock.TabIndex = 13;
            // 
            // toolStrip
            // 
            this.toolStrip.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripBlankLabel,
            this.toolStripButtonReset,
            this.ToolStripDropDownButtonRotateYaw,
            this.ToolStripDropDownButtonRotatePitch,
            this.toolStripDropDownButtonRotateRoll});
            this.toolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            this.toolStrip.Location = new System.Drawing.Point(254, 0);
            this.toolStrip.Name = "toolStrip";
            this.toolStrip.Size = new System.Drawing.Size(541, 23);
            this.toolStrip.TabIndex = 21;
            this.toolStrip.Text = "toolStrip1";
            this.toolStrip.Visible = false;
            // 
            // toolStripBlankLabel
            // 
            this.toolStripBlankLabel.AutoSize = false;
            this.toolStripBlankLabel.Name = "toolStripBlankLabel";
            this.toolStripBlankLabel.Size = new System.Drawing.Size(20, 0);
            // 
            // toolStripButtonReset
            // 
            this.toolStripButtonReset.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButtonReset.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonReset.Image")));
            this.toolStripButtonReset.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonReset.Name = "toolStripButtonReset";
            this.toolStripButtonReset.Size = new System.Drawing.Size(44, 20);
            this.toolStripButtonReset.Text = "Reset";
            this.toolStripButtonReset.Click += new System.EventHandler(this.toolStripButtonReset_Click);
            // 
            // ToolStripDropDownButtonRotateYaw
            // 
            this.ToolStripDropDownButtonRotateYaw.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.ToolStripDropDownButtonRotateYaw.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemRY45CCW,
            this.ToolStripMenuItemRY90CCW,
            this.ToolStripMenuItemRY180,
            this.ToolStripMenuItemRY90CW,
            this.ToolStripMenuItemRY45CW});
            this.ToolStripDropDownButtonRotateYaw.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripDropDownButtonRotateYaw.Image")));
            this.ToolStripDropDownButtonRotateYaw.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ToolStripDropDownButtonRotateYaw.Name = "ToolStripDropDownButtonRotateYaw";
            this.ToolStripDropDownButtonRotateYaw.Size = new System.Drawing.Size(86, 20);
            this.ToolStripDropDownButtonRotateYaw.Text = "Rotate Yaw";
            // 
            // ToolStripMenuItemRY45CCW
            // 
            this.ToolStripMenuItemRY45CCW.Name = "ToolStripMenuItemRY45CCW";
            this.ToolStripMenuItemRY45CCW.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRY45CCW.Text = "45* CCW";
            this.ToolStripMenuItemRY45CCW.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // ToolStripMenuItemRY90CCW
            // 
            this.ToolStripMenuItemRY90CCW.Name = "ToolStripMenuItemRY90CCW";
            this.ToolStripMenuItemRY90CCW.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRY90CCW.Text = "90* CCW";
            this.ToolStripMenuItemRY90CCW.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // ToolStripMenuItemRY180
            // 
            this.ToolStripMenuItemRY180.Name = "ToolStripMenuItemRY180";
            this.ToolStripMenuItemRY180.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRY180.Text = "180*";
            this.ToolStripMenuItemRY180.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // ToolStripMenuItemRY90CW
            // 
            this.ToolStripMenuItemRY90CW.Name = "ToolStripMenuItemRY90CW";
            this.ToolStripMenuItemRY90CW.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRY90CW.Text = "90* CW";
            this.ToolStripMenuItemRY90CW.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // ToolStripMenuItemRY45CW
            // 
            this.ToolStripMenuItemRY45CW.Name = "ToolStripMenuItemRY45CW";
            this.ToolStripMenuItemRY45CW.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRY45CW.Text = "45* CW";
            this.ToolStripMenuItemRY45CW.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // ToolStripDropDownButtonRotatePitch
            // 
            this.ToolStripDropDownButtonRotatePitch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.ToolStripDropDownButtonRotatePitch.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemRP45CCW,
            this.ToolStripMenuItemRP90CCW,
            this.ToolStripMenuItemRP180,
            this.ToolStripMenuItemRP90CW,
            this.ToolStripMenuItemRP45CW});
            this.ToolStripDropDownButtonRotatePitch.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripDropDownButtonRotatePitch.Image")));
            this.ToolStripDropDownButtonRotatePitch.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ToolStripDropDownButtonRotatePitch.Name = "ToolStripDropDownButtonRotatePitch";
            this.ToolStripDropDownButtonRotatePitch.Size = new System.Drawing.Size(89, 20);
            this.ToolStripDropDownButtonRotatePitch.Text = "Rotate Pitch";
            // 
            // ToolStripMenuItemRP45CCW
            // 
            this.ToolStripMenuItemRP45CCW.Name = "ToolStripMenuItemRP45CCW";
            this.ToolStripMenuItemRP45CCW.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRP45CCW.Text = "45* CCW";
            this.ToolStripMenuItemRP45CCW.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // ToolStripMenuItemRP90CCW
            // 
            this.ToolStripMenuItemRP90CCW.Name = "ToolStripMenuItemRP90CCW";
            this.ToolStripMenuItemRP90CCW.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRP90CCW.Text = "90* CCW";
            this.ToolStripMenuItemRP90CCW.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // ToolStripMenuItemRP180
            // 
            this.ToolStripMenuItemRP180.Name = "ToolStripMenuItemRP180";
            this.ToolStripMenuItemRP180.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRP180.Text = "180*";
            this.ToolStripMenuItemRP180.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // ToolStripMenuItemRP90CW
            // 
            this.ToolStripMenuItemRP90CW.Name = "ToolStripMenuItemRP90CW";
            this.ToolStripMenuItemRP90CW.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRP90CW.Text = "90* CW";
            this.ToolStripMenuItemRP90CW.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // ToolStripMenuItemRP45CW
            // 
            this.ToolStripMenuItemRP45CW.Name = "ToolStripMenuItemRP45CW";
            this.ToolStripMenuItemRP45CW.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRP45CW.Text = "45* CW";
            this.ToolStripMenuItemRP45CW.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // toolStripDropDownButtonRotateRoll
            // 
            this.toolStripDropDownButtonRotateRoll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripDropDownButtonRotateRoll.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemRR45CCW,
            this.ToolStripMenuItemRR90CCW,
            this.ToolStripMenuItemRR180,
            this.ToolStripMenuItemRR90CW,
            this.ToolStripMenuItemRR45CW});
            this.toolStripDropDownButtonRotateRoll.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButtonRotateRoll.Image")));
            this.toolStripDropDownButtonRotateRoll.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButtonRotateRoll.Name = "toolStripDropDownButtonRotateRoll";
            this.toolStripDropDownButtonRotateRoll.Size = new System.Drawing.Size(83, 20);
            this.toolStripDropDownButtonRotateRoll.Text = "Rotate Roll";
            // 
            // ToolStripMenuItemRR45CCW
            // 
            this.ToolStripMenuItemRR45CCW.Name = "ToolStripMenuItemRR45CCW";
            this.ToolStripMenuItemRR45CCW.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRR45CCW.Text = "45* CCW";
            this.ToolStripMenuItemRR45CCW.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // ToolStripMenuItemRR90CCW
            // 
            this.ToolStripMenuItemRR90CCW.Name = "ToolStripMenuItemRR90CCW";
            this.ToolStripMenuItemRR90CCW.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRR90CCW.Text = "90* CCW";
            this.ToolStripMenuItemRR90CCW.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // ToolStripMenuItemRR180
            // 
            this.ToolStripMenuItemRR180.Name = "ToolStripMenuItemRR180";
            this.ToolStripMenuItemRR180.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRR180.Text = "180*";
            this.ToolStripMenuItemRR180.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // ToolStripMenuItemRR90CW
            // 
            this.ToolStripMenuItemRR90CW.Name = "ToolStripMenuItemRR90CW";
            this.ToolStripMenuItemRR90CW.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRR90CW.Text = "90* CW";
            this.ToolStripMenuItemRR90CW.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // ToolStripMenuItemRR45CW
            // 
            this.ToolStripMenuItemRR45CW.Name = "ToolStripMenuItemRR45CW";
            this.ToolStripMenuItemRR45CW.Size = new System.Drawing.Size(143, 22);
            this.ToolStripMenuItemRR45CW.Text = "45* CW";
            this.ToolStripMenuItemRR45CW.Click += new System.EventHandler(this.ToolStripMenuItemRotate_Click);
            // 
            // cbBSPTextures
            // 
            this.cbBSPTextures.AutoSize = true;
            this.cbBSPTextures.Checked = true;
            this.cbBSPTextures.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cbBSPTextures.Location = new System.Drawing.Point(25, 208);
            this.cbBSPTextures.Name = "cbBSPTextures";
            this.cbBSPTextures.Size = new System.Drawing.Size(121, 17);
            this.cbBSPTextures.TabIndex = 9;
            this.cbBSPTextures.Text = "Show BSP Textures";
            this.cbBSPTextures.UseVisualStyleBackColor = true;
            this.cbBSPTextures.CheckedChanged += new System.EventHandler(this.cbBSPTextures_CheckedChanged);
            // 
            // BSPViewer
            // 
            this.ClientSize = new System.Drawing.Size(795, 650);
            this.ContextMenuStrip = this.identContext;
            this.Controls.Add(this.speedLabel);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.speedBar);
            this.Controls.Add(this.topSandDock);
            this.Controls.Add(this.toolStrip);
            this.Controls.Add(this.leftSandDock);
            this.Controls.Add(this.rightSandDock);
            this.Controls.Add(this.bottomSandDock);
            this.Controls.Add(this.statusStrip);
            this.Name = "BSPViewer";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.MouseEnter += new System.EventHandler(this.leftSandDock_MouseLeave);
            this.statusStrip.ResumeLayout(false);
            this.statusStrip.PerformLayout();
            this.identContext.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.speedBar)).EndInit();
            this.dockControl6.ResumeLayout(false);
            this.dockControl5.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.dockControl4.ResumeLayout(false);
            this.fcordgb.ResumeLayout(false);
            this.fcordgb.PerformLayout();
            this.dockControl3.ResumeLayout(false);
            this.dockControl2.ResumeLayout(false);
            this.dockControl2.PerformLayout();
            this.dockControl1.ResumeLayout(false);
            this.dockControl1.PerformLayout();
            this.leftSandDock.ResumeLayout(false);
            this.toolStrip.ResumeLayout(false);
            this.toolStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }