From f5777de77c638a6314755d0dbf53d97d1444a59d Mon Sep 17 00:00:00 2001 From: Aura Asuna Date: Mon, 9 May 2022 20:36:57 +1000 Subject: [PATCH] Initial Fork - Update maintainer in doco and about us --- .gitignore | 3 + README.md | 21 +- build/Configuration.cs | 2 +- src/Eve-O-Preview/Properties/AssemblyInfo.cs | 4 +- .../View/Implementation/MainForm.Designer.cs | 313 ++++++++---------- .../View/Implementation/MainForm.resx | 220 +----------- 6 files changed, 157 insertions(+), 406 deletions(-) diff --git a/.gitignore b/.gitignore index b0ccf7f..bddc6af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ bin/ obj/ +publish/ +tools/ +src/.vs/ *.suo *.user *.DotSettings \ No newline at end of file diff --git a/README.md b/README.md index 34139f8..95a5d2c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md) - ## Overview The purpose of this application is to provide a simple way to keep an eye on several simultaneously running EVE Online clients and to easily switch between them. While running it shows a set of live thumbnails for each of the active EVE Online clients. These thumbnails allow fast switch to the corresponding EVE Online client either using mouse or configurable hotkeys. @@ -13,17 +11,11 @@ The program does NOT (and will NOT ever) do the following things: * broadcast any keyboard or mouse events * anyhow interact with EVE Online except of bringing its main window to foreground or resizing/minimizing it -
- -![EVE Partner](https://github.com/Phrynohyas/eve-o-preview/blob/develop/assets/PartnerBadge.png?raw=true) - -
-
**Under any conditions you should NOT use EVE-O Preview for any actions that break EULA or ToS of EVE Online.** -If you have find out that some of the features or their combination of EVE-O Preview might cause actions that can be considered as breaking EULA or ToS of EVE Online you should consider them as a bug and immediately notify the Developer ( Phrynohyas Tig-Rah ) via in-game mail. +If you have find out that some of the features or their combination of EVE-O Preview might cause actions that can be considered as breaking EULA or ToS of EVE Online you should consider them as a bug and immediately notify the Developer ( Aura Asuna ) via in-game mail.
@@ -36,7 +28,7 @@ If you have find out that some of the features or their combination of EVE-O Pre Video Guides: -* [Eve online , How To : Eve-O Preview (multiboxing; legal)](https://youtu.be/2r0NMKbogXU) +* [Eve online , How To : EVE-O Preview (multiboxing; legal)](https://youtu.be/2r0NMKbogXU) ## System Requirements @@ -187,7 +179,7 @@ This setting allows to enable an alternate thumbnail render. This render doesn't ### Maintained by -* Phrynohyas Tig-Rah +* Aura Asuna ### Created by @@ -197,6 +189,8 @@ This setting allows to enable an alternate thumbnail render. This render doesn't ### Previous maintainers + +* Phrynohyas Tig-Rah * Makari Aeron @@ -223,8 +217,3 @@ https://bitbucket.org/ulph/eve-o-preview-git EVE Online, the EVE logo, EVE and all associated logos and designs are the intellectual property of CCP hf. All artwork, screenshots, characters, vehicles, storylines, world facts or other recognizable features of the intellectual property relating to these trademarks are likewise the intellectual property of CCP hf. EVE Online and the EVE logo are the registered trademarks of CCP hf. All rights are reserved worldwide. All other trademarks are the property of their respective owners. CCP hf. has granted permission to pyfa to use EVE Online and all associated logos and designs for promotional and information purposes on its website but does not endorse, and is not in any way affiliated with, pyfa. CCP is in no way responsible for the content on or functioning of this program, nor can it be liable for any damage arising from the use of this program. -## Additional information for users from Russia and Belarus - -* Russia has [illegally annexed Crimea in 2014](https://en.wikipedia.org/wiki/Annexation_of_Crimea_by_the_Russian_Federation) and [brought the war in Donbas](https://en.wikipedia.org/wiki/War_in_Donbas) followed by [full-scale invasion of Ukraine in 2022](https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine). -* Russia has brought sorrow and devastations to millions of Ukrainians, killed hundreds of innocent people, damaged thousands of buildings, and forced several million people to flee. -* [Putin khuylo!](https://en.wikipedia.org/wiki/Putin_khuylo!) diff --git a/build/Configuration.cs b/build/Configuration.cs index 995428f..5bb9068 100644 --- a/build/Configuration.cs +++ b/build/Configuration.cs @@ -9,6 +9,6 @@ static class Configuration public const string PublishFolder = @"./publish"; public const string BuildConfiguration = @"Release"; - public const string BuildToolPath = @"c:\Developer Tools\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe"; // Set to NULL to let Cake to try to use the default MSBuild instance + public const string BuildToolPath = @"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe"; // Set to NULL to let Cake to try to use the default MSBuild instance } } diff --git a/src/Eve-O-Preview/Properties/AssemblyInfo.cs b/src/Eve-O-Preview/Properties/AssemblyInfo.cs index bbc92a7..98345fb 100644 --- a/src/Eve-O-Preview/Properties/AssemblyInfo.cs +++ b/src/Eve-O-Preview/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("04f08f8d-9e98-423b-acdb-4effb31c0d35")] -[assembly: AssemblyVersion("5.1.0.0")] -[assembly: AssemblyFileVersion("5.1.0.0")] +[assembly: AssemblyVersion("5.1.2.0")] +[assembly: AssemblyFileVersion("5.1.2.0")] [assembly: CLSCompliant(false)] \ No newline at end of file diff --git a/src/Eve-O-Preview/View/Implementation/MainForm.Designer.cs b/src/Eve-O-Preview/View/Implementation/MainForm.Designer.cs index 084354f..29a58c9 100644 --- a/src/Eve-O-Preview/View/Implementation/MainForm.Designer.cs +++ b/src/Eve-O-Preview/View/Implementation/MainForm.Designer.cs @@ -1,3 +1,4 @@ +using System.Drawing; using System.Windows.Forms; namespace EveOPreview.View @@ -53,10 +54,11 @@ private void InitializeComponent() System.Windows.Forms.Label ThumbnailsListLabel; System.Windows.Forms.TabPage AboutTabPage; System.Windows.Forms.Panel AboutPanel; - System.Windows.Forms.Label DocumentationLinkLabel; + System.Windows.Forms.Label NameLabel; System.Windows.Forms.Label DescriptionLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); - System.Windows.Forms.Label NameLabel; + System.Windows.Forms.Label DocumentationLinkLabel; + System.Windows.Forms.Label CreditMaintLabel; this.MinimizeInactiveClientsCheckBox = new System.Windows.Forms.CheckBox(); this.EnableClientLayoutTrackingCheckBox = new System.Windows.Forms.CheckBox(); this.HideActiveClientThumbnailCheckBox = new System.Windows.Forms.CheckBox(); @@ -112,9 +114,10 @@ private void InitializeComponent() ThumbnailsListLabel = new System.Windows.Forms.Label(); AboutTabPage = new System.Windows.Forms.TabPage(); AboutPanel = new System.Windows.Forms.Panel(); - DocumentationLinkLabel = new System.Windows.Forms.Label(); - DescriptionLabel = new System.Windows.Forms.Label(); NameLabel = new System.Windows.Forms.Label(); + DescriptionLabel = new System.Windows.Forms.Label(); + DocumentationLinkLabel = new System.Windows.Forms.Label(); + CreditMaintLabel = new System.Windows.Forms.Label(); ContentTabControl.SuspendLayout(); GeneralTabPage.SuspendLayout(); GeneralSettingsPanel.SuspendLayout(); @@ -139,14 +142,14 @@ private void InitializeComponent() // RestoreWindowMenuItem // RestoreWindowMenuItem.Name = "RestoreWindowMenuItem"; - RestoreWindowMenuItem.Size = new System.Drawing.Size(199, 30); + RestoreWindowMenuItem.Size = new System.Drawing.Size(151, 22); RestoreWindowMenuItem.Text = "Restore"; RestoreWindowMenuItem.Click += new System.EventHandler(this.RestoreMainForm_Handler); // // ExitMenuItem // ExitMenuItem.Name = "ExitMenuItem"; - ExitMenuItem.Size = new System.Drawing.Size(199, 30); + ExitMenuItem.Size = new System.Drawing.Size(151, 22); ExitMenuItem.Text = "Exit"; ExitMenuItem.Click += new System.EventHandler(this.ExitMenuItemClick_Handler); // @@ -154,13 +157,13 @@ private void InitializeComponent() // TitleMenuItem.Enabled = false; TitleMenuItem.Name = "TitleMenuItem"; - TitleMenuItem.Size = new System.Drawing.Size(199, 30); + TitleMenuItem.Size = new System.Drawing.Size(151, 22); TitleMenuItem.Text = "EVE-O Preview"; // // SeparatorMenuItem // SeparatorMenuItem.Name = "SeparatorMenuItem"; - SeparatorMenuItem.Size = new System.Drawing.Size(196, 6); + SeparatorMenuItem.Size = new System.Drawing.Size(148, 6); // // ContentTabControl // @@ -175,11 +178,10 @@ private void InitializeComponent() ContentTabControl.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed; ContentTabControl.ItemSize = new System.Drawing.Size(35, 120); ContentTabControl.Location = new System.Drawing.Point(0, 0); - ContentTabControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); ContentTabControl.Multiline = true; ContentTabControl.Name = "ContentTabControl"; ContentTabControl.SelectedIndex = 0; - ContentTabControl.Size = new System.Drawing.Size(585, 335); + ContentTabControl.Size = new System.Drawing.Size(390, 218); ContentTabControl.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; ContentTabControl.TabIndex = 6; ContentTabControl.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ContentTabControl_DrawItem); @@ -189,10 +191,9 @@ private void InitializeComponent() GeneralTabPage.BackColor = System.Drawing.SystemColors.Control; GeneralTabPage.Controls.Add(GeneralSettingsPanel); GeneralTabPage.Location = new System.Drawing.Point(124, 4); - GeneralTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); GeneralTabPage.Name = "GeneralTabPage"; - GeneralTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); - GeneralTabPage.Size = new System.Drawing.Size(457, 327); + GeneralTabPage.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); + GeneralTabPage.Size = new System.Drawing.Size(262, 210); GeneralTabPage.TabIndex = 0; GeneralTabPage.Text = "General"; // @@ -207,19 +208,17 @@ private void InitializeComponent() GeneralSettingsPanel.Controls.Add(this.EnablePerClientThumbnailsLayoutsCheckBox); GeneralSettingsPanel.Controls.Add(this.MinimizeToTrayCheckBox); GeneralSettingsPanel.Dock = System.Windows.Forms.DockStyle.Fill; - GeneralSettingsPanel.Location = new System.Drawing.Point(4, 5); - GeneralSettingsPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + GeneralSettingsPanel.Location = new System.Drawing.Point(3, 3); GeneralSettingsPanel.Name = "GeneralSettingsPanel"; - GeneralSettingsPanel.Size = new System.Drawing.Size(449, 317); + GeneralSettingsPanel.Size = new System.Drawing.Size(256, 204); GeneralSettingsPanel.TabIndex = 18; // // MinimizeInactiveClientsCheckBox // this.MinimizeInactiveClientsCheckBox.AutoSize = true; - this.MinimizeInactiveClientsCheckBox.Location = new System.Drawing.Point(12, 122); - this.MinimizeInactiveClientsCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.MinimizeInactiveClientsCheckBox.Location = new System.Drawing.Point(8, 79); this.MinimizeInactiveClientsCheckBox.Name = "MinimizeInactiveClientsCheckBox"; - this.MinimizeInactiveClientsCheckBox.Size = new System.Drawing.Size(239, 24); + this.MinimizeInactiveClientsCheckBox.Size = new System.Drawing.Size(163, 17); this.MinimizeInactiveClientsCheckBox.TabIndex = 24; this.MinimizeInactiveClientsCheckBox.Text = "Minimize inactive EVE clients"; this.MinimizeInactiveClientsCheckBox.UseVisualStyleBackColor = true; @@ -228,10 +227,9 @@ private void InitializeComponent() // EnableClientLayoutTrackingCheckBox // this.EnableClientLayoutTrackingCheckBox.AutoSize = true; - this.EnableClientLayoutTrackingCheckBox.Location = new System.Drawing.Point(12, 48); - this.EnableClientLayoutTrackingCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.EnableClientLayoutTrackingCheckBox.Location = new System.Drawing.Point(8, 31); this.EnableClientLayoutTrackingCheckBox.Name = "EnableClientLayoutTrackingCheckBox"; - this.EnableClientLayoutTrackingCheckBox.Size = new System.Drawing.Size(182, 24); + this.EnableClientLayoutTrackingCheckBox.Size = new System.Drawing.Size(127, 17); this.EnableClientLayoutTrackingCheckBox.TabIndex = 19; this.EnableClientLayoutTrackingCheckBox.Text = "Track client locations"; this.EnableClientLayoutTrackingCheckBox.UseVisualStyleBackColor = true; @@ -242,10 +240,9 @@ private void InitializeComponent() this.HideActiveClientThumbnailCheckBox.AutoSize = true; this.HideActiveClientThumbnailCheckBox.Checked = true; this.HideActiveClientThumbnailCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.HideActiveClientThumbnailCheckBox.Location = new System.Drawing.Point(12, 85); - this.HideActiveClientThumbnailCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.HideActiveClientThumbnailCheckBox.Location = new System.Drawing.Point(8, 55); this.HideActiveClientThumbnailCheckBox.Name = "HideActiveClientThumbnailCheckBox"; - this.HideActiveClientThumbnailCheckBox.Size = new System.Drawing.Size(266, 24); + this.HideActiveClientThumbnailCheckBox.Size = new System.Drawing.Size(184, 17); this.HideActiveClientThumbnailCheckBox.TabIndex = 20; this.HideActiveClientThumbnailCheckBox.Text = "Hide preview of active EVE client"; this.HideActiveClientThumbnailCheckBox.UseVisualStyleBackColor = true; @@ -256,11 +253,10 @@ private void InitializeComponent() this.ShowThumbnailsAlwaysOnTopCheckBox.AutoSize = true; this.ShowThumbnailsAlwaysOnTopCheckBox.Checked = true; this.ShowThumbnailsAlwaysOnTopCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.ShowThumbnailsAlwaysOnTopCheckBox.Location = new System.Drawing.Point(12, 159); - this.ShowThumbnailsAlwaysOnTopCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ShowThumbnailsAlwaysOnTopCheckBox.Location = new System.Drawing.Point(8, 103); this.ShowThumbnailsAlwaysOnTopCheckBox.Name = "ShowThumbnailsAlwaysOnTopCheckBox"; this.ShowThumbnailsAlwaysOnTopCheckBox.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.ShowThumbnailsAlwaysOnTopCheckBox.Size = new System.Drawing.Size(197, 24); + this.ShowThumbnailsAlwaysOnTopCheckBox.Size = new System.Drawing.Size(137, 17); this.ShowThumbnailsAlwaysOnTopCheckBox.TabIndex = 21; this.ShowThumbnailsAlwaysOnTopCheckBox.Text = "Previews always on top"; this.ShowThumbnailsAlwaysOnTopCheckBox.UseVisualStyleBackColor = true; @@ -271,10 +267,9 @@ private void InitializeComponent() this.HideThumbnailsOnLostFocusCheckBox.AutoSize = true; this.HideThumbnailsOnLostFocusCheckBox.Checked = true; this.HideThumbnailsOnLostFocusCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.HideThumbnailsOnLostFocusCheckBox.Location = new System.Drawing.Point(12, 196); - this.HideThumbnailsOnLostFocusCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.HideThumbnailsOnLostFocusCheckBox.Location = new System.Drawing.Point(8, 127); this.HideThumbnailsOnLostFocusCheckBox.Name = "HideThumbnailsOnLostFocusCheckBox"; - this.HideThumbnailsOnLostFocusCheckBox.Size = new System.Drawing.Size(340, 24); + this.HideThumbnailsOnLostFocusCheckBox.Size = new System.Drawing.Size(234, 17); this.HideThumbnailsOnLostFocusCheckBox.TabIndex = 22; this.HideThumbnailsOnLostFocusCheckBox.Text = "Hide previews when EVE client is not active"; this.HideThumbnailsOnLostFocusCheckBox.UseVisualStyleBackColor = true; @@ -285,10 +280,9 @@ private void InitializeComponent() this.EnablePerClientThumbnailsLayoutsCheckBox.AutoSize = true; this.EnablePerClientThumbnailsLayoutsCheckBox.Checked = true; this.EnablePerClientThumbnailsLayoutsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.EnablePerClientThumbnailsLayoutsCheckBox.Location = new System.Drawing.Point(12, 233); - this.EnablePerClientThumbnailsLayoutsCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.EnablePerClientThumbnailsLayoutsCheckBox.Location = new System.Drawing.Point(8, 151); this.EnablePerClientThumbnailsLayoutsCheckBox.Name = "EnablePerClientThumbnailsLayoutsCheckBox"; - this.EnablePerClientThumbnailsLayoutsCheckBox.Size = new System.Drawing.Size(272, 24); + this.EnablePerClientThumbnailsLayoutsCheckBox.Size = new System.Drawing.Size(185, 17); this.EnablePerClientThumbnailsLayoutsCheckBox.TabIndex = 23; this.EnablePerClientThumbnailsLayoutsCheckBox.Text = "Unique layout for each EVE client"; this.EnablePerClientThumbnailsLayoutsCheckBox.UseVisualStyleBackColor = true; @@ -297,10 +291,9 @@ private void InitializeComponent() // MinimizeToTrayCheckBox // this.MinimizeToTrayCheckBox.AutoSize = true; - this.MinimizeToTrayCheckBox.Location = new System.Drawing.Point(12, 11); - this.MinimizeToTrayCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.MinimizeToTrayCheckBox.Location = new System.Drawing.Point(8, 7); this.MinimizeToTrayCheckBox.Name = "MinimizeToTrayCheckBox"; - this.MinimizeToTrayCheckBox.Size = new System.Drawing.Size(205, 24); + this.MinimizeToTrayCheckBox.Size = new System.Drawing.Size(139, 17); this.MinimizeToTrayCheckBox.TabIndex = 18; this.MinimizeToTrayCheckBox.Text = "Minimize to System Tray"; this.MinimizeToTrayCheckBox.UseVisualStyleBackColor = true; @@ -311,10 +304,9 @@ private void InitializeComponent() ThumbnailTabPage.BackColor = System.Drawing.SystemColors.Control; ThumbnailTabPage.Controls.Add(ThumbnailSettingsPanel); ThumbnailTabPage.Location = new System.Drawing.Point(124, 4); - ThumbnailTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); ThumbnailTabPage.Name = "ThumbnailTabPage"; - ThumbnailTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); - ThumbnailTabPage.Size = new System.Drawing.Size(457, 327); + ThumbnailTabPage.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); + ThumbnailTabPage.Size = new System.Drawing.Size(262, 210); ThumbnailTabPage.TabIndex = 1; ThumbnailTabPage.Text = "Thumbnail"; // @@ -328,29 +320,26 @@ private void InitializeComponent() ThumbnailSettingsPanel.Controls.Add(this.ThumbnailOpacityTrackBar); ThumbnailSettingsPanel.Controls.Add(OpacityLabel); ThumbnailSettingsPanel.Dock = System.Windows.Forms.DockStyle.Fill; - ThumbnailSettingsPanel.Location = new System.Drawing.Point(4, 5); - ThumbnailSettingsPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + ThumbnailSettingsPanel.Location = new System.Drawing.Point(3, 3); ThumbnailSettingsPanel.Name = "ThumbnailSettingsPanel"; - ThumbnailSettingsPanel.Size = new System.Drawing.Size(449, 317); + ThumbnailSettingsPanel.Size = new System.Drawing.Size(256, 204); ThumbnailSettingsPanel.TabIndex = 19; // // HeigthLabel // HeigthLabel.AutoSize = true; - HeigthLabel.Location = new System.Drawing.Point(12, 88); - HeigthLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + HeigthLabel.Location = new System.Drawing.Point(8, 57); HeigthLabel.Name = "HeigthLabel"; - HeigthLabel.Size = new System.Drawing.Size(133, 20); + HeigthLabel.Size = new System.Drawing.Size(90, 13); HeigthLabel.TabIndex = 24; HeigthLabel.Text = "Thumbnail Heigth"; // // WidthLabel // WidthLabel.AutoSize = true; - WidthLabel.Location = new System.Drawing.Point(12, 51); - WidthLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + WidthLabel.Location = new System.Drawing.Point(8, 33); WidthLabel.Name = "WidthLabel"; - WidthLabel.Size = new System.Drawing.Size(127, 20); + WidthLabel.Size = new System.Drawing.Size(87, 13); WidthLabel.TabIndex = 23; WidthLabel.Text = "Thumbnail Width"; // @@ -364,15 +353,14 @@ private void InitializeComponent() 0, 0, 0}); - this.ThumbnailsWidthNumericEdit.Location = new System.Drawing.Point(158, 48); - this.ThumbnailsWidthNumericEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ThumbnailsWidthNumericEdit.Location = new System.Drawing.Point(105, 31); this.ThumbnailsWidthNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.ThumbnailsWidthNumericEdit.Name = "ThumbnailsWidthNumericEdit"; - this.ThumbnailsWidthNumericEdit.Size = new System.Drawing.Size(72, 26); + this.ThumbnailsWidthNumericEdit.Size = new System.Drawing.Size(48, 20); this.ThumbnailsWidthNumericEdit.TabIndex = 21; this.ThumbnailsWidthNumericEdit.Value = new decimal(new int[] { 100, @@ -391,15 +379,14 @@ private void InitializeComponent() 0, 0, 0}); - this.ThumbnailsHeightNumericEdit.Location = new System.Drawing.Point(158, 85); - this.ThumbnailsHeightNumericEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ThumbnailsHeightNumericEdit.Location = new System.Drawing.Point(105, 55); this.ThumbnailsHeightNumericEdit.Maximum = new decimal(new int[] { 99999999, 0, 0, 0}); this.ThumbnailsHeightNumericEdit.Name = "ThumbnailsHeightNumericEdit"; - this.ThumbnailsHeightNumericEdit.Size = new System.Drawing.Size(72, 26); + this.ThumbnailsHeightNumericEdit.Size = new System.Drawing.Size(48, 20); this.ThumbnailsHeightNumericEdit.TabIndex = 22; this.ThumbnailsHeightNumericEdit.Value = new decimal(new int[] { 70, @@ -412,12 +399,11 @@ private void InitializeComponent() // this.ThumbnailOpacityTrackBar.AutoSize = false; this.ThumbnailOpacityTrackBar.LargeChange = 10; - this.ThumbnailOpacityTrackBar.Location = new System.Drawing.Point(92, 9); - this.ThumbnailOpacityTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ThumbnailOpacityTrackBar.Location = new System.Drawing.Point(61, 6); this.ThumbnailOpacityTrackBar.Maximum = 100; this.ThumbnailOpacityTrackBar.Minimum = 20; this.ThumbnailOpacityTrackBar.Name = "ThumbnailOpacityTrackBar"; - this.ThumbnailOpacityTrackBar.Size = new System.Drawing.Size(286, 34); + this.ThumbnailOpacityTrackBar.Size = new System.Drawing.Size(191, 22); this.ThumbnailOpacityTrackBar.TabIndex = 20; this.ThumbnailOpacityTrackBar.TickFrequency = 10; this.ThumbnailOpacityTrackBar.Value = 20; @@ -426,10 +412,9 @@ private void InitializeComponent() // OpacityLabel // OpacityLabel.AutoSize = true; - OpacityLabel.Location = new System.Drawing.Point(12, 14); - OpacityLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + OpacityLabel.Location = new System.Drawing.Point(8, 9); OpacityLabel.Name = "OpacityLabel"; - OpacityLabel.Size = new System.Drawing.Size(62, 20); + OpacityLabel.Size = new System.Drawing.Size(43, 13); OpacityLabel.TabIndex = 19; OpacityLabel.Text = "Opacity"; // @@ -438,9 +423,8 @@ private void InitializeComponent() this.ZoomTabPage.BackColor = System.Drawing.SystemColors.Control; this.ZoomTabPage.Controls.Add(ZoomSettingsPanel); this.ZoomTabPage.Location = new System.Drawing.Point(124, 4); - this.ZoomTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.ZoomTabPage.Name = "ZoomTabPage"; - this.ZoomTabPage.Size = new System.Drawing.Size(457, 327); + this.ZoomTabPage.Size = new System.Drawing.Size(262, 210); this.ZoomTabPage.TabIndex = 2; this.ZoomTabPage.Text = "Zoom"; // @@ -454,18 +438,16 @@ private void InitializeComponent() ZoomSettingsPanel.Controls.Add(this.ThumbnailZoomFactorNumericEdit); ZoomSettingsPanel.Dock = System.Windows.Forms.DockStyle.Fill; ZoomSettingsPanel.Location = new System.Drawing.Point(0, 0); - ZoomSettingsPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); ZoomSettingsPanel.Name = "ZoomSettingsPanel"; - ZoomSettingsPanel.Size = new System.Drawing.Size(457, 327); + ZoomSettingsPanel.Size = new System.Drawing.Size(262, 210); ZoomSettingsPanel.TabIndex = 36; // // ZoomFactorLabel // ZoomFactorLabel.AutoSize = true; - ZoomFactorLabel.Location = new System.Drawing.Point(12, 51); - ZoomFactorLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + ZoomFactorLabel.Location = new System.Drawing.Point(8, 33); ZoomFactorLabel.Name = "ZoomFactorLabel"; - ZoomFactorLabel.Size = new System.Drawing.Size(100, 20); + ZoomFactorLabel.Size = new System.Drawing.Size(67, 13); ZoomFactorLabel.TabIndex = 39; ZoomFactorLabel.Text = "Zoom Factor"; // @@ -481,19 +463,17 @@ private void InitializeComponent() this.ZoomAnchorPanel.Controls.Add(this.ZoomAanchorSRadioButton); this.ZoomAnchorPanel.Controls.Add(this.ZoomAanchorERadioButton); this.ZoomAnchorPanel.Controls.Add(this.ZoomAanchorSWRadioButton); - this.ZoomAnchorPanel.Location = new System.Drawing.Point(122, 83); - this.ZoomAnchorPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ZoomAnchorPanel.Location = new System.Drawing.Point(81, 54); this.ZoomAnchorPanel.Name = "ZoomAnchorPanel"; - this.ZoomAnchorPanel.Size = new System.Drawing.Size(114, 111); + this.ZoomAnchorPanel.Size = new System.Drawing.Size(77, 73); this.ZoomAnchorPanel.TabIndex = 38; // // ZoomAanchorNWRadioButton // this.ZoomAanchorNWRadioButton.AutoSize = true; - this.ZoomAanchorNWRadioButton.Location = new System.Drawing.Point(4, 5); - this.ZoomAanchorNWRadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ZoomAanchorNWRadioButton.Location = new System.Drawing.Point(3, 3); this.ZoomAanchorNWRadioButton.Name = "ZoomAanchorNWRadioButton"; - this.ZoomAanchorNWRadioButton.Size = new System.Drawing.Size(21, 20); + this.ZoomAanchorNWRadioButton.Size = new System.Drawing.Size(14, 13); this.ZoomAanchorNWRadioButton.TabIndex = 0; this.ZoomAanchorNWRadioButton.TabStop = true; this.ZoomAanchorNWRadioButton.UseVisualStyleBackColor = true; @@ -502,10 +482,9 @@ private void InitializeComponent() // ZoomAanchorNRadioButton // this.ZoomAanchorNRadioButton.AutoSize = true; - this.ZoomAanchorNRadioButton.Location = new System.Drawing.Point(46, 5); - this.ZoomAanchorNRadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ZoomAanchorNRadioButton.Location = new System.Drawing.Point(31, 3); this.ZoomAanchorNRadioButton.Name = "ZoomAanchorNRadioButton"; - this.ZoomAanchorNRadioButton.Size = new System.Drawing.Size(21, 20); + this.ZoomAanchorNRadioButton.Size = new System.Drawing.Size(14, 13); this.ZoomAanchorNRadioButton.TabIndex = 1; this.ZoomAanchorNRadioButton.TabStop = true; this.ZoomAanchorNRadioButton.UseVisualStyleBackColor = true; @@ -514,10 +493,9 @@ private void InitializeComponent() // ZoomAanchorNERadioButton // this.ZoomAanchorNERadioButton.AutoSize = true; - this.ZoomAanchorNERadioButton.Location = new System.Drawing.Point(88, 5); - this.ZoomAanchorNERadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ZoomAanchorNERadioButton.Location = new System.Drawing.Point(59, 3); this.ZoomAanchorNERadioButton.Name = "ZoomAanchorNERadioButton"; - this.ZoomAanchorNERadioButton.Size = new System.Drawing.Size(21, 20); + this.ZoomAanchorNERadioButton.Size = new System.Drawing.Size(14, 13); this.ZoomAanchorNERadioButton.TabIndex = 2; this.ZoomAanchorNERadioButton.TabStop = true; this.ZoomAanchorNERadioButton.UseVisualStyleBackColor = true; @@ -526,10 +504,9 @@ private void InitializeComponent() // ZoomAanchorWRadioButton // this.ZoomAanchorWRadioButton.AutoSize = true; - this.ZoomAanchorWRadioButton.Location = new System.Drawing.Point(4, 45); - this.ZoomAanchorWRadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ZoomAanchorWRadioButton.Location = new System.Drawing.Point(3, 29); this.ZoomAanchorWRadioButton.Name = "ZoomAanchorWRadioButton"; - this.ZoomAanchorWRadioButton.Size = new System.Drawing.Size(21, 20); + this.ZoomAanchorWRadioButton.Size = new System.Drawing.Size(14, 13); this.ZoomAanchorWRadioButton.TabIndex = 3; this.ZoomAanchorWRadioButton.TabStop = true; this.ZoomAanchorWRadioButton.UseVisualStyleBackColor = true; @@ -538,10 +515,9 @@ private void InitializeComponent() // ZoomAanchorSERadioButton // this.ZoomAanchorSERadioButton.AutoSize = true; - this.ZoomAanchorSERadioButton.Location = new System.Drawing.Point(88, 85); - this.ZoomAanchorSERadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ZoomAanchorSERadioButton.Location = new System.Drawing.Point(59, 55); this.ZoomAanchorSERadioButton.Name = "ZoomAanchorSERadioButton"; - this.ZoomAanchorSERadioButton.Size = new System.Drawing.Size(21, 20); + this.ZoomAanchorSERadioButton.Size = new System.Drawing.Size(14, 13); this.ZoomAanchorSERadioButton.TabIndex = 8; this.ZoomAanchorSERadioButton.TabStop = true; this.ZoomAanchorSERadioButton.UseVisualStyleBackColor = true; @@ -550,10 +526,9 @@ private void InitializeComponent() // ZoomAanchorCRadioButton // this.ZoomAanchorCRadioButton.AutoSize = true; - this.ZoomAanchorCRadioButton.Location = new System.Drawing.Point(46, 45); - this.ZoomAanchorCRadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ZoomAanchorCRadioButton.Location = new System.Drawing.Point(31, 29); this.ZoomAanchorCRadioButton.Name = "ZoomAanchorCRadioButton"; - this.ZoomAanchorCRadioButton.Size = new System.Drawing.Size(21, 20); + this.ZoomAanchorCRadioButton.Size = new System.Drawing.Size(14, 13); this.ZoomAanchorCRadioButton.TabIndex = 4; this.ZoomAanchorCRadioButton.TabStop = true; this.ZoomAanchorCRadioButton.UseVisualStyleBackColor = true; @@ -562,10 +537,9 @@ private void InitializeComponent() // ZoomAanchorSRadioButton // this.ZoomAanchorSRadioButton.AutoSize = true; - this.ZoomAanchorSRadioButton.Location = new System.Drawing.Point(46, 85); - this.ZoomAanchorSRadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ZoomAanchorSRadioButton.Location = new System.Drawing.Point(31, 55); this.ZoomAanchorSRadioButton.Name = "ZoomAanchorSRadioButton"; - this.ZoomAanchorSRadioButton.Size = new System.Drawing.Size(21, 20); + this.ZoomAanchorSRadioButton.Size = new System.Drawing.Size(14, 13); this.ZoomAanchorSRadioButton.TabIndex = 7; this.ZoomAanchorSRadioButton.TabStop = true; this.ZoomAanchorSRadioButton.UseVisualStyleBackColor = true; @@ -574,10 +548,9 @@ private void InitializeComponent() // ZoomAanchorERadioButton // this.ZoomAanchorERadioButton.AutoSize = true; - this.ZoomAanchorERadioButton.Location = new System.Drawing.Point(88, 45); - this.ZoomAanchorERadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ZoomAanchorERadioButton.Location = new System.Drawing.Point(59, 29); this.ZoomAanchorERadioButton.Name = "ZoomAanchorERadioButton"; - this.ZoomAanchorERadioButton.Size = new System.Drawing.Size(21, 20); + this.ZoomAanchorERadioButton.Size = new System.Drawing.Size(14, 13); this.ZoomAanchorERadioButton.TabIndex = 5; this.ZoomAanchorERadioButton.TabStop = true; this.ZoomAanchorERadioButton.UseVisualStyleBackColor = true; @@ -586,10 +559,9 @@ private void InitializeComponent() // ZoomAanchorSWRadioButton // this.ZoomAanchorSWRadioButton.AutoSize = true; - this.ZoomAanchorSWRadioButton.Location = new System.Drawing.Point(4, 85); - this.ZoomAanchorSWRadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ZoomAanchorSWRadioButton.Location = new System.Drawing.Point(3, 55); this.ZoomAanchorSWRadioButton.Name = "ZoomAanchorSWRadioButton"; - this.ZoomAanchorSWRadioButton.Size = new System.Drawing.Size(21, 20); + this.ZoomAanchorSWRadioButton.Size = new System.Drawing.Size(14, 13); this.ZoomAanchorSWRadioButton.TabIndex = 6; this.ZoomAanchorSWRadioButton.TabStop = true; this.ZoomAanchorSWRadioButton.UseVisualStyleBackColor = true; @@ -598,10 +570,9 @@ private void InitializeComponent() // ZoomAnchorLabel // ZoomAnchorLabel.AutoSize = true; - ZoomAnchorLabel.Location = new System.Drawing.Point(12, 88); - ZoomAnchorLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + ZoomAnchorLabel.Location = new System.Drawing.Point(8, 57); ZoomAnchorLabel.Name = "ZoomAnchorLabel"; - ZoomAnchorLabel.Size = new System.Drawing.Size(60, 20); + ZoomAnchorLabel.Size = new System.Drawing.Size(41, 13); ZoomAnchorLabel.TabIndex = 40; ZoomAnchorLabel.Text = "Anchor"; // @@ -610,11 +581,10 @@ private void InitializeComponent() this.EnableThumbnailZoomCheckBox.AutoSize = true; this.EnableThumbnailZoomCheckBox.Checked = true; this.EnableThumbnailZoomCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.EnableThumbnailZoomCheckBox.Location = new System.Drawing.Point(12, 11); - this.EnableThumbnailZoomCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.EnableThumbnailZoomCheckBox.Location = new System.Drawing.Point(8, 7); this.EnableThumbnailZoomCheckBox.Name = "EnableThumbnailZoomCheckBox"; this.EnableThumbnailZoomCheckBox.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.EnableThumbnailZoomCheckBox.Size = new System.Drawing.Size(141, 24); + this.EnableThumbnailZoomCheckBox.Size = new System.Drawing.Size(98, 17); this.EnableThumbnailZoomCheckBox.TabIndex = 36; this.EnableThumbnailZoomCheckBox.Text = "Zoom on hover"; this.EnableThumbnailZoomCheckBox.UseVisualStyleBackColor = true; @@ -624,8 +594,7 @@ private void InitializeComponent() // this.ThumbnailZoomFactorNumericEdit.BackColor = System.Drawing.SystemColors.Window; this.ThumbnailZoomFactorNumericEdit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.ThumbnailZoomFactorNumericEdit.Location = new System.Drawing.Point(122, 48); - this.ThumbnailZoomFactorNumericEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ThumbnailZoomFactorNumericEdit.Location = new System.Drawing.Point(81, 31); this.ThumbnailZoomFactorNumericEdit.Maximum = new decimal(new int[] { 10, 0, @@ -637,7 +606,7 @@ private void InitializeComponent() 0, 0}); this.ThumbnailZoomFactorNumericEdit.Name = "ThumbnailZoomFactorNumericEdit"; - this.ThumbnailZoomFactorNumericEdit.Size = new System.Drawing.Size(57, 26); + this.ThumbnailZoomFactorNumericEdit.Size = new System.Drawing.Size(38, 20); this.ThumbnailZoomFactorNumericEdit.TabIndex = 37; this.ThumbnailZoomFactorNumericEdit.Value = new decimal(new int[] { 2, @@ -651,9 +620,8 @@ private void InitializeComponent() OverlayTabPage.BackColor = System.Drawing.SystemColors.Control; OverlayTabPage.Controls.Add(OverlaySettingsPanel); OverlayTabPage.Location = new System.Drawing.Point(124, 4); - OverlayTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); OverlayTabPage.Name = "OverlayTabPage"; - OverlayTabPage.Size = new System.Drawing.Size(457, 327); + OverlayTabPage.Size = new System.Drawing.Size(262, 210); OverlayTabPage.TabIndex = 3; OverlayTabPage.Text = "Overlay"; // @@ -667,28 +635,25 @@ private void InitializeComponent() OverlaySettingsPanel.Controls.Add(this.ShowThumbnailFramesCheckBox); OverlaySettingsPanel.Dock = System.Windows.Forms.DockStyle.Fill; OverlaySettingsPanel.Location = new System.Drawing.Point(0, 0); - OverlaySettingsPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); OverlaySettingsPanel.Name = "OverlaySettingsPanel"; - OverlaySettingsPanel.Size = new System.Drawing.Size(457, 327); + OverlaySettingsPanel.Size = new System.Drawing.Size(262, 210); OverlaySettingsPanel.TabIndex = 25; // // HighlightColorLabel // this.HighlightColorLabel.AutoSize = true; - this.HighlightColorLabel.Location = new System.Drawing.Point(8, 120); - this.HighlightColorLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.HighlightColorLabel.Location = new System.Drawing.Point(5, 78); this.HighlightColorLabel.Name = "HighlightColorLabel"; - this.HighlightColorLabel.Size = new System.Drawing.Size(46, 20); + this.HighlightColorLabel.Size = new System.Drawing.Size(31, 13); this.HighlightColorLabel.TabIndex = 29; this.HighlightColorLabel.Text = "Color"; // // ActiveClientHighlightColorButton // this.ActiveClientHighlightColorButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.ActiveClientHighlightColorButton.Location = new System.Drawing.Point(63, 118); - this.ActiveClientHighlightColorButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ActiveClientHighlightColorButton.Location = new System.Drawing.Point(42, 77); this.ActiveClientHighlightColorButton.Name = "ActiveClientHighlightColorButton"; - this.ActiveClientHighlightColorButton.Size = new System.Drawing.Size(138, 25); + this.ActiveClientHighlightColorButton.Size = new System.Drawing.Size(93, 17); this.ActiveClientHighlightColorButton.TabIndex = 28; this.ActiveClientHighlightColorButton.Click += new System.EventHandler(this.ActiveClientHighlightColorButton_Click); // @@ -697,11 +662,10 @@ private void InitializeComponent() this.EnableActiveClientHighlightCheckBox.AutoSize = true; this.EnableActiveClientHighlightCheckBox.Checked = true; this.EnableActiveClientHighlightCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.EnableActiveClientHighlightCheckBox.Location = new System.Drawing.Point(12, 85); - this.EnableActiveClientHighlightCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.EnableActiveClientHighlightCheckBox.Location = new System.Drawing.Point(8, 55); this.EnableActiveClientHighlightCheckBox.Name = "EnableActiveClientHighlightCheckBox"; this.EnableActiveClientHighlightCheckBox.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.EnableActiveClientHighlightCheckBox.Size = new System.Drawing.Size(183, 24); + this.EnableActiveClientHighlightCheckBox.Size = new System.Drawing.Size(127, 17); this.EnableActiveClientHighlightCheckBox.TabIndex = 27; this.EnableActiveClientHighlightCheckBox.Text = "Highlight active client"; this.EnableActiveClientHighlightCheckBox.UseVisualStyleBackColor = true; @@ -712,11 +676,10 @@ private void InitializeComponent() this.ShowThumbnailOverlaysCheckBox.AutoSize = true; this.ShowThumbnailOverlaysCheckBox.Checked = true; this.ShowThumbnailOverlaysCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.ShowThumbnailOverlaysCheckBox.Location = new System.Drawing.Point(12, 11); - this.ShowThumbnailOverlaysCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ShowThumbnailOverlaysCheckBox.Location = new System.Drawing.Point(8, 7); this.ShowThumbnailOverlaysCheckBox.Name = "ShowThumbnailOverlaysCheckBox"; this.ShowThumbnailOverlaysCheckBox.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.ShowThumbnailOverlaysCheckBox.Size = new System.Drawing.Size(128, 24); + this.ShowThumbnailOverlaysCheckBox.Size = new System.Drawing.Size(90, 17); this.ShowThumbnailOverlaysCheckBox.TabIndex = 25; this.ShowThumbnailOverlaysCheckBox.Text = "Show overlay"; this.ShowThumbnailOverlaysCheckBox.UseVisualStyleBackColor = true; @@ -727,11 +690,10 @@ private void InitializeComponent() this.ShowThumbnailFramesCheckBox.AutoSize = true; this.ShowThumbnailFramesCheckBox.Checked = true; this.ShowThumbnailFramesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.ShowThumbnailFramesCheckBox.Location = new System.Drawing.Point(12, 48); - this.ShowThumbnailFramesCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ShowThumbnailFramesCheckBox.Location = new System.Drawing.Point(8, 31); this.ShowThumbnailFramesCheckBox.Name = "ShowThumbnailFramesCheckBox"; this.ShowThumbnailFramesCheckBox.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.ShowThumbnailFramesCheckBox.Size = new System.Drawing.Size(128, 24); + this.ShowThumbnailFramesCheckBox.Size = new System.Drawing.Size(87, 17); this.ShowThumbnailFramesCheckBox.TabIndex = 26; this.ShowThumbnailFramesCheckBox.Text = "Show frames"; this.ShowThumbnailFramesCheckBox.UseVisualStyleBackColor = true; @@ -742,9 +704,8 @@ private void InitializeComponent() ClientsTabPage.BackColor = System.Drawing.SystemColors.Control; ClientsTabPage.Controls.Add(ClientsPanel); ClientsTabPage.Location = new System.Drawing.Point(124, 4); - ClientsTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); ClientsTabPage.Name = "ClientsTabPage"; - ClientsTabPage.Size = new System.Drawing.Size(457, 327); + ClientsTabPage.Size = new System.Drawing.Size(262, 210); ClientsTabPage.TabIndex = 4; ClientsTabPage.Text = "Active Clients"; // @@ -755,9 +716,8 @@ private void InitializeComponent() ClientsPanel.Controls.Add(ThumbnailsListLabel); ClientsPanel.Dock = System.Windows.Forms.DockStyle.Fill; ClientsPanel.Location = new System.Drawing.Point(0, 0); - ClientsPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); ClientsPanel.Name = "ClientsPanel"; - ClientsPanel.Size = new System.Drawing.Size(457, 327); + ClientsPanel.Size = new System.Drawing.Size(262, 210); ClientsPanel.TabIndex = 32; // // ThumbnailsList @@ -768,20 +728,18 @@ private void InitializeComponent() this.ThumbnailsList.Dock = System.Windows.Forms.DockStyle.Bottom; this.ThumbnailsList.FormattingEnabled = true; this.ThumbnailsList.IntegralHeight = false; - this.ThumbnailsList.Location = new System.Drawing.Point(0, 49); - this.ThumbnailsList.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.ThumbnailsList.Location = new System.Drawing.Point(0, 28); this.ThumbnailsList.Name = "ThumbnailsList"; - this.ThumbnailsList.Size = new System.Drawing.Size(455, 276); + this.ThumbnailsList.Size = new System.Drawing.Size(260, 180); this.ThumbnailsList.TabIndex = 34; this.ThumbnailsList.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.ThumbnailsList_ItemCheck_Handler); // // ThumbnailsListLabel // ThumbnailsListLabel.AutoSize = true; - ThumbnailsListLabel.Location = new System.Drawing.Point(12, 14); - ThumbnailsListLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + ThumbnailsListLabel.Location = new System.Drawing.Point(8, 9); ThumbnailsListLabel.Name = "ThumbnailsListLabel"; - ThumbnailsListLabel.Size = new System.Drawing.Size(238, 20); + ThumbnailsListLabel.Size = new System.Drawing.Size(162, 13); ThumbnailsListLabel.TabIndex = 33; ThumbnailsListLabel.Text = "Thumbnails (check to force hide)"; // @@ -790,15 +748,16 @@ private void InitializeComponent() AboutTabPage.BackColor = System.Drawing.SystemColors.Control; AboutTabPage.Controls.Add(AboutPanel); AboutTabPage.Location = new System.Drawing.Point(124, 4); - AboutTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); AboutTabPage.Name = "AboutTabPage"; - AboutTabPage.Size = new System.Drawing.Size(457, 327); + AboutTabPage.Size = new System.Drawing.Size(262, 210); AboutTabPage.TabIndex = 5; AboutTabPage.Text = "About"; // // AboutPanel // + AboutPanel.BackColor = System.Drawing.Color.Transparent; AboutPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + AboutPanel.Controls.Add(CreditMaintLabel); AboutPanel.Controls.Add(DocumentationLinkLabel); AboutPanel.Controls.Add(DescriptionLabel); AboutPanel.Controls.Add(this.VersionLabel); @@ -806,40 +765,17 @@ private void InitializeComponent() AboutPanel.Controls.Add(this.DocumentationLink); AboutPanel.Dock = System.Windows.Forms.DockStyle.Fill; AboutPanel.Location = new System.Drawing.Point(0, 0); - AboutPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); AboutPanel.Name = "AboutPanel"; - AboutPanel.Size = new System.Drawing.Size(457, 327); + AboutPanel.Size = new System.Drawing.Size(262, 210); AboutPanel.TabIndex = 2; // - // DocumentationLinkLabel - // - DocumentationLinkLabel.AutoSize = true; - DocumentationLinkLabel.Location = new System.Drawing.Point(0, 242); - DocumentationLinkLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - DocumentationLinkLabel.Name = "DocumentationLinkLabel"; - DocumentationLinkLabel.Padding = new System.Windows.Forms.Padding(12, 5, 12, 5); - DocumentationLinkLabel.Size = new System.Drawing.Size(336, 30); - DocumentationLinkLabel.TabIndex = 6; - DocumentationLinkLabel.Text = "For more information visit the forum thread:"; - // - // DescriptionLabel - // - DescriptionLabel.Location = new System.Drawing.Point(0, 63); - DescriptionLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - DescriptionLabel.Name = "DescriptionLabel"; - DescriptionLabel.Padding = new System.Windows.Forms.Padding(12, 5, 12, 5); - DescriptionLabel.Size = new System.Drawing.Size(392, 178); - DescriptionLabel.TabIndex = 5; - DescriptionLabel.Text = resources.GetString("DescriptionLabel.Text"); - // // VersionLabel // this.VersionLabel.AutoSize = true; this.VersionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - this.VersionLabel.Location = new System.Drawing.Point(200, 14); - this.VersionLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.VersionLabel.Location = new System.Drawing.Point(133, 9); this.VersionLabel.Name = "VersionLabel"; - this.VersionLabel.Size = new System.Drawing.Size(69, 29); + this.VersionLabel.Size = new System.Drawing.Size(49, 20); this.VersionLabel.TabIndex = 4; this.VersionLabel.Text = "1.0.0"; // @@ -847,20 +783,19 @@ private void InitializeComponent() // NameLabel.AutoSize = true; NameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - NameLabel.Location = new System.Drawing.Point(6, 14); - NameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + NameLabel.Location = new System.Drawing.Point(4, 9); NameLabel.Name = "NameLabel"; - NameLabel.Size = new System.Drawing.Size(193, 29); + NameLabel.Size = new System.Drawing.Size(130, 20); NameLabel.TabIndex = 3; NameLabel.Text = "EVE-O Preview"; // // DocumentationLink // - this.DocumentationLink.Location = new System.Drawing.Point(0, 266); - this.DocumentationLink.Margin = new System.Windows.Forms.Padding(45, 5, 4, 5); + this.DocumentationLink.Location = new System.Drawing.Point(0, 177); + this.DocumentationLink.Margin = new System.Windows.Forms.Padding(30, 3, 3, 3); this.DocumentationLink.Name = "DocumentationLink"; - this.DocumentationLink.Padding = new System.Windows.Forms.Padding(12, 5, 12, 5); - this.DocumentationLink.Size = new System.Drawing.Size(393, 51); + this.DocumentationLink.Padding = new System.Windows.Forms.Padding(8, 3, 8, 3); + this.DocumentationLink.Size = new System.Drawing.Size(262, 33); this.DocumentationLink.TabIndex = 2; this.DocumentationLink.TabStop = true; this.DocumentationLink.Text = "to be set from prresenter to be set from prresenter to be set from prresenter to " + @@ -884,14 +819,44 @@ private void InitializeComponent() SeparatorMenuItem, ExitMenuItem}); this.TrayMenu.Name = "contextMenuStrip1"; - this.TrayMenu.Size = new System.Drawing.Size(200, 100); + this.TrayMenu.Size = new System.Drawing.Size(152, 76); + // + // DescriptionLabel + // + DescriptionLabel.BackColor = System.Drawing.Color.Transparent; + DescriptionLabel.Location = new System.Drawing.Point(0, 29); + DescriptionLabel.Name = "DescriptionLabel"; + DescriptionLabel.Padding = new System.Windows.Forms.Padding(8, 3, 8, 3); + DescriptionLabel.Size = new System.Drawing.Size(261, 145); + DescriptionLabel.TabIndex = 5; + DescriptionLabel.Text = resources.GetString("DescriptionLabel.Text"); + // + // DocumentationLinkLabel + // + DocumentationLinkLabel.AutoSize = true; + DocumentationLinkLabel.Location = new System.Drawing.Point(0, 163); + DocumentationLinkLabel.Name = "DocumentationLinkLabel"; + DocumentationLinkLabel.Padding = new System.Windows.Forms.Padding(8, 3, 8, 3); + DocumentationLinkLabel.Size = new System.Drawing.Size(222, 19); + DocumentationLinkLabel.TabIndex = 6; + DocumentationLinkLabel.Text = "For more information visit the forum thread:"; + // + // CreditMaintLabel + // + CreditMaintLabel.AutoSize = true; + CreditMaintLabel.Location = new System.Drawing.Point(0, 143); + CreditMaintLabel.Name = "CreditMaintLabel"; + CreditMaintLabel.Padding = new System.Windows.Forms.Padding(8, 3, 8, 3); + CreditMaintLabel.Size = new System.Drawing.Size(258, 19); + CreditMaintLabel.TabIndex = 7; + CreditMaintLabel.Text = "Credit to previous maintainer: Phrynohyas Tig-Rah"; // // MainForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; - this.ClientSize = new System.Drawing.Size(585, 335); + this.ClientSize = new System.Drawing.Size(390, 218); this.Controls.Add(ContentTabControl); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); diff --git a/src/Eve-O-Preview/View/Implementation/MainForm.resx b/src/Eve-O-Preview/View/Implementation/MainForm.resx index 0537524..113b6f0 100644 --- a/src/Eve-O-Preview/View/Implementation/MainForm.resx +++ b/src/Eve-O-Preview/View/Implementation/MainForm.resx @@ -141,45 +141,6 @@ True - - False - - - True - - - True - - - False - - - True - - - False - - - True - - - False - - - True - - - False - - - True - - - False - - - True - False @@ -207,27 +168,6 @@ True - - True - - - True - - - True - - - True - - - True - - - True - - - True - False @@ -240,39 +180,6 @@ True - - False - - - True - - - False - - - True - - - False - - - True - - - True - - - True - - - True - - - False - - - True - False @@ -309,12 +216,6 @@ True - - False - - - True - False @@ -324,54 +225,6 @@ True - - False - - - True - - - True - - - True - - - False - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - True @@ -423,27 +276,6 @@ True - - False - - - True - - - True - - - True - - - True - - - True - - - True - True @@ -471,21 +303,6 @@ True - - False - - - True - - - True - - - False - - - True - True @@ -507,34 +324,10 @@ True - - False - - - True - - - False - - - True - - + False - - True - - - True - - - False - - - True - - + True @@ -553,10 +346,11 @@ An advanced task switcher for EVE Online clients. The program does NOT -- modify EVE Online interface -- display modified EVE Online interface -- broadcast any keyboard or mouse events -- anyhow interact with EVE Online except of bringing its main window to foreground or resizing it +• modify EVE Online interface +• display modified EVE Online interface +• broadcast any keyboard or mouse events +• interact with EVE Online except of; + - resizing or bringing it to the foreground True