From 7f5ab131af03f345268bdd6575a50379a655d434 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Fri, 29 Aug 2025 22:34:11 +0200 Subject: [PATCH] Fuck with the UI a bit --- .../View/Implementation/MainForm.Designer.cs | 643 +++++++++--------- .../View/Implementation/MainForm.resx | 208 +++--- 2 files changed, 413 insertions(+), 438 deletions(-) diff --git a/src/Eve-O-Preview/View/Implementation/MainForm.Designer.cs b/src/Eve-O-Preview/View/Implementation/MainForm.Designer.cs index 4528028..2d0da3a 100644 --- a/src/Eve-O-Preview/View/Implementation/MainForm.Designer.cs +++ b/src/Eve-O-Preview/View/Implementation/MainForm.Designer.cs @@ -64,6 +64,22 @@ namespace EveOPreview.View { HideThumbnailsOnLostFocusCheckBox = new CheckBox(); EnablePerClientThumbnailsLayoutsCheckBox = new CheckBox(); MinimizeToTrayCheckBox = new CheckBox(); + EnableThumbnailRegionSnippingCheckBox = new CheckBox(); + RegionLeftLabel = new Label(); + RegionLeftNumericEdit = new NumericUpDown(); + RegionTopLabel = new Label(); + RegionTopNumericEdit = new NumericUpDown(); + RegionWidthLabel = new Label(); + RegionWidthNumericEdit = new NumericUpDown(); + RegionHeightLabel = new Label(); + RegionHeightNumericEdit = new NumericUpDown(); + PickRegionButton = new Button(); + ProfileLabel = new Label(); + ProfileComboBox = new ComboBox(); + SaveProfileButton = new Button(); + DeleteProfileButton = new Button(); + ThumbnailSnapRangeLabel = new Label(); + ThumbnailSnapRangeNumericEdit = new NumericUpDown(); ThumbnailSnapToGridCheckBox = new CheckBox(); ThumbnailSnapToGridSizeYNumericEdit = new NumericUpDown(); SnapYLabel = new Label(); @@ -106,22 +122,6 @@ namespace EveOPreview.View { EnableActiveClientHighlightCheckBox = new CheckBox(); ShowThumbnailOverlaysCheckBox = new CheckBox(); ShowThumbnailFramesCheckBox = new CheckBox(); - EnableThumbnailRegionSnippingCheckBox = new CheckBox(); - RegionLeftNumericEdit = new NumericUpDown(); - RegionTopNumericEdit = new NumericUpDown(); - RegionWidthNumericEdit = new NumericUpDown(); - RegionHeightNumericEdit = new NumericUpDown(); - RegionLeftLabel = new Label(); - RegionTopLabel = new Label(); - RegionWidthLabel = new Label(); - RegionHeightLabel = new Label(); - PickRegionButton = new Button(); - ProfileComboBox = new ComboBox(); - SaveProfileButton = new Button(); - DeleteProfileButton = new Button(); - ProfileLabel = new Label(); - ThumbnailSnapRangeLabel = new Label(); - ThumbnailSnapRangeNumericEdit = new NumericUpDown(); ThumbnailsList = new CheckedListBox(); VersionLabel = new Label(); DocumentationLink = new LinkLabel(); @@ -159,9 +159,13 @@ namespace EveOPreview.View { GeneralSettingsPanel.SuspendLayout(); ThumbnailTabPage.SuspendLayout(); ThumbnailSettingsPanel.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)RegionLeftNumericEdit).BeginInit(); + ((System.ComponentModel.ISupportInitialize)RegionTopNumericEdit).BeginInit(); + ((System.ComponentModel.ISupportInitialize)RegionWidthNumericEdit).BeginInit(); + ((System.ComponentModel.ISupportInitialize)RegionHeightNumericEdit).BeginInit(); + ((System.ComponentModel.ISupportInitialize)ThumbnailSnapRangeNumericEdit).BeginInit(); ((System.ComponentModel.ISupportInitialize)ThumbnailSnapToGridSizeYNumericEdit).BeginInit(); ((System.ComponentModel.ISupportInitialize)ThumbnailSnapToGridSizeXNumericEdit).BeginInit(); - ((System.ComponentModel.ISupportInitialize)ThumbnailSnapRangeNumericEdit).BeginInit(); ((System.ComponentModel.ISupportInitialize)ThumbnailsWidthNumericEdit).BeginInit(); ((System.ComponentModel.ISupportInitialize)ThumbnailsHeightNumericEdit).BeginInit(); ((System.ComponentModel.ISupportInitialize)ThumbnailOpacityTrackBar).BeginInit(); @@ -183,14 +187,14 @@ namespace EveOPreview.View { // RestoreWindowMenuItem // RestoreWindowMenuItem.Name = "RestoreWindowMenuItem"; - RestoreWindowMenuItem.Size = new Size(201, 32); + RestoreWindowMenuItem.Size = new Size(153, 22); RestoreWindowMenuItem.Text = "Restore"; RestoreWindowMenuItem.Click += RestoreMainForm_Handler; // // ExitMenuItem // ExitMenuItem.Name = "ExitMenuItem"; - ExitMenuItem.Size = new Size(201, 32); + ExitMenuItem.Size = new Size(153, 22); ExitMenuItem.Text = "Exit"; ExitMenuItem.Click += ExitMenuItemClick_Handler; // @@ -198,13 +202,13 @@ namespace EveOPreview.View { // TitleMenuItem.Enabled = false; TitleMenuItem.Name = "TitleMenuItem"; - TitleMenuItem.Size = new Size(201, 32); + TitleMenuItem.Size = new Size(153, 22); TitleMenuItem.Text = "EVE-O-Preview"; // // SeparatorMenuItem // SeparatorMenuItem.Name = "SeparatorMenuItem"; - SeparatorMenuItem.Size = new Size(198, 6); + SeparatorMenuItem.Size = new Size(150, 6); // // ContentTabControl // @@ -219,11 +223,11 @@ namespace EveOPreview.View { ContentTabControl.DrawMode = TabDrawMode.OwnerDrawFixed; ContentTabControl.ItemSize = new Size(35, 120); ContentTabControl.Location = new Point(0, 0); - ContentTabControl.Margin = new Padding(5, 6, 5, 6); + ContentTabControl.Margin = new Padding(4, 4, 4, 4); ContentTabControl.Multiline = true; ContentTabControl.Name = "ContentTabControl"; ContentTabControl.SelectedIndex = 0; - ContentTabControl.Size = new Size(650, 419); + ContentTabControl.Size = new Size(464, 371); ContentTabControl.SizeMode = TabSizeMode.Fixed; ContentTabControl.TabIndex = 6; ContentTabControl.DrawItem += ContentTabControl_DrawItem; @@ -233,10 +237,10 @@ namespace EveOPreview.View { GeneralTabPage.BackColor = SystemColors.Control; GeneralTabPage.Controls.Add(GeneralSettingsPanel); GeneralTabPage.Location = new Point(124, 4); - GeneralTabPage.Margin = new Padding(5, 6, 5, 6); + GeneralTabPage.Margin = new Padding(4, 4, 4, 4); GeneralTabPage.Name = "GeneralTabPage"; - GeneralTabPage.Padding = new Padding(5, 6, 5, 6); - GeneralTabPage.Size = new Size(522, 411); + GeneralTabPage.Padding = new Padding(4, 4, 4, 4); + GeneralTabPage.Size = new Size(336, 363); GeneralTabPage.TabIndex = 0; GeneralTabPage.Text = "General"; // @@ -253,20 +257,20 @@ namespace EveOPreview.View { GeneralSettingsPanel.Controls.Add(EnablePerClientThumbnailsLayoutsCheckBox); GeneralSettingsPanel.Controls.Add(MinimizeToTrayCheckBox); GeneralSettingsPanel.Dock = DockStyle.Fill; - GeneralSettingsPanel.Location = new Point(5, 6); - GeneralSettingsPanel.Margin = new Padding(5, 6, 5, 6); + GeneralSettingsPanel.Location = new Point(4, 4); + GeneralSettingsPanel.Margin = new Padding(4, 4, 4, 4); GeneralSettingsPanel.Name = "GeneralSettingsPanel"; - GeneralSettingsPanel.Size = new Size(512, 399); + GeneralSettingsPanel.Size = new Size(328, 355); GeneralSettingsPanel.TabIndex = 18; GeneralSettingsPanel.Paint += GeneralSettingsPanel_Paint; // // label4 // label4.AutoSize = true; - label4.Location = new Point(8, 192); - label4.Margin = new Padding(5, 0, 5, 0); + label4.Location = new Point(6, 115); + label4.Margin = new Padding(4, 0, 4, 0); label4.Name = "label4"; - label4.Size = new Size(136, 25); + label4.Size = new Size(91, 15); label4.TabIndex = 27; label4.Text = "Animation Style"; // @@ -274,20 +278,20 @@ namespace EveOPreview.View { // AnimationStyleCombo.DropDownStyle = ComboBoxStyle.DropDownList; AnimationStyleCombo.FormattingEnabled = true; - AnimationStyleCombo.Location = new Point(150, 187); - AnimationStyleCombo.Margin = new Padding(5, 6, 5, 6); + AnimationStyleCombo.Location = new Point(105, 112); + AnimationStyleCombo.Margin = new Padding(4, 4, 4, 4); AnimationStyleCombo.Name = "AnimationStyleCombo"; - AnimationStyleCombo.Size = new Size(251, 33); + AnimationStyleCombo.Size = new Size(177, 23); AnimationStyleCombo.TabIndex = 26; AnimationStyleCombo.SelectedIndexChanged += OptionChanged_Handler; // // MinimizeInactiveClientsCheckBox // MinimizeInactiveClientsCheckBox.AutoSize = true; - MinimizeInactiveClientsCheckBox.Location = new Point(13, 150); - MinimizeInactiveClientsCheckBox.Margin = new Padding(5, 6, 5, 6); + MinimizeInactiveClientsCheckBox.Location = new Point(9, 90); + MinimizeInactiveClientsCheckBox.Margin = new Padding(4, 4, 4, 4); MinimizeInactiveClientsCheckBox.Name = "MinimizeInactiveClientsCheckBox"; - MinimizeInactiveClientsCheckBox.Size = new Size(261, 29); + MinimizeInactiveClientsCheckBox.Size = new Size(178, 19); MinimizeInactiveClientsCheckBox.TabIndex = 24; MinimizeInactiveClientsCheckBox.Text = "Minimize inactive EVE clients"; MinimizeInactiveClientsCheckBox.UseVisualStyleBackColor = true; @@ -296,10 +300,10 @@ namespace EveOPreview.View { // EnableClientLayoutTrackingCheckBox // EnableClientLayoutTrackingCheckBox.AutoSize = true; - EnableClientLayoutTrackingCheckBox.Location = new Point(13, 60); - EnableClientLayoutTrackingCheckBox.Margin = new Padding(5, 6, 5, 6); + EnableClientLayoutTrackingCheckBox.Location = new Point(9, 36); + EnableClientLayoutTrackingCheckBox.Margin = new Padding(4, 4, 4, 4); EnableClientLayoutTrackingCheckBox.Name = "EnableClientLayoutTrackingCheckBox"; - EnableClientLayoutTrackingCheckBox.Size = new Size(199, 29); + EnableClientLayoutTrackingCheckBox.Size = new Size(137, 19); EnableClientLayoutTrackingCheckBox.TabIndex = 19; EnableClientLayoutTrackingCheckBox.Text = "Track client locations"; EnableClientLayoutTrackingCheckBox.UseVisualStyleBackColor = true; @@ -310,10 +314,10 @@ namespace EveOPreview.View { HideActiveClientThumbnailCheckBox.AutoSize = true; HideActiveClientThumbnailCheckBox.Checked = true; HideActiveClientThumbnailCheckBox.CheckState = CheckState.Checked; - HideActiveClientThumbnailCheckBox.Location = new Point(13, 106); - HideActiveClientThumbnailCheckBox.Margin = new Padding(5, 6, 5, 6); + HideActiveClientThumbnailCheckBox.Location = new Point(9, 64); + HideActiveClientThumbnailCheckBox.Margin = new Padding(4, 4, 4, 4); HideActiveClientThumbnailCheckBox.Name = "HideActiveClientThumbnailCheckBox"; - HideActiveClientThumbnailCheckBox.Size = new Size(293, 29); + HideActiveClientThumbnailCheckBox.Size = new Size(197, 19); HideActiveClientThumbnailCheckBox.TabIndex = 20; HideActiveClientThumbnailCheckBox.Text = "Hide preview of active EVE client"; HideActiveClientThumbnailCheckBox.UseVisualStyleBackColor = true; @@ -324,11 +328,11 @@ namespace EveOPreview.View { ShowThumbnailsAlwaysOnTopCheckBox.AutoSize = true; ShowThumbnailsAlwaysOnTopCheckBox.Checked = true; ShowThumbnailsAlwaysOnTopCheckBox.CheckState = CheckState.Checked; - ShowThumbnailsAlwaysOnTopCheckBox.Location = new Point(13, 238); - ShowThumbnailsAlwaysOnTopCheckBox.Margin = new Padding(5, 6, 5, 6); + ShowThumbnailsAlwaysOnTopCheckBox.Location = new Point(9, 143); + ShowThumbnailsAlwaysOnTopCheckBox.Margin = new Padding(4, 4, 4, 4); ShowThumbnailsAlwaysOnTopCheckBox.Name = "ShowThumbnailsAlwaysOnTopCheckBox"; ShowThumbnailsAlwaysOnTopCheckBox.RightToLeft = RightToLeft.No; - ShowThumbnailsAlwaysOnTopCheckBox.Size = new Size(222, 29); + ShowThumbnailsAlwaysOnTopCheckBox.Size = new Size(148, 19); ShowThumbnailsAlwaysOnTopCheckBox.TabIndex = 21; ShowThumbnailsAlwaysOnTopCheckBox.Text = "Previews always on top"; ShowThumbnailsAlwaysOnTopCheckBox.UseVisualStyleBackColor = true; @@ -339,10 +343,10 @@ namespace EveOPreview.View { HideThumbnailsOnLostFocusCheckBox.AutoSize = true; HideThumbnailsOnLostFocusCheckBox.Checked = true; HideThumbnailsOnLostFocusCheckBox.CheckState = CheckState.Checked; - HideThumbnailsOnLostFocusCheckBox.Location = new Point(13, 285); - HideThumbnailsOnLostFocusCheckBox.Margin = new Padding(5, 6, 5, 6); + HideThumbnailsOnLostFocusCheckBox.Location = new Point(9, 171); + HideThumbnailsOnLostFocusCheckBox.Margin = new Padding(4, 4, 4, 4); HideThumbnailsOnLostFocusCheckBox.Name = "HideThumbnailsOnLostFocusCheckBox"; - HideThumbnailsOnLostFocusCheckBox.Size = new Size(375, 29); + HideThumbnailsOnLostFocusCheckBox.Size = new Size(252, 19); HideThumbnailsOnLostFocusCheckBox.TabIndex = 22; HideThumbnailsOnLostFocusCheckBox.Text = "Hide previews when EVE client is not active"; HideThumbnailsOnLostFocusCheckBox.UseVisualStyleBackColor = true; @@ -353,10 +357,10 @@ namespace EveOPreview.View { EnablePerClientThumbnailsLayoutsCheckBox.AutoSize = true; EnablePerClientThumbnailsLayoutsCheckBox.Checked = true; EnablePerClientThumbnailsLayoutsCheckBox.CheckState = CheckState.Checked; - EnablePerClientThumbnailsLayoutsCheckBox.Location = new Point(13, 331); - EnablePerClientThumbnailsLayoutsCheckBox.Margin = new Padding(5, 6, 5, 6); + EnablePerClientThumbnailsLayoutsCheckBox.Location = new Point(9, 199); + EnablePerClientThumbnailsLayoutsCheckBox.Margin = new Padding(4, 4, 4, 4); EnablePerClientThumbnailsLayoutsCheckBox.Name = "EnablePerClientThumbnailsLayoutsCheckBox"; - EnablePerClientThumbnailsLayoutsCheckBox.Size = new Size(297, 29); + EnablePerClientThumbnailsLayoutsCheckBox.Size = new Size(200, 19); EnablePerClientThumbnailsLayoutsCheckBox.TabIndex = 23; EnablePerClientThumbnailsLayoutsCheckBox.Text = "Unique layout for each EVE client"; EnablePerClientThumbnailsLayoutsCheckBox.UseVisualStyleBackColor = true; @@ -365,10 +369,10 @@ namespace EveOPreview.View { // MinimizeToTrayCheckBox // MinimizeToTrayCheckBox.AutoSize = true; - MinimizeToTrayCheckBox.Location = new Point(13, 13); - MinimizeToTrayCheckBox.Margin = new Padding(5, 6, 5, 6); + MinimizeToTrayCheckBox.Location = new Point(9, 8); + MinimizeToTrayCheckBox.Margin = new Padding(4, 4, 4, 4); MinimizeToTrayCheckBox.Name = "MinimizeToTrayCheckBox"; - MinimizeToTrayCheckBox.Size = new Size(229, 29); + MinimizeToTrayCheckBox.Size = new Size(155, 19); MinimizeToTrayCheckBox.TabIndex = 18; MinimizeToTrayCheckBox.Text = "Minimize to System Tray"; MinimizeToTrayCheckBox.UseVisualStyleBackColor = true; @@ -379,10 +383,10 @@ namespace EveOPreview.View { ThumbnailTabPage.BackColor = SystemColors.Control; ThumbnailTabPage.Controls.Add(ThumbnailSettingsPanel); ThumbnailTabPage.Location = new Point(124, 4); - ThumbnailTabPage.Margin = new Padding(5, 6, 5, 6); + ThumbnailTabPage.Margin = new Padding(4, 4, 4, 4); ThumbnailTabPage.Name = "ThumbnailTabPage"; - ThumbnailTabPage.Padding = new Padding(5, 6, 5, 6); - ThumbnailTabPage.Size = new Size(522, 411); + ThumbnailTabPage.Padding = new Padding(4, 4, 4, 4); + ThumbnailTabPage.Size = new Size(336, 363); ThumbnailTabPage.TabIndex = 1; ThumbnailTabPage.Text = "Thumbnail"; // @@ -418,19 +422,19 @@ namespace EveOPreview.View { ThumbnailSettingsPanel.Controls.Add(ThumbnailOpacityTrackBar); ThumbnailSettingsPanel.Controls.Add(OpacityLabel); ThumbnailSettingsPanel.Dock = DockStyle.Fill; - ThumbnailSettingsPanel.Location = new Point(5, 6); - ThumbnailSettingsPanel.Margin = new Padding(5, 6, 5, 6); + ThumbnailSettingsPanel.Location = new Point(4, 4); + ThumbnailSettingsPanel.Margin = new Padding(4, 4, 4, 4); ThumbnailSettingsPanel.Name = "ThumbnailSettingsPanel"; - ThumbnailSettingsPanel.Size = new Size(512, 399); + ThumbnailSettingsPanel.Size = new Size(328, 355); ThumbnailSettingsPanel.TabIndex = 19; // // EnableThumbnailRegionSnippingCheckBox // EnableThumbnailRegionSnippingCheckBox.AutoSize = true; - EnableThumbnailRegionSnippingCheckBox.Location = new Point(18, 310); - EnableThumbnailRegionSnippingCheckBox.Margin = new Padding(5, 6, 5, 6); + EnableThumbnailRegionSnippingCheckBox.Location = new Point(13, 186); + EnableThumbnailRegionSnippingCheckBox.Margin = new Padding(4, 4, 4, 4); EnableThumbnailRegionSnippingCheckBox.Name = "EnableThumbnailRegionSnippingCheckBox"; - EnableThumbnailRegionSnippingCheckBox.Size = new Size(280, 29); + EnableThumbnailRegionSnippingCheckBox.Size = new Size(151, 19); EnableThumbnailRegionSnippingCheckBox.TabIndex = 40; EnableThumbnailRegionSnippingCheckBox.Text = "Enable Region Snipping"; EnableThumbnailRegionSnippingCheckBox.UseVisualStyleBackColor = true; @@ -439,10 +443,10 @@ namespace EveOPreview.View { // RegionLeftLabel // RegionLeftLabel.AutoSize = true; - RegionLeftLabel.Location = new Point(13, 350); - RegionLeftLabel.Margin = new Padding(5, 0, 5, 0); + RegionLeftLabel.Location = new Point(9, 210); + RegionLeftLabel.Margin = new Padding(4, 0, 4, 0); RegionLeftLabel.Name = "RegionLeftLabel"; - RegionLeftLabel.Size = new Size(45, 25); + RegionLeftLabel.Size = new Size(27, 15); RegionLeftLabel.TabIndex = 41; RegionLeftLabel.Text = "Left"; // @@ -452,21 +456,21 @@ namespace EveOPreview.View { RegionLeftNumericEdit.BorderStyle = BorderStyle.FixedSingle; RegionLeftNumericEdit.CausesValidation = false; RegionLeftNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 }); - RegionLeftNumericEdit.Location = new Point(93, 345); - RegionLeftNumericEdit.Margin = new Padding(5, 6, 5, 6); + RegionLeftNumericEdit.Location = new Point(65, 207); + RegionLeftNumericEdit.Margin = new Padding(4, 4, 4, 4); RegionLeftNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 }); RegionLeftNumericEdit.Name = "RegionLeftNumericEdit"; - RegionLeftNumericEdit.Size = new Size(80, 31); + RegionLeftNumericEdit.Size = new Size(56, 23); RegionLeftNumericEdit.TabIndex = 42; RegionLeftNumericEdit.ValueChanged += OptionChanged_Handler; // // RegionTopLabel // RegionTopLabel.AutoSize = true; - RegionTopLabel.Location = new Point(183, 350); - RegionTopLabel.Margin = new Padding(5, 0, 5, 0); + RegionTopLabel.Location = new Point(128, 210); + RegionTopLabel.Margin = new Padding(4, 0, 4, 0); RegionTopLabel.Name = "RegionTopLabel"; - RegionTopLabel.Size = new Size(42, 25); + RegionTopLabel.Size = new Size(27, 15); RegionTopLabel.TabIndex = 43; RegionTopLabel.Text = "Top"; // @@ -476,21 +480,21 @@ namespace EveOPreview.View { RegionTopNumericEdit.BorderStyle = BorderStyle.FixedSingle; RegionTopNumericEdit.CausesValidation = false; RegionTopNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 }); - RegionTopNumericEdit.Location = new Point(240, 347); - RegionTopNumericEdit.Margin = new Padding(5, 6, 5, 6); + RegionTopNumericEdit.Location = new Point(168, 208); + RegionTopNumericEdit.Margin = new Padding(4, 4, 4, 4); RegionTopNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 }); RegionTopNumericEdit.Name = "RegionTopNumericEdit"; - RegionTopNumericEdit.Size = new Size(80, 31); + RegionTopNumericEdit.Size = new Size(56, 23); RegionTopNumericEdit.TabIndex = 44; RegionTopNumericEdit.ValueChanged += OptionChanged_Handler; // // RegionWidthLabel // RegionWidthLabel.AutoSize = true; - RegionWidthLabel.Location = new Point(13, 390); - RegionWidthLabel.Margin = new Padding(5, 0, 5, 0); + RegionWidthLabel.Location = new Point(9, 234); + RegionWidthLabel.Margin = new Padding(4, 0, 4, 0); RegionWidthLabel.Name = "RegionWidthLabel"; - RegionWidthLabel.Size = new Size(65, 25); + RegionWidthLabel.Size = new Size(39, 15); RegionWidthLabel.TabIndex = 45; RegionWidthLabel.Text = "Width"; // @@ -500,21 +504,21 @@ namespace EveOPreview.View { RegionWidthNumericEdit.BorderStyle = BorderStyle.FixedSingle; RegionWidthNumericEdit.CausesValidation = false; RegionWidthNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 }); - RegionWidthNumericEdit.Location = new Point(93, 385); - RegionWidthNumericEdit.Margin = new Padding(5, 6, 5, 6); + RegionWidthNumericEdit.Location = new Point(65, 231); + RegionWidthNumericEdit.Margin = new Padding(4, 4, 4, 4); RegionWidthNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 }); RegionWidthNumericEdit.Name = "RegionWidthNumericEdit"; - RegionWidthNumericEdit.Size = new Size(80, 31); + RegionWidthNumericEdit.Size = new Size(56, 23); RegionWidthNumericEdit.TabIndex = 46; RegionWidthNumericEdit.ValueChanged += OptionChanged_Handler; // // RegionHeightLabel // RegionHeightLabel.AutoSize = true; - RegionHeightLabel.Location = new Point(183, 390); - RegionHeightLabel.Margin = new Padding(5, 0, 5, 0); + RegionHeightLabel.Location = new Point(128, 234); + RegionHeightLabel.Margin = new Padding(4, 0, 4, 0); RegionHeightLabel.Name = "RegionHeightLabel"; - RegionHeightLabel.Size = new Size(70, 25); + RegionHeightLabel.Size = new Size(43, 15); RegionHeightLabel.TabIndex = 47; RegionHeightLabel.Text = "Height"; // @@ -524,20 +528,20 @@ namespace EveOPreview.View { RegionHeightNumericEdit.BorderStyle = BorderStyle.FixedSingle; RegionHeightNumericEdit.CausesValidation = false; RegionHeightNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 }); - RegionHeightNumericEdit.Location = new Point(240, 387); - RegionHeightNumericEdit.Margin = new Padding(5, 6, 5, 6); + RegionHeightNumericEdit.Location = new Point(168, 232); + RegionHeightNumericEdit.Margin = new Padding(4, 4, 4, 4); RegionHeightNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 }); RegionHeightNumericEdit.Name = "RegionHeightNumericEdit"; - RegionHeightNumericEdit.Size = new Size(80, 31); + RegionHeightNumericEdit.Size = new Size(56, 23); RegionHeightNumericEdit.TabIndex = 48; RegionHeightNumericEdit.ValueChanged += OptionChanged_Handler; // // PickRegionButton // - PickRegionButton.Location = new Point(93, 425); - PickRegionButton.Margin = new Padding(5, 6, 5, 6); + PickRegionButton.Location = new Point(65, 286); + PickRegionButton.Margin = new Padding(4, 4, 4, 4); PickRegionButton.Name = "PickRegionButton"; - PickRegionButton.Size = new Size(120, 35); + PickRegionButton.Size = new Size(84, 21); PickRegionButton.TabIndex = 49; PickRegionButton.Text = "Pick Region"; PickRegionButton.UseVisualStyleBackColor = true; @@ -546,29 +550,29 @@ namespace EveOPreview.View { // ProfileLabel // ProfileLabel.AutoSize = true; - ProfileLabel.Location = new Point(13, 430); - ProfileLabel.Margin = new Padding(5, 0, 5, 0); + ProfileLabel.Location = new Point(9, 261); + ProfileLabel.Margin = new Padding(4, 0, 4, 0); ProfileLabel.Name = "ProfileLabel"; - ProfileLabel.Size = new Size(55, 25); + ProfileLabel.Size = new Size(41, 15); ProfileLabel.TabIndex = 50; ProfileLabel.Text = "Profile"; // // ProfileComboBox // ProfileComboBox.DropDownStyle = ComboBoxStyle.DropDownList; - ProfileComboBox.Location = new Point(93, 425); - ProfileComboBox.Margin = new Padding(5, 6, 5, 6); + ProfileComboBox.Location = new Point(65, 258); + ProfileComboBox.Margin = new Padding(4, 4, 4, 4); ProfileComboBox.Name = "ProfileComboBox"; - ProfileComboBox.Size = new Size(150, 33); + ProfileComboBox.Size = new Size(106, 23); ProfileComboBox.TabIndex = 51; ProfileComboBox.SelectedIndexChanged += ProfileComboBox_SelectedIndexChanged; // // SaveProfileButton // - SaveProfileButton.Location = new Point(260, 425); - SaveProfileButton.Margin = new Padding(5, 6, 5, 6); + SaveProfileButton.Location = new Point(179, 260); + SaveProfileButton.Margin = new Padding(4, 4, 4, 4); SaveProfileButton.Name = "SaveProfileButton"; - SaveProfileButton.Size = new Size(80, 35); + SaveProfileButton.Size = new Size(56, 21); SaveProfileButton.TabIndex = 52; SaveProfileButton.Text = "Save"; SaveProfileButton.UseVisualStyleBackColor = true; @@ -576,22 +580,47 @@ namespace EveOPreview.View { // // DeleteProfileButton // - DeleteProfileButton.Location = new Point(360, 425); - DeleteProfileButton.Margin = new Padding(5, 6, 5, 6); + DeleteProfileButton.Location = new Point(243, 260); + DeleteProfileButton.Margin = new Padding(4, 4, 4, 4); DeleteProfileButton.Name = "DeleteProfileButton"; - DeleteProfileButton.Size = new Size(80, 35); + DeleteProfileButton.Size = new Size(56, 21); DeleteProfileButton.TabIndex = 53; DeleteProfileButton.Text = "Delete"; DeleteProfileButton.UseVisualStyleBackColor = true; DeleteProfileButton.Click += DeleteProfileButton_Click; // + // ThumbnailSnapRangeLabel + // + ThumbnailSnapRangeLabel.AutoSize = true; + ThumbnailSnapRangeLabel.Location = new Point(9, 167); + ThumbnailSnapRangeLabel.Margin = new Padding(4, 0, 4, 0); + ThumbnailSnapRangeLabel.Name = "ThumbnailSnapRangeLabel"; + ThumbnailSnapRangeLabel.Size = new Size(69, 15); + ThumbnailSnapRangeLabel.TabIndex = 54; + ThumbnailSnapRangeLabel.Text = "Snap Range"; + // + // ThumbnailSnapRangeNumericEdit + // + ThumbnailSnapRangeNumericEdit.BackColor = SystemColors.Window; + ThumbnailSnapRangeNumericEdit.BorderStyle = BorderStyle.FixedSingle; + ThumbnailSnapRangeNumericEdit.CausesValidation = false; + ThumbnailSnapRangeNumericEdit.Increment = new decimal(new int[] { 5, 0, 0, 0 }); + ThumbnailSnapRangeNumericEdit.Location = new Point(86, 165); + ThumbnailSnapRangeNumericEdit.Margin = new Padding(4, 4, 4, 4); + ThumbnailSnapRangeNumericEdit.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + ThumbnailSnapRangeNumericEdit.Name = "ThumbnailSnapRangeNumericEdit"; + ThumbnailSnapRangeNumericEdit.Size = new Size(56, 23); + ThumbnailSnapRangeNumericEdit.TabIndex = 55; + ThumbnailSnapRangeNumericEdit.Value = new decimal(new int[] { 20, 0, 0, 0 }); + ThumbnailSnapRangeNumericEdit.ValueChanged += OptionChanged_Handler; + // // ThumbnailSnapToGridCheckBox // ThumbnailSnapToGridCheckBox.AutoSize = true; - ThumbnailSnapToGridCheckBox.Location = new Point(18, 200); - ThumbnailSnapToGridCheckBox.Margin = new Padding(5, 6, 5, 6); + ThumbnailSnapToGridCheckBox.Location = new Point(13, 120); + ThumbnailSnapToGridCheckBox.Margin = new Padding(4, 4, 4, 4); ThumbnailSnapToGridCheckBox.Name = "ThumbnailSnapToGridCheckBox"; - ThumbnailSnapToGridCheckBox.Size = new Size(226, 29); + ThumbnailSnapToGridCheckBox.Size = new Size(152, 19); ThumbnailSnapToGridCheckBox.TabIndex = 32; ThumbnailSnapToGridCheckBox.Text = "Thumbnail Snap to Grid"; ThumbnailSnapToGridCheckBox.UseVisualStyleBackColor = true; @@ -603,11 +632,11 @@ namespace EveOPreview.View { ThumbnailSnapToGridSizeYNumericEdit.BorderStyle = BorderStyle.FixedSingle; ThumbnailSnapToGridSizeYNumericEdit.CausesValidation = false; ThumbnailSnapToGridSizeYNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 }); - ThumbnailSnapToGridSizeYNumericEdit.Location = new Point(217, 235); - ThumbnailSnapToGridSizeYNumericEdit.Margin = new Padding(5, 6, 5, 6); + ThumbnailSnapToGridSizeYNumericEdit.Location = new Point(152, 141); + ThumbnailSnapToGridSizeYNumericEdit.Margin = new Padding(4, 4, 4, 4); ThumbnailSnapToGridSizeYNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 }); ThumbnailSnapToGridSizeYNumericEdit.Name = "ThumbnailSnapToGridSizeYNumericEdit"; - ThumbnailSnapToGridSizeYNumericEdit.Size = new Size(80, 31); + ThumbnailSnapToGridSizeYNumericEdit.Size = new Size(56, 23); ThumbnailSnapToGridSizeYNumericEdit.TabIndex = 31; ThumbnailSnapToGridSizeYNumericEdit.Value = new decimal(new int[] { 100, 0, 0, 0 }); ThumbnailSnapToGridSizeYNumericEdit.ValueChanged += OptionChanged_Handler; @@ -615,10 +644,10 @@ namespace EveOPreview.View { // SnapYLabel // SnapYLabel.AutoSize = true; - SnapYLabel.Location = new Point(183, 238); - SnapYLabel.Margin = new Padding(5, 0, 5, 0); + SnapYLabel.Location = new Point(128, 143); + SnapYLabel.Margin = new Padding(4, 0, 4, 0); SnapYLabel.Name = "SnapYLabel"; - SnapYLabel.Size = new Size(22, 25); + SnapYLabel.Size = new Size(14, 15); SnapYLabel.TabIndex = 30; SnapYLabel.Text = "Y"; // @@ -628,11 +657,11 @@ namespace EveOPreview.View { ThumbnailSnapToGridSizeXNumericEdit.BorderStyle = BorderStyle.FixedSingle; ThumbnailSnapToGridSizeXNumericEdit.CausesValidation = false; ThumbnailSnapToGridSizeXNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 }); - ThumbnailSnapToGridSizeXNumericEdit.Location = new Point(93, 235); - ThumbnailSnapToGridSizeXNumericEdit.Margin = new Padding(5, 6, 5, 6); + ThumbnailSnapToGridSizeXNumericEdit.Location = new Point(65, 141); + ThumbnailSnapToGridSizeXNumericEdit.Margin = new Padding(4, 4, 4, 4); ThumbnailSnapToGridSizeXNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 }); ThumbnailSnapToGridSizeXNumericEdit.Name = "ThumbnailSnapToGridSizeXNumericEdit"; - ThumbnailSnapToGridSizeXNumericEdit.Size = new Size(80, 31); + ThumbnailSnapToGridSizeXNumericEdit.Size = new Size(56, 23); ThumbnailSnapToGridSizeXNumericEdit.TabIndex = 29; ThumbnailSnapToGridSizeXNumericEdit.Value = new decimal(new int[] { 100, 0, 0, 0 }); ThumbnailSnapToGridSizeXNumericEdit.ValueChanged += OptionChanged_Handler; @@ -640,46 +669,20 @@ namespace EveOPreview.View { // SnapXLabel // SnapXLabel.AutoSize = true; - SnapXLabel.Location = new Point(13, 238); - SnapXLabel.Margin = new Padding(5, 0, 5, 0); + SnapXLabel.Location = new Point(9, 143); + SnapXLabel.Margin = new Padding(4, 0, 4, 0); SnapXLabel.Name = "SnapXLabel"; - SnapXLabel.Size = new Size(68, 25); + SnapXLabel.Size = new Size(43, 15); SnapXLabel.TabIndex = 28; SnapXLabel.Text = "Snap X"; // - // ThumbnailSnapRangeLabel - // - ThumbnailSnapRangeLabel.AutoSize = true; - ThumbnailSnapRangeLabel.Location = new Point(13, 270); - ThumbnailSnapRangeLabel.Margin = new Padding(5, 0, 5, 0); - ThumbnailSnapRangeLabel.Name = "ThumbnailSnapRangeLabel"; - ThumbnailSnapRangeLabel.Size = new Size(120, 25); - ThumbnailSnapRangeLabel.TabIndex = 54; - ThumbnailSnapRangeLabel.Text = "Snap Range"; - // - // ThumbnailSnapRangeNumericEdit - // - ThumbnailSnapRangeNumericEdit.BackColor = SystemColors.Window; - ThumbnailSnapRangeNumericEdit.BorderStyle = BorderStyle.FixedSingle; - ThumbnailSnapRangeNumericEdit.CausesValidation = false; - ThumbnailSnapRangeNumericEdit.Increment = new decimal(new int[] { 5, 0, 0, 0 }); - ThumbnailSnapRangeNumericEdit.Location = new Point(93, 265); - ThumbnailSnapRangeNumericEdit.Margin = new Padding(5, 6, 5, 6); - ThumbnailSnapRangeNumericEdit.Maximum = new decimal(new int[] { 100, 0, 0, 0 }); - ThumbnailSnapRangeNumericEdit.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); - ThumbnailSnapRangeNumericEdit.Name = "ThumbnailSnapRangeNumericEdit"; - ThumbnailSnapRangeNumericEdit.Size = new Size(80, 31); - ThumbnailSnapRangeNumericEdit.TabIndex = 55; - ThumbnailSnapRangeNumericEdit.Value = new decimal(new int[] { 20, 0, 0, 0 }); - ThumbnailSnapRangeNumericEdit.ValueChanged += OptionChanged_Handler; - // // LockThumbnailLocationCheckbox // LockThumbnailLocationCheckbox.AutoSize = true; - LockThumbnailLocationCheckbox.Location = new Point(18, 156); - LockThumbnailLocationCheckbox.Margin = new Padding(5, 6, 5, 6); + LockThumbnailLocationCheckbox.Location = new Point(13, 94); + LockThumbnailLocationCheckbox.Margin = new Padding(4, 4, 4, 4); LockThumbnailLocationCheckbox.Name = "LockThumbnailLocationCheckbox"; - LockThumbnailLocationCheckbox.Size = new Size(234, 29); + LockThumbnailLocationCheckbox.Size = new Size(161, 19); LockThumbnailLocationCheckbox.TabIndex = 26; LockThumbnailLocationCheckbox.Text = "Lock Thumbnail Location"; LockThumbnailLocationCheckbox.UseVisualStyleBackColor = true; @@ -688,20 +691,20 @@ namespace EveOPreview.View { // HeigthLabel // HeigthLabel.AutoSize = true; - HeigthLabel.Location = new Point(13, 110); - HeigthLabel.Margin = new Padding(5, 0, 5, 0); + HeigthLabel.Location = new Point(9, 66); + HeigthLabel.Margin = new Padding(4, 0, 4, 0); HeigthLabel.Name = "HeigthLabel"; - HeigthLabel.Size = new Size(153, 25); + HeigthLabel.Size = new Size(104, 15); HeigthLabel.TabIndex = 24; HeigthLabel.Text = "Thumbnail Height"; // // WidthLabel // WidthLabel.AutoSize = true; - WidthLabel.Location = new Point(13, 63); - WidthLabel.Margin = new Padding(5, 0, 5, 0); + WidthLabel.Location = new Point(9, 38); + WidthLabel.Margin = new Padding(4, 0, 4, 0); WidthLabel.Name = "WidthLabel"; - WidthLabel.Size = new Size(148, 25); + WidthLabel.Size = new Size(100, 15); WidthLabel.TabIndex = 23; WidthLabel.Text = "Thumbnail Width"; // @@ -711,11 +714,11 @@ namespace EveOPreview.View { ThumbnailsWidthNumericEdit.BorderStyle = BorderStyle.FixedSingle; ThumbnailsWidthNumericEdit.CausesValidation = false; ThumbnailsWidthNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 }); - ThumbnailsWidthNumericEdit.Location = new Point(175, 60); - ThumbnailsWidthNumericEdit.Margin = new Padding(5, 6, 5, 6); + ThumbnailsWidthNumericEdit.Location = new Point(122, 36); + ThumbnailsWidthNumericEdit.Margin = new Padding(4, 4, 4, 4); ThumbnailsWidthNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 }); ThumbnailsWidthNumericEdit.Name = "ThumbnailsWidthNumericEdit"; - ThumbnailsWidthNumericEdit.Size = new Size(80, 31); + ThumbnailsWidthNumericEdit.Size = new Size(56, 23); ThumbnailsWidthNumericEdit.TabIndex = 21; ThumbnailsWidthNumericEdit.Value = new decimal(new int[] { 100, 0, 0, 0 }); ThumbnailsWidthNumericEdit.ValueChanged += ThumbnailSizeChanged_Handler; @@ -726,11 +729,11 @@ namespace EveOPreview.View { ThumbnailsHeightNumericEdit.BorderStyle = BorderStyle.FixedSingle; ThumbnailsHeightNumericEdit.CausesValidation = false; ThumbnailsHeightNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 }); - ThumbnailsHeightNumericEdit.Location = new Point(175, 106); - ThumbnailsHeightNumericEdit.Margin = new Padding(5, 6, 5, 6); + ThumbnailsHeightNumericEdit.Location = new Point(122, 64); + ThumbnailsHeightNumericEdit.Margin = new Padding(4, 4, 4, 4); ThumbnailsHeightNumericEdit.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 }); ThumbnailsHeightNumericEdit.Name = "ThumbnailsHeightNumericEdit"; - ThumbnailsHeightNumericEdit.Size = new Size(80, 31); + ThumbnailsHeightNumericEdit.Size = new Size(56, 23); ThumbnailsHeightNumericEdit.TabIndex = 22; ThumbnailsHeightNumericEdit.Value = new decimal(new int[] { 70, 0, 0, 0 }); ThumbnailsHeightNumericEdit.ValueChanged += ThumbnailSizeChanged_Handler; @@ -739,12 +742,12 @@ namespace EveOPreview.View { // ThumbnailOpacityTrackBar.AutoSize = false; ThumbnailOpacityTrackBar.LargeChange = 10; - ThumbnailOpacityTrackBar.Location = new Point(102, 12); - ThumbnailOpacityTrackBar.Margin = new Padding(5, 6, 5, 6); + ThumbnailOpacityTrackBar.Location = new Point(71, 7); + ThumbnailOpacityTrackBar.Margin = new Padding(4, 4, 4, 4); ThumbnailOpacityTrackBar.Maximum = 100; ThumbnailOpacityTrackBar.Minimum = 20; ThumbnailOpacityTrackBar.Name = "ThumbnailOpacityTrackBar"; - ThumbnailOpacityTrackBar.Size = new Size(318, 42); + ThumbnailOpacityTrackBar.Size = new Size(223, 25); ThumbnailOpacityTrackBar.TabIndex = 20; ThumbnailOpacityTrackBar.TickFrequency = 10; ThumbnailOpacityTrackBar.Value = 20; @@ -753,10 +756,10 @@ namespace EveOPreview.View { // OpacityLabel // OpacityLabel.AutoSize = true; - OpacityLabel.Location = new Point(13, 17); - OpacityLabel.Margin = new Padding(5, 0, 5, 0); + OpacityLabel.Location = new Point(9, 10); + OpacityLabel.Margin = new Padding(4, 0, 4, 0); OpacityLabel.Name = "OpacityLabel"; - OpacityLabel.Size = new Size(73, 25); + OpacityLabel.Size = new Size(48, 15); OpacityLabel.TabIndex = 19; OpacityLabel.Text = "Opacity"; // @@ -765,9 +768,9 @@ namespace EveOPreview.View { ZoomTabPage.BackColor = SystemColors.Control; ZoomTabPage.Controls.Add(ZoomSettingsPanel); ZoomTabPage.Location = new Point(124, 4); - ZoomTabPage.Margin = new Padding(5, 6, 5, 6); + ZoomTabPage.Margin = new Padding(4, 4, 4, 4); ZoomTabPage.Name = "ZoomTabPage"; - ZoomTabPage.Size = new Size(522, 411); + ZoomTabPage.Size = new Size(336, 363); ZoomTabPage.TabIndex = 2; ZoomTabPage.Text = "Zoom"; // @@ -781,18 +784,18 @@ namespace EveOPreview.View { ZoomSettingsPanel.Controls.Add(ThumbnailZoomFactorNumericEdit); ZoomSettingsPanel.Dock = DockStyle.Fill; ZoomSettingsPanel.Location = new Point(0, 0); - ZoomSettingsPanel.Margin = new Padding(5, 6, 5, 6); + ZoomSettingsPanel.Margin = new Padding(4, 4, 4, 4); ZoomSettingsPanel.Name = "ZoomSettingsPanel"; - ZoomSettingsPanel.Size = new Size(522, 411); + ZoomSettingsPanel.Size = new Size(336, 363); ZoomSettingsPanel.TabIndex = 36; // // ZoomFactorLabel // ZoomFactorLabel.AutoSize = true; - ZoomFactorLabel.Location = new Point(13, 63); - ZoomFactorLabel.Margin = new Padding(5, 0, 5, 0); + ZoomFactorLabel.Location = new Point(9, 38); + ZoomFactorLabel.Margin = new Padding(4, 0, 4, 0); ZoomFactorLabel.Name = "ZoomFactorLabel"; - ZoomFactorLabel.Size = new Size(113, 25); + ZoomFactorLabel.Size = new Size(75, 15); ZoomFactorLabel.TabIndex = 39; ZoomFactorLabel.Text = "Zoom Factor"; // @@ -808,19 +811,19 @@ namespace EveOPreview.View { ZoomAnchorPanel.Controls.Add(ZoomAanchorSRadioButton); ZoomAnchorPanel.Controls.Add(ZoomAanchorERadioButton); ZoomAnchorPanel.Controls.Add(ZoomAanchorSWRadioButton); - ZoomAnchorPanel.Location = new Point(135, 104); - ZoomAnchorPanel.Margin = new Padding(5, 6, 5, 6); + ZoomAnchorPanel.Location = new Point(94, 62); + ZoomAnchorPanel.Margin = new Padding(4, 4, 4, 4); ZoomAnchorPanel.Name = "ZoomAnchorPanel"; - ZoomAnchorPanel.Size = new Size(127, 139); + ZoomAnchorPanel.Size = new Size(90, 84); ZoomAnchorPanel.TabIndex = 38; // // ZoomAanchorNWRadioButton // ZoomAanchorNWRadioButton.AutoSize = true; - ZoomAanchorNWRadioButton.Location = new Point(5, 6); - ZoomAanchorNWRadioButton.Margin = new Padding(5, 6, 5, 6); + ZoomAanchorNWRadioButton.Location = new Point(4, 4); + ZoomAanchorNWRadioButton.Margin = new Padding(4, 4, 4, 4); ZoomAanchorNWRadioButton.Name = "ZoomAanchorNWRadioButton"; - ZoomAanchorNWRadioButton.Size = new Size(21, 20); + ZoomAanchorNWRadioButton.Size = new Size(14, 13); ZoomAanchorNWRadioButton.TabIndex = 0; ZoomAanchorNWRadioButton.TabStop = true; ZoomAanchorNWRadioButton.UseVisualStyleBackColor = true; @@ -829,10 +832,10 @@ namespace EveOPreview.View { // ZoomAanchorNRadioButton // ZoomAanchorNRadioButton.AutoSize = true; - ZoomAanchorNRadioButton.Location = new Point(52, 6); - ZoomAanchorNRadioButton.Margin = new Padding(5, 6, 5, 6); + ZoomAanchorNRadioButton.Location = new Point(36, 4); + ZoomAanchorNRadioButton.Margin = new Padding(4, 4, 4, 4); ZoomAanchorNRadioButton.Name = "ZoomAanchorNRadioButton"; - ZoomAanchorNRadioButton.Size = new Size(21, 20); + ZoomAanchorNRadioButton.Size = new Size(14, 13); ZoomAanchorNRadioButton.TabIndex = 1; ZoomAanchorNRadioButton.TabStop = true; ZoomAanchorNRadioButton.UseVisualStyleBackColor = true; @@ -841,10 +844,10 @@ namespace EveOPreview.View { // ZoomAanchorNERadioButton // ZoomAanchorNERadioButton.AutoSize = true; - ZoomAanchorNERadioButton.Location = new Point(98, 6); - ZoomAanchorNERadioButton.Margin = new Padding(5, 6, 5, 6); + ZoomAanchorNERadioButton.Location = new Point(69, 4); + ZoomAanchorNERadioButton.Margin = new Padding(4, 4, 4, 4); ZoomAanchorNERadioButton.Name = "ZoomAanchorNERadioButton"; - ZoomAanchorNERadioButton.Size = new Size(21, 20); + ZoomAanchorNERadioButton.Size = new Size(14, 13); ZoomAanchorNERadioButton.TabIndex = 2; ZoomAanchorNERadioButton.TabStop = true; ZoomAanchorNERadioButton.UseVisualStyleBackColor = true; @@ -853,10 +856,10 @@ namespace EveOPreview.View { // ZoomAanchorWRadioButton // ZoomAanchorWRadioButton.AutoSize = true; - ZoomAanchorWRadioButton.Location = new Point(5, 56); - ZoomAanchorWRadioButton.Margin = new Padding(5, 6, 5, 6); + ZoomAanchorWRadioButton.Location = new Point(4, 34); + ZoomAanchorWRadioButton.Margin = new Padding(4, 4, 4, 4); ZoomAanchorWRadioButton.Name = "ZoomAanchorWRadioButton"; - ZoomAanchorWRadioButton.Size = new Size(21, 20); + ZoomAanchorWRadioButton.Size = new Size(14, 13); ZoomAanchorWRadioButton.TabIndex = 3; ZoomAanchorWRadioButton.TabStop = true; ZoomAanchorWRadioButton.UseVisualStyleBackColor = true; @@ -865,10 +868,10 @@ namespace EveOPreview.View { // ZoomAanchorSERadioButton // ZoomAanchorSERadioButton.AutoSize = true; - ZoomAanchorSERadioButton.Location = new Point(98, 106); - ZoomAanchorSERadioButton.Margin = new Padding(5, 6, 5, 6); + ZoomAanchorSERadioButton.Location = new Point(69, 64); + ZoomAanchorSERadioButton.Margin = new Padding(4, 4, 4, 4); ZoomAanchorSERadioButton.Name = "ZoomAanchorSERadioButton"; - ZoomAanchorSERadioButton.Size = new Size(21, 20); + ZoomAanchorSERadioButton.Size = new Size(14, 13); ZoomAanchorSERadioButton.TabIndex = 8; ZoomAanchorSERadioButton.TabStop = true; ZoomAanchorSERadioButton.UseVisualStyleBackColor = true; @@ -877,10 +880,10 @@ namespace EveOPreview.View { // ZoomAanchorCRadioButton // ZoomAanchorCRadioButton.AutoSize = true; - ZoomAanchorCRadioButton.Location = new Point(52, 56); - ZoomAanchorCRadioButton.Margin = new Padding(5, 6, 5, 6); + ZoomAanchorCRadioButton.Location = new Point(36, 34); + ZoomAanchorCRadioButton.Margin = new Padding(4, 4, 4, 4); ZoomAanchorCRadioButton.Name = "ZoomAanchorCRadioButton"; - ZoomAanchorCRadioButton.Size = new Size(21, 20); + ZoomAanchorCRadioButton.Size = new Size(14, 13); ZoomAanchorCRadioButton.TabIndex = 4; ZoomAanchorCRadioButton.TabStop = true; ZoomAanchorCRadioButton.UseVisualStyleBackColor = true; @@ -889,10 +892,10 @@ namespace EveOPreview.View { // ZoomAanchorSRadioButton // ZoomAanchorSRadioButton.AutoSize = true; - ZoomAanchorSRadioButton.Location = new Point(52, 106); - ZoomAanchorSRadioButton.Margin = new Padding(5, 6, 5, 6); + ZoomAanchorSRadioButton.Location = new Point(36, 64); + ZoomAanchorSRadioButton.Margin = new Padding(4, 4, 4, 4); ZoomAanchorSRadioButton.Name = "ZoomAanchorSRadioButton"; - ZoomAanchorSRadioButton.Size = new Size(21, 20); + ZoomAanchorSRadioButton.Size = new Size(14, 13); ZoomAanchorSRadioButton.TabIndex = 7; ZoomAanchorSRadioButton.TabStop = true; ZoomAanchorSRadioButton.UseVisualStyleBackColor = true; @@ -901,10 +904,10 @@ namespace EveOPreview.View { // ZoomAanchorERadioButton // ZoomAanchorERadioButton.AutoSize = true; - ZoomAanchorERadioButton.Location = new Point(98, 56); - ZoomAanchorERadioButton.Margin = new Padding(5, 6, 5, 6); + ZoomAanchorERadioButton.Location = new Point(69, 34); + ZoomAanchorERadioButton.Margin = new Padding(4, 4, 4, 4); ZoomAanchorERadioButton.Name = "ZoomAanchorERadioButton"; - ZoomAanchorERadioButton.Size = new Size(21, 20); + ZoomAanchorERadioButton.Size = new Size(14, 13); ZoomAanchorERadioButton.TabIndex = 5; ZoomAanchorERadioButton.TabStop = true; ZoomAanchorERadioButton.UseVisualStyleBackColor = true; @@ -913,10 +916,10 @@ namespace EveOPreview.View { // ZoomAanchorSWRadioButton // ZoomAanchorSWRadioButton.AutoSize = true; - ZoomAanchorSWRadioButton.Location = new Point(5, 106); - ZoomAanchorSWRadioButton.Margin = new Padding(5, 6, 5, 6); + ZoomAanchorSWRadioButton.Location = new Point(4, 64); + ZoomAanchorSWRadioButton.Margin = new Padding(4, 4, 4, 4); ZoomAanchorSWRadioButton.Name = "ZoomAanchorSWRadioButton"; - ZoomAanchorSWRadioButton.Size = new Size(21, 20); + ZoomAanchorSWRadioButton.Size = new Size(14, 13); ZoomAanchorSWRadioButton.TabIndex = 6; ZoomAanchorSWRadioButton.TabStop = true; ZoomAanchorSWRadioButton.UseVisualStyleBackColor = true; @@ -925,10 +928,10 @@ namespace EveOPreview.View { // ZoomAnchorLabel // ZoomAnchorLabel.AutoSize = true; - ZoomAnchorLabel.Location = new Point(13, 110); - ZoomAnchorLabel.Margin = new Padding(5, 0, 5, 0); + ZoomAnchorLabel.Location = new Point(9, 66); + ZoomAnchorLabel.Margin = new Padding(4, 0, 4, 0); ZoomAnchorLabel.Name = "ZoomAnchorLabel"; - ZoomAnchorLabel.Size = new Size(69, 25); + ZoomAnchorLabel.Size = new Size(46, 15); ZoomAnchorLabel.TabIndex = 40; ZoomAnchorLabel.Text = "Anchor"; // @@ -937,11 +940,11 @@ namespace EveOPreview.View { EnableThumbnailZoomCheckBox.AutoSize = true; EnableThumbnailZoomCheckBox.Checked = true; EnableThumbnailZoomCheckBox.CheckState = CheckState.Checked; - EnableThumbnailZoomCheckBox.Location = new Point(13, 13); - EnableThumbnailZoomCheckBox.Margin = new Padding(5, 6, 5, 6); + EnableThumbnailZoomCheckBox.Location = new Point(9, 8); + EnableThumbnailZoomCheckBox.Margin = new Padding(4, 4, 4, 4); EnableThumbnailZoomCheckBox.Name = "EnableThumbnailZoomCheckBox"; EnableThumbnailZoomCheckBox.RightToLeft = RightToLeft.No; - EnableThumbnailZoomCheckBox.Size = new Size(162, 29); + EnableThumbnailZoomCheckBox.Size = new Size(108, 19); EnableThumbnailZoomCheckBox.TabIndex = 36; EnableThumbnailZoomCheckBox.Text = "Zoom on hover"; EnableThumbnailZoomCheckBox.UseVisualStyleBackColor = true; @@ -951,12 +954,12 @@ namespace EveOPreview.View { // ThumbnailZoomFactorNumericEdit.BackColor = SystemColors.Window; ThumbnailZoomFactorNumericEdit.BorderStyle = BorderStyle.FixedSingle; - ThumbnailZoomFactorNumericEdit.Location = new Point(135, 60); - ThumbnailZoomFactorNumericEdit.Margin = new Padding(5, 6, 5, 6); + ThumbnailZoomFactorNumericEdit.Location = new Point(94, 36); + ThumbnailZoomFactorNumericEdit.Margin = new Padding(4, 4, 4, 4); ThumbnailZoomFactorNumericEdit.Maximum = new decimal(new int[] { 10, 0, 0, 0 }); ThumbnailZoomFactorNumericEdit.Minimum = new decimal(new int[] { 2, 0, 0, 0 }); ThumbnailZoomFactorNumericEdit.Name = "ThumbnailZoomFactorNumericEdit"; - ThumbnailZoomFactorNumericEdit.Size = new Size(63, 31); + ThumbnailZoomFactorNumericEdit.Size = new Size(44, 23); ThumbnailZoomFactorNumericEdit.TabIndex = 37; ThumbnailZoomFactorNumericEdit.Value = new decimal(new int[] { 2, 0, 0, 0 }); ThumbnailZoomFactorNumericEdit.ValueChanged += OptionChanged_Handler; @@ -966,9 +969,9 @@ namespace EveOPreview.View { OverlayTabPage.BackColor = SystemColors.Control; OverlayTabPage.Controls.Add(OverlaySettingsPanel); OverlayTabPage.Location = new Point(124, 4); - OverlayTabPage.Margin = new Padding(5, 6, 5, 6); + OverlayTabPage.Margin = new Padding(4, 4, 4, 4); OverlayTabPage.Name = "OverlayTabPage"; - OverlayTabPage.Size = new Size(522, 411); + OverlayTabPage.Size = new Size(336, 363); OverlayTabPage.TabIndex = 3; OverlayTabPage.Text = "Overlay"; // @@ -988,38 +991,38 @@ namespace EveOPreview.View { OverlaySettingsPanel.Controls.Add(ShowThumbnailFramesCheckBox); OverlaySettingsPanel.Dock = DockStyle.Fill; OverlaySettingsPanel.Location = new Point(0, 0); - OverlaySettingsPanel.Margin = new Padding(5, 6, 5, 6); + OverlaySettingsPanel.Margin = new Padding(4, 4, 4, 4); OverlaySettingsPanel.Name = "OverlaySettingsPanel"; - OverlaySettingsPanel.Size = new Size(522, 411); + OverlaySettingsPanel.Size = new Size(336, 363); OverlaySettingsPanel.TabIndex = 25; // // label3 // label3.AutoSize = true; - label3.Location = new Point(8, 281); - label3.Margin = new Padding(5, 0, 5, 0); + label3.Location = new Point(6, 169); + label3.Margin = new Padding(4, 0, 4, 0); label3.Name = "label3"; - label3.Size = new Size(75, 25); + label3.Size = new Size(50, 15); label3.TabIndex = 43; label3.Text = "Position"; // // label2 // label2.AutoSize = true; - label2.Location = new Point(8, 244); - label2.Margin = new Padding(5, 0, 5, 0); + label2.Location = new Point(6, 146); + label2.Margin = new Padding(4, 0, 4, 0); label2.Name = "label2"; - label2.Size = new Size(55, 25); + label2.Size = new Size(36, 15); label2.TabIndex = 42; label2.Text = "Color"; // // OverlayLabelColorButton // OverlayLabelColorButton.BorderStyle = BorderStyle.FixedSingle; - OverlayLabelColorButton.Location = new Point(70, 242); - OverlayLabelColorButton.Margin = new Padding(5, 6, 5, 6); + OverlayLabelColorButton.Location = new Point(49, 145); + OverlayLabelColorButton.Margin = new Padding(4, 4, 4, 4); OverlayLabelColorButton.Name = "OverlayLabelColorButton"; - OverlayLabelColorButton.Size = new Size(154, 31); + OverlayLabelColorButton.Size = new Size(108, 19); OverlayLabelColorButton.TabIndex = 41; OverlayLabelColorButton.Click += OverlayLabelColorButton_Click; // @@ -1028,12 +1031,12 @@ namespace EveOPreview.View { OverlayLabelSizeNumericEdit.BackColor = SystemColors.Window; OverlayLabelSizeNumericEdit.BorderStyle = BorderStyle.FixedSingle; OverlayLabelSizeNumericEdit.CausesValidation = false; - OverlayLabelSizeNumericEdit.Location = new Point(145, 192); - OverlayLabelSizeNumericEdit.Margin = new Padding(5, 6, 5, 6); + OverlayLabelSizeNumericEdit.Location = new Point(102, 115); + OverlayLabelSizeNumericEdit.Margin = new Padding(4, 4, 4, 4); OverlayLabelSizeNumericEdit.Maximum = new decimal(new int[] { 30, 0, 0, 0 }); OverlayLabelSizeNumericEdit.Minimum = new decimal(new int[] { 5, 0, 0, 0 }); OverlayLabelSizeNumericEdit.Name = "OverlayLabelSizeNumericEdit"; - OverlayLabelSizeNumericEdit.Size = new Size(80, 31); + OverlayLabelSizeNumericEdit.Size = new Size(56, 23); OverlayLabelSizeNumericEdit.TabIndex = 40; OverlayLabelSizeNumericEdit.Value = new decimal(new int[] { 30, 0, 0, 0 }); OverlayLabelSizeNumericEdit.ValueChanged += OptionChanged_Handler; @@ -1050,19 +1053,19 @@ namespace EveOPreview.View { panel1.Controls.Add(OverlayLabelSRadioButton); panel1.Controls.Add(OverlayLabelERadioButton); panel1.Controls.Add(OverlayLabelSWRadioButton); - panel1.Location = new Point(120, 287); - panel1.Margin = new Padding(5, 6, 5, 6); + panel1.Location = new Point(84, 172); + panel1.Margin = new Padding(4, 4, 4, 4); panel1.Name = "panel1"; - panel1.Size = new Size(104, 108); + panel1.Size = new Size(73, 66); panel1.TabIndex = 39; // // OverlayLabelNWRadioButton // OverlayLabelNWRadioButton.AutoSize = true; - OverlayLabelNWRadioButton.Location = new Point(5, 6); - OverlayLabelNWRadioButton.Margin = new Padding(5, 6, 5, 6); + OverlayLabelNWRadioButton.Location = new Point(4, 4); + OverlayLabelNWRadioButton.Margin = new Padding(4, 4, 4, 4); OverlayLabelNWRadioButton.Name = "OverlayLabelNWRadioButton"; - OverlayLabelNWRadioButton.Size = new Size(21, 20); + OverlayLabelNWRadioButton.Size = new Size(14, 13); OverlayLabelNWRadioButton.TabIndex = 0; OverlayLabelNWRadioButton.TabStop = true; OverlayLabelNWRadioButton.UseVisualStyleBackColor = true; @@ -1071,10 +1074,10 @@ namespace EveOPreview.View { // OverlayLabelNRadioButton // OverlayLabelNRadioButton.AutoSize = true; - OverlayLabelNRadioButton.Location = new Point(38, 6); - OverlayLabelNRadioButton.Margin = new Padding(5, 6, 5, 6); + OverlayLabelNRadioButton.Location = new Point(27, 4); + OverlayLabelNRadioButton.Margin = new Padding(4, 4, 4, 4); OverlayLabelNRadioButton.Name = "OverlayLabelNRadioButton"; - OverlayLabelNRadioButton.Size = new Size(21, 20); + OverlayLabelNRadioButton.Size = new Size(14, 13); OverlayLabelNRadioButton.TabIndex = 1; OverlayLabelNRadioButton.TabStop = true; OverlayLabelNRadioButton.UseVisualStyleBackColor = true; @@ -1083,10 +1086,10 @@ namespace EveOPreview.View { // OverlayLabelNERadioButton // OverlayLabelNERadioButton.AutoSize = true; - OverlayLabelNERadioButton.Location = new Point(72, 6); - OverlayLabelNERadioButton.Margin = new Padding(5, 6, 5, 6); + OverlayLabelNERadioButton.Location = new Point(50, 4); + OverlayLabelNERadioButton.Margin = new Padding(4, 4, 4, 4); OverlayLabelNERadioButton.Name = "OverlayLabelNERadioButton"; - OverlayLabelNERadioButton.Size = new Size(21, 20); + OverlayLabelNERadioButton.Size = new Size(14, 13); OverlayLabelNERadioButton.TabIndex = 2; OverlayLabelNERadioButton.TabStop = true; OverlayLabelNERadioButton.UseVisualStyleBackColor = true; @@ -1095,10 +1098,10 @@ namespace EveOPreview.View { // OverlayLabelWRadioButton // OverlayLabelWRadioButton.AutoSize = true; - OverlayLabelWRadioButton.Location = new Point(5, 42); - OverlayLabelWRadioButton.Margin = new Padding(5, 6, 5, 6); + OverlayLabelWRadioButton.Location = new Point(4, 25); + OverlayLabelWRadioButton.Margin = new Padding(4, 4, 4, 4); OverlayLabelWRadioButton.Name = "OverlayLabelWRadioButton"; - OverlayLabelWRadioButton.Size = new Size(21, 20); + OverlayLabelWRadioButton.Size = new Size(14, 13); OverlayLabelWRadioButton.TabIndex = 3; OverlayLabelWRadioButton.TabStop = true; OverlayLabelWRadioButton.UseVisualStyleBackColor = true; @@ -1107,10 +1110,10 @@ namespace EveOPreview.View { // OverlayLabelSERadioButton // OverlayLabelSERadioButton.AutoSize = true; - OverlayLabelSERadioButton.Location = new Point(72, 77); - OverlayLabelSERadioButton.Margin = new Padding(5, 6, 5, 6); + OverlayLabelSERadioButton.Location = new Point(50, 46); + OverlayLabelSERadioButton.Margin = new Padding(4, 4, 4, 4); OverlayLabelSERadioButton.Name = "OverlayLabelSERadioButton"; - OverlayLabelSERadioButton.Size = new Size(21, 20); + OverlayLabelSERadioButton.Size = new Size(14, 13); OverlayLabelSERadioButton.TabIndex = 8; OverlayLabelSERadioButton.TabStop = true; OverlayLabelSERadioButton.UseVisualStyleBackColor = true; @@ -1119,10 +1122,10 @@ namespace EveOPreview.View { // OverlayLabelCRadioButton // OverlayLabelCRadioButton.AutoSize = true; - OverlayLabelCRadioButton.Location = new Point(38, 42); - OverlayLabelCRadioButton.Margin = new Padding(5, 6, 5, 6); + OverlayLabelCRadioButton.Location = new Point(27, 25); + OverlayLabelCRadioButton.Margin = new Padding(4, 4, 4, 4); OverlayLabelCRadioButton.Name = "OverlayLabelCRadioButton"; - OverlayLabelCRadioButton.Size = new Size(21, 20); + OverlayLabelCRadioButton.Size = new Size(14, 13); OverlayLabelCRadioButton.TabIndex = 4; OverlayLabelCRadioButton.TabStop = true; OverlayLabelCRadioButton.UseVisualStyleBackColor = true; @@ -1131,10 +1134,10 @@ namespace EveOPreview.View { // OverlayLabelSRadioButton // OverlayLabelSRadioButton.AutoSize = true; - OverlayLabelSRadioButton.Location = new Point(38, 77); - OverlayLabelSRadioButton.Margin = new Padding(5, 6, 5, 6); + OverlayLabelSRadioButton.Location = new Point(27, 46); + OverlayLabelSRadioButton.Margin = new Padding(4, 4, 4, 4); OverlayLabelSRadioButton.Name = "OverlayLabelSRadioButton"; - OverlayLabelSRadioButton.Size = new Size(21, 20); + OverlayLabelSRadioButton.Size = new Size(14, 13); OverlayLabelSRadioButton.TabIndex = 7; OverlayLabelSRadioButton.TabStop = true; OverlayLabelSRadioButton.UseVisualStyleBackColor = true; @@ -1143,10 +1146,10 @@ namespace EveOPreview.View { // OverlayLabelERadioButton // OverlayLabelERadioButton.AutoSize = true; - OverlayLabelERadioButton.Location = new Point(72, 42); - OverlayLabelERadioButton.Margin = new Padding(5, 6, 5, 6); + OverlayLabelERadioButton.Location = new Point(50, 25); + OverlayLabelERadioButton.Margin = new Padding(4, 4, 4, 4); OverlayLabelERadioButton.Name = "OverlayLabelERadioButton"; - OverlayLabelERadioButton.Size = new Size(21, 20); + OverlayLabelERadioButton.Size = new Size(14, 13); OverlayLabelERadioButton.TabIndex = 5; OverlayLabelERadioButton.TabStop = true; OverlayLabelERadioButton.UseVisualStyleBackColor = true; @@ -1155,10 +1158,10 @@ namespace EveOPreview.View { // OverlayLabelSWRadioButton // OverlayLabelSWRadioButton.AutoSize = true; - OverlayLabelSWRadioButton.Location = new Point(5, 77); - OverlayLabelSWRadioButton.Margin = new Padding(5, 6, 5, 6); + OverlayLabelSWRadioButton.Location = new Point(4, 46); + OverlayLabelSWRadioButton.Margin = new Padding(4, 4, 4, 4); OverlayLabelSWRadioButton.Name = "OverlayLabelSWRadioButton"; - OverlayLabelSWRadioButton.Size = new Size(21, 20); + OverlayLabelSWRadioButton.Size = new Size(14, 13); OverlayLabelSWRadioButton.TabIndex = 6; OverlayLabelSWRadioButton.TabStop = true; OverlayLabelSWRadioButton.UseVisualStyleBackColor = true; @@ -1167,30 +1170,30 @@ namespace EveOPreview.View { // label1 // label1.AutoSize = true; - label1.Location = new Point(8, 196); - label1.Margin = new Padding(5, 0, 5, 0); + label1.Location = new Point(6, 118); + label1.Margin = new Padding(4, 0, 4, 0); label1.Name = "label1"; - label1.Size = new Size(89, 25); + label1.Size = new Size(58, 15); label1.TabIndex = 30; label1.Text = "Label Size"; // // HighlightColorLabel // HighlightColorLabel.AutoSize = true; - HighlightColorLabel.Location = new Point(8, 150); - HighlightColorLabel.Margin = new Padding(5, 0, 5, 0); + HighlightColorLabel.Location = new Point(6, 90); + HighlightColorLabel.Margin = new Padding(4, 0, 4, 0); HighlightColorLabel.Name = "HighlightColorLabel"; - HighlightColorLabel.Size = new Size(55, 25); + HighlightColorLabel.Size = new Size(36, 15); HighlightColorLabel.TabIndex = 29; HighlightColorLabel.Text = "Color"; // // ActiveClientHighlightColorButton // ActiveClientHighlightColorButton.BorderStyle = BorderStyle.FixedSingle; - ActiveClientHighlightColorButton.Location = new Point(70, 148); - ActiveClientHighlightColorButton.Margin = new Padding(5, 6, 5, 6); + ActiveClientHighlightColorButton.Location = new Point(49, 89); + ActiveClientHighlightColorButton.Margin = new Padding(4, 4, 4, 4); ActiveClientHighlightColorButton.Name = "ActiveClientHighlightColorButton"; - ActiveClientHighlightColorButton.Size = new Size(154, 31); + ActiveClientHighlightColorButton.Size = new Size(108, 19); ActiveClientHighlightColorButton.TabIndex = 28; ActiveClientHighlightColorButton.Click += ActiveClientHighlightColorButton_Click; // @@ -1199,11 +1202,11 @@ namespace EveOPreview.View { EnableActiveClientHighlightCheckBox.AutoSize = true; EnableActiveClientHighlightCheckBox.Checked = true; EnableActiveClientHighlightCheckBox.CheckState = CheckState.Checked; - EnableActiveClientHighlightCheckBox.Location = new Point(13, 106); - EnableActiveClientHighlightCheckBox.Margin = new Padding(5, 6, 5, 6); + EnableActiveClientHighlightCheckBox.Location = new Point(9, 64); + EnableActiveClientHighlightCheckBox.Margin = new Padding(4, 4, 4, 4); EnableActiveClientHighlightCheckBox.Name = "EnableActiveClientHighlightCheckBox"; EnableActiveClientHighlightCheckBox.RightToLeft = RightToLeft.No; - EnableActiveClientHighlightCheckBox.Size = new Size(207, 29); + EnableActiveClientHighlightCheckBox.Size = new Size(142, 19); EnableActiveClientHighlightCheckBox.TabIndex = 27; EnableActiveClientHighlightCheckBox.Text = "Highlight active client"; EnableActiveClientHighlightCheckBox.UseVisualStyleBackColor = true; @@ -1214,11 +1217,11 @@ namespace EveOPreview.View { ShowThumbnailOverlaysCheckBox.AutoSize = true; ShowThumbnailOverlaysCheckBox.Checked = true; ShowThumbnailOverlaysCheckBox.CheckState = CheckState.Checked; - ShowThumbnailOverlaysCheckBox.Location = new Point(13, 13); - ShowThumbnailOverlaysCheckBox.Margin = new Padding(5, 6, 5, 6); + ShowThumbnailOverlaysCheckBox.Location = new Point(9, 8); + ShowThumbnailOverlaysCheckBox.Margin = new Padding(4, 4, 4, 4); ShowThumbnailOverlaysCheckBox.Name = "ShowThumbnailOverlaysCheckBox"; ShowThumbnailOverlaysCheckBox.RightToLeft = RightToLeft.No; - ShowThumbnailOverlaysCheckBox.Size = new Size(144, 29); + ShowThumbnailOverlaysCheckBox.Size = new Size(96, 19); ShowThumbnailOverlaysCheckBox.TabIndex = 25; ShowThumbnailOverlaysCheckBox.Text = "Show overlay"; ShowThumbnailOverlaysCheckBox.UseVisualStyleBackColor = true; @@ -1229,11 +1232,11 @@ namespace EveOPreview.View { ShowThumbnailFramesCheckBox.AutoSize = true; ShowThumbnailFramesCheckBox.Checked = true; ShowThumbnailFramesCheckBox.CheckState = CheckState.Checked; - ShowThumbnailFramesCheckBox.Location = new Point(13, 60); - ShowThumbnailFramesCheckBox.Margin = new Padding(5, 6, 5, 6); + ShowThumbnailFramesCheckBox.Location = new Point(9, 36); + ShowThumbnailFramesCheckBox.Margin = new Padding(4, 4, 4, 4); ShowThumbnailFramesCheckBox.Name = "ShowThumbnailFramesCheckBox"; ShowThumbnailFramesCheckBox.RightToLeft = RightToLeft.No; - ShowThumbnailFramesCheckBox.Size = new Size(141, 29); + ShowThumbnailFramesCheckBox.Size = new Size(94, 19); ShowThumbnailFramesCheckBox.TabIndex = 26; ShowThumbnailFramesCheckBox.Text = "Show frames"; ShowThumbnailFramesCheckBox.UseVisualStyleBackColor = true; @@ -1244,9 +1247,9 @@ namespace EveOPreview.View { ClientsTabPage.BackColor = SystemColors.Control; ClientsTabPage.Controls.Add(ClientsPanel); ClientsTabPage.Location = new Point(124, 4); - ClientsTabPage.Margin = new Padding(5, 6, 5, 6); + ClientsTabPage.Margin = new Padding(4, 4, 4, 4); ClientsTabPage.Name = "ClientsTabPage"; - ClientsTabPage.Size = new Size(522, 411); + ClientsTabPage.Size = new Size(336, 363); ClientsTabPage.TabIndex = 4; ClientsTabPage.Text = "Active Clients"; // @@ -1257,9 +1260,9 @@ namespace EveOPreview.View { ClientsPanel.Controls.Add(ThumbnailsListLabel); ClientsPanel.Dock = DockStyle.Fill; ClientsPanel.Location = new Point(0, 0); - ClientsPanel.Margin = new Padding(5, 6, 5, 6); + ClientsPanel.Margin = new Padding(4, 4, 4, 4); ClientsPanel.Name = "ClientsPanel"; - ClientsPanel.Size = new Size(522, 411); + ClientsPanel.Size = new Size(336, 363); ClientsPanel.TabIndex = 32; // // ThumbnailsList @@ -1270,20 +1273,20 @@ namespace EveOPreview.View { ThumbnailsList.Dock = DockStyle.Bottom; ThumbnailsList.FormattingEnabled = true; ThumbnailsList.IntegralHeight = false; - ThumbnailsList.Location = new Point(0, 65); - ThumbnailsList.Margin = new Padding(5, 6, 5, 6); + ThumbnailsList.Location = new Point(0, 154); + ThumbnailsList.Margin = new Padding(4, 4, 4, 4); ThumbnailsList.Name = "ThumbnailsList"; - ThumbnailsList.Size = new Size(520, 344); + ThumbnailsList.Size = new Size(334, 207); ThumbnailsList.TabIndex = 34; ThumbnailsList.ItemCheck += ThumbnailsList_ItemCheck_Handler; // // ThumbnailsListLabel // ThumbnailsListLabel.AutoSize = true; - ThumbnailsListLabel.Location = new Point(13, 17); - ThumbnailsListLabel.Margin = new Padding(5, 0, 5, 0); + ThumbnailsListLabel.Location = new Point(9, 10); + ThumbnailsListLabel.Margin = new Padding(4, 0, 4, 0); ThumbnailsListLabel.Name = "ThumbnailsListLabel"; - ThumbnailsListLabel.Size = new Size(268, 25); + ThumbnailsListLabel.Size = new Size(182, 15); ThumbnailsListLabel.TabIndex = 33; ThumbnailsListLabel.Text = "Thumbnails (check to force hide)"; // @@ -1292,9 +1295,9 @@ namespace EveOPreview.View { AboutTabPage.BackColor = SystemColors.Control; AboutTabPage.Controls.Add(AboutPanel); AboutTabPage.Location = new Point(124, 4); - AboutTabPage.Margin = new Padding(5, 6, 5, 6); + AboutTabPage.Margin = new Padding(4, 4, 4, 4); AboutTabPage.Name = "AboutTabPage"; - AboutTabPage.Size = new Size(522, 411); + AboutTabPage.Size = new Size(336, 363); AboutTabPage.TabIndex = 5; AboutTabPage.Text = "About"; // @@ -1310,73 +1313,73 @@ namespace EveOPreview.View { AboutPanel.Controls.Add(DocumentationLink); AboutPanel.Dock = DockStyle.Fill; AboutPanel.Location = new Point(0, 0); - AboutPanel.Margin = new Padding(5, 6, 5, 6); + AboutPanel.Margin = new Padding(4, 4, 4, 4); AboutPanel.Name = "AboutPanel"; - AboutPanel.Size = new Size(522, 411); + AboutPanel.Size = new Size(336, 363); AboutPanel.TabIndex = 2; // // CreditMaintLabel // CreditMaintLabel.AutoSize = true; - CreditMaintLabel.Location = new Point(0, 275); - CreditMaintLabel.Margin = new Padding(5, 0, 5, 0); + CreditMaintLabel.Location = new Point(0, 165); + CreditMaintLabel.Margin = new Padding(4, 0, 4, 0); CreditMaintLabel.Name = "CreditMaintLabel"; - CreditMaintLabel.Padding = new Padding(13, 6, 13, 6); - CreditMaintLabel.Size = new Size(435, 37); + CreditMaintLabel.Padding = new Padding(9, 4, 9, 4); + CreditMaintLabel.Size = new Size(292, 23); CreditMaintLabel.TabIndex = 7; CreditMaintLabel.Text = "Credit to previous maintainer: Phrynohyas Tig-Rah"; // // DocumentationLinkLabel // DocumentationLinkLabel.AutoSize = true; - DocumentationLinkLabel.Location = new Point(0, 313); - DocumentationLinkLabel.Margin = new Padding(5, 0, 5, 0); + DocumentationLinkLabel.Location = new Point(0, 188); + DocumentationLinkLabel.Margin = new Padding(4, 0, 4, 0); DocumentationLinkLabel.Name = "DocumentationLinkLabel"; - DocumentationLinkLabel.Padding = new Padding(13, 6, 13, 6); - DocumentationLinkLabel.Size = new Size(389, 37); + DocumentationLinkLabel.Padding = new Padding(9, 4, 9, 4); + DocumentationLinkLabel.Size = new Size(259, 23); DocumentationLinkLabel.TabIndex = 6; DocumentationLinkLabel.Text = "For more information visit the forum thread:"; // // DescriptionLabel // DescriptionLabel.BackColor = Color.Transparent; - DescriptionLabel.Location = new Point(0, 56); - DescriptionLabel.Margin = new Padding(5, 0, 5, 0); + DescriptionLabel.Location = new Point(0, 34); + DescriptionLabel.Margin = new Padding(4, 0, 4, 0); DescriptionLabel.Name = "DescriptionLabel"; - DescriptionLabel.Padding = new Padding(13, 6, 13, 6); - DescriptionLabel.Size = new Size(435, 279); + DescriptionLabel.Padding = new Padding(9, 4, 9, 4); + DescriptionLabel.Size = new Size(304, 167); DescriptionLabel.TabIndex = 5; DescriptionLabel.Text = resources.GetString("DescriptionLabel.Text"); // // VersionLabel // VersionLabel.AutoSize = true; - VersionLabel.Font = new Font("Microsoft Sans Serif", 12F, FontStyle.Bold, GraphicsUnit.Point, 204); - VersionLabel.Location = new Point(222, 17); - VersionLabel.Margin = new Padding(5, 0, 5, 0); + VersionLabel.Font = new Font("Microsoft Sans Serif", 12F, FontStyle.Bold, GraphicsUnit.Point); + VersionLabel.Location = new Point(155, 10); + VersionLabel.Margin = new Padding(4, 0, 4, 0); VersionLabel.Name = "VersionLabel"; - VersionLabel.Size = new Size(69, 29); + VersionLabel.Size = new Size(49, 20); VersionLabel.TabIndex = 4; VersionLabel.Text = "1.0.0"; // // NameLabel // NameLabel.AutoSize = true; - NameLabel.Font = new Font("Microsoft Sans Serif", 12F, FontStyle.Bold, GraphicsUnit.Point, 204); - NameLabel.Location = new Point(7, 17); - NameLabel.Margin = new Padding(5, 0, 5, 0); + NameLabel.Font = new Font("Microsoft Sans Serif", 12F, FontStyle.Bold, GraphicsUnit.Point); + NameLabel.Location = new Point(5, 10); + NameLabel.Margin = new Padding(4, 0, 4, 0); NameLabel.Name = "NameLabel"; - NameLabel.Size = new Size(195, 29); + NameLabel.Size = new Size(131, 20); NameLabel.TabIndex = 3; NameLabel.Text = "EVE-O-Preview"; // // DocumentationLink // - DocumentationLink.Location = new Point(0, 340); - DocumentationLink.Margin = new Padding(50, 6, 5, 6); + DocumentationLink.Location = new Point(0, 204); + DocumentationLink.Margin = new Padding(35, 4, 4, 4); DocumentationLink.Name = "DocumentationLink"; - DocumentationLink.Padding = new Padding(13, 6, 13, 6); - DocumentationLink.Size = new Size(437, 63); + DocumentationLink.Padding = new Padding(9, 4, 9, 4); + DocumentationLink.Size = new Size(306, 38); DocumentationLink.TabIndex = 2; DocumentationLink.TabStop = true; DocumentationLink.Text = @@ -1397,14 +1400,14 @@ namespace EveOPreview.View { TrayMenu.Items.AddRange( new ToolStripItem[] { TitleMenuItem, RestoreWindowMenuItem, SeparatorMenuItem, ExitMenuItem }); TrayMenu.Name = "contextMenuStrip1"; - TrayMenu.Size = new Size(202, 106); + TrayMenu.Size = new Size(154, 76); // // MainForm // - AutoScaleDimensions = new SizeF(10F, 25F); + AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; BackColor = SystemColors.Control; - ClientSize = new Size(650, 419); + ClientSize = new Size(464, 371); Controls.Add(ContentTabControl); FormBorderStyle = FormBorderStyle.FixedSingle; Icon = (Icon)resources.GetObject("$this.Icon"); @@ -1423,8 +1426,12 @@ namespace EveOPreview.View { ThumbnailTabPage.ResumeLayout(false); ThumbnailSettingsPanel.ResumeLayout(false); ThumbnailSettingsPanel.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)ThumbnailSnapToGridSizeYNumericEdit).EndInit(); + ((System.ComponentModel.ISupportInitialize)RegionLeftNumericEdit).EndInit(); + ((System.ComponentModel.ISupportInitialize)RegionTopNumericEdit).EndInit(); + ((System.ComponentModel.ISupportInitialize)RegionWidthNumericEdit).EndInit(); + ((System.ComponentModel.ISupportInitialize)RegionHeightNumericEdit).EndInit(); ((System.ComponentModel.ISupportInitialize)ThumbnailSnapRangeNumericEdit).EndInit(); + ((System.ComponentModel.ISupportInitialize)ThumbnailSnapToGridSizeYNumericEdit).EndInit(); ((System.ComponentModel.ISupportInitialize)ThumbnailSnapToGridSizeXNumericEdit).EndInit(); ((System.ComponentModel.ISupportInitialize)ThumbnailsWidthNumericEdit).EndInit(); ((System.ComponentModel.ISupportInitialize)ThumbnailsHeightNumericEdit).EndInit(); diff --git a/src/Eve-O-Preview/View/Implementation/MainForm.resx b/src/Eve-O-Preview/View/Implementation/MainForm.resx index 4017e67..38d7145 100644 --- a/src/Eve-O-Preview/View/Implementation/MainForm.resx +++ b/src/Eve-O-Preview/View/Implementation/MainForm.resx @@ -1,17 +1,17 @@  - @@ -117,85 +117,84 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - - + + False - + An advanced task switcher for EVE Online clients. @@ -206,16 +205,16 @@ The program does NOT • interact with EVE Online except of; - resizing or bringing it to the foreground - + False - - - + + 17, 17 - - + + 123, 17 - + + AAABAAQAEBAAAAEAIABoBAAARgAAACAgAAABACAAqBAAAK4EAAAwMAAAAQAgAKglAABWFQAAQEAAAAEA @@ -754,9 +753,9 @@ The program does NOT Af//4AAAAAAH///wAAAAAA////gAAAAAH////gAAAAB/////AAAAAP/////AAAAD/////+AAAAf//w== - + 36 - + AAABAAQAEBAAAAEAIABoBAAARgAAACAgAAABACAAqBAAAK4EAAAwMAAAAQAgAKglAABWFQAAQEAAAAEA @@ -1295,35 +1294,4 @@ The program does NOT Af//4AAAAAAH///wAAAAAA////gAAAAAH////gAAAAB/////AAAAAP/////AAAAD/////+AAAAf//w== - - - ..\..\original-icon.ico;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\..\Icons\EVE-O_Amber.ico;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\..\Icons\EVE-O_Blue.ico;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\..\Icons\EVE-O_Cherry.ico;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\..\Icons\EVE-O_Dal.ico;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\..\Icons\EVE-O_Dark.ico;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\..\Icons\EVE-O_Default.ico;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\..\Icons\EVE-O_Mint.ico;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\..\Icons\EVE-O_Purple.ico;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\..\Icons\EVE-O_urns.ico;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file