/// <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(EDDiscoveryForm));
            ExtendedControls.TabStyleSquare tabStyleSquare1 = new ExtendedControls.TabStyleSquare();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.show2DMapsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.show3DMapsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.changeMapColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editThemeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.materialSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.adminToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.forceEDDBUpdateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.syncEDSMSystemsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.showLogfilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openEliteDangerousDirectoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.read21AndFormerLogFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.rescanAllJournalFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteDuplicateFSDJumpEntriesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sendUnsuncedEDDNEventsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gitHubToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.eDDiscoveryHomepageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.frontierForumThreadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.reportIssueIdeasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.eDDiscoveryChatDiscordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.checkForNewReleaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.panelInfo = new System.Windows.Forms.Panel();
            this.labelPanelText = new System.Windows.Forms.Label();
            this.label_version = new System.Windows.Forms.Label();
            this.panel_eddiscovery = new System.Windows.Forms.Panel();
            this._syncWorker = new System.ComponentModel.BackgroundWorker();
            this._checkSystemsWorker = new System.ComponentModel.BackgroundWorker();
            this.edsmRefreshTimer = new System.Windows.Forms.Timer(this.components);
            this._refreshWorker = new System.ComponentModel.BackgroundWorker();
            this.tabControl1 = new ExtendedControls.TabControlCustom();
            this.tabPageTravelHistory = new System.Windows.Forms.TabPage();
            this.travelHistoryControl1 = new EDDiscovery.TravelHistoryControl();
            this.tabPageJournal = new System.Windows.Forms.TabPage();
            this.journalViewControl1 = new EDDiscovery.JournalViewControl();
            this.tabPageTriletaration = new System.Windows.Forms.TabPage();
            this.trilaterationControl = new EDDiscovery.TrilaterationControl();
            this.tabPageScreenshots = new System.Windows.Forms.TabPage();
            this.imageHandler1 = new EDDiscovery2.ImageHandler.ImageHandler();
            this.tabPageRoute = new System.Windows.Forms.TabPage();
            this.routeControl1 = new EDDiscovery.RouteControl();
            this.tabPageRoutesExpeditions = new System.Windows.Forms.TabPage();
            this.savedRouteExpeditionControl1 = new EDDiscovery.SavedRouteExpeditionControl();
            this.tabPageExport = new System.Windows.Forms.TabPage();
            this.exportControl1 = new EDDiscovery.ExportControl();
            this.tabPageSettings = new System.Windows.Forms.TabPage();
            this.settings = new EDDiscovery2.Settings();
            this.button_test = new ExtendedControls.ButtonExt();
            this.panel_minimize = new ExtendedControls.DrawnPanel();
            this.panel_close = new ExtendedControls.DrawnPanel();
            this.statusStrip1 = new ExtendedControls.StatusStripCustom();
            this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.menuStrip1.SuspendLayout();
            this.panelInfo.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPageTravelHistory.SuspendLayout();
            this.tabPageJournal.SuspendLayout();
            this.tabPageTriletaration.SuspendLayout();
            this.tabPageScreenshots.SuspendLayout();
            this.tabPageRoute.SuspendLayout();
            this.tabPageRoutesExpeditions.SuspendLayout();
            this.tabPageExport.SuspendLayout();
            this.tabPageSettings.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolsToolStripMenuItem,
            this.adminToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(247, 24);
            this.menuStrip1.TabIndex = 16;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // toolsToolStripMenuItem
            // 
            this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.show2DMapsToolStripMenuItem,
            this.show3DMapsToolStripMenuItem,
            this.changeMapColorToolStripMenuItem,
            this.editThemeToolStripMenuItem,
            this.materialSearchToolStripMenuItem,
            this.exitToolStripMenuItem});
            this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
            this.toolsToolStripMenuItem.Text = "Tools";
            // 
            // show2DMapsToolStripMenuItem
            // 
            this.show2DMapsToolStripMenuItem.Name = "show2DMapsToolStripMenuItem";
            this.show2DMapsToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
            this.show2DMapsToolStripMenuItem.Text = "Show 2D maps";
            this.show2DMapsToolStripMenuItem.Click += new System.EventHandler(this.show2DMapsToolStripMenuItem_Click);
            // 
            // show3DMapsToolStripMenuItem
            // 
            this.show3DMapsToolStripMenuItem.Name = "show3DMapsToolStripMenuItem";
            this.show3DMapsToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
            this.show3DMapsToolStripMenuItem.Text = "Show 3D maps";
            this.show3DMapsToolStripMenuItem.Click += new System.EventHandler(this.show3DMapsToolStripMenuItem_Click);
            // 
            // changeMapColorToolStripMenuItem
            // 
            this.changeMapColorToolStripMenuItem.Name = "changeMapColorToolStripMenuItem";
            this.changeMapColorToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
            this.changeMapColorToolStripMenuItem.Text = "Set Default Map Colour";
            this.changeMapColorToolStripMenuItem.Click += new System.EventHandler(this.changeMapColorToolStripMenuItem_Click);
            // 
            // editThemeToolStripMenuItem
            // 
            this.editThemeToolStripMenuItem.Name = "editThemeToolStripMenuItem";
            this.editThemeToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
            this.editThemeToolStripMenuItem.Text = "Edit Theme";
            this.editThemeToolStripMenuItem.Click += new System.EventHandler(this.editThemeToolStripMenuItem_Click);
            // 
            // materialSearchToolStripMenuItem
            // 
            this.materialSearchToolStripMenuItem.Name = "materialSearchToolStripMenuItem";
            this.materialSearchToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
            this.materialSearchToolStripMenuItem.Text = "Material Search";
            this.materialSearchToolStripMenuItem.Visible = false;
            this.materialSearchToolStripMenuItem.Click += new System.EventHandler(this.materialSearchToolStripMenuItem_Click);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // adminToolStripMenuItem
            // 
            this.adminToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.forceEDDBUpdateToolStripMenuItem,
            this.syncEDSMSystemsToolStripMenuItem,
            this.showLogfilesToolStripMenuItem,
            this.openEliteDangerousDirectoryToolStripMenuItem,
            this.dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem,
            this.read21AndFormerLogFilesToolStripMenuItem,
            this.rescanAllJournalFilesToolStripMenuItem,
            this.deleteDuplicateFSDJumpEntriesToolStripMenuItem,
            this.sendUnsuncedEDDNEventsToolStripMenuItem});
            this.adminToolStripMenuItem.Name = "adminToolStripMenuItem";
            this.adminToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
            this.adminToolStripMenuItem.Text = "Admin";
            // 
            // forceEDDBUpdateToolStripMenuItem
            // 
            this.forceEDDBUpdateToolStripMenuItem.Name = "forceEDDBUpdateToolStripMenuItem";
            this.forceEDDBUpdateToolStripMenuItem.Size = new System.Drawing.Size(340, 22);
            this.forceEDDBUpdateToolStripMenuItem.Text = "Synchronise with EDDB";
            this.forceEDDBUpdateToolStripMenuItem.Click += new System.EventHandler(this.forceEDDBUpdateToolStripMenuItem_Click);
            // 
            // syncEDSMSystemsToolStripMenuItem
            // 
            this.syncEDSMSystemsToolStripMenuItem.Name = "syncEDSMSystemsToolStripMenuItem";
            this.syncEDSMSystemsToolStripMenuItem.Size = new System.Drawing.Size(340, 22);
            this.syncEDSMSystemsToolStripMenuItem.Text = "Synchronise with EDSM Stars";
            this.syncEDSMSystemsToolStripMenuItem.Click += new System.EventHandler(this.syncEDSMSystemsToolStripMenuItem_Click);
            // 
            // showLogfilesToolStripMenuItem
            // 
            this.showLogfilesToolStripMenuItem.Name = "showLogfilesToolStripMenuItem";
            this.showLogfilesToolStripMenuItem.Size = new System.Drawing.Size(340, 22);
            this.showLogfilesToolStripMenuItem.Text = "Show journal files directory of current commander";
            this.showLogfilesToolStripMenuItem.Click += new System.EventHandler(this.showLogfilesToolStripMenuItem_Click);
            // 
            // openEliteDangerousDirectoryToolStripMenuItem
            // 
            this.openEliteDangerousDirectoryToolStripMenuItem.Name = "openEliteDangerousDirectoryToolStripMenuItem";
            this.openEliteDangerousDirectoryToolStripMenuItem.Size = new System.Drawing.Size(340, 22);
            this.openEliteDangerousDirectoryToolStripMenuItem.Text = "Show Elite Dangerous directory";
            this.openEliteDangerousDirectoryToolStripMenuItem.Click += new System.EventHandler(this.openEliteDangerousDirectoryToolStripMenuItem_Click);
            // 
            // dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem
            // 
            this.dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem.Name = "dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem";
            this.dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem.Size = new System.Drawing.Size(340, 22);
            this.dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem.Text = "Reset all history to current commander";
            this.dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem.Click += new System.EventHandler(this.dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem_Click);
            // 
            // read21AndFormerLogFilesToolStripMenuItem
            // 
            this.read21AndFormerLogFilesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem});
            this.read21AndFormerLogFilesToolStripMenuItem.Name = "read21AndFormerLogFilesToolStripMenuItem";
            this.read21AndFormerLogFilesToolStripMenuItem.Size = new System.Drawing.Size(340, 22);
            this.read21AndFormerLogFilesToolStripMenuItem.Text = "Read 2.1 and former log files";
            this.read21AndFormerLogFilesToolStripMenuItem.Click += new System.EventHandler(this.read21AndFormerLogFilesToolStripMenuItem_Click);
            // 
            // read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem
            // 
            this.read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem.Name = "read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem";
            this.read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
            this.read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem.Text = "Force reload logs";
            this.read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem.Click += new System.EventHandler(this.read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem_Click);
            // 
            // rescanAllJournalFilesToolStripMenuItem
            // 
            this.rescanAllJournalFilesToolStripMenuItem.Name = "rescanAllJournalFilesToolStripMenuItem";
            this.rescanAllJournalFilesToolStripMenuItem.Size = new System.Drawing.Size(340, 22);
            this.rescanAllJournalFilesToolStripMenuItem.Text = "Re-scan all journal files";
            this.rescanAllJournalFilesToolStripMenuItem.Click += new System.EventHandler(this.rescanAllJournalFilesToolStripMenuItem_Click);
            // 
            // deleteDuplicateFSDJumpEntriesToolStripMenuItem
            // 
            this.deleteDuplicateFSDJumpEntriesToolStripMenuItem.Name = "deleteDuplicateFSDJumpEntriesToolStripMenuItem";
            this.deleteDuplicateFSDJumpEntriesToolStripMenuItem.Size = new System.Drawing.Size(340, 22);
            this.deleteDuplicateFSDJumpEntriesToolStripMenuItem.Text = "Delete duplicate FSD Jump entries";
            this.deleteDuplicateFSDJumpEntriesToolStripMenuItem.Click += new System.EventHandler(this.deleteDuplicateFSDJumpEntriesToolStripMenuItem_Click);
            // 
            // sendUnsuncedEDDNEventsToolStripMenuItem
            // 
            this.sendUnsuncedEDDNEventsToolStripMenuItem.Name = "sendUnsuncedEDDNEventsToolStripMenuItem";
            this.sendUnsuncedEDDNEventsToolStripMenuItem.Size = new System.Drawing.Size(340, 22);
            this.sendUnsuncedEDDNEventsToolStripMenuItem.Text = "Send unsynced EDDN events";
            this.sendUnsuncedEDDNEventsToolStripMenuItem.Click += new System.EventHandler(this.sendUnsuncedEDDNEventsToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutToolStripMenuItem,
            this.eDDiscoveryHomepageToolStripMenuItem,
            this.gitHubToolStripMenuItem,
            this.frontierForumThreadToolStripMenuItem,
            this.reportIssueIdeasToolStripMenuItem,
            this.eDDiscoveryChatDiscordToolStripMenuItem,
            this.checkForNewReleaseToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.helpToolStripMenuItem.Text = "Help";
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
            this.aboutToolStripMenuItem.Text = "About";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // gitHubToolStripMenuItem
            // 
            this.gitHubToolStripMenuItem.Name = "gitHubToolStripMenuItem";
            this.gitHubToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
            this.gitHubToolStripMenuItem.Text = "Github";
            this.gitHubToolStripMenuItem.Click += new System.EventHandler(this.gitHubToolStripMenuItem_Click);
            // 
            // eDDiscoveryHomepageToolStripMenuItem
            // 
            this.eDDiscoveryHomepageToolStripMenuItem.Name = "eDDiscoveryHomepageToolStripMenuItem";
            this.eDDiscoveryHomepageToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
            this.eDDiscoveryHomepageToolStripMenuItem.Text = "EDDiscovery Help";
            this.eDDiscoveryHomepageToolStripMenuItem.Click += new System.EventHandler(this.eDDiscoveryHomepageToolStripMenuItem_Click);
            // 
            // frontierForumThreadToolStripMenuItem
            // 
            this.frontierForumThreadToolStripMenuItem.Name = "frontierForumThreadToolStripMenuItem";
            this.frontierForumThreadToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
            this.frontierForumThreadToolStripMenuItem.Text = "Frontier forum thread";
            this.frontierForumThreadToolStripMenuItem.Click += new System.EventHandler(this.frontierForumThreadToolStripMenuItem_Click);
            // 
            // reportIssueIdeasToolStripMenuItem
            // 
            this.reportIssueIdeasToolStripMenuItem.Name = "reportIssueIdeasToolStripMenuItem";
            this.reportIssueIdeasToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
            this.reportIssueIdeasToolStripMenuItem.Text = "Report issue / ideas";
            this.reportIssueIdeasToolStripMenuItem.Click += new System.EventHandler(this.reportIssueIdeasToolStripMenuItem_Click);
            // 
            // eDDiscoveryChatDiscordToolStripMenuItem
            // 
            this.eDDiscoveryChatDiscordToolStripMenuItem.Name = "eDDiscoveryChatDiscordToolStripMenuItem";
            this.eDDiscoveryChatDiscordToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
            this.eDDiscoveryChatDiscordToolStripMenuItem.Text = "EDDiscovery chat (Discord)";
            this.eDDiscoveryChatDiscordToolStripMenuItem.Click += new System.EventHandler(this.eDDiscoveryChatDiscordToolStripMenuItem_Click);
            // 
            // checkForNewReleaseToolStripMenuItem
            // 
            this.checkForNewReleaseToolStripMenuItem.Name = "checkForNewReleaseToolStripMenuItem";
            this.checkForNewReleaseToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
            this.checkForNewReleaseToolStripMenuItem.Text = "Check for new release";
            this.checkForNewReleaseToolStripMenuItem.Click += new System.EventHandler(this.checkForNewReleaseToolStripMenuItem_Click);
            // 
            // panelInfo
            // 
            this.panelInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panelInfo.BackColor = System.Drawing.Color.Salmon;
            this.panelInfo.Controls.Add(this.labelPanelText);
            this.panelInfo.Location = new System.Drawing.Point(435, 1);
            this.panelInfo.Name = "panelInfo";
            this.panelInfo.Size = new System.Drawing.Size(331, 23);
            this.panelInfo.TabIndex = 17;
            this.panelInfo.Click += new System.EventHandler(this.panelInfo_Click);
            // 
            // labelPanelText
            // 
            this.labelPanelText.AutoSize = true;
            this.labelPanelText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelPanelText.Location = new System.Drawing.Point(3, -1);
            this.labelPanelText.Name = "labelPanelText";
            this.labelPanelText.Size = new System.Drawing.Size(158, 20);
            this.labelPanelText.TabIndex = 0;
            this.labelPanelText.Text = "Loading. Please wait!";
            this.labelPanelText.Click += new System.EventHandler(this.labelPanelText_Click);
            // 
            // label_version
            // 
            this.label_version.AutoSize = true;
            this.label_version.Location = new System.Drawing.Point(296, 4);
            this.label_version.Name = "label_version";
            this.label_version.Size = new System.Drawing.Size(71, 13);
            this.label_version.TabIndex = 21;
            this.label_version.Text = "Version Label";
            // 
            // panel_eddiscovery
            // 
            this.panel_eddiscovery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panel_eddiscovery.BackColor = System.Drawing.SystemColors.Control;
            this.panel_eddiscovery.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel_eddiscovery.BackgroundImage")));
            this.panel_eddiscovery.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.panel_eddiscovery.Location = new System.Drawing.Point(818, 1);
            this.panel_eddiscovery.Name = "panel_eddiscovery";
            this.panel_eddiscovery.Size = new System.Drawing.Size(101, 46);
            this.panel_eddiscovery.TabIndex = 18;
            this.panel_eddiscovery.Click += new System.EventHandler(this.paneleddiscovery_Click);
            // 
            // _syncWorker
            // 
            this._syncWorker.WorkerReportsProgress = true;
            this._syncWorker.WorkerSupportsCancellation = true;
            this._syncWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this._syncWorker_DoWork);
            this._syncWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this._syncWorker_ProgressChanged);
            this._syncWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this._syncWorker_RunWorkerCompleted);
            // 
            // _checkSystemsWorker
            // 
            this._checkSystemsWorker.WorkerReportsProgress = true;
            this._checkSystemsWorker.WorkerSupportsCancellation = true;
            this._checkSystemsWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this._checkSystemsWorker_DoWork);
            this._checkSystemsWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this._checkSystemsWorker_ProgressChanged);
            this._checkSystemsWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this._checkSystemsWorker_RunWorkerCompleted);
            // 
            // edsmRefreshTimer
            // 
            this.edsmRefreshTimer.Interval = 3600000;
            this.edsmRefreshTimer.Tick += new System.EventHandler(this.edsmRefreshTimer_Tick);
            // 
            // _refreshWorker
            // 
            this._refreshWorker.WorkerReportsProgress = true;
            this._refreshWorker.WorkerSupportsCancellation = true;
            this._refreshWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.RefreshHistoryWorker);
            this._refreshWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.RefreshHistoryWorkerProgressChanged);
            this._refreshWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.RefreshHistoryWorkerCompleted);
            // 
            // tabControl1
            // 
            this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControl1.Controls.Add(this.tabPageTravelHistory);
            this.tabControl1.Controls.Add(this.tabPageJournal);
            this.tabControl1.Controls.Add(this.tabPageTriletaration);
            this.tabControl1.Controls.Add(this.tabPageScreenshots);
            this.tabControl1.Controls.Add(this.tabPageRoute);
            this.tabControl1.Controls.Add(this.tabPageRoutesExpeditions);
            this.tabControl1.Controls.Add(this.tabPageExport);
            this.tabControl1.Controls.Add(this.tabPageSettings);
            this.tabControl1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.tabControl1.Location = new System.Drawing.Point(0, 28);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(993, 697);
            this.tabControl1.TabColorScaling = 0.5F;
            this.tabControl1.TabControlBorderBrightColor = System.Drawing.Color.LightGray;
            this.tabControl1.TabControlBorderColor = System.Drawing.Color.DarkGray;
            this.tabControl1.TabDisabledScaling = 0.5F;
            this.tabControl1.TabIndex = 15;
            this.tabControl1.TabMouseOverColor = System.Drawing.Color.White;
            this.tabControl1.TabNotSelectedBorderColor = System.Drawing.Color.Gray;
            this.tabControl1.TabNotSelectedColor = System.Drawing.Color.Gray;
            this.tabControl1.TabOpaque = 100F;
            this.tabControl1.TabSelectedColor = System.Drawing.Color.LightGray;
            this.tabControl1.TabStyle = tabStyleSquare1;
            this.tabControl1.TextNotSelectedColor = System.Drawing.SystemColors.ControlText;
            this.tabControl1.TextSelectedColor = System.Drawing.SystemColors.ControlText;
            // 
            // tabPageTravelHistory
            // 
            this.tabPageTravelHistory.Controls.Add(this.travelHistoryControl1);
            this.tabPageTravelHistory.Location = new System.Drawing.Point(4, 22);
            this.tabPageTravelHistory.Name = "tabPageTravelHistory";
            this.tabPageTravelHistory.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageTravelHistory.Size = new System.Drawing.Size(985, 671);
            this.tabPageTravelHistory.TabIndex = 0;
            this.tabPageTravelHistory.Text = "History";
            this.tabPageTravelHistory.UseVisualStyleBackColor = true;
            // 
            // travelHistoryControl1
            // 
            this.travelHistoryControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.travelHistoryControl1.Location = new System.Drawing.Point(3, 3);
            this.travelHistoryControl1.Name = "travelHistoryControl1";
            this.travelHistoryControl1.Size = new System.Drawing.Size(979, 665);
            this.travelHistoryControl1.TabIndex = 0;
            // 
            // tabPageJournal
            // 
            this.tabPageJournal.Controls.Add(this.journalViewControl1);
            this.tabPageJournal.Location = new System.Drawing.Point(4, 22);
            this.tabPageJournal.Name = "tabPageJournal";
            this.tabPageJournal.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageJournal.Size = new System.Drawing.Size(985, 671);
            this.tabPageJournal.TabIndex = 7;
            this.tabPageJournal.Text = "Journal";
            this.tabPageJournal.UseVisualStyleBackColor = true;
            // 
            // journalViewControl1
            // 
            this.journalViewControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.journalViewControl1.Location = new System.Drawing.Point(3, 3);
            this.journalViewControl1.Name = "journalViewControl1";
            this.journalViewControl1.Size = new System.Drawing.Size(979, 665);
            this.journalViewControl1.TabIndex = 0;
            // 
            // tabPageTriletaration
            // 
            this.tabPageTriletaration.Controls.Add(this.trilaterationControl);
            this.tabPageTriletaration.Location = new System.Drawing.Point(4, 22);
            this.tabPageTriletaration.Name = "tabPageTriletaration";
            this.tabPageTriletaration.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageTriletaration.Size = new System.Drawing.Size(985, 671);
            this.tabPageTriletaration.TabIndex = 3;
            this.tabPageTriletaration.Text = "Trilateration";
            this.tabPageTriletaration.UseVisualStyleBackColor = true;
            // 
            // trilaterationControl
            // 
            this.trilaterationControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trilaterationControl.Location = new System.Drawing.Point(3, 3);
            this.trilaterationControl.Name = "trilaterationControl";
            this.trilaterationControl.Size = new System.Drawing.Size(979, 665);
            this.trilaterationControl.TabIndex = 21;
            // 
            // tabPageScreenshots
            // 
            this.tabPageScreenshots.Controls.Add(this.imageHandler1);
            this.tabPageScreenshots.Location = new System.Drawing.Point(4, 22);
            this.tabPageScreenshots.Name = "tabPageScreenshots";
            this.tabPageScreenshots.Size = new System.Drawing.Size(985, 671);
            this.tabPageScreenshots.TabIndex = 4;
            this.tabPageScreenshots.Text = "Screenshots";
            this.tabPageScreenshots.UseVisualStyleBackColor = true;
            // 
            // imageHandler1
            // 
            this.imageHandler1.AutoSize = true;
            this.imageHandler1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.imageHandler1.Location = new System.Drawing.Point(0, 0);
            this.imageHandler1.Name = "imageHandler1";
            this.imageHandler1.Size = new System.Drawing.Size(985, 671);
            this.imageHandler1.TabIndex = 0;
            // 
            // tabPageRoute
            // 
            this.tabPageRoute.Controls.Add(this.routeControl1);
            this.tabPageRoute.Location = new System.Drawing.Point(4, 22);
            this.tabPageRoute.Name = "tabPageRoute";
            this.tabPageRoute.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageRoute.Size = new System.Drawing.Size(985, 671);
            this.tabPageRoute.TabIndex = 1;
            this.tabPageRoute.Text = "Route";
            this.tabPageRoute.UseVisualStyleBackColor = true;
            // 
            // routeControl1
            // 
            this.routeControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.routeControl1.Location = new System.Drawing.Point(3, 3);
            this.routeControl1.Name = "routeControl1";
            this.routeControl1.Size = new System.Drawing.Size(979, 665);
            this.routeControl1.TabIndex = 0;
            // 
            // tabPageRoutesExpeditions
            // 
            this.tabPageRoutesExpeditions.Controls.Add(this.savedRouteExpeditionControl1);
            this.tabPageRoutesExpeditions.Location = new System.Drawing.Point(4, 22);
            this.tabPageRoutesExpeditions.Name = "tabPageRoutesExpeditions";
            this.tabPageRoutesExpeditions.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageRoutesExpeditions.Size = new System.Drawing.Size(985, 671);
            this.tabPageRoutesExpeditions.TabIndex = 6;
            this.tabPageRoutesExpeditions.Text = "Routes/Expeditions";
            this.tabPageRoutesExpeditions.UseVisualStyleBackColor = true;
            // 
            // savedRouteExpeditionControl1
            // 
            this.savedRouteExpeditionControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.savedRouteExpeditionControl1.Location = new System.Drawing.Point(3, 3);
            this.savedRouteExpeditionControl1.Name = "savedRouteExpeditionControl1";
            this.savedRouteExpeditionControl1.Size = new System.Drawing.Size(979, 665);
            this.savedRouteExpeditionControl1.TabIndex = 0;
            // 
            // tabPageExport
            // 
            this.tabPageExport.Controls.Add(this.exportControl1);
            this.tabPageExport.Location = new System.Drawing.Point(4, 22);
            this.tabPageExport.Name = "tabPageExport";
            this.tabPageExport.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageExport.Size = new System.Drawing.Size(985, 671);
            this.tabPageExport.TabIndex = 8;
            this.tabPageExport.Text = "Export";
            this.tabPageExport.UseVisualStyleBackColor = true;
            // 
            // exportControl1
            // 
            this.exportControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.exportControl1.Location = new System.Drawing.Point(3, 3);
            this.exportControl1.Name = "exportControl1";
            this.exportControl1.Size = new System.Drawing.Size(979, 665);
            this.exportControl1.TabIndex = 0;
            // 
            // tabPageSettings
            // 
            this.tabPageSettings.Controls.Add(this.settings);
            this.tabPageSettings.Location = new System.Drawing.Point(4, 22);
            this.tabPageSettings.Name = "tabPageSettings";
            this.tabPageSettings.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageSettings.Size = new System.Drawing.Size(985, 671);
            this.tabPageSettings.TabIndex = 5;
            this.tabPageSettings.Text = "Settings";
            this.tabPageSettings.UseVisualStyleBackColor = true;
            // 
            // settings
            // 
            this.settings.Dock = System.Windows.Forms.DockStyle.Fill;
            this.settings.Location = new System.Drawing.Point(3, 3);
            this.settings.Name = "settings";
            this.settings.Size = new System.Drawing.Size(979, 665);
            this.settings.TabIndex = 0;
            // 
            // button_test
            // 
            this.button_test.BorderColorScaling = 1.25F;
            this.button_test.ButtonColorScaling = 0.5F;
            this.button_test.ButtonDisabledScaling = 0.5F;
            this.button_test.Location = new System.Drawing.Point(772, -1);
            this.button_test.Name = "button_test";
            this.button_test.Size = new System.Drawing.Size(41, 23);
            this.button_test.TabIndex = 1;
            this.button_test.Text = "Test";
            this.button_test.UseVisualStyleBackColor = true;
            this.button_test.Visible = false;
            this.button_test.Click += new System.EventHandler(this.button_test_Click);
            // 
            // panel_minimize
            // 
            this.panel_minimize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panel_minimize.BackColor = System.Drawing.SystemColors.Control;
            this.panel_minimize.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.panel_minimize.DrawnImage = null;
            this.panel_minimize.ImageSelected = ExtendedControls.DrawnPanel.ImageType.Minimize;
            this.panel_minimize.ImageText = null;
            this.panel_minimize.Location = new System.Drawing.Point(941, 1);
            this.panel_minimize.MarginSize = 6;
            this.panel_minimize.MouseOverColor = System.Drawing.Color.White;
            this.panel_minimize.MouseSelectedColor = System.Drawing.Color.Green;
            this.panel_minimize.Name = "panel_minimize";
            this.panel_minimize.Size = new System.Drawing.Size(24, 24);
            this.panel_minimize.TabIndex = 20;
            this.panel_minimize.Click += new System.EventHandler(this.panel_minimize_Click);
            // 
            // panel_close
            // 
            this.panel_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panel_close.BackColor = System.Drawing.SystemColors.Control;
            this.panel_close.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.panel_close.DrawnImage = null;
            this.panel_close.ImageSelected = ExtendedControls.DrawnPanel.ImageType.Close;
            this.panel_close.ImageText = null;
            this.panel_close.Location = new System.Drawing.Point(966, 1);
            this.panel_close.MarginSize = 6;
            this.panel_close.MouseOverColor = System.Drawing.Color.White;
            this.panel_close.MouseSelectedColor = System.Drawing.Color.Green;
            this.panel_close.Name = "panel_close";
            this.panel_close.Size = new System.Drawing.Size(24, 24);
            this.panel_close.TabIndex = 19;
            this.panel_close.Click += new System.EventHandler(this.panel_close_Click);
            // 
            // statusStrip1
            // 
            this.statusStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripProgressBar1,
            this.toolStripStatusLabel1});
            this.statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
            this.statusStrip1.Location = new System.Drawing.Point(0, 722);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(993, 22);
            this.statusStrip1.TabIndex = 22;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripProgressBar1
            // 
            this.toolStripProgressBar1.Name = "toolStripProgressBar1";
            this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
            // 
            // EDDiscoveryForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(993, 744);
            this.Controls.Add(this.label_version);
            this.Controls.Add(this.panel_eddiscovery);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.panelInfo);
            this.Controls.Add(this.button_test);
            this.Controls.Add(this.panel_minimize);
            this.Controls.Add(this.panel_close);
            this.Controls.Add(this.menuStrip1);
            this.Controls.Add(this.statusStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "EDDiscoveryForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "EDDiscovery";
            this.Activated += new System.EventHandler(this.EDDiscoveryForm_Activated);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EDDiscoveryForm_FormClosing);
            this.Load += new System.EventHandler(this.EDDiscoveryForm_Load);
            this.Shown += new System.EventHandler(this.EDDiscoveryForm_Shown);
            this.Layout += new System.Windows.Forms.LayoutEventHandler(this.EDDiscoveryForm_Layout);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.panelInfo.ResumeLayout(false);
            this.panelInfo.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPageTravelHistory.ResumeLayout(false);
            this.tabPageJournal.ResumeLayout(false);
            this.tabPageTriletaration.ResumeLayout(false);
            this.tabPageScreenshots.ResumeLayout(false);
            this.tabPageScreenshots.PerformLayout();
            this.tabPageRoute.ResumeLayout(false);
            this.tabPageRoutesExpeditions.ResumeLayout(false);
            this.tabPageExport.ResumeLayout(false);
            this.tabPageSettings.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ExtendedControls.TabStyleSquare tabStyleSquare1 = new ExtendedControls.TabStyleSquare();
     this.panel1         = new System.Windows.Forms.Panel();
     this.buttonExt1     = new ExtendedControls.ExtButton();
     this.buttonExt2     = new ExtendedControls.ExtButton();
     this.panelTop       = new System.Windows.Forms.Panel();
     this.extButton3     = new ExtendedControls.ExtButton();
     this.extButton2     = new ExtendedControls.ExtButton();
     this.extButton1     = new ExtendedControls.ExtButton();
     this.extTabControl1 = new ExtendedControls.ExtTabControl();
     this.tabPage1       = new System.Windows.Forms.TabPage();
     this.tabPage2       = new System.Windows.Forms.TabPage();
     this.panelTop.SuspendLayout();
     this.extTabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackgroundImage = global::TestExtendedControls.Properties.Resources.edsm32x32;
     this.panel1.Location        = new System.Drawing.Point(106, 60);
     this.panel1.Name            = "panel1";
     this.panel1.Size            = new System.Drawing.Size(48, 48);
     this.panel1.TabIndex        = 0;
     //
     // buttonExt1
     //
     this.buttonExt1.BackColor = System.Drawing.Color.BurlyWood;
     this.buttonExt1.FlatAppearance.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.buttonExt1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.buttonExt1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.buttonExt1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.buttonExt1.Image     = global::TestExtendedControls.Properties.Resources.galaxy;
     this.buttonExt1.Location  = new System.Drawing.Point(78, 110);
     this.buttonExt1.Name      = "buttonExt1";
     this.buttonExt1.Size      = new System.Drawing.Size(48, 48);
     this.buttonExt1.TabIndex  = 0;
     this.buttonExt1.UseVisualStyleBackColor = false;
     //
     // buttonExt2
     //
     this.buttonExt2.BackColor = System.Drawing.Color.NavajoWhite;
     this.buttonExt2.FlatAppearance.BorderColor        = System.Drawing.Color.LightSalmon;
     this.buttonExt2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Red;
     this.buttonExt2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.buttonExt2.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.buttonExt2.Image                   = global::TestExtendedControls.Properties.Resources.galaxy_gray;
     this.buttonExt2.ImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonExt2.Location                = new System.Drawing.Point(134, 110);
     this.buttonExt2.Margin                  = new System.Windows.Forms.Padding(0);
     this.buttonExt2.Name                    = "buttonExt2";
     this.buttonExt2.Size                    = new System.Drawing.Size(48, 48);
     this.buttonExt2.TabIndex                = 0;
     this.buttonExt2.Text                    = "Hello";
     this.buttonExt2.UseVisualStyleBackColor = false;
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.extButton3);
     this.panelTop.Controls.Add(this.extButton2);
     this.panelTop.Controls.Add(this.extButton1);
     this.panelTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(0, 0);
     this.panelTop.Name     = "panelTop";
     this.panelTop.Size     = new System.Drawing.Size(731, 42);
     this.panelTop.TabIndex = 0;
     //
     // extButton3
     //
     this.extButton3.Location = new System.Drawing.Point(185, 13);
     this.extButton3.Name     = "extButton3";
     this.extButton3.Size     = new System.Drawing.Size(75, 23);
     this.extButton3.TabIndex = 1;
     this.extButton3.Text     = "T16";
     this.extButton3.UseVisualStyleBackColor = true;
     this.extButton3.Click += new System.EventHandler(this.extButton2_Click);
     //
     // extButton2
     //
     this.extButton2.Location = new System.Drawing.Point(104, 13);
     this.extButton2.Name     = "extButton2";
     this.extButton2.Size     = new System.Drawing.Size(75, 23);
     this.extButton2.TabIndex = 1;
     this.extButton2.Text     = "T14";
     this.extButton2.UseVisualStyleBackColor = true;
     this.extButton2.Click += new System.EventHandler(this.extButton2_Click_1);
     //
     // extButton1
     //
     this.extButton1.Location = new System.Drawing.Point(13, 13);
     this.extButton1.Name     = "extButton1";
     this.extButton1.Size     = new System.Drawing.Size(75, 23);
     this.extButton1.TabIndex = 0;
     this.extButton1.Text     = "T12";
     this.extButton1.UseVisualStyleBackColor = true;
     this.extButton1.Click += new System.EventHandler(this.extButton1_Click);
     //
     // extTabControl1
     //
     this.extTabControl1.AllowDragReorder = false;
     this.extTabControl1.Controls.Add(this.tabPage1);
     this.extTabControl1.Controls.Add(this.tabPage2);
     this.extTabControl1.Dock                        = System.Windows.Forms.DockStyle.Fill;
     this.extTabControl1.FlatStyle                   = System.Windows.Forms.FlatStyle.System;
     this.extTabControl1.Location                    = new System.Drawing.Point(0, 42);
     this.extTabControl1.Name                        = "extTabControl1";
     this.extTabControl1.SelectedIndex               = 0;
     this.extTabControl1.Size                        = new System.Drawing.Size(731, 449);
     this.extTabControl1.TabColorScaling             = 0.5F;
     this.extTabControl1.TabControlBorderBrightColor = System.Drawing.Color.LightGray;
     this.extTabControl1.TabControlBorderColor       = System.Drawing.Color.DarkGray;
     this.extTabControl1.TabDisabledScaling          = 0.5F;
     this.extTabControl1.TabIndex                    = 1;
     this.extTabControl1.TabMouseOverColor           = System.Drawing.Color.White;
     this.extTabControl1.TabNotSelectedBorderColor   = System.Drawing.Color.Gray;
     this.extTabControl1.TabNotSelectedColor         = System.Drawing.Color.Gray;
     this.extTabControl1.TabOpaque                   = 100F;
     this.extTabControl1.TabSelectedColor            = System.Drawing.Color.LightGray;
     this.extTabControl1.TabStyle                    = tabStyleSquare1;
     this.extTabControl1.TextNotSelectedColor        = System.Drawing.SystemColors.ControlText;
     this.extTabControl1.TextSelectedColor           = System.Drawing.SystemColors.ControlText;
     //
     // tabPage1
     //
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(723, 423);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "tabPage1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(192, 74);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // TestSplitter
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.AliceBlue;
     this.ClientSize          = new System.Drawing.Size(731, 491);
     this.Controls.Add(this.extTabControl1);
     this.Controls.Add(this.panelTop);
     this.Name = "TestSplitter";
     this.Text = "Splitter";
     this.panelTop.ResumeLayout(false);
     this.extTabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     ExtendedControls.TabStyleSquare tabStyleSquare1 = new ExtendedControls.TabStyleSquare();
     this.dataGridViewStats                = new System.Windows.Forms.DataGridView();
     this.ItemName                         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Information                      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.mostVisited                      = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.panelGeneral                     = new ExtendedControls.ExtPanelScroll();
     this.vScrollBarCustom                 = new ExtendedControls.ExtScrollBar();
     this.tabControlCustomStats            = new ExtendedControls.ExtTabControl();
     this.tabPageGeneral                   = new System.Windows.Forms.TabPage();
     this.tabPageTravel                    = new System.Windows.Forms.TabPage();
     this.dataGridViewTravel               = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.userControlStatsTimeTravel       = new EDDiscovery.UserControls.StatsTimeUserControl();
     this.tabPageScan                      = new System.Windows.Forms.TabPage();
     this.dataGridViewScan                 = new System.Windows.Forms.DataGridView();
     this.ScanNotUsed                      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.userControlStatsTimeScan         = new EDDiscovery.UserControls.StatsTimeUserControl();
     this.tabPageGameStats                 = new System.Windows.Forms.TabPage();
     this.treeViewStats                    = new ExtendedControls.Controls.ExtTreeView();
     this.tabPageByShip                    = new System.Windows.Forms.TabPage();
     this.dataGridViewByShip               = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn3       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.extPanelDataGridViewScrollTravel = new ExtendedControls.ExtPanelDataGridViewScroll();
     this.extScrollBarTravel               = new ExtendedControls.ExtScrollBar();
     this.extPanelDataGridViewScrollScan   = new ExtendedControls.ExtPanelDataGridViewScroll();
     this.extScrollBarScan                 = new ExtendedControls.ExtScrollBar();
     this.extPanelDataGridViewScrollByShip = new ExtendedControls.ExtPanelDataGridViewScroll();
     this.extScrollBarByShip               = new ExtendedControls.ExtScrollBar();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewStats)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mostVisited)).BeginInit();
     this.panelGeneral.SuspendLayout();
     this.tabControlCustomStats.SuspendLayout();
     this.tabPageGeneral.SuspendLayout();
     this.tabPageTravel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTravel)).BeginInit();
     this.tabPageScan.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewScan)).BeginInit();
     this.tabPageGameStats.SuspendLayout();
     this.tabPageByShip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewByShip)).BeginInit();
     this.extPanelDataGridViewScrollTravel.SuspendLayout();
     this.extPanelDataGridViewScrollScan.SuspendLayout();
     this.extPanelDataGridViewScrollByShip.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridViewStats
     //
     this.dataGridViewStats.AllowUserToAddRows          = false;
     this.dataGridViewStats.AllowUserToDeleteRows       = false;
     this.dataGridViewStats.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewStats.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewStats.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ItemName,
         this.Information
     });
     this.dataGridViewStats.Location          = new System.Drawing.Point(0, 0);
     this.dataGridViewStats.Name              = "dataGridViewStats";
     this.dataGridViewStats.RowHeadersVisible = false;
     this.dataGridViewStats.ScrollBars        = System.Windows.Forms.ScrollBars.None;
     this.dataGridViewStats.Size              = new System.Drawing.Size(634, 190);
     this.dataGridViewStats.TabIndex          = 2;
     //
     // ItemName
     //
     this.ItemName.HeaderText   = "Item";
     this.ItemName.MinimumWidth = 50;
     this.ItemName.Name         = "ItemName";
     this.ItemName.ReadOnly     = true;
     //
     // Information
     //
     this.Information.FillWeight   = 400F;
     this.Information.HeaderText   = "Information";
     this.Information.MinimumWidth = 50;
     this.Information.Name         = "Information";
     this.Information.ReadOnly     = true;
     //
     // mostVisited
     //
     this.mostVisited.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     chartArea1.Name = "ChartArea1";
     this.mostVisited.ChartAreas.Add(chartArea1);
     this.mostVisited.Location = new System.Drawing.Point(3, 250);
     this.mostVisited.Name     = "mostVisited";
     series1.ChartArea         = "ChartArea1";
     series1.Name = "Series1";
     this.mostVisited.Series.Add(series1);
     this.mostVisited.Size     = new System.Drawing.Size(482, 177);
     this.mostVisited.TabIndex = 5;
     this.mostVisited.Text     = "Most Visited";
     //
     // panelGeneral
     //
     this.panelGeneral.Controls.Add(this.dataGridViewStats);
     this.panelGeneral.Controls.Add(this.vScrollBarCustom);
     this.panelGeneral.Controls.Add(this.mostVisited);
     this.panelGeneral.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelGeneral.Location = new System.Drawing.Point(3, 3);
     this.panelGeneral.Name     = "panelGeneral";
     this.panelGeneral.Size     = new System.Drawing.Size(697, 537);
     this.panelGeneral.TabIndex = 4;
     this.panelGeneral.VerticalScrollBarDockRight = true;
     //
     // vScrollBarCustom
     //
     this.vScrollBarCustom.ArrowBorderColor        = System.Drawing.Color.LightBlue;
     this.vScrollBarCustom.ArrowButtonColor        = System.Drawing.Color.LightGray;
     this.vScrollBarCustom.ArrowColorScaling       = 0.5F;
     this.vScrollBarCustom.ArrowDownDrawAngle      = 270F;
     this.vScrollBarCustom.ArrowUpDrawAngle        = 90F;
     this.vScrollBarCustom.BorderColor             = System.Drawing.Color.White;
     this.vScrollBarCustom.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.vScrollBarCustom.HideScrollBar           = false;
     this.vScrollBarCustom.LargeChange             = 10;
     this.vScrollBarCustom.Location                = new System.Drawing.Point(681, 0);
     this.vScrollBarCustom.Maximum                 = -100;
     this.vScrollBarCustom.Minimum                 = 0;
     this.vScrollBarCustom.MouseOverButtonColor    = System.Drawing.Color.Green;
     this.vScrollBarCustom.MousePressedButtonColor = System.Drawing.Color.Red;
     this.vScrollBarCustom.Name              = "vScrollBarCustom";
     this.vScrollBarCustom.Size              = new System.Drawing.Size(16, 537);
     this.vScrollBarCustom.SliderColor       = System.Drawing.Color.DarkGray;
     this.vScrollBarCustom.SmallChange       = 1;
     this.vScrollBarCustom.TabIndex          = 8;
     this.vScrollBarCustom.ThumbBorderColor  = System.Drawing.Color.Yellow;
     this.vScrollBarCustom.ThumbButtonColor  = System.Drawing.Color.DarkBlue;
     this.vScrollBarCustom.ThumbColorScaling = 0.5F;
     this.vScrollBarCustom.ThumbDrawAngle    = 0F;
     this.vScrollBarCustom.Value             = -100;
     this.vScrollBarCustom.ValueLimited      = -100;
     //
     // tabControlCustomStats
     //
     this.tabControlCustomStats.AllowDragReorder = false;
     this.tabControlCustomStats.Controls.Add(this.tabPageGeneral);
     this.tabControlCustomStats.Controls.Add(this.tabPageTravel);
     this.tabControlCustomStats.Controls.Add(this.tabPageScan);
     this.tabControlCustomStats.Controls.Add(this.tabPageGameStats);
     this.tabControlCustomStats.Controls.Add(this.tabPageByShip);
     this.tabControlCustomStats.Dock                        = System.Windows.Forms.DockStyle.Fill;
     this.tabControlCustomStats.FlatStyle                   = System.Windows.Forms.FlatStyle.System;
     this.tabControlCustomStats.Location                    = new System.Drawing.Point(0, 0);
     this.tabControlCustomStats.Name                        = "tabControlCustomStats";
     this.tabControlCustomStats.SelectedIndex               = 0;
     this.tabControlCustomStats.Size                        = new System.Drawing.Size(711, 569);
     this.tabControlCustomStats.TabColorScaling             = 0.5F;
     this.tabControlCustomStats.TabControlBorderBrightColor = System.Drawing.Color.LightGray;
     this.tabControlCustomStats.TabControlBorderColor       = System.Drawing.Color.DarkGray;
     this.tabControlCustomStats.TabDisabledScaling          = 0.5F;
     this.tabControlCustomStats.TabIndex                    = 5;
     this.tabControlCustomStats.TabMouseOverColor           = System.Drawing.Color.White;
     this.tabControlCustomStats.TabNotSelectedBorderColor   = System.Drawing.Color.Gray;
     this.tabControlCustomStats.TabNotSelectedColor         = System.Drawing.Color.Gray;
     this.tabControlCustomStats.TabOpaque                   = 100F;
     this.tabControlCustomStats.TabSelectedColor            = System.Drawing.Color.LightGray;
     this.tabControlCustomStats.TabStyle                    = tabStyleSquare1;
     this.tabControlCustomStats.TextNotSelectedColor        = System.Drawing.SystemColors.ControlText;
     this.tabControlCustomStats.TextSelectedColor           = System.Drawing.SystemColors.ControlText;
     this.tabControlCustomStats.SelectedIndexChanged       += new System.EventHandler(this.tabControlCustomStats_SelectedIndexChanged);
     //
     // tabPageGeneral
     //
     this.tabPageGeneral.Controls.Add(this.panelGeneral);
     this.tabPageGeneral.Location = new System.Drawing.Point(4, 22);
     this.tabPageGeneral.Name     = "tabPageGeneral";
     this.tabPageGeneral.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageGeneral.Size     = new System.Drawing.Size(703, 543);
     this.tabPageGeneral.TabIndex = 0;
     this.tabPageGeneral.Text     = "General";
     this.tabPageGeneral.UseVisualStyleBackColor = true;
     //
     // tabPageTravel
     //
     this.tabPageTravel.Controls.Add(this.extPanelDataGridViewScrollTravel);
     this.tabPageTravel.Controls.Add(this.userControlStatsTimeTravel);
     this.tabPageTravel.Location = new System.Drawing.Point(4, 22);
     this.tabPageTravel.Name     = "tabPageTravel";
     this.tabPageTravel.Size     = new System.Drawing.Size(703, 543);
     this.tabPageTravel.TabIndex = 4;
     this.tabPageTravel.Text     = "Travel";
     this.tabPageTravel.UseVisualStyleBackColor = true;
     //
     // dataGridViewTravel
     //
     this.dataGridViewTravel.AllowUserToAddRows          = false;
     this.dataGridViewTravel.AllowUserToDeleteRows       = false;
     this.dataGridViewTravel.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewTravel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewTravel.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2
     });
     this.dataGridViewTravel.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewTravel.Location          = new System.Drawing.Point(0, 0);
     this.dataGridViewTravel.Name              = "dataGridViewTravel";
     this.dataGridViewTravel.RowHeadersVisible = false;
     this.dataGridViewTravel.ScrollBars        = System.Windows.Forms.ScrollBars.None;
     this.dataGridViewTravel.Size              = new System.Drawing.Size(687, 520);
     this.dataGridViewTravel.TabIndex          = 3;
     this.dataGridViewTravel.SortCompare      += new System.Windows.Forms.DataGridViewSortCompareEventHandler(this.dataGridViewTravel_SortCompare);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText   = "Item";
     this.dataGridViewTextBoxColumn1.MinimumWidth = 50;
     this.dataGridViewTextBoxColumn1.Name         = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly     = true;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.FillWeight   = 400F;
     this.dataGridViewTextBoxColumn2.HeaderText   = "Information";
     this.dataGridViewTextBoxColumn2.MinimumWidth = 50;
     this.dataGridViewTextBoxColumn2.Name         = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly     = true;
     //
     // userControlStatsTimeTravel
     //
     this.userControlStatsTimeTravel.AutoSize         = true;
     this.userControlStatsTimeTravel.Dock             = System.Windows.Forms.DockStyle.Top;
     this.userControlStatsTimeTravel.Location         = new System.Drawing.Point(0, 0);
     this.userControlStatsTimeTravel.Name             = "userControlStatsTimeTravel";
     this.userControlStatsTimeTravel.Size             = new System.Drawing.Size(703, 23);
     this.userControlStatsTimeTravel.TabIndex         = 0;
     this.userControlStatsTimeTravel.TimeMode         = EDDiscovery.UserControls.StatsTimeUserControl.TimeModeType.Summary;
     this.userControlStatsTimeTravel.TimeModeChanged += new System.EventHandler(this.userControlStatsTimeTravel_TimeModeChanged);
     //
     // tabPageScan
     //
     this.tabPageScan.Controls.Add(this.extPanelDataGridViewScrollScan);
     this.tabPageScan.Controls.Add(this.userControlStatsTimeScan);
     this.tabPageScan.Location = new System.Drawing.Point(4, 22);
     this.tabPageScan.Name     = "tabPageScan";
     this.tabPageScan.Size     = new System.Drawing.Size(703, 543);
     this.tabPageScan.TabIndex = 1;
     this.tabPageScan.Text     = "Scan";
     this.tabPageScan.UseVisualStyleBackColor = true;
     //
     // dataGridViewScan
     //
     this.dataGridViewScan.AllowUserToAddRows          = false;
     this.dataGridViewScan.AllowUserToDeleteRows       = false;
     this.dataGridViewScan.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewScan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewScan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ScanNotUsed
     });
     this.dataGridViewScan.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewScan.Location          = new System.Drawing.Point(0, 0);
     this.dataGridViewScan.Name              = "dataGridViewScan";
     this.dataGridViewScan.RowHeadersVisible = false;
     this.dataGridViewScan.ScrollBars        = System.Windows.Forms.ScrollBars.None;
     this.dataGridViewScan.Size              = new System.Drawing.Size(687, 520);
     this.dataGridViewScan.TabIndex          = 4;
     this.dataGridViewScan.SortCompare      += new System.Windows.Forms.DataGridViewSortCompareEventHandler(this.dataGridViewScan_SortCompare);
     //
     // ScanNotUsed
     //
     this.ScanNotUsed.HeaderText = "Column1";
     this.ScanNotUsed.Name       = "ScanNotUsed";
     //
     // userControlStatsTimeScan
     //
     this.userControlStatsTimeScan.AutoSize         = true;
     this.userControlStatsTimeScan.Dock             = System.Windows.Forms.DockStyle.Top;
     this.userControlStatsTimeScan.Location         = new System.Drawing.Point(0, 0);
     this.userControlStatsTimeScan.Name             = "userControlStatsTimeScan";
     this.userControlStatsTimeScan.Size             = new System.Drawing.Size(703, 23);
     this.userControlStatsTimeScan.TabIndex         = 1;
     this.userControlStatsTimeScan.TimeMode         = EDDiscovery.UserControls.StatsTimeUserControl.TimeModeType.Summary;
     this.userControlStatsTimeScan.TimeModeChanged += new System.EventHandler(this.userControlStatsTimeScan_TimeModeChanged);
     //
     // tabPageGameStats
     //
     this.tabPageGameStats.Controls.Add(this.treeViewStats);
     this.tabPageGameStats.Location = new System.Drawing.Point(4, 22);
     this.tabPageGameStats.Name     = "tabPageGameStats";
     this.tabPageGameStats.Size     = new System.Drawing.Size(703, 543);
     this.tabPageGameStats.TabIndex = 5;
     this.tabPageGameStats.Text     = "In Game";
     this.tabPageGameStats.UseVisualStyleBackColor = true;
     //
     // treeViewStats
     //
     this.treeViewStats.BorderColor        = System.Drawing.Color.Transparent;
     this.treeViewStats.BorderColorScaling = 0.5F;
     this.treeViewStats.Dock                             = System.Windows.Forms.DockStyle.Fill;
     this.treeViewStats.HideScrollBar                    = true;
     this.treeViewStats.Location                         = new System.Drawing.Point(0, 0);
     this.treeViewStats.Name                             = "treeViewStats";
     this.treeViewStats.ScrollBarArrowBorderColor        = System.Drawing.Color.LightBlue;
     this.treeViewStats.ScrollBarArrowButtonColor        = System.Drawing.Color.LightGray;
     this.treeViewStats.ScrollBarBackColor               = System.Drawing.SystemColors.Control;
     this.treeViewStats.ScrollBarBorderColor             = System.Drawing.Color.White;
     this.treeViewStats.ScrollBarFlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.treeViewStats.ScrollBarForeColor               = System.Drawing.SystemColors.ControlText;
     this.treeViewStats.ScrollBarMouseOverButtonColor    = System.Drawing.Color.Green;
     this.treeViewStats.ScrollBarMousePressedButtonColor = System.Drawing.Color.Red;
     this.treeViewStats.ScrollBarSliderColor             = System.Drawing.Color.DarkGray;
     this.treeViewStats.ScrollBarThumbBorderColor        = System.Drawing.Color.Yellow;
     this.treeViewStats.ScrollBarThumbButtonColor        = System.Drawing.Color.DarkBlue;
     this.treeViewStats.ShowLineCount                    = false;
     this.treeViewStats.ShowLines                        = true;
     this.treeViewStats.ShowPlusMinus                    = true;
     this.treeViewStats.ShowRootLines                    = true;
     this.treeViewStats.Size                             = new System.Drawing.Size(703, 543);
     this.treeViewStats.TabIndex                         = 0;
     this.treeViewStats.TreeViewBackColor                = System.Drawing.SystemColors.Control;
     this.treeViewStats.TreeViewForeColor                = System.Drawing.SystemColors.ControlText;
     //
     // tabPageByShip
     //
     this.tabPageByShip.Controls.Add(this.extPanelDataGridViewScrollByShip);
     this.tabPageByShip.Location = new System.Drawing.Point(4, 22);
     this.tabPageByShip.Name     = "tabPageByShip";
     this.tabPageByShip.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageByShip.Size     = new System.Drawing.Size(703, 543);
     this.tabPageByShip.TabIndex = 6;
     this.tabPageByShip.Text     = "By Ship";
     this.tabPageByShip.UseVisualStyleBackColor = true;
     //
     // dataGridViewByShip
     //
     this.dataGridViewByShip.AllowUserToAddRows          = false;
     this.dataGridViewByShip.AllowUserToDeleteRows       = false;
     this.dataGridViewByShip.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewByShip.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewByShip.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4
     });
     this.dataGridViewByShip.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewByShip.Location          = new System.Drawing.Point(0, 0);
     this.dataGridViewByShip.Name              = "dataGridViewByShip";
     this.dataGridViewByShip.RowHeadersVisible = false;
     this.dataGridViewByShip.ScrollBars        = System.Windows.Forms.ScrollBars.None;
     this.dataGridViewByShip.Size              = new System.Drawing.Size(681, 537);
     this.dataGridViewByShip.TabIndex          = 3;
     this.dataGridViewByShip.SortCompare      += new System.Windows.Forms.DataGridViewSortCompareEventHandler(this.dataGridViewByShip_SortCompare);
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText   = "Item";
     this.dataGridViewTextBoxColumn3.MinimumWidth = 50;
     this.dataGridViewTextBoxColumn3.Name         = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly     = true;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.FillWeight   = 400F;
     this.dataGridViewTextBoxColumn4.HeaderText   = "Information";
     this.dataGridViewTextBoxColumn4.MinimumWidth = 50;
     this.dataGridViewTextBoxColumn4.Name         = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly     = true;
     //
     // extPanelDataGridViewScrollTravel
     //
     this.extPanelDataGridViewScrollTravel.Controls.Add(this.extScrollBarTravel);
     this.extPanelDataGridViewScrollTravel.Controls.Add(this.dataGridViewTravel);
     this.extPanelDataGridViewScrollTravel.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.extPanelDataGridViewScrollTravel.InternalMargin             = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.extPanelDataGridViewScrollTravel.Location                   = new System.Drawing.Point(0, 23);
     this.extPanelDataGridViewScrollTravel.Name                       = "extPanelDataGridViewScrollTravel";
     this.extPanelDataGridViewScrollTravel.Size                       = new System.Drawing.Size(703, 520);
     this.extPanelDataGridViewScrollTravel.TabIndex                   = 4;
     this.extPanelDataGridViewScrollTravel.VerticalScrollBarDockRight = true;
     //
     // extScrollBarTravel
     //
     this.extScrollBarTravel.ArrowBorderColor        = System.Drawing.Color.LightBlue;
     this.extScrollBarTravel.ArrowButtonColor        = System.Drawing.Color.LightGray;
     this.extScrollBarTravel.ArrowColorScaling       = 0.5F;
     this.extScrollBarTravel.ArrowDownDrawAngle      = 270F;
     this.extScrollBarTravel.ArrowUpDrawAngle        = 90F;
     this.extScrollBarTravel.BorderColor             = System.Drawing.Color.White;
     this.extScrollBarTravel.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.extScrollBarTravel.HideScrollBar           = false;
     this.extScrollBarTravel.LargeChange             = 0;
     this.extScrollBarTravel.Location                = new System.Drawing.Point(687, 0);
     this.extScrollBarTravel.Maximum                 = -1;
     this.extScrollBarTravel.Minimum                 = 0;
     this.extScrollBarTravel.MouseOverButtonColor    = System.Drawing.Color.Green;
     this.extScrollBarTravel.MousePressedButtonColor = System.Drawing.Color.Red;
     this.extScrollBarTravel.Name              = "extScrollBarTravel";
     this.extScrollBarTravel.Size              = new System.Drawing.Size(16, 520);
     this.extScrollBarTravel.SliderColor       = System.Drawing.Color.DarkGray;
     this.extScrollBarTravel.SmallChange       = 1;
     this.extScrollBarTravel.TabIndex          = 4;
     this.extScrollBarTravel.Text              = "extScrollBar1";
     this.extScrollBarTravel.ThumbBorderColor  = System.Drawing.Color.Yellow;
     this.extScrollBarTravel.ThumbButtonColor  = System.Drawing.Color.DarkBlue;
     this.extScrollBarTravel.ThumbColorScaling = 0.5F;
     this.extScrollBarTravel.ThumbDrawAngle    = 0F;
     this.extScrollBarTravel.Value             = -1;
     this.extScrollBarTravel.ValueLimited      = -1;
     //
     // extPanelDataGridViewScrollScan
     //
     this.extPanelDataGridViewScrollScan.Controls.Add(this.dataGridViewScan);
     this.extPanelDataGridViewScrollScan.Controls.Add(this.extScrollBarScan);
     this.extPanelDataGridViewScrollScan.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.extPanelDataGridViewScrollScan.InternalMargin             = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.extPanelDataGridViewScrollScan.Location                   = new System.Drawing.Point(0, 23);
     this.extPanelDataGridViewScrollScan.Name                       = "extPanelDataGridViewScrollScan";
     this.extPanelDataGridViewScrollScan.Size                       = new System.Drawing.Size(703, 520);
     this.extPanelDataGridViewScrollScan.TabIndex                   = 5;
     this.extPanelDataGridViewScrollScan.VerticalScrollBarDockRight = true;
     //
     // extScrollBarScan
     //
     this.extScrollBarScan.ArrowBorderColor        = System.Drawing.Color.LightBlue;
     this.extScrollBarScan.ArrowButtonColor        = System.Drawing.Color.LightGray;
     this.extScrollBarScan.ArrowColorScaling       = 0.5F;
     this.extScrollBarScan.ArrowDownDrawAngle      = 270F;
     this.extScrollBarScan.ArrowUpDrawAngle        = 90F;
     this.extScrollBarScan.BorderColor             = System.Drawing.Color.White;
     this.extScrollBarScan.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.extScrollBarScan.HideScrollBar           = false;
     this.extScrollBarScan.LargeChange             = 0;
     this.extScrollBarScan.Location                = new System.Drawing.Point(687, 0);
     this.extScrollBarScan.Maximum                 = -1;
     this.extScrollBarScan.Minimum                 = 0;
     this.extScrollBarScan.MouseOverButtonColor    = System.Drawing.Color.Green;
     this.extScrollBarScan.MousePressedButtonColor = System.Drawing.Color.Red;
     this.extScrollBarScan.Name              = "extScrollBarScan";
     this.extScrollBarScan.Size              = new System.Drawing.Size(16, 520);
     this.extScrollBarScan.SliderColor       = System.Drawing.Color.DarkGray;
     this.extScrollBarScan.SmallChange       = 1;
     this.extScrollBarScan.TabIndex          = 0;
     this.extScrollBarScan.Text              = "extScrollBar1";
     this.extScrollBarScan.ThumbBorderColor  = System.Drawing.Color.Yellow;
     this.extScrollBarScan.ThumbButtonColor  = System.Drawing.Color.DarkBlue;
     this.extScrollBarScan.ThumbColorScaling = 0.5F;
     this.extScrollBarScan.ThumbDrawAngle    = 0F;
     this.extScrollBarScan.Value             = -1;
     this.extScrollBarScan.ValueLimited      = -1;
     //
     // extPanelDataGridViewScrollByShip
     //
     this.extPanelDataGridViewScrollByShip.Controls.Add(this.dataGridViewByShip);
     this.extPanelDataGridViewScrollByShip.Controls.Add(this.extScrollBarByShip);
     this.extPanelDataGridViewScrollByShip.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.extPanelDataGridViewScrollByShip.InternalMargin             = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.extPanelDataGridViewScrollByShip.Location                   = new System.Drawing.Point(3, 3);
     this.extPanelDataGridViewScrollByShip.Name                       = "extPanelDataGridViewScrollByShip";
     this.extPanelDataGridViewScrollByShip.Size                       = new System.Drawing.Size(697, 537);
     this.extPanelDataGridViewScrollByShip.TabIndex                   = 4;
     this.extPanelDataGridViewScrollByShip.VerticalScrollBarDockRight = true;
     //
     // extScrollBarByShip
     //
     this.extScrollBarByShip.ArrowBorderColor        = System.Drawing.Color.LightBlue;
     this.extScrollBarByShip.ArrowButtonColor        = System.Drawing.Color.LightGray;
     this.extScrollBarByShip.ArrowColorScaling       = 0.5F;
     this.extScrollBarByShip.ArrowDownDrawAngle      = 270F;
     this.extScrollBarByShip.ArrowUpDrawAngle        = 90F;
     this.extScrollBarByShip.BorderColor             = System.Drawing.Color.White;
     this.extScrollBarByShip.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.extScrollBarByShip.HideScrollBar           = false;
     this.extScrollBarByShip.LargeChange             = 0;
     this.extScrollBarByShip.Location                = new System.Drawing.Point(681, 0);
     this.extScrollBarByShip.Maximum                 = -1;
     this.extScrollBarByShip.Minimum                 = 0;
     this.extScrollBarByShip.MouseOverButtonColor    = System.Drawing.Color.Green;
     this.extScrollBarByShip.MousePressedButtonColor = System.Drawing.Color.Red;
     this.extScrollBarByShip.Name              = "extScrollBarByShip";
     this.extScrollBarByShip.Size              = new System.Drawing.Size(16, 537);
     this.extScrollBarByShip.SliderColor       = System.Drawing.Color.DarkGray;
     this.extScrollBarByShip.SmallChange       = 1;
     this.extScrollBarByShip.TabIndex          = 0;
     this.extScrollBarByShip.Text              = "extScrollBar1";
     this.extScrollBarByShip.ThumbBorderColor  = System.Drawing.Color.Yellow;
     this.extScrollBarByShip.ThumbButtonColor  = System.Drawing.Color.DarkBlue;
     this.extScrollBarByShip.ThumbColorScaling = 0.5F;
     this.extScrollBarByShip.ThumbDrawAngle    = 0F;
     this.extScrollBarByShip.Value             = -1;
     this.extScrollBarByShip.ValueLimited      = -1;
     //
     // UserControlStats
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControlCustomStats);
     this.Name = "UserControlStats";
     this.Size = new System.Drawing.Size(711, 569);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewStats)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mostVisited)).EndInit();
     this.panelGeneral.ResumeLayout(false);
     this.tabControlCustomStats.ResumeLayout(false);
     this.tabPageGeneral.ResumeLayout(false);
     this.tabPageTravel.ResumeLayout(false);
     this.tabPageTravel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTravel)).EndInit();
     this.tabPageScan.ResumeLayout(false);
     this.tabPageScan.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewScan)).EndInit();
     this.tabPageGameStats.ResumeLayout(false);
     this.tabPageByShip.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewByShip)).EndInit();
     this.extPanelDataGridViewScrollTravel.ResumeLayout(false);
     this.extPanelDataGridViewScrollScan.ResumeLayout(false);
     this.extPanelDataGridViewScrollByShip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     ExtendedControls.TabStyleSquare tabStyleSquare1 = new ExtendedControls.TabStyleSquare();
     this.dataGridViewStats          = new System.Windows.Forms.DataGridView();
     this.ItemName                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Information                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.mostVisited                = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.panelData                  = new ExtendedControls.PanelVScroll();
     this.vScrollBarCustom           = new ExtendedControls.VScrollBarCustom();
     this.tabControlCustomStats      = new ExtendedControls.TabControlCustom();
     this.tabPageGeneral             = new System.Windows.Forms.TabPage();
     this.tabPageTravel              = new System.Windows.Forms.TabPage();
     this.dataGridViewTravel         = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.userControlStatsTimeTravel = new EDDiscovery.UserControls.UserControlStatsTime();
     this.tabPageScan                = new System.Windows.Forms.TabPage();
     this.dataGridViewScan           = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.userControlStatsTimeScan   = new EDDiscovery.UserControls.UserControlStatsTime();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewStats)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mostVisited)).BeginInit();
     this.panelData.SuspendLayout();
     this.tabControlCustomStats.SuspendLayout();
     this.tabPageGeneral.SuspendLayout();
     this.tabPageTravel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTravel)).BeginInit();
     this.tabPageScan.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewScan)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridViewStats
     //
     this.dataGridViewStats.AllowUserToAddRows          = false;
     this.dataGridViewStats.AllowUserToDeleteRows       = false;
     this.dataGridViewStats.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewStats.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewStats.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ItemName,
         this.Information
     });
     this.dataGridViewStats.Location                = new System.Drawing.Point(0, 0);
     this.dataGridViewStats.Name                    = "dataGridViewStats";
     this.dataGridViewStats.RowHeadersVisible       = false;
     this.dataGridViewStats.ScrollBars              = System.Windows.Forms.ScrollBars.None;
     this.dataGridViewStats.Size                    = new System.Drawing.Size(156, 336);
     this.dataGridViewStats.TabIndex                = 2;
     this.dataGridViewStats.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewStats_ColumnHeaderMouseClick);
     //
     // ItemName
     //
     this.ItemName.HeaderText   = "Item";
     this.ItemName.MinimumWidth = 50;
     this.ItemName.Name         = "ItemName";
     this.ItemName.ReadOnly     = true;
     //
     // Information
     //
     this.Information.FillWeight   = 400F;
     this.Information.HeaderText   = "Information";
     this.Information.MinimumWidth = 50;
     this.Information.Name         = "Information";
     this.Information.ReadOnly     = true;
     //
     // mostVisited
     //
     this.mostVisited.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     chartArea1.Name = "ChartArea1";
     this.mostVisited.ChartAreas.Add(chartArea1);
     this.mostVisited.Location = new System.Drawing.Point(-3, 356);
     this.mostVisited.Name     = "mostVisited";
     series1.ChartArea         = "ChartArea1";
     series1.Name = "Series1";
     this.mostVisited.Series.Add(series1);
     this.mostVisited.Size     = new System.Drawing.Size(159, 148);
     this.mostVisited.TabIndex = 5;
     this.mostVisited.Text     = "Most Visited";
     //
     // panelData
     //
     this.panelData.Controls.Add(this.vScrollBarCustom);
     this.panelData.Controls.Add(this.mostVisited);
     this.panelData.Controls.Add(this.dataGridViewStats);
     this.panelData.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.panelData.InternalMargin             = new System.Windows.Forms.Padding(0);
     this.panelData.Location                   = new System.Drawing.Point(3, 3);
     this.panelData.Name                       = "panelData";
     this.panelData.ScrollBarWidth             = 20;
     this.panelData.Size                       = new System.Drawing.Size(784, 720);
     this.panelData.TabIndex                   = 4;
     this.panelData.VerticalScrollBarDockRight = true;
     this.panelData.Paint                     += new System.Windows.Forms.PaintEventHandler(this.panelData_Paint);
     //
     // vScrollBarCustom
     //
     this.vScrollBarCustom.ArrowBorderColor   = System.Drawing.Color.LightBlue;
     this.vScrollBarCustom.ArrowButtonColor   = System.Drawing.Color.LightGray;
     this.vScrollBarCustom.ArrowColorScaling  = 0.5F;
     this.vScrollBarCustom.ArrowDownDrawAngle = 270F;
     this.vScrollBarCustom.ArrowUpDrawAngle   = 90F;
     this.vScrollBarCustom.BorderColor        = System.Drawing.Color.White;
     this.vScrollBarCustom.Dock                    = System.Windows.Forms.DockStyle.Right;
     this.vScrollBarCustom.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.vScrollBarCustom.HideScrollBar           = false;
     this.vScrollBarCustom.LargeChange             = 10;
     this.vScrollBarCustom.Location                = new System.Drawing.Point(764, 0);
     this.vScrollBarCustom.Maximum                 = -202;
     this.vScrollBarCustom.Minimum                 = 0;
     this.vScrollBarCustom.MouseOverButtonColor    = System.Drawing.Color.Green;
     this.vScrollBarCustom.MousePressedButtonColor = System.Drawing.Color.Red;
     this.vScrollBarCustom.Name                    = "vScrollBarCustom";
     this.vScrollBarCustom.Size                    = new System.Drawing.Size(20, 720);
     this.vScrollBarCustom.SliderColor             = System.Drawing.Color.DarkGray;
     this.vScrollBarCustom.SmallChange             = 1;
     this.vScrollBarCustom.TabIndex                = 8;
     this.vScrollBarCustom.Text                    = "vScrollBarCustom1";
     this.vScrollBarCustom.ThumbBorderColor        = System.Drawing.Color.Yellow;
     this.vScrollBarCustom.ThumbButtonColor        = System.Drawing.Color.DarkBlue;
     this.vScrollBarCustom.ThumbColorScaling       = 0.5F;
     this.vScrollBarCustom.ThumbDrawAngle          = 0F;
     this.vScrollBarCustom.Value                   = -202;
     this.vScrollBarCustom.ValueLimited            = -202;
     //
     // tabControlCustomStats
     //
     this.tabControlCustomStats.Controls.Add(this.tabPageGeneral);
     this.tabControlCustomStats.Controls.Add(this.tabPageTravel);
     this.tabControlCustomStats.Controls.Add(this.tabPageScan);
     this.tabControlCustomStats.Dock                        = System.Windows.Forms.DockStyle.Fill;
     this.tabControlCustomStats.FlatStyle                   = System.Windows.Forms.FlatStyle.System;
     this.tabControlCustomStats.Location                    = new System.Drawing.Point(0, 0);
     this.tabControlCustomStats.Name                        = "tabControlCustomStats";
     this.tabControlCustomStats.SelectedIndex               = 0;
     this.tabControlCustomStats.Size                        = new System.Drawing.Size(798, 752);
     this.tabControlCustomStats.TabColorScaling             = 0.5F;
     this.tabControlCustomStats.TabControlBorderBrightColor = System.Drawing.Color.LightGray;
     this.tabControlCustomStats.TabControlBorderColor       = System.Drawing.Color.DarkGray;
     this.tabControlCustomStats.TabDisabledScaling          = 0.5F;
     this.tabControlCustomStats.TabIndex                    = 5;
     this.tabControlCustomStats.TabMouseOverColor           = System.Drawing.Color.White;
     this.tabControlCustomStats.TabNotSelectedBorderColor   = System.Drawing.Color.Gray;
     this.tabControlCustomStats.TabNotSelectedColor         = System.Drawing.Color.Gray;
     this.tabControlCustomStats.TabOpaque                   = 100F;
     this.tabControlCustomStats.TabSelectedColor            = System.Drawing.Color.LightGray;
     this.tabControlCustomStats.TabStyle                    = tabStyleSquare1;
     this.tabControlCustomStats.TextNotSelectedColor        = System.Drawing.SystemColors.ControlText;
     this.tabControlCustomStats.TextSelectedColor           = System.Drawing.SystemColors.ControlText;
     //
     // tabPageGeneral
     //
     this.tabPageGeneral.Controls.Add(this.panelData);
     this.tabPageGeneral.Location = new System.Drawing.Point(4, 22);
     this.tabPageGeneral.Name     = "tabPageGeneral";
     this.tabPageGeneral.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageGeneral.Size     = new System.Drawing.Size(790, 726);
     this.tabPageGeneral.TabIndex = 0;
     this.tabPageGeneral.Text     = "General";
     this.tabPageGeneral.UseVisualStyleBackColor = true;
     //
     // tabPageTravel
     //
     this.tabPageTravel.Controls.Add(this.dataGridViewTravel);
     this.tabPageTravel.Controls.Add(this.userControlStatsTimeTravel);
     this.tabPageTravel.Location = new System.Drawing.Point(4, 22);
     this.tabPageTravel.Name     = "tabPageTravel";
     this.tabPageTravel.Size     = new System.Drawing.Size(790, 726);
     this.tabPageTravel.TabIndex = 4;
     this.tabPageTravel.Text     = "Travel";
     this.tabPageTravel.UseVisualStyleBackColor = true;
     //
     // dataGridViewTravel
     //
     this.dataGridViewTravel.AllowUserToAddRows          = false;
     this.dataGridViewTravel.AllowUserToDeleteRows       = false;
     this.dataGridViewTravel.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewTravel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewTravel.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2
     });
     this.dataGridViewTravel.Location                = new System.Drawing.Point(19, 46);
     this.dataGridViewTravel.Name                    = "dataGridViewTravel";
     this.dataGridViewTravel.RowHeadersVisible       = false;
     this.dataGridViewTravel.ScrollBars              = System.Windows.Forms.ScrollBars.None;
     this.dataGridViewTravel.Size                    = new System.Drawing.Size(156, 336);
     this.dataGridViewTravel.TabIndex                = 3;
     this.dataGridViewTravel.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewTravel_ColumnHeaderMouseClick);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText   = "Item";
     this.dataGridViewTextBoxColumn1.MinimumWidth = 50;
     this.dataGridViewTextBoxColumn1.Name         = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly     = true;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.FillWeight   = 400F;
     this.dataGridViewTextBoxColumn2.HeaderText   = "Information";
     this.dataGridViewTextBoxColumn2.MinimumWidth = 50;
     this.dataGridViewTextBoxColumn2.Name         = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly     = true;
     //
     // userControlStatsTimeTravel
     //
     this.userControlStatsTimeTravel.Dock             = System.Windows.Forms.DockStyle.Top;
     this.userControlStatsTimeTravel.DrawMode         = EDDiscovery.UserControls.UserControlStatsDrawModeEnum.Graph;
     this.userControlStatsTimeTravel.Location         = new System.Drawing.Point(0, 0);
     this.userControlStatsTimeTravel.Name             = "userControlStatsTimeTravel";
     this.userControlStatsTimeTravel.Size             = new System.Drawing.Size(790, 27);
     this.userControlStatsTimeTravel.Stars            = false;
     this.userControlStatsTimeTravel.TabIndex         = 0;
     this.userControlStatsTimeTravel.TimeMode         = EDDiscovery.UserControls.UserControlStatsTimeModeEnum.Summary;
     this.userControlStatsTimeTravel.TimeModeChanged += new System.EventHandler(this.userControlStatsTimeTravel_TimeModeChanged);
     this.userControlStatsTimeTravel.DrawModeChanged += new System.EventHandler(this.userControlStatsTimeTravel_DrawModeChanged);
     //
     // tabPageScan
     //
     this.tabPageScan.Controls.Add(this.dataGridViewScan);
     this.tabPageScan.Controls.Add(this.userControlStatsTimeScan);
     this.tabPageScan.Location = new System.Drawing.Point(4, 22);
     this.tabPageScan.Name     = "tabPageScan";
     this.tabPageScan.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageScan.Size     = new System.Drawing.Size(790, 726);
     this.tabPageScan.TabIndex = 1;
     this.tabPageScan.Text     = "Scan";
     this.tabPageScan.UseVisualStyleBackColor = true;
     //
     // dataGridViewScan
     //
     this.dataGridViewScan.AllowUserToAddRows          = false;
     this.dataGridViewScan.AllowUserToDeleteRows       = false;
     this.dataGridViewScan.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewScan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewScan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4
     });
     this.dataGridViewScan.Location                = new System.Drawing.Point(6, 50);
     this.dataGridViewScan.Name                    = "dataGridViewScan";
     this.dataGridViewScan.RowHeadersVisible       = false;
     this.dataGridViewScan.ScrollBars              = System.Windows.Forms.ScrollBars.Vertical;
     this.dataGridViewScan.Size                    = new System.Drawing.Size(551, 367);
     this.dataGridViewScan.TabIndex                = 4;
     this.dataGridViewScan.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewScan_ColumnHeaderMouseClick);
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText   = "Item";
     this.dataGridViewTextBoxColumn3.MinimumWidth = 50;
     this.dataGridViewTextBoxColumn3.Name         = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly     = true;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.FillWeight   = 400F;
     this.dataGridViewTextBoxColumn4.HeaderText   = "Information";
     this.dataGridViewTextBoxColumn4.MinimumWidth = 50;
     this.dataGridViewTextBoxColumn4.Name         = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly     = true;
     //
     // userControlStatsTimeScan
     //
     this.userControlStatsTimeScan.Dock             = System.Windows.Forms.DockStyle.Top;
     this.userControlStatsTimeScan.DrawMode         = EDDiscovery.UserControls.UserControlStatsDrawModeEnum.Graph;
     this.userControlStatsTimeScan.Location         = new System.Drawing.Point(3, 3);
     this.userControlStatsTimeScan.Name             = "userControlStatsTimeScan";
     this.userControlStatsTimeScan.Size             = new System.Drawing.Size(784, 27);
     this.userControlStatsTimeScan.Stars            = false;
     this.userControlStatsTimeScan.TabIndex         = 1;
     this.userControlStatsTimeScan.TimeMode         = EDDiscovery.UserControls.UserControlStatsTimeModeEnum.Summary;
     this.userControlStatsTimeScan.TimeModeChanged += new System.EventHandler(this.userControlStatsTimeScan_TimeModeChanged);
     //
     // UserControlStats
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControlCustomStats);
     this.Name = "UserControlStats";
     this.Size = new System.Drawing.Size(798, 752);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewStats)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mostVisited)).EndInit();
     this.panelData.ResumeLayout(false);
     this.tabControlCustomStats.ResumeLayout(false);
     this.tabPageGeneral.ResumeLayout(false);
     this.tabPageTravel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTravel)).EndInit();
     this.tabPageScan.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewScan)).EndInit();
     this.ResumeLayout(false);
 }
示例#5
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(EDDiscoveryForm));
     ExtendedControls.TabStyleSquare tabStyleSquare1          = new ExtendedControls.TabStyleSquare();
     this.menuStrip1                                               = new System.Windows.Forms.MenuStrip();
     this.toolsToolStripMenuItem                                   = new System.Windows.Forms.ToolStripMenuItem();
     this.show2DMapsToolStripMenuItem                              = new System.Windows.Forms.ToolStripMenuItem();
     this.show3DMapsToolStripMenuItem                              = new System.Windows.Forms.ToolStripMenuItem();
     this.changeMapColorToolStripMenuItem                          = new System.Windows.Forms.ToolStripMenuItem();
     this.editThemeToolStripMenuItem                               = new System.Windows.Forms.ToolStripMenuItem();
     this.materialSearchToolStripMenuItem                          = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem                                    = new System.Windows.Forms.ToolStripMenuItem();
     this.adminToolStripMenuItem                                   = new System.Windows.Forms.ToolStripMenuItem();
     this.forceEDDBUpdateToolStripMenuItem                         = new System.Windows.Forms.ToolStripMenuItem();
     this.syncEDSMSystemsToolStripMenuItem                         = new System.Windows.Forms.ToolStripMenuItem();
     this.showLogfilesToolStripMenuItem                            = new System.Windows.Forms.ToolStripMenuItem();
     this.openEliteDangerousDirectoryToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.read21AndFormerLogFilesToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.rescanAllJournalFilesToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteDuplicateFSDJumpEntriesToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.sendUnsuncedEDDNEventsToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem                                    = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem                                   = new System.Windows.Forms.ToolStripMenuItem();
     this.gitHubToolStripMenuItem                                  = new System.Windows.Forms.ToolStripMenuItem();
     this.eDDiscoveryHomepageToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     this.frontierForumThreadToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     this.reportIssueIdeasToolStripMenuItem                        = new System.Windows.Forms.ToolStripMenuItem();
     this.eDDiscoveryChatDiscordToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     this.checkForNewReleaseToolStripMenuItem                      = new System.Windows.Forms.ToolStripMenuItem();
     this.panelInfo                    = new System.Windows.Forms.Panel();
     this.labelPanelText               = new System.Windows.Forms.Label();
     this.label_version                = new System.Windows.Forms.Label();
     this.panel_eddiscovery            = new System.Windows.Forms.Panel();
     this._syncWorker                  = new System.ComponentModel.BackgroundWorker();
     this._checkSystemsWorker          = new System.ComponentModel.BackgroundWorker();
     this.edsmRefreshTimer             = new System.Windows.Forms.Timer(this.components);
     this._refreshWorker               = new System.ComponentModel.BackgroundWorker();
     this.tabControl1                  = new ExtendedControls.TabControlCustom();
     this.tabPageTravelHistory         = new System.Windows.Forms.TabPage();
     this.travelHistoryControl1        = new EDDiscovery.TravelHistoryControl();
     this.tabPageJournal               = new System.Windows.Forms.TabPage();
     this.journalViewControl1          = new EDDiscovery.JournalViewControl();
     this.tabPageTriletaration         = new System.Windows.Forms.TabPage();
     this.trilaterationControl         = new EDDiscovery.TrilaterationControl();
     this.tabPageScreenshots           = new System.Windows.Forms.TabPage();
     this.imageHandler1                = new EDDiscovery2.ImageHandler.ImageHandler();
     this.tabPageRoute                 = new System.Windows.Forms.TabPage();
     this.routeControl1                = new EDDiscovery.RouteControl();
     this.tabPageRoutesExpeditions     = new System.Windows.Forms.TabPage();
     this.savedRouteExpeditionControl1 = new EDDiscovery.SavedRouteExpeditionControl();
     this.tabPageExport                = new System.Windows.Forms.TabPage();
     this.exportControl1               = new EDDiscovery.ExportControl();
     this.tabPageSettings              = new System.Windows.Forms.TabPage();
     this.settings              = new EDDiscovery2.Settings();
     this.button_test           = new ExtendedControls.ButtonExt();
     this.panel_minimize        = new ExtendedControls.DrawnPanel();
     this.panel_close           = new ExtendedControls.DrawnPanel();
     this.statusStrip1          = new ExtendedControls.StatusStripCustom();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuStrip1.SuspendLayout();
     this.panelInfo.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPageTravelHistory.SuspendLayout();
     this.tabPageJournal.SuspendLayout();
     this.tabPageTriletaration.SuspendLayout();
     this.tabPageScreenshots.SuspendLayout();
     this.tabPageRoute.SuspendLayout();
     this.tabPageRoutesExpeditions.SuspendLayout();
     this.tabPageExport.SuspendLayout();
     this.tabPageSettings.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolsToolStripMenuItem,
         this.adminToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(247, 24);
     this.menuStrip1.TabIndex = 16;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.show2DMapsToolStripMenuItem,
         this.show3DMapsToolStripMenuItem,
         this.changeMapColorToolStripMenuItem,
         this.editThemeToolStripMenuItem,
         this.materialSearchToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "Tools";
     //
     // show2DMapsToolStripMenuItem
     //
     this.show2DMapsToolStripMenuItem.Name   = "show2DMapsToolStripMenuItem";
     this.show2DMapsToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.show2DMapsToolStripMenuItem.Text   = "Show 2D maps";
     this.show2DMapsToolStripMenuItem.Click += new System.EventHandler(this.show2DMapsToolStripMenuItem_Click);
     //
     // show3DMapsToolStripMenuItem
     //
     this.show3DMapsToolStripMenuItem.Name   = "show3DMapsToolStripMenuItem";
     this.show3DMapsToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.show3DMapsToolStripMenuItem.Text   = "Show 3D maps";
     this.show3DMapsToolStripMenuItem.Click += new System.EventHandler(this.show3DMapsToolStripMenuItem_Click);
     //
     // changeMapColorToolStripMenuItem
     //
     this.changeMapColorToolStripMenuItem.Name   = "changeMapColorToolStripMenuItem";
     this.changeMapColorToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.changeMapColorToolStripMenuItem.Text   = "Set Default Map Colour";
     this.changeMapColorToolStripMenuItem.Click += new System.EventHandler(this.changeMapColorToolStripMenuItem_Click);
     //
     // editThemeToolStripMenuItem
     //
     this.editThemeToolStripMenuItem.Name   = "editThemeToolStripMenuItem";
     this.editThemeToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.editThemeToolStripMenuItem.Text   = "Edit Theme";
     this.editThemeToolStripMenuItem.Click += new System.EventHandler(this.editThemeToolStripMenuItem_Click);
     //
     // materialSearchToolStripMenuItem
     //
     this.materialSearchToolStripMenuItem.Name    = "materialSearchToolStripMenuItem";
     this.materialSearchToolStripMenuItem.Size    = new System.Drawing.Size(197, 22);
     this.materialSearchToolStripMenuItem.Text    = "Material Search";
     this.materialSearchToolStripMenuItem.Visible = false;
     this.materialSearchToolStripMenuItem.Click  += new System.EventHandler(this.materialSearchToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // adminToolStripMenuItem
     //
     this.adminToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.forceEDDBUpdateToolStripMenuItem,
         this.syncEDSMSystemsToolStripMenuItem,
         this.showLogfilesToolStripMenuItem,
         this.openEliteDangerousDirectoryToolStripMenuItem,
         this.dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem,
         this.read21AndFormerLogFilesToolStripMenuItem,
         this.rescanAllJournalFilesToolStripMenuItem,
         this.deleteDuplicateFSDJumpEntriesToolStripMenuItem,
         this.sendUnsuncedEDDNEventsToolStripMenuItem
     });
     this.adminToolStripMenuItem.Name = "adminToolStripMenuItem";
     this.adminToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
     this.adminToolStripMenuItem.Text = "Admin";
     //
     // forceEDDBUpdateToolStripMenuItem
     //
     this.forceEDDBUpdateToolStripMenuItem.Name   = "forceEDDBUpdateToolStripMenuItem";
     this.forceEDDBUpdateToolStripMenuItem.Size   = new System.Drawing.Size(340, 22);
     this.forceEDDBUpdateToolStripMenuItem.Text   = "Synchronise with EDDB";
     this.forceEDDBUpdateToolStripMenuItem.Click += new System.EventHandler(this.forceEDDBUpdateToolStripMenuItem_Click);
     //
     // syncEDSMSystemsToolStripMenuItem
     //
     this.syncEDSMSystemsToolStripMenuItem.Name   = "syncEDSMSystemsToolStripMenuItem";
     this.syncEDSMSystemsToolStripMenuItem.Size   = new System.Drawing.Size(340, 22);
     this.syncEDSMSystemsToolStripMenuItem.Text   = "Synchronise with EDSM Stars";
     this.syncEDSMSystemsToolStripMenuItem.Click += new System.EventHandler(this.syncEDSMSystemsToolStripMenuItem_Click);
     //
     // showLogfilesToolStripMenuItem
     //
     this.showLogfilesToolStripMenuItem.Name   = "showLogfilesToolStripMenuItem";
     this.showLogfilesToolStripMenuItem.Size   = new System.Drawing.Size(340, 22);
     this.showLogfilesToolStripMenuItem.Text   = "Show journal files directory of current commander";
     this.showLogfilesToolStripMenuItem.Click += new System.EventHandler(this.showLogfilesToolStripMenuItem_Click);
     //
     // openEliteDangerousDirectoryToolStripMenuItem
     //
     this.openEliteDangerousDirectoryToolStripMenuItem.Name   = "openEliteDangerousDirectoryToolStripMenuItem";
     this.openEliteDangerousDirectoryToolStripMenuItem.Size   = new System.Drawing.Size(340, 22);
     this.openEliteDangerousDirectoryToolStripMenuItem.Text   = "Show Elite Dangerous directory";
     this.openEliteDangerousDirectoryToolStripMenuItem.Click += new System.EventHandler(this.openEliteDangerousDirectoryToolStripMenuItem_Click);
     //
     // dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem
     //
     this.dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem.Name   = "dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem";
     this.dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem.Size   = new System.Drawing.Size(340, 22);
     this.dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem.Text   = "Reset all history to current commander";
     this.dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem.Click += new System.EventHandler(this.dEBUGResetAllHistoryToFirstCommandeToolStripMenuItem_Click);
     //
     // read21AndFormerLogFilesToolStripMenuItem
     //
     this.read21AndFormerLogFilesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem
     });
     this.read21AndFormerLogFilesToolStripMenuItem.Name   = "read21AndFormerLogFilesToolStripMenuItem";
     this.read21AndFormerLogFilesToolStripMenuItem.Size   = new System.Drawing.Size(340, 22);
     this.read21AndFormerLogFilesToolStripMenuItem.Text   = "Read 2.1 and former log files";
     this.read21AndFormerLogFilesToolStripMenuItem.Click += new System.EventHandler(this.read21AndFormerLogFilesToolStripMenuItem_Click);
     //
     // read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem
     //
     this.read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem.Name   = "read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem";
     this.read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem.Size   = new System.Drawing.Size(164, 22);
     this.read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem.Text   = "Force reload logs";
     this.read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem.Click += new System.EventHandler(this.read21AndFormerLogFiles_forceReloadLogsToolStripMenuItem_Click);
     //
     // rescanAllJournalFilesToolStripMenuItem
     //
     this.rescanAllJournalFilesToolStripMenuItem.Name   = "rescanAllJournalFilesToolStripMenuItem";
     this.rescanAllJournalFilesToolStripMenuItem.Size   = new System.Drawing.Size(340, 22);
     this.rescanAllJournalFilesToolStripMenuItem.Text   = "Re-scan all journal files";
     this.rescanAllJournalFilesToolStripMenuItem.Click += new System.EventHandler(this.rescanAllJournalFilesToolStripMenuItem_Click);
     //
     // deleteDuplicateFSDJumpEntriesToolStripMenuItem
     //
     this.deleteDuplicateFSDJumpEntriesToolStripMenuItem.Name   = "deleteDuplicateFSDJumpEntriesToolStripMenuItem";
     this.deleteDuplicateFSDJumpEntriesToolStripMenuItem.Size   = new System.Drawing.Size(340, 22);
     this.deleteDuplicateFSDJumpEntriesToolStripMenuItem.Text   = "Delete duplicate FSD Jump entries";
     this.deleteDuplicateFSDJumpEntriesToolStripMenuItem.Click += new System.EventHandler(this.deleteDuplicateFSDJumpEntriesToolStripMenuItem_Click);
     //
     // sendUnsuncedEDDNEventsToolStripMenuItem
     //
     this.sendUnsuncedEDDNEventsToolStripMenuItem.Name   = "sendUnsuncedEDDNEventsToolStripMenuItem";
     this.sendUnsuncedEDDNEventsToolStripMenuItem.Size   = new System.Drawing.Size(340, 22);
     this.sendUnsuncedEDDNEventsToolStripMenuItem.Text   = "Send unsynced EDDN events";
     this.sendUnsuncedEDDNEventsToolStripMenuItem.Click += new System.EventHandler(this.sendUnsuncedEDDNEventsToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutToolStripMenuItem,
         this.eDDiscoveryHomepageToolStripMenuItem,
         this.gitHubToolStripMenuItem,
         this.frontierForumThreadToolStripMenuItem,
         this.reportIssueIdeasToolStripMenuItem,
         this.eDDiscoveryChatDiscordToolStripMenuItem,
         this.checkForNewReleaseToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.aboutToolStripMenuItem.Text   = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // gitHubToolStripMenuItem
     //
     this.gitHubToolStripMenuItem.Name   = "gitHubToolStripMenuItem";
     this.gitHubToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.gitHubToolStripMenuItem.Text   = "Github";
     this.gitHubToolStripMenuItem.Click += new System.EventHandler(this.gitHubToolStripMenuItem_Click);
     //
     // eDDiscoveryHomepageToolStripMenuItem
     //
     this.eDDiscoveryHomepageToolStripMenuItem.Name   = "eDDiscoveryHomepageToolStripMenuItem";
     this.eDDiscoveryHomepageToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.eDDiscoveryHomepageToolStripMenuItem.Text   = "EDDiscovery Help";
     this.eDDiscoveryHomepageToolStripMenuItem.Click += new System.EventHandler(this.eDDiscoveryHomepageToolStripMenuItem_Click);
     //
     // frontierForumThreadToolStripMenuItem
     //
     this.frontierForumThreadToolStripMenuItem.Name   = "frontierForumThreadToolStripMenuItem";
     this.frontierForumThreadToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.frontierForumThreadToolStripMenuItem.Text   = "Frontier forum thread";
     this.frontierForumThreadToolStripMenuItem.Click += new System.EventHandler(this.frontierForumThreadToolStripMenuItem_Click);
     //
     // reportIssueIdeasToolStripMenuItem
     //
     this.reportIssueIdeasToolStripMenuItem.Name   = "reportIssueIdeasToolStripMenuItem";
     this.reportIssueIdeasToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.reportIssueIdeasToolStripMenuItem.Text   = "Report issue / ideas";
     this.reportIssueIdeasToolStripMenuItem.Click += new System.EventHandler(this.reportIssueIdeasToolStripMenuItem_Click);
     //
     // eDDiscoveryChatDiscordToolStripMenuItem
     //
     this.eDDiscoveryChatDiscordToolStripMenuItem.Name   = "eDDiscoveryChatDiscordToolStripMenuItem";
     this.eDDiscoveryChatDiscordToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.eDDiscoveryChatDiscordToolStripMenuItem.Text   = "EDDiscovery chat (Discord)";
     this.eDDiscoveryChatDiscordToolStripMenuItem.Click += new System.EventHandler(this.eDDiscoveryChatDiscordToolStripMenuItem_Click);
     //
     // checkForNewReleaseToolStripMenuItem
     //
     this.checkForNewReleaseToolStripMenuItem.Name   = "checkForNewReleaseToolStripMenuItem";
     this.checkForNewReleaseToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.checkForNewReleaseToolStripMenuItem.Text   = "Check for new release";
     this.checkForNewReleaseToolStripMenuItem.Click += new System.EventHandler(this.checkForNewReleaseToolStripMenuItem_Click);
     //
     // panelInfo
     //
     this.panelInfo.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panelInfo.BackColor = System.Drawing.Color.Salmon;
     this.panelInfo.Controls.Add(this.labelPanelText);
     this.panelInfo.Location = new System.Drawing.Point(435, 1);
     this.panelInfo.Name     = "panelInfo";
     this.panelInfo.Size     = new System.Drawing.Size(331, 23);
     this.panelInfo.TabIndex = 17;
     this.panelInfo.Click   += new System.EventHandler(this.panelInfo_Click);
     //
     // labelPanelText
     //
     this.labelPanelText.AutoSize = true;
     this.labelPanelText.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelPanelText.Location = new System.Drawing.Point(3, -1);
     this.labelPanelText.Name     = "labelPanelText";
     this.labelPanelText.Size     = new System.Drawing.Size(158, 20);
     this.labelPanelText.TabIndex = 0;
     this.labelPanelText.Text     = "Loading. Please wait!";
     this.labelPanelText.Click   += new System.EventHandler(this.labelPanelText_Click);
     //
     // label_version
     //
     this.label_version.AutoSize = true;
     this.label_version.Location = new System.Drawing.Point(296, 4);
     this.label_version.Name     = "label_version";
     this.label_version.Size     = new System.Drawing.Size(71, 13);
     this.label_version.TabIndex = 21;
     this.label_version.Text     = "Version Label";
     //
     // panel_eddiscovery
     //
     this.panel_eddiscovery.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panel_eddiscovery.BackColor             = System.Drawing.SystemColors.Control;
     this.panel_eddiscovery.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("panel_eddiscovery.BackgroundImage")));
     this.panel_eddiscovery.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.panel_eddiscovery.Location              = new System.Drawing.Point(818, 1);
     this.panel_eddiscovery.Name     = "panel_eddiscovery";
     this.panel_eddiscovery.Size     = new System.Drawing.Size(101, 46);
     this.panel_eddiscovery.TabIndex = 18;
     this.panel_eddiscovery.Click   += new System.EventHandler(this.paneleddiscovery_Click);
     //
     // _syncWorker
     //
     this._syncWorker.WorkerReportsProgress      = true;
     this._syncWorker.WorkerSupportsCancellation = true;
     this._syncWorker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this._syncWorker_DoWork);
     this._syncWorker.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this._syncWorker_ProgressChanged);
     this._syncWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this._syncWorker_RunWorkerCompleted);
     //
     // _checkSystemsWorker
     //
     this._checkSystemsWorker.WorkerReportsProgress      = true;
     this._checkSystemsWorker.WorkerSupportsCancellation = true;
     this._checkSystemsWorker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this._checkSystemsWorker_DoWork);
     this._checkSystemsWorker.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this._checkSystemsWorker_ProgressChanged);
     this._checkSystemsWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this._checkSystemsWorker_RunWorkerCompleted);
     //
     // edsmRefreshTimer
     //
     this.edsmRefreshTimer.Interval = 3600000;
     this.edsmRefreshTimer.Tick    += new System.EventHandler(this.edsmRefreshTimer_Tick);
     //
     // _refreshWorker
     //
     this._refreshWorker.WorkerReportsProgress      = true;
     this._refreshWorker.WorkerSupportsCancellation = true;
     this._refreshWorker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.RefreshHistoryWorker);
     this._refreshWorker.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.RefreshHistoryWorkerProgressChanged);
     this._refreshWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.RefreshHistoryWorkerCompleted);
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabPageTravelHistory);
     this.tabControl1.Controls.Add(this.tabPageJournal);
     this.tabControl1.Controls.Add(this.tabPageTriletaration);
     this.tabControl1.Controls.Add(this.tabPageScreenshots);
     this.tabControl1.Controls.Add(this.tabPageRoute);
     this.tabControl1.Controls.Add(this.tabPageRoutesExpeditions);
     this.tabControl1.Controls.Add(this.tabPageExport);
     this.tabControl1.Controls.Add(this.tabPageSettings);
     this.tabControl1.FlatStyle                   = System.Windows.Forms.FlatStyle.System;
     this.tabControl1.Location                    = new System.Drawing.Point(0, 28);
     this.tabControl1.Name                        = "tabControl1";
     this.tabControl1.SelectedIndex               = 0;
     this.tabControl1.Size                        = new System.Drawing.Size(993, 697);
     this.tabControl1.TabColorScaling             = 0.5F;
     this.tabControl1.TabControlBorderBrightColor = System.Drawing.Color.LightGray;
     this.tabControl1.TabControlBorderColor       = System.Drawing.Color.DarkGray;
     this.tabControl1.TabDisabledScaling          = 0.5F;
     this.tabControl1.TabIndex                    = 15;
     this.tabControl1.TabMouseOverColor           = System.Drawing.Color.White;
     this.tabControl1.TabNotSelectedBorderColor   = System.Drawing.Color.Gray;
     this.tabControl1.TabNotSelectedColor         = System.Drawing.Color.Gray;
     this.tabControl1.TabOpaque                   = 100F;
     this.tabControl1.TabSelectedColor            = System.Drawing.Color.LightGray;
     this.tabControl1.TabStyle                    = tabStyleSquare1;
     this.tabControl1.TextNotSelectedColor        = System.Drawing.SystemColors.ControlText;
     this.tabControl1.TextSelectedColor           = System.Drawing.SystemColors.ControlText;
     //
     // tabPageTravelHistory
     //
     this.tabPageTravelHistory.Controls.Add(this.travelHistoryControl1);
     this.tabPageTravelHistory.Location = new System.Drawing.Point(4, 22);
     this.tabPageTravelHistory.Name     = "tabPageTravelHistory";
     this.tabPageTravelHistory.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageTravelHistory.Size     = new System.Drawing.Size(985, 671);
     this.tabPageTravelHistory.TabIndex = 0;
     this.tabPageTravelHistory.Text     = "History";
     this.tabPageTravelHistory.UseVisualStyleBackColor = true;
     //
     // travelHistoryControl1
     //
     this.travelHistoryControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.travelHistoryControl1.Location = new System.Drawing.Point(3, 3);
     this.travelHistoryControl1.Name     = "travelHistoryControl1";
     this.travelHistoryControl1.Size     = new System.Drawing.Size(979, 665);
     this.travelHistoryControl1.TabIndex = 0;
     //
     // tabPageJournal
     //
     this.tabPageJournal.Controls.Add(this.journalViewControl1);
     this.tabPageJournal.Location = new System.Drawing.Point(4, 22);
     this.tabPageJournal.Name     = "tabPageJournal";
     this.tabPageJournal.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageJournal.Size     = new System.Drawing.Size(985, 671);
     this.tabPageJournal.TabIndex = 7;
     this.tabPageJournal.Text     = "Journal";
     this.tabPageJournal.UseVisualStyleBackColor = true;
     //
     // journalViewControl1
     //
     this.journalViewControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.journalViewControl1.Location = new System.Drawing.Point(3, 3);
     this.journalViewControl1.Name     = "journalViewControl1";
     this.journalViewControl1.Size     = new System.Drawing.Size(979, 665);
     this.journalViewControl1.TabIndex = 0;
     //
     // tabPageTriletaration
     //
     this.tabPageTriletaration.Controls.Add(this.trilaterationControl);
     this.tabPageTriletaration.Location = new System.Drawing.Point(4, 22);
     this.tabPageTriletaration.Name     = "tabPageTriletaration";
     this.tabPageTriletaration.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageTriletaration.Size     = new System.Drawing.Size(985, 671);
     this.tabPageTriletaration.TabIndex = 3;
     this.tabPageTriletaration.Text     = "Trilateration";
     this.tabPageTriletaration.UseVisualStyleBackColor = true;
     //
     // trilaterationControl
     //
     this.trilaterationControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.trilaterationControl.Location = new System.Drawing.Point(3, 3);
     this.trilaterationControl.Name     = "trilaterationControl";
     this.trilaterationControl.Size     = new System.Drawing.Size(979, 665);
     this.trilaterationControl.TabIndex = 21;
     //
     // tabPageScreenshots
     //
     this.tabPageScreenshots.Controls.Add(this.imageHandler1);
     this.tabPageScreenshots.Location = new System.Drawing.Point(4, 22);
     this.tabPageScreenshots.Name     = "tabPageScreenshots";
     this.tabPageScreenshots.Size     = new System.Drawing.Size(985, 671);
     this.tabPageScreenshots.TabIndex = 4;
     this.tabPageScreenshots.Text     = "Screenshots";
     this.tabPageScreenshots.UseVisualStyleBackColor = true;
     //
     // imageHandler1
     //
     this.imageHandler1.AutoSize = true;
     this.imageHandler1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.imageHandler1.Location = new System.Drawing.Point(0, 0);
     this.imageHandler1.Name     = "imageHandler1";
     this.imageHandler1.Size     = new System.Drawing.Size(985, 671);
     this.imageHandler1.TabIndex = 0;
     //
     // tabPageRoute
     //
     this.tabPageRoute.Controls.Add(this.routeControl1);
     this.tabPageRoute.Location = new System.Drawing.Point(4, 22);
     this.tabPageRoute.Name     = "tabPageRoute";
     this.tabPageRoute.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageRoute.Size     = new System.Drawing.Size(985, 671);
     this.tabPageRoute.TabIndex = 1;
     this.tabPageRoute.Text     = "Route";
     this.tabPageRoute.UseVisualStyleBackColor = true;
     //
     // routeControl1
     //
     this.routeControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.routeControl1.Location = new System.Drawing.Point(3, 3);
     this.routeControl1.Name     = "routeControl1";
     this.routeControl1.Size     = new System.Drawing.Size(979, 665);
     this.routeControl1.TabIndex = 0;
     //
     // tabPageRoutesExpeditions
     //
     this.tabPageRoutesExpeditions.Controls.Add(this.savedRouteExpeditionControl1);
     this.tabPageRoutesExpeditions.Location = new System.Drawing.Point(4, 22);
     this.tabPageRoutesExpeditions.Name     = "tabPageRoutesExpeditions";
     this.tabPageRoutesExpeditions.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageRoutesExpeditions.Size     = new System.Drawing.Size(985, 671);
     this.tabPageRoutesExpeditions.TabIndex = 6;
     this.tabPageRoutesExpeditions.Text     = "Routes/Expeditions";
     this.tabPageRoutesExpeditions.UseVisualStyleBackColor = true;
     //
     // savedRouteExpeditionControl1
     //
     this.savedRouteExpeditionControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.savedRouteExpeditionControl1.Location = new System.Drawing.Point(3, 3);
     this.savedRouteExpeditionControl1.Name     = "savedRouteExpeditionControl1";
     this.savedRouteExpeditionControl1.Size     = new System.Drawing.Size(979, 665);
     this.savedRouteExpeditionControl1.TabIndex = 0;
     //
     // tabPageExport
     //
     this.tabPageExport.Controls.Add(this.exportControl1);
     this.tabPageExport.Location = new System.Drawing.Point(4, 22);
     this.tabPageExport.Name     = "tabPageExport";
     this.tabPageExport.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageExport.Size     = new System.Drawing.Size(985, 671);
     this.tabPageExport.TabIndex = 8;
     this.tabPageExport.Text     = "Export";
     this.tabPageExport.UseVisualStyleBackColor = true;
     //
     // exportControl1
     //
     this.exportControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.exportControl1.Location = new System.Drawing.Point(3, 3);
     this.exportControl1.Name     = "exportControl1";
     this.exportControl1.Size     = new System.Drawing.Size(979, 665);
     this.exportControl1.TabIndex = 0;
     //
     // tabPageSettings
     //
     this.tabPageSettings.Controls.Add(this.settings);
     this.tabPageSettings.Location = new System.Drawing.Point(4, 22);
     this.tabPageSettings.Name     = "tabPageSettings";
     this.tabPageSettings.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageSettings.Size     = new System.Drawing.Size(985, 671);
     this.tabPageSettings.TabIndex = 5;
     this.tabPageSettings.Text     = "Settings";
     this.tabPageSettings.UseVisualStyleBackColor = true;
     //
     // settings
     //
     this.settings.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.settings.Location = new System.Drawing.Point(3, 3);
     this.settings.Name     = "settings";
     this.settings.Size     = new System.Drawing.Size(979, 665);
     this.settings.TabIndex = 0;
     //
     // button_test
     //
     this.button_test.BorderColorScaling    = 1.25F;
     this.button_test.ButtonColorScaling    = 0.5F;
     this.button_test.ButtonDisabledScaling = 0.5F;
     this.button_test.Location = new System.Drawing.Point(772, -1);
     this.button_test.Name     = "button_test";
     this.button_test.Size     = new System.Drawing.Size(41, 23);
     this.button_test.TabIndex = 1;
     this.button_test.Text     = "Test";
     this.button_test.UseVisualStyleBackColor = true;
     this.button_test.Visible = false;
     this.button_test.Click  += new System.EventHandler(this.button_test_Click);
     //
     // panel_minimize
     //
     this.panel_minimize.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panel_minimize.BackColor             = System.Drawing.SystemColors.Control;
     this.panel_minimize.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.panel_minimize.DrawnImage            = null;
     this.panel_minimize.ImageSelected         = ExtendedControls.DrawnPanel.ImageType.Minimize;
     this.panel_minimize.ImageText             = null;
     this.panel_minimize.Location              = new System.Drawing.Point(941, 1);
     this.panel_minimize.MarginSize            = 6;
     this.panel_minimize.MouseOverColor        = System.Drawing.Color.White;
     this.panel_minimize.MouseSelectedColor    = System.Drawing.Color.Green;
     this.panel_minimize.Name     = "panel_minimize";
     this.panel_minimize.Size     = new System.Drawing.Size(24, 24);
     this.panel_minimize.TabIndex = 20;
     this.panel_minimize.Click   += new System.EventHandler(this.panel_minimize_Click);
     //
     // panel_close
     //
     this.panel_close.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panel_close.BackColor             = System.Drawing.SystemColors.Control;
     this.panel_close.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.panel_close.DrawnImage            = null;
     this.panel_close.ImageSelected         = ExtendedControls.DrawnPanel.ImageType.Close;
     this.panel_close.ImageText             = null;
     this.panel_close.Location              = new System.Drawing.Point(966, 1);
     this.panel_close.MarginSize            = 6;
     this.panel_close.MouseOverColor        = System.Drawing.Color.White;
     this.panel_close.MouseSelectedColor    = System.Drawing.Color.Green;
     this.panel_close.Name     = "panel_close";
     this.panel_close.Size     = new System.Drawing.Size(24, 24);
     this.panel_close.TabIndex = 19;
     this.panel_close.Click   += new System.EventHandler(this.panel_close_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripProgressBar1,
         this.toolStripStatusLabel1
     });
     this.statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.statusStrip1.Location    = new System.Drawing.Point(0, 722);
     this.statusStrip1.Name        = "statusStrip1";
     this.statusStrip1.Size        = new System.Drawing.Size(993, 22);
     this.statusStrip1.TabIndex    = 22;
     this.statusStrip1.Text        = "statusStrip1";
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
     //
     // EDDiscoveryForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(993, 744);
     this.Controls.Add(this.label_version);
     this.Controls.Add(this.panel_eddiscovery);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.panelInfo);
     this.Controls.Add(this.button_test);
     this.Controls.Add(this.panel_minimize);
     this.Controls.Add(this.panel_close);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.statusStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "EDDiscoveryForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "EDDiscovery";
     this.Activated    += new System.EventHandler(this.EDDiscoveryForm_Activated);
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.EDDiscoveryForm_FormClosing);
     this.Load         += new System.EventHandler(this.EDDiscoveryForm_Load);
     this.Shown        += new System.EventHandler(this.EDDiscoveryForm_Shown);
     this.Layout       += new System.Windows.Forms.LayoutEventHandler(this.EDDiscoveryForm_Layout);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.panelInfo.ResumeLayout(false);
     this.panelInfo.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPageTravelHistory.ResumeLayout(false);
     this.tabPageJournal.ResumeLayout(false);
     this.tabPageTriletaration.ResumeLayout(false);
     this.tabPageScreenshots.ResumeLayout(false);
     this.tabPageScreenshots.PerformLayout();
     this.tabPageRoute.ResumeLayout(false);
     this.tabPageRoutesExpeditions.ResumeLayout(false);
     this.tabPageExport.ResumeLayout(false);
     this.tabPageSettings.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#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();
     ExtendedControls.TabStyleSquare tabStyleSquare1 = new ExtendedControls.TabStyleSquare();
     this.dataGridViewGeneral              = new BaseUtils.DataGridViewBaseEnhancements();
     this.ItemName                         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Information                      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panelGeneral                     = new ExtendedControls.ExtPanelScroll();
     this.vScrollBarGeneral                = new ExtendedControls.ExtScrollBar();
     this.tabControlCustomStats            = new ExtendedControls.ExtTabControl();
     this.tabPageGeneral                   = new System.Windows.Forms.TabPage();
     this.tabPageTravel                    = new System.Windows.Forms.TabPage();
     this.extPanelDataGridViewScrollTravel = new ExtendedControls.ExtPanelDataGridViewScroll();
     this.extScrollBarTravel               = new ExtendedControls.ExtScrollBar();
     this.dataGridViewTravel               = new BaseUtils.DataGridViewColumnControl();
     this.userControlStatsTimeTravel       = new EDDiscovery.UserControls.StatsTimeUserControl();
     this.tabPageScan                      = new System.Windows.Forms.TabPage();
     this.extPanelDataGridViewScrollScan   = new ExtendedControls.ExtPanelDataGridViewScroll();
     this.dataGridViewScan                 = new BaseUtils.DataGridViewColumnControl();
     this.extScrollBarScan                 = new ExtendedControls.ExtScrollBar();
     this.userControlStatsTimeScan         = new EDDiscovery.UserControls.StatsTimeUserControl();
     this.tabPageGameStats                 = new System.Windows.Forms.TabPage();
     this.treeViewStats                    = new ExtendedControls.Controls.ExtTreeView();
     this.tabPageByShip                    = new System.Windows.Forms.TabPage();
     this.extPanelDataGridViewScrollByShip = new ExtendedControls.ExtPanelDataGridViewScroll();
     this.dataGridViewByShip               = new BaseUtils.DataGridViewColumnControl();
     this.extScrollBarByShip               = new ExtendedControls.ExtScrollBar();
     this.labelEndDate                     = new System.Windows.Forms.Label();
     this.dateTimePickerStartDate          = new ExtendedControls.ExtDateTimePicker();
     this.labelStatus                      = new System.Windows.Forms.Label();
     this.extPanelRollUp                   = new ExtendedControls.ExtPanelRollUp();
     this.dateTimePickerEndDate            = new ExtendedControls.ExtDateTimePicker();
     this.labelStart                       = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewGeneral)).BeginInit();
     this.panelGeneral.SuspendLayout();
     this.tabControlCustomStats.SuspendLayout();
     this.tabPageGeneral.SuspendLayout();
     this.tabPageTravel.SuspendLayout();
     this.extPanelDataGridViewScrollTravel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTravel)).BeginInit();
     this.tabPageScan.SuspendLayout();
     this.extPanelDataGridViewScrollScan.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewScan)).BeginInit();
     this.tabPageGameStats.SuspendLayout();
     this.tabPageByShip.SuspendLayout();
     this.extPanelDataGridViewScrollByShip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewByShip)).BeginInit();
     this.extPanelRollUp.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridViewGeneral
     //
     this.dataGridViewGeneral.AllowUserToAddRows          = false;
     this.dataGridViewGeneral.AllowUserToDeleteRows       = false;
     this.dataGridViewGeneral.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewGeneral.ColumnHeaderMenuStrip       = null;
     this.dataGridViewGeneral.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewGeneral.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ItemName,
         this.Information
     });
     this.dataGridViewGeneral.Location               = new System.Drawing.Point(0, 0);
     this.dataGridViewGeneral.Name                   = "dataGridViewGeneral";
     this.dataGridViewGeneral.RowHeaderMenuStrip     = null;
     this.dataGridViewGeneral.RowHeadersVisible      = false;
     this.dataGridViewGeneral.ScrollBars             = System.Windows.Forms.ScrollBars.None;
     this.dataGridViewGeneral.SingleRowSelect        = true;
     this.dataGridViewGeneral.Size                   = new System.Drawing.Size(634, 190);
     this.dataGridViewGeneral.TabIndex               = 2;
     this.dataGridViewGeneral.TopLeftHeaderMenuStrip = null;
     //
     // ItemName
     //
     this.ItemName.HeaderText = "Item";
     this.ItemName.Name       = "ItemName";
     //
     // Information
     //
     this.Information.FillWeight   = 400F;
     this.Information.HeaderText   = "Information";
     this.Information.MinimumWidth = 50;
     this.Information.Name         = "Information";
     //
     // panelGeneral
     //
     this.panelGeneral.Controls.Add(this.dataGridViewGeneral);
     this.panelGeneral.Controls.Add(this.vScrollBarGeneral);
     this.panelGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelGeneral.FlowControlsLeftToRight = false;
     this.panelGeneral.Location = new System.Drawing.Point(3, 3);
     this.panelGeneral.Name     = "panelGeneral";
     this.panelGeneral.Size     = new System.Drawing.Size(1059, 505);
     this.panelGeneral.TabIndex = 4;
     this.panelGeneral.VerticalScrollBarDockRight = true;
     //
     // vScrollBarGeneral
     //
     this.vScrollBarGeneral.ArrowBorderColor        = System.Drawing.Color.LightBlue;
     this.vScrollBarGeneral.ArrowButtonColor        = System.Drawing.Color.LightGray;
     this.vScrollBarGeneral.ArrowColorScaling       = 0.5F;
     this.vScrollBarGeneral.ArrowDownDrawAngle      = 270F;
     this.vScrollBarGeneral.ArrowUpDrawAngle        = 90F;
     this.vScrollBarGeneral.BorderColor             = System.Drawing.Color.White;
     this.vScrollBarGeneral.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.vScrollBarGeneral.HideScrollBar           = false;
     this.vScrollBarGeneral.LargeChange             = 10;
     this.vScrollBarGeneral.Location                = new System.Drawing.Point(1043, 0);
     this.vScrollBarGeneral.Maximum                 = -306;
     this.vScrollBarGeneral.Minimum                 = 0;
     this.vScrollBarGeneral.MouseOverButtonColor    = System.Drawing.Color.Green;
     this.vScrollBarGeneral.MousePressedButtonColor = System.Drawing.Color.Red;
     this.vScrollBarGeneral.Name              = "vScrollBarGeneral";
     this.vScrollBarGeneral.Size              = new System.Drawing.Size(16, 505);
     this.vScrollBarGeneral.SliderColor       = System.Drawing.Color.DarkGray;
     this.vScrollBarGeneral.SmallChange       = 1;
     this.vScrollBarGeneral.TabIndex          = 8;
     this.vScrollBarGeneral.ThumbBorderColor  = System.Drawing.Color.Yellow;
     this.vScrollBarGeneral.ThumbButtonColor  = System.Drawing.Color.DarkBlue;
     this.vScrollBarGeneral.ThumbColorScaling = 0.5F;
     this.vScrollBarGeneral.ThumbDrawAngle    = 0F;
     this.vScrollBarGeneral.Value             = -306;
     this.vScrollBarGeneral.ValueLimited      = -306;
     //
     // tabControlCustomStats
     //
     this.tabControlCustomStats.AllowDragReorder = false;
     this.tabControlCustomStats.Controls.Add(this.tabPageGeneral);
     this.tabControlCustomStats.Controls.Add(this.tabPageTravel);
     this.tabControlCustomStats.Controls.Add(this.tabPageScan);
     this.tabControlCustomStats.Controls.Add(this.tabPageGameStats);
     this.tabControlCustomStats.Controls.Add(this.tabPageByShip);
     this.tabControlCustomStats.Dock                        = System.Windows.Forms.DockStyle.Fill;
     this.tabControlCustomStats.FlatStyle                   = System.Windows.Forms.FlatStyle.System;
     this.tabControlCustomStats.Location                    = new System.Drawing.Point(0, 32);
     this.tabControlCustomStats.Name                        = "tabControlCustomStats";
     this.tabControlCustomStats.SelectedIndex               = 0;
     this.tabControlCustomStats.Size                        = new System.Drawing.Size(1073, 537);
     this.tabControlCustomStats.TabColorScaling             = 0.5F;
     this.tabControlCustomStats.TabControlBorderBrightColor = System.Drawing.Color.LightGray;
     this.tabControlCustomStats.TabControlBorderColor       = System.Drawing.Color.DarkGray;
     this.tabControlCustomStats.TabDisabledScaling          = 0.5F;
     this.tabControlCustomStats.TabIndex                    = 5;
     this.tabControlCustomStats.TabMouseOverColor           = System.Drawing.Color.White;
     this.tabControlCustomStats.TabNotSelectedBorderColor   = System.Drawing.Color.Gray;
     this.tabControlCustomStats.TabNotSelectedColor         = System.Drawing.Color.Gray;
     this.tabControlCustomStats.TabOpaque                   = 100F;
     this.tabControlCustomStats.TabSelectedColor            = System.Drawing.Color.LightGray;
     this.tabControlCustomStats.TabStyle                    = tabStyleSquare1;
     this.tabControlCustomStats.TextNotSelectedColor        = System.Drawing.SystemColors.ControlText;
     this.tabControlCustomStats.TextSelectedColor           = System.Drawing.SystemColors.ControlText;
     this.tabControlCustomStats.SelectedIndexChanged       += new System.EventHandler(this.tabControlCustomStats_SelectedIndexChanged);
     //
     // tabPageGeneral
     //
     this.tabPageGeneral.Controls.Add(this.panelGeneral);
     this.tabPageGeneral.Location = new System.Drawing.Point(4, 22);
     this.tabPageGeneral.Name     = "tabPageGeneral";
     this.tabPageGeneral.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageGeneral.Size     = new System.Drawing.Size(1065, 511);
     this.tabPageGeneral.TabIndex = 0;
     this.tabPageGeneral.Text     = "General";
     this.tabPageGeneral.UseVisualStyleBackColor = true;
     //
     // tabPageTravel
     //
     this.tabPageTravel.Controls.Add(this.extPanelDataGridViewScrollTravel);
     this.tabPageTravel.Controls.Add(this.userControlStatsTimeTravel);
     this.tabPageTravel.Location = new System.Drawing.Point(4, 22);
     this.tabPageTravel.Name     = "tabPageTravel";
     this.tabPageTravel.Size     = new System.Drawing.Size(1065, 511);
     this.tabPageTravel.TabIndex = 4;
     this.tabPageTravel.Text     = "Travel";
     this.tabPageTravel.UseVisualStyleBackColor = true;
     //
     // extPanelDataGridViewScrollTravel
     //
     this.extPanelDataGridViewScrollTravel.Controls.Add(this.extScrollBarTravel);
     this.extPanelDataGridViewScrollTravel.Controls.Add(this.dataGridViewTravel);
     this.extPanelDataGridViewScrollTravel.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.extPanelDataGridViewScrollTravel.InternalMargin             = new System.Windows.Forms.Padding(0);
     this.extPanelDataGridViewScrollTravel.Location                   = new System.Drawing.Point(0, 23);
     this.extPanelDataGridViewScrollTravel.Name                       = "extPanelDataGridViewScrollTravel";
     this.extPanelDataGridViewScrollTravel.Size                       = new System.Drawing.Size(1065, 488);
     this.extPanelDataGridViewScrollTravel.TabIndex                   = 4;
     this.extPanelDataGridViewScrollTravel.VerticalScrollBarDockRight = true;
     //
     // extScrollBarTravel
     //
     this.extScrollBarTravel.ArrowBorderColor        = System.Drawing.Color.LightBlue;
     this.extScrollBarTravel.ArrowButtonColor        = System.Drawing.Color.LightGray;
     this.extScrollBarTravel.ArrowColorScaling       = 0.5F;
     this.extScrollBarTravel.ArrowDownDrawAngle      = 270F;
     this.extScrollBarTravel.ArrowUpDrawAngle        = 90F;
     this.extScrollBarTravel.BorderColor             = System.Drawing.Color.White;
     this.extScrollBarTravel.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.extScrollBarTravel.HideScrollBar           = false;
     this.extScrollBarTravel.LargeChange             = 0;
     this.extScrollBarTravel.Location                = new System.Drawing.Point(1049, 0);
     this.extScrollBarTravel.Maximum                 = -1;
     this.extScrollBarTravel.Minimum                 = 0;
     this.extScrollBarTravel.MouseOverButtonColor    = System.Drawing.Color.Green;
     this.extScrollBarTravel.MousePressedButtonColor = System.Drawing.Color.Red;
     this.extScrollBarTravel.Name              = "extScrollBarTravel";
     this.extScrollBarTravel.Size              = new System.Drawing.Size(16, 488);
     this.extScrollBarTravel.SliderColor       = System.Drawing.Color.DarkGray;
     this.extScrollBarTravel.SmallChange       = 1;
     this.extScrollBarTravel.TabIndex          = 4;
     this.extScrollBarTravel.ThumbBorderColor  = System.Drawing.Color.Yellow;
     this.extScrollBarTravel.ThumbButtonColor  = System.Drawing.Color.DarkBlue;
     this.extScrollBarTravel.ThumbColorScaling = 0.5F;
     this.extScrollBarTravel.ThumbDrawAngle    = 0F;
     this.extScrollBarTravel.Value             = -1;
     this.extScrollBarTravel.ValueLimited      = -1;
     //
     // dataGridViewTravel
     //
     this.dataGridViewTravel.AllowUserToAddRows          = false;
     this.dataGridViewTravel.AllowUserToDeleteRows       = false;
     this.dataGridViewTravel.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewTravel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewTravel.ColumnReorder      = true;
     this.dataGridViewTravel.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewTravel.Location           = new System.Drawing.Point(0, 0);
     this.dataGridViewTravel.Name               = "dataGridViewTravel";
     this.dataGridViewTravel.RowHeaderMenuStrip = null;
     this.dataGridViewTravel.RowHeadersVisible  = false;
     this.dataGridViewTravel.ScrollBars         = System.Windows.Forms.ScrollBars.None;
     this.dataGridViewTravel.SingleRowSelect    = true;
     this.dataGridViewTravel.Size               = new System.Drawing.Size(1049, 488);
     this.dataGridViewTravel.TabIndex           = 3;
     this.dataGridViewTravel.SortCompare       += new System.Windows.Forms.DataGridViewSortCompareEventHandler(this.dataGridViewTravel_SortCompare);
     //
     // userControlStatsTimeTravel
     //
     this.userControlStatsTimeTravel.AllowCustomTime  = false;
     this.userControlStatsTimeTravel.AutoSize         = true;
     this.userControlStatsTimeTravel.Dock             = System.Windows.Forms.DockStyle.Top;
     this.userControlStatsTimeTravel.Location         = new System.Drawing.Point(0, 0);
     this.userControlStatsTimeTravel.Name             = "userControlStatsTimeTravel";
     this.userControlStatsTimeTravel.Size             = new System.Drawing.Size(1065, 23);
     this.userControlStatsTimeTravel.TabIndex         = 0;
     this.userControlStatsTimeTravel.TimeMode         = EDDiscovery.UserControls.StatsTimeUserControl.TimeModeType.Summary;
     this.userControlStatsTimeTravel.TimeModeChanged += new System.EventHandler(this.userControlStatsTimeTravel_TimeModeChanged);
     //
     // tabPageScan
     //
     this.tabPageScan.Controls.Add(this.extPanelDataGridViewScrollScan);
     this.tabPageScan.Controls.Add(this.userControlStatsTimeScan);
     this.tabPageScan.Location = new System.Drawing.Point(4, 22);
     this.tabPageScan.Name     = "tabPageScan";
     this.tabPageScan.Size     = new System.Drawing.Size(1065, 511);
     this.tabPageScan.TabIndex = 1;
     this.tabPageScan.Text     = "Scan";
     this.tabPageScan.UseVisualStyleBackColor = true;
     //
     // extPanelDataGridViewScrollScan
     //
     this.extPanelDataGridViewScrollScan.Controls.Add(this.dataGridViewScan);
     this.extPanelDataGridViewScrollScan.Controls.Add(this.extScrollBarScan);
     this.extPanelDataGridViewScrollScan.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.extPanelDataGridViewScrollScan.InternalMargin             = new System.Windows.Forms.Padding(0);
     this.extPanelDataGridViewScrollScan.Location                   = new System.Drawing.Point(0, 23);
     this.extPanelDataGridViewScrollScan.Name                       = "extPanelDataGridViewScrollScan";
     this.extPanelDataGridViewScrollScan.Size                       = new System.Drawing.Size(1065, 488);
     this.extPanelDataGridViewScrollScan.TabIndex                   = 5;
     this.extPanelDataGridViewScrollScan.VerticalScrollBarDockRight = true;
     //
     // dataGridViewScan
     //
     this.dataGridViewScan.AllowUserToAddRows          = false;
     this.dataGridViewScan.AllowUserToDeleteRows       = false;
     this.dataGridViewScan.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewScan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewScan.ColumnReorder      = true;
     this.dataGridViewScan.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewScan.Location           = new System.Drawing.Point(0, 0);
     this.dataGridViewScan.Name               = "dataGridViewScan";
     this.dataGridViewScan.RowHeaderMenuStrip = null;
     this.dataGridViewScan.RowHeadersVisible  = false;
     this.dataGridViewScan.ScrollBars         = System.Windows.Forms.ScrollBars.None;
     this.dataGridViewScan.SingleRowSelect    = true;
     this.dataGridViewScan.Size               = new System.Drawing.Size(1049, 488);
     this.dataGridViewScan.TabIndex           = 4;
     this.dataGridViewScan.SortCompare       += new System.Windows.Forms.DataGridViewSortCompareEventHandler(this.dataGridViewScan_SortCompare);
     //
     // extScrollBarScan
     //
     this.extScrollBarScan.ArrowBorderColor        = System.Drawing.Color.LightBlue;
     this.extScrollBarScan.ArrowButtonColor        = System.Drawing.Color.LightGray;
     this.extScrollBarScan.ArrowColorScaling       = 0.5F;
     this.extScrollBarScan.ArrowDownDrawAngle      = 270F;
     this.extScrollBarScan.ArrowUpDrawAngle        = 90F;
     this.extScrollBarScan.BorderColor             = System.Drawing.Color.White;
     this.extScrollBarScan.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.extScrollBarScan.HideScrollBar           = false;
     this.extScrollBarScan.LargeChange             = 0;
     this.extScrollBarScan.Location                = new System.Drawing.Point(1049, 0);
     this.extScrollBarScan.Maximum                 = -1;
     this.extScrollBarScan.Minimum                 = 0;
     this.extScrollBarScan.MouseOverButtonColor    = System.Drawing.Color.Green;
     this.extScrollBarScan.MousePressedButtonColor = System.Drawing.Color.Red;
     this.extScrollBarScan.Name              = "extScrollBarScan";
     this.extScrollBarScan.Size              = new System.Drawing.Size(16, 488);
     this.extScrollBarScan.SliderColor       = System.Drawing.Color.DarkGray;
     this.extScrollBarScan.SmallChange       = 1;
     this.extScrollBarScan.TabIndex          = 0;
     this.extScrollBarScan.ThumbBorderColor  = System.Drawing.Color.Yellow;
     this.extScrollBarScan.ThumbButtonColor  = System.Drawing.Color.DarkBlue;
     this.extScrollBarScan.ThumbColorScaling = 0.5F;
     this.extScrollBarScan.ThumbDrawAngle    = 0F;
     this.extScrollBarScan.Value             = -1;
     this.extScrollBarScan.ValueLimited      = -1;
     //
     // userControlStatsTimeScan
     //
     this.userControlStatsTimeScan.AllowCustomTime  = false;
     this.userControlStatsTimeScan.AutoSize         = true;
     this.userControlStatsTimeScan.Dock             = System.Windows.Forms.DockStyle.Top;
     this.userControlStatsTimeScan.Location         = new System.Drawing.Point(0, 0);
     this.userControlStatsTimeScan.Name             = "userControlStatsTimeScan";
     this.userControlStatsTimeScan.Size             = new System.Drawing.Size(1065, 23);
     this.userControlStatsTimeScan.TabIndex         = 1;
     this.userControlStatsTimeScan.TimeMode         = EDDiscovery.UserControls.StatsTimeUserControl.TimeModeType.Summary;
     this.userControlStatsTimeScan.TimeModeChanged += new System.EventHandler(this.userControlStatsTimeScan_TimeModeChanged);
     this.userControlStatsTimeScan.DrawModeChanged += new System.EventHandler(this.userControlStatsTimeScan_DrawModeChanged);
     //
     // tabPageGameStats
     //
     this.tabPageGameStats.Controls.Add(this.treeViewStats);
     this.tabPageGameStats.Location = new System.Drawing.Point(4, 22);
     this.tabPageGameStats.Name     = "tabPageGameStats";
     this.tabPageGameStats.Size     = new System.Drawing.Size(1065, 511);
     this.tabPageGameStats.TabIndex = 5;
     this.tabPageGameStats.Text     = "In Game";
     this.tabPageGameStats.UseVisualStyleBackColor = true;
     //
     // treeViewStats
     //
     this.treeViewStats.BorderColor        = System.Drawing.Color.Transparent;
     this.treeViewStats.BorderColorScaling = 0.5F;
     this.treeViewStats.Dock                             = System.Windows.Forms.DockStyle.Fill;
     this.treeViewStats.HideScrollBar                    = true;
     this.treeViewStats.Location                         = new System.Drawing.Point(0, 0);
     this.treeViewStats.Name                             = "treeViewStats";
     this.treeViewStats.ScrollBarArrowBorderColor        = System.Drawing.Color.LightBlue;
     this.treeViewStats.ScrollBarArrowButtonColor        = System.Drawing.Color.LightGray;
     this.treeViewStats.ScrollBarBackColor               = System.Drawing.SystemColors.Control;
     this.treeViewStats.ScrollBarBorderColor             = System.Drawing.Color.White;
     this.treeViewStats.ScrollBarFlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.treeViewStats.ScrollBarForeColor               = System.Drawing.SystemColors.ControlText;
     this.treeViewStats.ScrollBarMouseOverButtonColor    = System.Drawing.Color.Green;
     this.treeViewStats.ScrollBarMousePressedButtonColor = System.Drawing.Color.Red;
     this.treeViewStats.ScrollBarSliderColor             = System.Drawing.Color.DarkGray;
     this.treeViewStats.ScrollBarThumbBorderColor        = System.Drawing.Color.Yellow;
     this.treeViewStats.ScrollBarThumbButtonColor        = System.Drawing.Color.DarkBlue;
     this.treeViewStats.ShowLineCount                    = false;
     this.treeViewStats.ShowLines                        = true;
     this.treeViewStats.ShowPlusMinus                    = true;
     this.treeViewStats.ShowRootLines                    = true;
     this.treeViewStats.Size                             = new System.Drawing.Size(1065, 511);
     this.treeViewStats.TabIndex                         = 0;
     this.treeViewStats.TreeViewBackColor                = System.Drawing.SystemColors.Control;
     this.treeViewStats.TreeViewForeColor                = System.Drawing.SystemColors.ControlText;
     //
     // tabPageByShip
     //
     this.tabPageByShip.Controls.Add(this.extPanelDataGridViewScrollByShip);
     this.tabPageByShip.Location = new System.Drawing.Point(4, 22);
     this.tabPageByShip.Name     = "tabPageByShip";
     this.tabPageByShip.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageByShip.Size     = new System.Drawing.Size(1065, 511);
     this.tabPageByShip.TabIndex = 6;
     this.tabPageByShip.Text     = "By Ship";
     this.tabPageByShip.UseVisualStyleBackColor = true;
     //
     // extPanelDataGridViewScrollByShip
     //
     this.extPanelDataGridViewScrollByShip.Controls.Add(this.dataGridViewByShip);
     this.extPanelDataGridViewScrollByShip.Controls.Add(this.extScrollBarByShip);
     this.extPanelDataGridViewScrollByShip.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.extPanelDataGridViewScrollByShip.InternalMargin             = new System.Windows.Forms.Padding(0);
     this.extPanelDataGridViewScrollByShip.Location                   = new System.Drawing.Point(3, 3);
     this.extPanelDataGridViewScrollByShip.Name                       = "extPanelDataGridViewScrollByShip";
     this.extPanelDataGridViewScrollByShip.Size                       = new System.Drawing.Size(1059, 505);
     this.extPanelDataGridViewScrollByShip.TabIndex                   = 4;
     this.extPanelDataGridViewScrollByShip.VerticalScrollBarDockRight = true;
     //
     // dataGridViewByShip
     //
     this.dataGridViewByShip.AllowUserToAddRows          = false;
     this.dataGridViewByShip.AllowUserToDeleteRows       = false;
     this.dataGridViewByShip.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewByShip.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewByShip.ColumnReorder      = true;
     this.dataGridViewByShip.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewByShip.Location           = new System.Drawing.Point(0, 0);
     this.dataGridViewByShip.Name               = "dataGridViewByShip";
     this.dataGridViewByShip.RowHeaderMenuStrip = null;
     this.dataGridViewByShip.RowHeadersVisible  = false;
     this.dataGridViewByShip.ScrollBars         = System.Windows.Forms.ScrollBars.None;
     this.dataGridViewByShip.SingleRowSelect    = true;
     this.dataGridViewByShip.Size               = new System.Drawing.Size(1043, 505);
     this.dataGridViewByShip.TabIndex           = 3;
     this.dataGridViewByShip.SortCompare       += new System.Windows.Forms.DataGridViewSortCompareEventHandler(this.dataGridViewByShip_SortCompare);
     //
     // extScrollBarByShip
     //
     this.extScrollBarByShip.ArrowBorderColor        = System.Drawing.Color.LightBlue;
     this.extScrollBarByShip.ArrowButtonColor        = System.Drawing.Color.LightGray;
     this.extScrollBarByShip.ArrowColorScaling       = 0.5F;
     this.extScrollBarByShip.ArrowDownDrawAngle      = 270F;
     this.extScrollBarByShip.ArrowUpDrawAngle        = 90F;
     this.extScrollBarByShip.BorderColor             = System.Drawing.Color.White;
     this.extScrollBarByShip.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.extScrollBarByShip.HideScrollBar           = false;
     this.extScrollBarByShip.LargeChange             = 0;
     this.extScrollBarByShip.Location                = new System.Drawing.Point(1043, 0);
     this.extScrollBarByShip.Maximum                 = -1;
     this.extScrollBarByShip.Minimum                 = 0;
     this.extScrollBarByShip.MouseOverButtonColor    = System.Drawing.Color.Green;
     this.extScrollBarByShip.MousePressedButtonColor = System.Drawing.Color.Red;
     this.extScrollBarByShip.Name              = "extScrollBarByShip";
     this.extScrollBarByShip.Size              = new System.Drawing.Size(16, 505);
     this.extScrollBarByShip.SliderColor       = System.Drawing.Color.DarkGray;
     this.extScrollBarByShip.SmallChange       = 1;
     this.extScrollBarByShip.TabIndex          = 0;
     this.extScrollBarByShip.ThumbBorderColor  = System.Drawing.Color.Yellow;
     this.extScrollBarByShip.ThumbButtonColor  = System.Drawing.Color.DarkBlue;
     this.extScrollBarByShip.ThumbColorScaling = 0.5F;
     this.extScrollBarByShip.ThumbDrawAngle    = 0F;
     this.extScrollBarByShip.Value             = -1;
     this.extScrollBarByShip.ValueLimited      = -1;
     //
     // labelEndDate
     //
     this.labelEndDate.AutoSize = true;
     this.labelEndDate.Location = new System.Drawing.Point(321, 7);
     this.labelEndDate.Name     = "labelEndDate";
     this.labelEndDate.Size     = new System.Drawing.Size(20, 13);
     this.labelEndDate.TabIndex = 0;
     this.labelEndDate.Text     = "To";
     //
     // dateTimePickerStartDate
     //
     this.dateTimePickerStartDate.BorderColor        = System.Drawing.Color.Transparent;
     this.dateTimePickerStartDate.BorderColorScaling = 0.5F;
     this.dateTimePickerStartDate.Checked            = false;
     this.dateTimePickerStartDate.CustomFormat       = "dd MMMM yyyy";
     this.dateTimePickerStartDate.Format             = System.Windows.Forms.DateTimePickerFormat.Long;
     this.dateTimePickerStartDate.Location           = new System.Drawing.Point(56, 3);
     this.dateTimePickerStartDate.Name          = "dateTimePickerStartDate";
     this.dateTimePickerStartDate.SelectedColor = System.Drawing.Color.Yellow;
     this.dateTimePickerStartDate.ShowCheckBox  = true;
     this.dateTimePickerStartDate.ShowUpDown    = false;
     this.dateTimePickerStartDate.Size          = new System.Drawing.Size(250, 24);
     this.dateTimePickerStartDate.TabIndex      = 1;
     this.dateTimePickerStartDate.TextBackColor = System.Drawing.Color.DarkBlue;
     this.dateTimePickerStartDate.Value         = new System.DateTime(2021, 2, 5, 7, 56, 15, 927);
     //
     // labelStatus
     //
     this.labelStatus.AutoSize = true;
     this.labelStatus.Location = new System.Drawing.Point(618, 7);
     this.labelStatus.Name     = "labelStatus";
     this.labelStatus.Size     = new System.Drawing.Size(43, 13);
     this.labelStatus.TabIndex = 0;
     this.labelStatus.Text     = "<code>";
     //
     // extPanelRollUp
     //
     this.extPanelRollUp.AutoHeight             = false;
     this.extPanelRollUp.AutoHeightWidthDisable = false;
     this.extPanelRollUp.AutoWidth = false;
     this.extPanelRollUp.Controls.Add(this.labelStatus);
     this.extPanelRollUp.Controls.Add(this.dateTimePickerEndDate);
     this.extPanelRollUp.Controls.Add(this.dateTimePickerStartDate);
     this.extPanelRollUp.Controls.Add(this.labelStart);
     this.extPanelRollUp.Controls.Add(this.labelEndDate);
     this.extPanelRollUp.Dock = System.Windows.Forms.DockStyle.Top;
     this.extPanelRollUp.HiddenMarkerWidth = 0;
     this.extPanelRollUp.Location          = new System.Drawing.Point(0, 0);
     this.extPanelRollUp.Name                    = "extPanelRollUp";
     this.extPanelRollUp.PinState                = true;
     this.extPanelRollUp.RolledUpHeight          = 5;
     this.extPanelRollUp.RollUpAnimationTime     = 500;
     this.extPanelRollUp.RollUpDelay             = 1000;
     this.extPanelRollUp.SecondHiddenMarkerWidth = 0;
     this.extPanelRollUp.ShowHiddenMarker        = true;
     this.extPanelRollUp.Size                    = new System.Drawing.Size(1073, 32);
     this.extPanelRollUp.TabIndex                = 7;
     this.extPanelRollUp.UnrollHoverDelay        = 1000;
     //
     // dateTimePickerEndDate
     //
     this.dateTimePickerEndDate.BorderColor        = System.Drawing.Color.Transparent;
     this.dateTimePickerEndDate.BorderColorScaling = 0.5F;
     this.dateTimePickerEndDate.Checked            = false;
     this.dateTimePickerEndDate.CustomFormat       = "dd MMMM yyyy";
     this.dateTimePickerEndDate.Format             = System.Windows.Forms.DateTimePickerFormat.Long;
     this.dateTimePickerEndDate.Location           = new System.Drawing.Point(354, 3);
     this.dateTimePickerEndDate.Name          = "dateTimePickerEndDate";
     this.dateTimePickerEndDate.SelectedColor = System.Drawing.Color.Yellow;
     this.dateTimePickerEndDate.ShowCheckBox  = true;
     this.dateTimePickerEndDate.ShowUpDown    = false;
     this.dateTimePickerEndDate.Size          = new System.Drawing.Size(250, 24);
     this.dateTimePickerEndDate.TabIndex      = 1;
     this.dateTimePickerEndDate.TextBackColor = System.Drawing.Color.DarkBlue;
     this.dateTimePickerEndDate.Value         = new System.DateTime(2021, 2, 5, 7, 56, 15, 927);
     //
     // labelStart
     //
     this.labelStart.AutoSize = true;
     this.labelStart.Location = new System.Drawing.Point(3, 7);
     this.labelStart.Name     = "labelStart";
     this.labelStart.Size     = new System.Drawing.Size(29, 13);
     this.labelStart.TabIndex = 0;
     this.labelStart.Text     = "Start";
     //
     // UserControlStats
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControlCustomStats);
     this.Controls.Add(this.extPanelRollUp);
     this.Name = "UserControlStats";
     this.Size = new System.Drawing.Size(1073, 569);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewGeneral)).EndInit();
     this.panelGeneral.ResumeLayout(false);
     this.tabControlCustomStats.ResumeLayout(false);
     this.tabPageGeneral.ResumeLayout(false);
     this.tabPageTravel.ResumeLayout(false);
     this.tabPageTravel.PerformLayout();
     this.extPanelDataGridViewScrollTravel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTravel)).EndInit();
     this.tabPageScan.ResumeLayout(false);
     this.tabPageScan.PerformLayout();
     this.extPanelDataGridViewScrollScan.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewScan)).EndInit();
     this.tabPageGameStats.ResumeLayout(false);
     this.tabPageByShip.ResumeLayout(false);
     this.extPanelDataGridViewScrollByShip.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewByShip)).EndInit();
     this.extPanelRollUp.ResumeLayout(false);
     this.extPanelRollUp.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ExtendedControls.TabStyleSquare tabStyleSquare1 = new ExtendedControls.TabStyleSquare();
     this.panel1      = new System.Windows.Forms.Panel();
     this.extButton2  = new ExtendedControls.ExtButton();
     this.extButton3  = new ExtendedControls.ExtButton();
     this.extButton1  = new ExtendedControls.ExtButton();
     this.button1     = new ExtendedControls.ExtButton();
     this.button2     = new ExtendedControls.ExtButton();
     this.button3     = new ExtendedControls.ExtButton();
     this.button4     = new ExtendedControls.ExtButton();
     this.tabControl1 = new ExtendedControls.ExtTabControl();
     this.tabPage1    = new System.Windows.Forms.TabPage();
     this.tabPage2    = new System.Windows.Forms.TabPage();
     this.tabPage3    = new System.Windows.Forms.TabPage();
     this.tabPage4    = new System.Windows.Forms.TabPage();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.extButton2);
     this.panel1.Controls.Add(this.extButton3);
     this.panel1.Controls.Add(this.extButton1);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.button3);
     this.panel1.Controls.Add(this.button4);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1027, 100);
     this.panel1.TabIndex = 1;
     //
     // extButton2
     //
     this.extButton2.Location = new System.Drawing.Point(192, 12);
     this.extButton2.Name     = "extButton2";
     this.extButton2.Size     = new System.Drawing.Size(75, 23);
     this.extButton2.TabIndex = 1;
     this.extButton2.Text     = "T20";
     this.extButton2.UseVisualStyleBackColor = true;
     this.extButton2.Click += new System.EventHandler(this.extButton2_Click);
     //
     // extButton3
     //
     this.extButton3.Location = new System.Drawing.Point(4, 12);
     this.extButton3.Name     = "extButton3";
     this.extButton3.Size     = new System.Drawing.Size(75, 23);
     this.extButton3.TabIndex = 0;
     this.extButton3.Text     = "T8.5";
     this.extButton3.UseVisualStyleBackColor = true;
     this.extButton3.Click += new System.EventHandler(this.extButton3_Click);
     //
     // extButton1
     //
     this.extButton1.Location = new System.Drawing.Point(99, 12);
     this.extButton1.Name     = "extButton1";
     this.extButton1.Size     = new System.Drawing.Size(75, 23);
     this.extButton1.TabIndex = 0;
     this.extButton1.Text     = "T12";
     this.extButton1.UseVisualStyleBackColor = true;
     this.extButton1.Click += new System.EventHandler(this.extButton1_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(4, 59);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 19;
     this.button1.Text     = "Enable";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(99, 59);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 21;
     this.button2.Text     = "Tabstyle";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(192, 59);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 20;
     this.button3.Text     = "FlatStyle";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(290, 59);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(75, 23);
     this.button4.TabIndex = 22;
     this.button4.Text     = "Font";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // tabControl1
     //
     this.tabControl1.AllowDragReorder = false;
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.FlatStyle                   = System.Windows.Forms.FlatStyle.System;
     this.tabControl1.Location                    = new System.Drawing.Point(0, 100);
     this.tabControl1.Name                        = "tabControl1";
     this.tabControl1.SelectedIndex               = 0;
     this.tabControl1.Size                        = new System.Drawing.Size(800, 400);
     this.tabControl1.TabColorScaling             = 0.5F;
     this.tabControl1.TabControlBorderBrightColor = System.Drawing.Color.LightGray;
     this.tabControl1.TabControlBorderColor       = System.Drawing.Color.DarkGray;
     this.tabControl1.TabDisabledScaling          = 0.5F;
     this.tabControl1.TabIndex                    = 0;
     this.tabControl1.TabMouseOverColor           = System.Drawing.Color.White;
     this.tabControl1.TabNotSelectedBorderColor   = System.Drawing.Color.Gray;
     this.tabControl1.TabNotSelectedColor         = System.Drawing.Color.Gray;
     this.tabControl1.TabOpaque                   = 100F;
     this.tabControl1.TabSelectedColor            = System.Drawing.Color.LightGray;
     this.tabControl1.TabStyle                    = tabStyleSquare1;
     this.tabControl1.TextNotSelectedColor        = System.Drawing.SystemColors.ControlText;
     this.tabControl1.TextSelectedColor           = System.Drawing.SystemColors.ControlText;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.Color.Maroon;
     this.tabPage1.Location  = new System.Drawing.Point(4, 22);
     this.tabPage1.Margin    = new System.Windows.Forms.Padding(0);
     this.tabPage1.Name      = "tabPage1";
     this.tabPage1.Size      = new System.Drawing.Size(792, 374);
     this.tabPage1.TabIndex  = 0;
     this.tabPage1.Text      = "tabPage1";
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.Color.LightSalmon;
     this.tabPage2.Location  = new System.Drawing.Point(4, 22);
     this.tabPage2.Name      = "tabPage2";
     this.tabPage2.Padding   = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size      = new System.Drawing.Size(792, 374);
     this.tabPage2.TabIndex  = 1;
     this.tabPage2.Text      = "tabPage2";
     //
     // tabPage3
     //
     this.tabPage3.BackColor = System.Drawing.Color.Wheat;
     this.tabPage3.Location  = new System.Drawing.Point(4, 22);
     this.tabPage3.Name      = "tabPage3";
     this.tabPage3.Size      = new System.Drawing.Size(792, 374);
     this.tabPage3.TabIndex  = 2;
     this.tabPage3.Text      = "tabPage3";
     //
     // tabPage4
     //
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Size     = new System.Drawing.Size(792, 374);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "tabPage4";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // TestTabControlCustom
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1027, 602);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.panel1);
     this.Name = "TestTabControlCustom";
     this.Text = "Form1";
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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();
     ExtendedControls.TabStyleSquare tabStyleSquare1 = new ExtendedControls.TabStyleSquare();
     this.tabControlCustom1          = new ExtendedControls.TabControlCustom();
     this.tabPage1                   = new System.Windows.Forms.TabPage();
     this.tabPage2                   = new System.Windows.Forms.TabPage();
     this.contextMenuStrip1          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.addAsGridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removeToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.gridToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.statsToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.tabPage3                   = new System.Windows.Forms.TabPage();
     this.tabPage4                   = new System.Windows.Forms.TabPage();
     this.tabControlCustom1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControlCustom1
     //
     this.tabControlCustom1.ContextMenuStrip = this.contextMenuStrip1;
     this.tabControlCustom1.Controls.Add(this.tabPage1);
     this.tabControlCustom1.Controls.Add(this.tabPage2);
     this.tabControlCustom1.Controls.Add(this.tabPage3);
     this.tabControlCustom1.Controls.Add(this.tabPage4);
     this.tabControlCustom1.FlatStyle                   = System.Windows.Forms.FlatStyle.System;
     this.tabControlCustom1.Location                    = new System.Drawing.Point(12, 12);
     this.tabControlCustom1.Name                        = "tabControlCustom1";
     this.tabControlCustom1.SelectedIndex               = 0;
     this.tabControlCustom1.Size                        = new System.Drawing.Size(989, 379);
     this.tabControlCustom1.TabColorScaling             = 0.5F;
     this.tabControlCustom1.TabControlBorderBrightColor = System.Drawing.Color.LightGray;
     this.tabControlCustom1.TabControlBorderColor       = System.Drawing.Color.DarkGray;
     this.tabControlCustom1.TabDisabledScaling          = 0.5F;
     this.tabControlCustom1.TabIndex                    = 0;
     this.tabControlCustom1.TabMouseOverColor           = System.Drawing.Color.White;
     this.tabControlCustom1.TabNotSelectedBorderColor   = System.Drawing.Color.Gray;
     this.tabControlCustom1.TabNotSelectedColor         = System.Drawing.Color.Gray;
     this.tabControlCustom1.TabOpaque                   = 100F;
     this.tabControlCustom1.TabSelectedColor            = System.Drawing.Color.LightGray;
     this.tabControlCustom1.TabStyle                    = tabStyleSquare1;
     this.tabControlCustom1.TextNotSelectedColor        = System.Drawing.SystemColors.ControlText;
     this.tabControlCustom1.TextSelectedColor           = System.Drawing.SystemColors.ControlText;
     //
     // tabPage1
     //
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(981, 353);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "tabPage1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(981, 353);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addToolStripMenuItem,
         this.addAsGridToolStripMenuItem,
         this.removeToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(136, 70);
     //
     // addToolStripMenuItem
     //
     this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.gridToolStripMenuItem
     });
     this.addToolStripMenuItem.Name = "addToolStripMenuItem";
     this.addToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.addToolStripMenuItem.Text = "Add";
     //
     // addAsGridToolStripMenuItem
     //
     this.addAsGridToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statsToolStripMenuItem
     });
     this.addAsGridToolStripMenuItem.Name = "addAsGridToolStripMenuItem";
     this.addAsGridToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.addAsGridToolStripMenuItem.Text = "Add as Grid";
     //
     // removeToolStripMenuItem
     //
     this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
     this.removeToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.removeToolStripMenuItem.Text = "Remove";
     //
     // gridToolStripMenuItem
     //
     this.gridToolStripMenuItem.Image = global::DialogTest.Properties.Resources.edlogo24;
     this.gridToolStripMenuItem.Name  = "gridToolStripMenuItem";
     this.gridToolStripMenuItem.Size  = new System.Drawing.Size(152, 22);
     this.gridToolStripMenuItem.Text  = "Grid";
     //
     // statsToolStripMenuItem
     //
     this.statsToolStripMenuItem.Image = global::DialogTest.Properties.Resources.galaxy;
     this.statsToolStripMenuItem.Name  = "statsToolStripMenuItem";
     this.statsToolStripMenuItem.Size  = new System.Drawing.Size(152, 22);
     this.statsToolStripMenuItem.Text  = "Stats";
     //
     // tabPage3
     //
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(981, 353);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "tabPage3";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // tabPage4
     //
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Size     = new System.Drawing.Size(981, 353);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "tabPage4";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // TestTabControlCustom
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1027, 602);
     this.Controls.Add(this.tabControlCustom1);
     this.Name = "TestTabControlCustom";
     this.Text = "Form1";
     this.tabControlCustom1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }