diff --git a/MyCBZ/App.config b/MyCBZ/App.config index 74ca6ec..e9a1cac 100644 --- a/MyCBZ/App.config +++ b/MyCBZ/App.config @@ -183,7 +183,7 @@ - 0.22.179b + 0.22.180b diff --git a/MyCBZ/Forms/MainForm.Designer.cs b/MyCBZ/Forms/MainForm.Designer.cs index 4848cf1..6f7ce97 100644 --- a/MyCBZ/Forms/MainForm.Designer.cs +++ b/MyCBZ/Forms/MainForm.Designer.cs @@ -330,9 +330,9 @@ private void InitializeComponent() // ToolBar.ImageScalingSize = new System.Drawing.Size(24, 24); ToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { ToolButtonNew, toolStripSeparator4, ToolButtonOpen, ToolButtonSave, toolStripSeparator8, ToolButtonAddFolder, toolStripSeparator1, ToolButtonAddFiles, ToolButtonRemoveFiles, toolStripSeparator10, ToolButtonMovePageUp, ToolButtonMovePageDown, toolStripSeparator2, ToolButtonBuild, toolStripSeparator3, ToolButtonEditImage, ToolButtonEditImageProps, ToolButtonImagePreview, ToolButtonSetPageType, toolStripSeparator5, ToolButtonExtractArchive, toolStripSeparator6, ToolStripButtonShowRawMetadata, ToolButtonStatistics, toolStripSeparator7, TogglePagePreviewToolbutton, ToolButtonValidateCBZ, toolStripSeparator11, ToolBarSearchLabel, ToolBarSearchInput, ToolStripButtonSearch }); - ToolBar.Location = new System.Drawing.Point(1, 29); + ToolBar.Location = new System.Drawing.Point(1, 34); ToolBar.Name = "ToolBar"; - ToolBar.Size = new System.Drawing.Size(1298, 31); + ToolBar.Size = new System.Drawing.Size(1558, 33); ToolBar.TabIndex = 0; // // ToolButtonNew @@ -341,7 +341,7 @@ private void InitializeComponent() ToolButtonNew.Image = Properties.Resources.document_zip; ToolButtonNew.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonNew.Name = "ToolButtonNew"; - ToolButtonNew.Size = new System.Drawing.Size(29, 28); + ToolButtonNew.Size = new System.Drawing.Size(34, 28); ToolButtonNew.Text = "toolStripButton7"; ToolButtonNew.ToolTipText = "Create a blank cbz Archive"; ToolButtonNew.Click += NewToolStripMenuItem_Click; @@ -349,7 +349,7 @@ private void InitializeComponent() // toolStripSeparator4 // toolStripSeparator4.Name = "toolStripSeparator4"; - toolStripSeparator4.Size = new System.Drawing.Size(6, 31); + toolStripSeparator4.Size = new System.Drawing.Size(6, 33); // // ToolButtonOpen // @@ -357,7 +357,7 @@ private void InitializeComponent() ToolButtonOpen.Image = Properties.Resources.folder_open; ToolButtonOpen.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonOpen.Name = "ToolButtonOpen"; - ToolButtonOpen.Size = new System.Drawing.Size(29, 28); + ToolButtonOpen.Size = new System.Drawing.Size(34, 28); ToolButtonOpen.Text = "toolStripButton1"; ToolButtonOpen.ToolTipText = "Open CBZ Archive"; ToolButtonOpen.Click += OpenToolStripMenuItem_Click; @@ -369,7 +369,7 @@ private void InitializeComponent() ToolButtonSave.Image = Properties.Resources.floppy_disk; ToolButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonSave.Name = "ToolButtonSave"; - ToolButtonSave.Size = new System.Drawing.Size(29, 28); + ToolButtonSave.Size = new System.Drawing.Size(34, 28); ToolButtonSave.Text = "toolStripButton2"; ToolButtonSave.ToolTipText = "Save"; ToolButtonSave.Click += ToolButtonSave_Click; @@ -377,7 +377,7 @@ private void InitializeComponent() // toolStripSeparator8 // toolStripSeparator8.Name = "toolStripSeparator8"; - toolStripSeparator8.Size = new System.Drawing.Size(6, 31); + toolStripSeparator8.Size = new System.Drawing.Size(6, 33); // // ToolButtonAddFolder // @@ -385,7 +385,7 @@ private void InitializeComponent() ToolButtonAddFolder.Image = Properties.Resources.folder_into; ToolButtonAddFolder.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonAddFolder.Name = "ToolButtonAddFolder"; - ToolButtonAddFolder.Size = new System.Drawing.Size(29, 28); + ToolButtonAddFolder.Size = new System.Drawing.Size(34, 28); ToolButtonAddFolder.Text = "toolStripButton13"; ToolButtonAddFolder.ToolTipText = "Add Folder containing Images..."; ToolButtonAddFolder.Click += ToolButtonAddFolder_Click; @@ -393,7 +393,7 @@ private void InitializeComponent() // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; - toolStripSeparator1.Size = new System.Drawing.Size(6, 31); + toolStripSeparator1.Size = new System.Drawing.Size(6, 33); // // ToolButtonAddFiles // @@ -401,7 +401,7 @@ private void InitializeComponent() ToolButtonAddFiles.Image = Properties.Resources.folder_document; ToolButtonAddFiles.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonAddFiles.Name = "ToolButtonAddFiles"; - ToolButtonAddFiles.Size = new System.Drawing.Size(29, 28); + ToolButtonAddFiles.Size = new System.Drawing.Size(34, 28); ToolButtonAddFiles.Text = "toolStripButton3"; ToolButtonAddFiles.ToolTipText = "Add Images..."; ToolButtonAddFiles.Click += AddFilesToolStripMenuItem_Click; @@ -413,7 +413,7 @@ private void InitializeComponent() ToolButtonRemoveFiles.Image = Properties.Resources.garbage; ToolButtonRemoveFiles.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonRemoveFiles.Name = "ToolButtonRemoveFiles"; - ToolButtonRemoveFiles.Size = new System.Drawing.Size(29, 28); + ToolButtonRemoveFiles.Size = new System.Drawing.Size(34, 28); ToolButtonRemoveFiles.Text = "toolStripButton4"; ToolButtonRemoveFiles.ToolTipText = "Remove selected Page(s)"; ToolButtonRemoveFiles.Click += ToolButtonRemoveFiles_Click; @@ -421,7 +421,7 @@ private void InitializeComponent() // toolStripSeparator10 // toolStripSeparator10.Name = "toolStripSeparator10"; - toolStripSeparator10.Size = new System.Drawing.Size(6, 31); + toolStripSeparator10.Size = new System.Drawing.Size(6, 33); toolStripSeparator10.Visible = false; // // ToolButtonMovePageUp @@ -431,7 +431,7 @@ private void InitializeComponent() ToolButtonMovePageUp.Image = Properties.Resources.nav_up; ToolButtonMovePageUp.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonMovePageUp.Name = "ToolButtonMovePageUp"; - ToolButtonMovePageUp.Size = new System.Drawing.Size(29, 28); + ToolButtonMovePageUp.Size = new System.Drawing.Size(34, 28); ToolButtonMovePageUp.Text = "toolStripButton6"; ToolButtonMovePageUp.ToolTipText = "Move selected Page(s) up"; ToolButtonMovePageUp.Click += ToolButtonMovePageUp_Click; @@ -443,7 +443,7 @@ private void InitializeComponent() ToolButtonMovePageDown.Image = Properties.Resources.nav_down; ToolButtonMovePageDown.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonMovePageDown.Name = "ToolButtonMovePageDown"; - ToolButtonMovePageDown.Size = new System.Drawing.Size(29, 28); + ToolButtonMovePageDown.Size = new System.Drawing.Size(34, 28); ToolButtonMovePageDown.Text = "toolStripButton5"; ToolButtonMovePageDown.ToolTipText = "Move selected Page(s) down"; ToolButtonMovePageDown.Click += ToolButtonMovePageDown_Click; @@ -451,7 +451,7 @@ private void InitializeComponent() // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; - toolStripSeparator2.Size = new System.Drawing.Size(6, 31); + toolStripSeparator2.Size = new System.Drawing.Size(6, 33); // // ToolButtonBuild // @@ -460,7 +460,7 @@ private void InitializeComponent() ToolButtonBuild.Image = Properties.Resources.box_into; ToolButtonBuild.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonBuild.Name = "ToolButtonBuild"; - ToolButtonBuild.Size = new System.Drawing.Size(29, 28); + ToolButtonBuild.Size = new System.Drawing.Size(34, 28); ToolButtonBuild.Text = "toolStripButton1"; ToolButtonBuild.ToolTipText = "Build CBZ"; ToolButtonBuild.Visible = false; @@ -468,7 +468,7 @@ private void InitializeComponent() // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; - toolStripSeparator3.Size = new System.Drawing.Size(6, 31); + toolStripSeparator3.Size = new System.Drawing.Size(6, 33); toolStripSeparator3.Visible = false; // // ToolButtonEditImage @@ -478,7 +478,7 @@ private void InitializeComponent() ToolButtonEditImage.Image = Properties.Resources.paint_bucket; ToolButtonEditImage.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonEditImage.Name = "ToolButtonEditImage"; - ToolButtonEditImage.Size = new System.Drawing.Size(29, 28); + ToolButtonEditImage.Size = new System.Drawing.Size(34, 28); ToolButtonEditImage.Text = "Edit Image"; ToolButtonEditImage.Click += ToolButtonEditImage_Click; // @@ -489,7 +489,7 @@ private void InitializeComponent() ToolButtonEditImageProps.Image = Properties.Resources.photo_portrait_checkbox_checked_checkbox_unchecked_24; ToolButtonEditImageProps.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonEditImageProps.Name = "ToolButtonEditImageProps"; - ToolButtonEditImageProps.Size = new System.Drawing.Size(29, 28); + ToolButtonEditImageProps.Size = new System.Drawing.Size(34, 28); ToolButtonEditImageProps.Text = "Page Properties"; ToolButtonEditImageProps.Click += ToolButtonEditImageProps_Click; // @@ -500,7 +500,7 @@ private void InitializeComponent() ToolButtonImagePreview.Image = Properties.Resources.painting_landscape; ToolButtonImagePreview.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonImagePreview.Name = "ToolButtonImagePreview"; - ToolButtonImagePreview.Size = new System.Drawing.Size(29, 28); + ToolButtonImagePreview.Size = new System.Drawing.Size(34, 28); ToolButtonImagePreview.Text = "View Page"; ToolButtonImagePreview.Click += ToolButtonImagePreview_Click; // @@ -511,7 +511,7 @@ private void InitializeComponent() ToolButtonSetPageType.Image = Properties.Resources.photo_landscape; ToolButtonSetPageType.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonSetPageType.Name = "ToolButtonSetPageType"; - ToolButtonSetPageType.Size = new System.Drawing.Size(43, 28); + ToolButtonSetPageType.Size = new System.Drawing.Size(45, 28); ToolButtonSetPageType.Text = "toolStripSplitButton1"; ToolButtonSetPageType.ToolTipText = "Set Type for selected pages"; ToolButtonSetPageType.ButtonClick += ToolButtonSetPageType_ButtonClick; @@ -519,7 +519,7 @@ private void InitializeComponent() // toolStripSeparator5 // toolStripSeparator5.Name = "toolStripSeparator5"; - toolStripSeparator5.Size = new System.Drawing.Size(6, 31); + toolStripSeparator5.Size = new System.Drawing.Size(6, 33); // // ToolButtonExtractArchive // @@ -528,7 +528,7 @@ private void InitializeComponent() ToolButtonExtractArchive.Image = Properties.Resources.box_out; ToolButtonExtractArchive.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonExtractArchive.Name = "ToolButtonExtractArchive"; - ToolButtonExtractArchive.Size = new System.Drawing.Size(29, 28); + ToolButtonExtractArchive.Size = new System.Drawing.Size(34, 28); ToolButtonExtractArchive.Text = "toolStripButton10"; ToolButtonExtractArchive.ToolTipText = "Extract selected pages..."; ToolButtonExtractArchive.Click += ExtractAllToolStripMenuItem_Click; @@ -536,7 +536,7 @@ private void InitializeComponent() // toolStripSeparator6 // toolStripSeparator6.Name = "toolStripSeparator6"; - toolStripSeparator6.Size = new System.Drawing.Size(6, 31); + toolStripSeparator6.Size = new System.Drawing.Size(6, 33); // // ToolStripButtonShowRawMetadata // @@ -545,7 +545,7 @@ private void InitializeComponent() ToolStripButtonShowRawMetadata.Image = Properties.Resources.document_page_number; ToolStripButtonShowRawMetadata.ImageTransparentColor = System.Drawing.Color.Magenta; ToolStripButtonShowRawMetadata.Name = "ToolStripButtonShowRawMetadata"; - ToolStripButtonShowRawMetadata.Size = new System.Drawing.Size(29, 28); + ToolStripButtonShowRawMetadata.Size = new System.Drawing.Size(34, 28); ToolStripButtonShowRawMetadata.Text = "Show Raw-MetaData"; ToolStripButtonShowRawMetadata.Click += ToolStripButtonShowRawMetadata_Click; // @@ -556,13 +556,13 @@ private void InitializeComponent() ToolButtonStatistics.Image = Properties.Resources.window_information; ToolButtonStatistics.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonStatistics.Name = "ToolButtonStatistics"; - ToolButtonStatistics.Size = new System.Drawing.Size(29, 28); + ToolButtonStatistics.Size = new System.Drawing.Size(34, 28); ToolButtonStatistics.Text = "Statistics..."; // // toolStripSeparator7 // toolStripSeparator7.Name = "toolStripSeparator7"; - toolStripSeparator7.Size = new System.Drawing.Size(6, 31); + toolStripSeparator7.Size = new System.Drawing.Size(6, 33); // // TogglePagePreviewToolbutton // @@ -570,7 +570,7 @@ private void InitializeComponent() TogglePagePreviewToolbutton.Image = Properties.Resources.photos; TogglePagePreviewToolbutton.ImageTransparentColor = System.Drawing.Color.Magenta; TogglePagePreviewToolbutton.Name = "TogglePagePreviewToolbutton"; - TogglePagePreviewToolbutton.Size = new System.Drawing.Size(29, 28); + TogglePagePreviewToolbutton.Size = new System.Drawing.Size(34, 28); TogglePagePreviewToolbutton.Text = "toolStripButton2"; TogglePagePreviewToolbutton.ToolTipText = "Enable Preview Pictures"; TogglePagePreviewToolbutton.Click += TogglePagePreviewToolbutton_Click; @@ -581,7 +581,7 @@ private void InitializeComponent() ToolButtonValidateCBZ.Image = Properties.Resources.validate; ToolButtonValidateCBZ.ImageTransparentColor = System.Drawing.Color.Magenta; ToolButtonValidateCBZ.Name = "ToolButtonValidateCBZ"; - ToolButtonValidateCBZ.Size = new System.Drawing.Size(29, 28); + ToolButtonValidateCBZ.Size = new System.Drawing.Size(34, 28); ToolButtonValidateCBZ.Text = "toolStripButton11"; ToolButtonValidateCBZ.ToolTipText = "Validate CBZ"; ToolButtonValidateCBZ.Click += ToolButtonValidateCBZ_Click; @@ -589,18 +589,18 @@ private void InitializeComponent() // toolStripSeparator11 // toolStripSeparator11.Name = "toolStripSeparator11"; - toolStripSeparator11.Size = new System.Drawing.Size(6, 31); + toolStripSeparator11.Size = new System.Drawing.Size(6, 33); // // ToolBarSearchLabel // ToolBarSearchLabel.Name = "ToolBarSearchLabel"; - ToolBarSearchLabel.Size = new System.Drawing.Size(42, 28); + ToolBarSearchLabel.Size = new System.Drawing.Size(50, 28); ToolBarSearchLabel.Text = "Filter"; // // ToolBarSearchInput // ToolBarSearchInput.Name = "ToolBarSearchInput"; - ToolBarSearchInput.Size = new System.Drawing.Size(124, 31); + ToolBarSearchInput.Size = new System.Drawing.Size(148, 33); ToolBarSearchInput.ToolTipText = "Filter items..."; ToolBarSearchInput.TextChanged += ToolBarSearchInput_TextChanged; // @@ -610,7 +610,7 @@ private void InitializeComponent() ToolStripButtonSearch.Image = Properties.Resources.magnifying_glass; ToolStripButtonSearch.ImageTransparentColor = System.Drawing.Color.Magenta; ToolStripButtonSearch.Name = "ToolStripButtonSearch"; - ToolStripButtonSearch.Size = new System.Drawing.Size(29, 28); + ToolStripButtonSearch.Size = new System.Drawing.Size(34, 28); ToolStripButtonSearch.Text = "Search..."; // // MenuBar @@ -619,7 +619,8 @@ private void InitializeComponent() MenuBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { FileToolStripMenuItem, EditToolStripMenuItem, ProjectToolStripMenuItem, ExtrasToolStripMenuItem, toolStripMenuItem4 }); MenuBar.Location = new System.Drawing.Point(1, 1); MenuBar.Name = "MenuBar"; - MenuBar.Size = new System.Drawing.Size(1298, 28); + MenuBar.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2); + MenuBar.Size = new System.Drawing.Size(1558, 33); MenuBar.TabIndex = 1; MenuBar.Text = "menuStrip1"; // @@ -627,7 +628,7 @@ private void InitializeComponent() // FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { NewToolStripMenuItem, ToolStripMenuItem1, OpenToolStripMenuItem, toolStripMenuItem2, SaveToolStripMenuItem, SaveAsToolStripMenuItem, toolStripMenuItem3, QuitToolStripMenuItem }); FileToolStripMenuItem.Name = "FileToolStripMenuItem"; - FileToolStripMenuItem.Size = new System.Drawing.Size(46, 24); + FileToolStripMenuItem.Size = new System.Drawing.Size(54, 29); FileToolStripMenuItem.Text = "File"; // // NewToolStripMenuItem @@ -635,27 +636,27 @@ private void InitializeComponent() NewToolStripMenuItem.Image = Properties.Resources.document_zip; NewToolStripMenuItem.Name = "NewToolStripMenuItem"; NewToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N; - NewToolStripMenuItem.Size = new System.Drawing.Size(179, 26); + NewToolStripMenuItem.Size = new System.Drawing.Size(218, 34); NewToolStripMenuItem.Text = "New"; NewToolStripMenuItem.Click += NewToolStripMenuItem_Click; // // ToolStripMenuItem1 // ToolStripMenuItem1.Name = "ToolStripMenuItem1"; - ToolStripMenuItem1.Size = new System.Drawing.Size(176, 6); + ToolStripMenuItem1.Size = new System.Drawing.Size(215, 6); // // OpenToolStripMenuItem // OpenToolStripMenuItem.Image = Properties.Resources.folder_open; OpenToolStripMenuItem.Name = "OpenToolStripMenuItem"; - OpenToolStripMenuItem.Size = new System.Drawing.Size(179, 26); + OpenToolStripMenuItem.Size = new System.Drawing.Size(218, 34); OpenToolStripMenuItem.Text = "Open"; OpenToolStripMenuItem.Click += OpenToolStripMenuItem_Click; // // toolStripMenuItem2 // toolStripMenuItem2.Name = "toolStripMenuItem2"; - toolStripMenuItem2.Size = new System.Drawing.Size(176, 6); + toolStripMenuItem2.Size = new System.Drawing.Size(215, 6); // // SaveToolStripMenuItem // @@ -663,7 +664,7 @@ private void InitializeComponent() SaveToolStripMenuItem.Image = Properties.Resources.floppy_disk; SaveToolStripMenuItem.Name = "SaveToolStripMenuItem"; SaveToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S; - SaveToolStripMenuItem.Size = new System.Drawing.Size(179, 26); + SaveToolStripMenuItem.Size = new System.Drawing.Size(218, 34); SaveToolStripMenuItem.Text = "Save"; SaveToolStripMenuItem.Click += ToolButtonSave_Click; // @@ -671,20 +672,20 @@ private void InitializeComponent() // SaveAsToolStripMenuItem.Image = Properties.Resources.save_as; SaveAsToolStripMenuItem.Name = "SaveAsToolStripMenuItem"; - SaveAsToolStripMenuItem.Size = new System.Drawing.Size(179, 26); + SaveAsToolStripMenuItem.Size = new System.Drawing.Size(218, 34); SaveAsToolStripMenuItem.Text = "Save as..."; SaveAsToolStripMenuItem.Click += SaveAsToolStripMenuItem_Click; // // toolStripMenuItem3 // toolStripMenuItem3.Name = "toolStripMenuItem3"; - toolStripMenuItem3.Size = new System.Drawing.Size(176, 6); + toolStripMenuItem3.Size = new System.Drawing.Size(215, 6); // // QuitToolStripMenuItem // QuitToolStripMenuItem.Image = Properties.Resources.door_exit; QuitToolStripMenuItem.Name = "QuitToolStripMenuItem"; - QuitToolStripMenuItem.Size = new System.Drawing.Size(179, 26); + QuitToolStripMenuItem.Size = new System.Drawing.Size(218, 34); QuitToolStripMenuItem.Text = "Quit"; QuitToolStripMenuItem.Click += QuitToolStripMenuItem_Click; // @@ -692,14 +693,14 @@ private void InitializeComponent() // EditToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { CopyToolStripMenuItem, PasteToolStripMenuItem, toolStripMenuItem7, SelectAllToolStripMenuItem, toolStripMenuItem10, deleteToolStripMenuItem, toolStripSeparator12, SettingsToolStripMenuItem }); EditToolStripMenuItem.Name = "EditToolStripMenuItem"; - EditToolStripMenuItem.Size = new System.Drawing.Size(49, 24); + EditToolStripMenuItem.Size = new System.Drawing.Size(58, 29); EditToolStripMenuItem.Text = "Edit"; // // CopyToolStripMenuItem // CopyToolStripMenuItem.Name = "CopyToolStripMenuItem"; CopyToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C; - CopyToolStripMenuItem.Size = new System.Drawing.Size(208, 26); + CopyToolStripMenuItem.Size = new System.Drawing.Size(251, 34); CopyToolStripMenuItem.Text = "Copy"; CopyToolStripMenuItem.Click += CopyToolStripMenuItem_Click; // @@ -709,28 +710,28 @@ private void InitializeComponent() PasteToolStripMenuItem.Image = Properties.Resources.clipboard_paste; PasteToolStripMenuItem.Name = "PasteToolStripMenuItem"; PasteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V; - PasteToolStripMenuItem.Size = new System.Drawing.Size(208, 26); + PasteToolStripMenuItem.Size = new System.Drawing.Size(251, 34); PasteToolStripMenuItem.Text = "Paste"; PasteToolStripMenuItem.Click += PasteToolStripMenuItem_Click; // // toolStripMenuItem7 // toolStripMenuItem7.Name = "toolStripMenuItem7"; - toolStripMenuItem7.Size = new System.Drawing.Size(205, 6); + toolStripMenuItem7.Size = new System.Drawing.Size(248, 6); // // SelectAllToolStripMenuItem // SelectAllToolStripMenuItem.Image = Properties.Resources.elements_selection; SelectAllToolStripMenuItem.Name = "SelectAllToolStripMenuItem"; SelectAllToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A; - SelectAllToolStripMenuItem.Size = new System.Drawing.Size(208, 26); + SelectAllToolStripMenuItem.Size = new System.Drawing.Size(251, 34); SelectAllToolStripMenuItem.Text = "Select all"; SelectAllToolStripMenuItem.Click += SelectAllToolStripMenuItem_Click; // // toolStripMenuItem10 // toolStripMenuItem10.Name = "toolStripMenuItem10"; - toolStripMenuItem10.Size = new System.Drawing.Size(205, 6); + toolStripMenuItem10.Size = new System.Drawing.Size(248, 6); // // deleteToolStripMenuItem // @@ -739,20 +740,20 @@ private void InitializeComponent() deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; deleteToolStripMenuItem.ShortcutKeyDisplayString = ""; deleteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete; - deleteToolStripMenuItem.Size = new System.Drawing.Size(208, 26); + deleteToolStripMenuItem.Size = new System.Drawing.Size(251, 34); deleteToolStripMenuItem.Text = "Delete"; deleteToolStripMenuItem.Click += ToolButtonRemoveFiles_Click; // // toolStripSeparator12 // toolStripSeparator12.Name = "toolStripSeparator12"; - toolStripSeparator12.Size = new System.Drawing.Size(205, 6); + toolStripSeparator12.Size = new System.Drawing.Size(248, 6); // // SettingsToolStripMenuItem // SettingsToolStripMenuItem.Image = Properties.Resources.window_gear; SettingsToolStripMenuItem.Name = "SettingsToolStripMenuItem"; - SettingsToolStripMenuItem.Size = new System.Drawing.Size(208, 26); + SettingsToolStripMenuItem.Size = new System.Drawing.Size(251, 34); SettingsToolStripMenuItem.Text = "Settings"; SettingsToolStripMenuItem.Click += SettingsToolStripMenuItem_Click; // @@ -760,42 +761,42 @@ private void InitializeComponent() // ProjectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { AddFolderToolStripMenuItem, toolStripSeparator9, AddFilesToolStripMenuItem, toolStripMenuItem8, ExtractSelectedPages }); ProjectToolStripMenuItem.Name = "ProjectToolStripMenuItem"; - ProjectToolStripMenuItem.Size = new System.Drawing.Size(61, 24); + ProjectToolStripMenuItem.Size = new System.Drawing.Size(74, 29); ProjectToolStripMenuItem.Text = "Pages"; // // AddFolderToolStripMenuItem // AddFolderToolStripMenuItem.Image = Properties.Resources.folder_into; AddFolderToolStripMenuItem.Name = "AddFolderToolStripMenuItem"; - AddFolderToolStripMenuItem.Size = new System.Drawing.Size(345, 26); + AddFolderToolStripMenuItem.Size = new System.Drawing.Size(418, 34); AddFolderToolStripMenuItem.Text = "Add Folder..."; AddFolderToolStripMenuItem.Click += AddFolderToolStripMenuItem_Click; // // toolStripSeparator9 // toolStripSeparator9.Name = "toolStripSeparator9"; - toolStripSeparator9.Size = new System.Drawing.Size(342, 6); + toolStripSeparator9.Size = new System.Drawing.Size(415, 6); // // AddFilesToolStripMenuItem // AddFilesToolStripMenuItem.Image = Properties.Resources.folder_document; AddFilesToolStripMenuItem.Name = "AddFilesToolStripMenuItem"; AddFilesToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.Insert; - AddFilesToolStripMenuItem.Size = new System.Drawing.Size(345, 26); + AddFilesToolStripMenuItem.Size = new System.Drawing.Size(418, 34); AddFilesToolStripMenuItem.Text = "Add Files..."; AddFilesToolStripMenuItem.Click += AddFilesToolStripMenuItem_Click; // // toolStripMenuItem8 // toolStripMenuItem8.Name = "toolStripMenuItem8"; - toolStripMenuItem8.Size = new System.Drawing.Size(342, 6); + toolStripMenuItem8.Size = new System.Drawing.Size(415, 6); // // ExtractSelectedPages // ExtractSelectedPages.Enabled = false; ExtractSelectedPages.Image = Properties.Resources.box_out; ExtractSelectedPages.Name = "ExtractSelectedPages"; - ExtractSelectedPages.Size = new System.Drawing.Size(345, 26); + ExtractSelectedPages.Size = new System.Drawing.Size(418, 34); ExtractSelectedPages.Text = "Extract selected Pages..."; ExtractSelectedPages.Click += ExtractAllToolStripMenuItem_Click; // @@ -803,40 +804,40 @@ private void InitializeComponent() // ExtrasToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { ClearTemporaryFolderToolStripMenuItem, toolStripMenuItem9 }); ExtrasToolStripMenuItem.Name = "ExtrasToolStripMenuItem"; - ExtrasToolStripMenuItem.Size = new System.Drawing.Size(62, 24); + ExtrasToolStripMenuItem.Size = new System.Drawing.Size(74, 29); ExtrasToolStripMenuItem.Text = "Extras"; // // ClearTemporaryFolderToolStripMenuItem // ClearTemporaryFolderToolStripMenuItem.Name = "ClearTemporaryFolderToolStripMenuItem"; - ClearTemporaryFolderToolStripMenuItem.Size = new System.Drawing.Size(247, 26); + ClearTemporaryFolderToolStripMenuItem.Size = new System.Drawing.Size(297, 34); ClearTemporaryFolderToolStripMenuItem.Text = "Clear Temporary Folder"; ClearTemporaryFolderToolStripMenuItem.Click += ClearTemporaryFolderToolStripMenuItem_Click; // // toolStripMenuItem9 // toolStripMenuItem9.Name = "toolStripMenuItem9"; - toolStripMenuItem9.Size = new System.Drawing.Size(244, 6); + toolStripMenuItem9.Size = new System.Drawing.Size(294, 6); // // toolStripMenuItem4 // toolStripMenuItem4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { AboutToolStripMenuItem, DebugToolsToolStripMenuItem }); toolStripMenuItem4.Name = "toolStripMenuItem4"; - toolStripMenuItem4.Size = new System.Drawing.Size(30, 24); + toolStripMenuItem4.Size = new System.Drawing.Size(36, 29); toolStripMenuItem4.Text = "?"; // // AboutToolStripMenuItem // AboutToolStripMenuItem.Image = Properties.Resources.speech_balloon_answer; AboutToolStripMenuItem.Name = "AboutToolStripMenuItem"; - AboutToolStripMenuItem.Size = new System.Drawing.Size(176, 26); + AboutToolStripMenuItem.Size = new System.Drawing.Size(214, 34); AboutToolStripMenuItem.Text = "About"; AboutToolStripMenuItem.Click += AboutToolStripMenuItem_Click; // // DebugToolsToolStripMenuItem // DebugToolsToolStripMenuItem.Name = "DebugToolsToolStripMenuItem"; - DebugToolsToolStripMenuItem.Size = new System.Drawing.Size(176, 26); + DebugToolsToolStripMenuItem.Size = new System.Drawing.Size(214, 34); DebugToolsToolStripMenuItem.Text = "Debug Tools"; DebugToolsToolStripMenuItem.Visible = false; DebugToolsToolStripMenuItem.Click += DebugToolsToolStripMenuItem_Click; @@ -852,11 +853,11 @@ private void InitializeComponent() MainStatusToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible; MainStatusToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20); MainStatusToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { ApplicationStatusLabel_, MainToolStripProgressBar_, FileNameLabel_, PageCountStatusLabel_ }); - MainStatusToolStrip.Location = new System.Drawing.Point(21, 845); + MainStatusToolStrip.Location = new System.Drawing.Point(25, 1014); MainStatusToolStrip.Margin = new System.Windows.Forms.Padding(0, 1, 0, 1); MainStatusToolStrip.Name = "MainStatusToolStrip"; - MainStatusToolStrip.Padding = new System.Windows.Forms.Padding(2, 0, 18, 0); - MainStatusToolStrip.Size = new System.Drawing.Size(406, 28); + MainStatusToolStrip.Padding = new System.Windows.Forms.Padding(2, 0, 22, 0); + MainStatusToolStrip.Size = new System.Drawing.Size(487, 34); MainStatusToolStrip.TabIndex = 2; MainStatusToolStrip.Visible = false; // @@ -865,14 +866,14 @@ private void InitializeComponent() ApplicationStatusLabel_.AutoSize = false; ApplicationStatusLabel_.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right; ApplicationStatusLabel_.Name = "ApplicationStatusLabel_"; - ApplicationStatusLabel_.Size = new System.Drawing.Size(200, 22); + ApplicationStatusLabel_.Size = new System.Drawing.Size(200, 27); ApplicationStatusLabel_.Text = "Ready."; ApplicationStatusLabel_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // MainToolStripProgressBar_ // MainToolStripProgressBar_.Name = "MainToolStripProgressBar_"; - MainToolStripProgressBar_.Size = new System.Drawing.Size(150, 20); + MainToolStripProgressBar_.Size = new System.Drawing.Size(180, 26); // // FileNameLabel_ // @@ -916,18 +917,18 @@ private void InitializeComponent() MetaDataEditorContextMenu.ImageScalingSize = new System.Drawing.Size(20, 20); MetaDataEditorContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripMenuItem5, toolStripMenuItem6 }); MetaDataEditorContextMenu.Name = "metaDataEditorContextMenu"; - MetaDataEditorContextMenu.Size = new System.Drawing.Size(133, 52); + MetaDataEditorContextMenu.Size = new System.Drawing.Size(149, 68); // // toolStripMenuItem5 // toolStripMenuItem5.Name = "toolStripMenuItem5"; - toolStripMenuItem5.Size = new System.Drawing.Size(132, 24); + toolStripMenuItem5.Size = new System.Drawing.Size(148, 32); toolStripMenuItem5.Text = "Add"; // // toolStripMenuItem6 // toolStripMenuItem6.Name = "toolStripMenuItem6"; - toolStripMenuItem6.Size = new System.Drawing.Size(132, 24); + toolStripMenuItem6.Size = new System.Drawing.Size(148, 32); toolStripMenuItem6.Text = "Remove"; // // ToolButtonImages @@ -973,9 +974,9 @@ private void InitializeComponent() // PrimarySplitBox.Panel2 // PrimarySplitBox.Panel2.Controls.Add(MessageLogListView); - PrimarySplitBox.Size = new System.Drawing.Size(1294, 591); - PrimarySplitBox.SplitterDistance = 470; - PrimarySplitBox.SplitterWidth = 5; + PrimarySplitBox.Size = new System.Drawing.Size(1554, 716); + PrimarySplitBox.SplitterDistance = 569; + PrimarySplitBox.SplitterWidth = 6; PrimarySplitBox.TabIndex = 4; // // MainPanel @@ -986,7 +987,7 @@ private void InitializeComponent() MainPanel.Location = new System.Drawing.Point(0, 0); MainPanel.Margin = new System.Windows.Forms.Padding(2); MainPanel.Name = "MainPanel"; - MainPanel.Size = new System.Drawing.Size(1294, 470); + MainPanel.Size = new System.Drawing.Size(1554, 569); MainPanel.TabIndex = 4; // // MainPanelTableLayout @@ -1004,7 +1005,7 @@ private void InitializeComponent() MainPanelTableLayout.RowCount = 2; MainPanelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle()); MainPanelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - MainPanelTableLayout.Size = new System.Drawing.Size(1294, 470); + MainPanelTableLayout.Size = new System.Drawing.Size(1554, 569); MainPanelTableLayout.TabIndex = 8; // // GlobalAlertTableLayout @@ -1014,18 +1015,18 @@ private void InitializeComponent() GlobalAlertTableLayout.ColumnCount = 4; GlobalAlertTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); GlobalAlertTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - GlobalAlertTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 72F)); - GlobalAlertTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 189F)); + GlobalAlertTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 86F)); + GlobalAlertTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 227F)); GlobalAlertTableLayout.Controls.Add(LabelGlobalActionStatusMessage, 1, 0); GlobalAlertTableLayout.Controls.Add(GlobalAlertMessageIcon, 0, 0); GlobalAlertTableLayout.Controls.Add(ExecuteCurrentGlobalAction, 3, 0); GlobalAlertTableLayout.Dock = System.Windows.Forms.DockStyle.Fill; GlobalAlertTableLayout.Location = new System.Drawing.Point(2, 1); - GlobalAlertTableLayout.Margin = new System.Windows.Forms.Padding(2, 1, 2, 5); + GlobalAlertTableLayout.Margin = new System.Windows.Forms.Padding(2, 1, 2, 6); GlobalAlertTableLayout.Name = "GlobalAlertTableLayout"; GlobalAlertTableLayout.RowCount = 1; GlobalAlertTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - GlobalAlertTableLayout.Size = new System.Drawing.Size(1290, 35); + GlobalAlertTableLayout.Size = new System.Drawing.Size(1550, 42); GlobalAlertTableLayout.TabIndex = 7; GlobalAlertTableLayout.Visible = false; // @@ -1033,10 +1034,10 @@ private void InitializeComponent() // LabelGlobalActionStatusMessage.AutoSize = true; LabelGlobalActionStatusMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0); - LabelGlobalActionStatusMessage.Location = new System.Drawing.Point(41, 8); - LabelGlobalActionStatusMessage.Margin = new System.Windows.Forms.Padding(5, 8, 5, 0); + LabelGlobalActionStatusMessage.Location = new System.Drawing.Point(48, 10); + LabelGlobalActionStatusMessage.Margin = new System.Windows.Forms.Padding(6, 10, 6, 0); LabelGlobalActionStatusMessage.Name = "LabelGlobalActionStatusMessage"; - LabelGlobalActionStatusMessage.Size = new System.Drawing.Size(89, 17); + LabelGlobalActionStatusMessage.Size = new System.Drawing.Size(103, 20); LabelGlobalActionStatusMessage.TabIndex = 0; LabelGlobalActionStatusMessage.Text = "Information"; // @@ -1048,7 +1049,7 @@ private void InitializeComponent() GlobalAlertMessageIcon.Location = new System.Drawing.Point(2, 2); GlobalAlertMessageIcon.Margin = new System.Windows.Forms.Padding(2); GlobalAlertMessageIcon.Name = "GlobalAlertMessageIcon"; - GlobalAlertMessageIcon.Size = new System.Drawing.Size(32, 31); + GlobalAlertMessageIcon.Size = new System.Drawing.Size(38, 38); GlobalAlertMessageIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; GlobalAlertMessageIcon.TabIndex = 2; GlobalAlertMessageIcon.TabStop = false; @@ -1058,10 +1059,10 @@ private void InitializeComponent() ExecuteCurrentGlobalAction.Dock = System.Windows.Forms.DockStyle.Right; ExecuteCurrentGlobalAction.FlatStyle = System.Windows.Forms.FlatStyle.Flat; ExecuteCurrentGlobalAction.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0); - ExecuteCurrentGlobalAction.Location = new System.Drawing.Point(1125, 3); - ExecuteCurrentGlobalAction.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3); + ExecuteCurrentGlobalAction.Location = new System.Drawing.Point(1352, 4); + ExecuteCurrentGlobalAction.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4); ExecuteCurrentGlobalAction.Name = "ExecuteCurrentGlobalAction"; - ExecuteCurrentGlobalAction.Size = new System.Drawing.Size(160, 29); + ExecuteCurrentGlobalAction.Size = new System.Drawing.Size(192, 34); ExecuteCurrentGlobalAction.TabIndex = 1; ExecuteCurrentGlobalAction.Text = "Ok"; ExecuteCurrentGlobalAction.UseVisualStyleBackColor = true; @@ -1071,7 +1072,7 @@ private void InitializeComponent() // MainSplitBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; MainSplitBox.Dock = System.Windows.Forms.DockStyle.Fill; - MainSplitBox.Location = new System.Drawing.Point(2, 43); + MainSplitBox.Location = new System.Drawing.Point(2, 51); MainSplitBox.Margin = new System.Windows.Forms.Padding(2); MainSplitBox.Name = "MainSplitBox"; // @@ -1083,9 +1084,9 @@ private void InitializeComponent() // MainSplitBox.Panel2.AutoScroll = true; MainSplitBox.Panel2.Controls.Add(SplitBoxItemsList); - MainSplitBox.Size = new System.Drawing.Size(1290, 425); - MainSplitBox.SplitterDistance = 351; - MainSplitBox.SplitterWidth = 5; + MainSplitBox.Size = new System.Drawing.Size(1550, 516); + MainSplitBox.SplitterDistance = 421; + MainSplitBox.SplitterWidth = 6; MainSplitBox.TabIndex = 6; // // SplitBoxPageView @@ -1104,9 +1105,9 @@ private void InitializeComponent() // SplitBoxPageView.Panel2 // SplitBoxPageView.Panel2.Controls.Add(TabControlPageSettings); - SplitBoxPageView.Size = new System.Drawing.Size(349, 423); - SplitBoxPageView.SplitterDistance = 108; - SplitBoxPageView.SplitterWidth = 5; + SplitBoxPageView.Size = new System.Drawing.Size(419, 514); + SplitBoxPageView.SplitterDistance = 131; + SplitBoxPageView.SplitterWidth = 6; SplitBoxPageView.TabIndex = 6; // // PageThumbsListBox @@ -1119,7 +1120,7 @@ private void InitializeComponent() PageThumbsListBox.Location = new System.Drawing.Point(0, 0); PageThumbsListBox.Margin = new System.Windows.Forms.Padding(2); PageThumbsListBox.Name = "PageThumbsListBox"; - PageThumbsListBox.Size = new System.Drawing.Size(349, 108); + PageThumbsListBox.Size = new System.Drawing.Size(419, 131); PageThumbsListBox.TabIndex = 7; PageThumbsListBox.DrawItem += PageThumbsListBox_DrawItem; PageThumbsListBox.MeasureItem += PageThumbsListBox_MeasureItem; @@ -1136,11 +1137,11 @@ private void InitializeComponent() PageView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; PageView.LabelWrap = false; PageView.LargeImageList = PageImages; - PageView.Location = new System.Drawing.Point(252, 132); + PageView.Location = new System.Drawing.Point(302, 158); PageView.Margin = new System.Windows.Forms.Padding(2); PageView.Name = "PageView"; PageView.OwnerDraw = true; - PageView.Size = new System.Drawing.Size(122, 16); + PageView.Size = new System.Drawing.Size(146, 18); PageView.TabIndex = 6; PageView.UseCompatibleStateImageBehavior = false; PageView.DrawItem += PageView_DrawItem; @@ -1164,18 +1165,18 @@ private void InitializeComponent() TabControlPageSettings.Margin = new System.Windows.Forms.Padding(2); TabControlPageSettings.Name = "TabControlPageSettings"; TabControlPageSettings.SelectedIndex = 0; - TabControlPageSettings.Size = new System.Drawing.Size(349, 310); + TabControlPageSettings.Size = new System.Drawing.Size(419, 377); TabControlPageSettings.TabIndex = 0; // // TabPagePageSettings // TabPagePageSettings.Controls.Add(TablePanePageAdjustments); TabPagePageSettings.ImageIndex = 0; - TabPagePageSettings.Location = new System.Drawing.Point(4, 29); + TabPagePageSettings.Location = new System.Drawing.Point(4, 34); TabPagePageSettings.Margin = new System.Windows.Forms.Padding(2); TabPagePageSettings.Name = "TabPagePageSettings"; TabPagePageSettings.Padding = new System.Windows.Forms.Padding(2); - TabPagePageSettings.Size = new System.Drawing.Size(341, 277); + TabPagePageSettings.Size = new System.Drawing.Size(411, 339); TabPagePageSettings.TabIndex = 0; TabPagePageSettings.Text = "Page Adjustments"; TabPagePageSettings.UseVisualStyleBackColor = true; @@ -1202,26 +1203,26 @@ private void InitializeComponent() TablePanePageAdjustments.Location = new System.Drawing.Point(2, 2); TablePanePageAdjustments.Margin = new System.Windows.Forms.Padding(2); TablePanePageAdjustments.Name = "TablePanePageAdjustments"; - TablePanePageAdjustments.Padding = new System.Windows.Forms.Padding(8); + TablePanePageAdjustments.Padding = new System.Windows.Forms.Padding(10); TablePanePageAdjustments.RowCount = 17; - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 78F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 165F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 120F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 350F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 170F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 220F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 86F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F)); - TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F)); - TablePanePageAdjustments.Size = new System.Drawing.Size(337, 273); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 94F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 198F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 144F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 420F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 204F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 264F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 103F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 37F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F)); + TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); + TablePanePageAdjustments.Size = new System.Drawing.Size(407, 335); TablePanePageAdjustments.TabIndex = 7; // // GroupBoxDimensions @@ -1232,11 +1233,11 @@ private void InitializeComponent() GroupBoxDimensions.Controls.Add(LabelW); GroupBoxDimensions.Controls.Add(LabelHeight); GroupBoxDimensions.Controls.Add(LabelWidth); - GroupBoxDimensions.Location = new System.Drawing.Point(10, 10); + GroupBoxDimensions.Location = new System.Drawing.Point(12, 12); GroupBoxDimensions.Margin = new System.Windows.Forms.Padding(2); GroupBoxDimensions.Name = "GroupBoxDimensions"; GroupBoxDimensions.Padding = new System.Windows.Forms.Padding(2); - GroupBoxDimensions.Size = new System.Drawing.Size(296, 74); + GroupBoxDimensions.Size = new System.Drawing.Size(357, 90); GroupBoxDimensions.TabIndex = 4; GroupBoxDimensions.TabStop = false; GroupBoxDimensions.Text = "Dimensions"; @@ -1246,10 +1247,10 @@ private void InitializeComponent() LabelH.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; LabelH.AutoSize = true; LabelH.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0); - LabelH.Location = new System.Drawing.Point(230, 35); + LabelH.Location = new System.Drawing.Point(278, 42); LabelH.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); LabelH.Name = "LabelH"; - LabelH.Size = new System.Drawing.Size(15, 16); + LabelH.Size = new System.Drawing.Size(19, 20); LabelH.TabIndex = 3; LabelH.Text = "0"; // @@ -1257,10 +1258,10 @@ private void InitializeComponent() // LabelW.AutoSize = true; LabelW.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0); - LabelW.Location = new System.Drawing.Point(86, 35); + LabelW.Location = new System.Drawing.Point(103, 42); LabelW.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); LabelW.Name = "LabelW"; - LabelW.Size = new System.Drawing.Size(15, 16); + LabelW.Size = new System.Drawing.Size(19, 20); LabelW.TabIndex = 2; LabelW.Text = "0"; // @@ -1268,20 +1269,20 @@ private void InitializeComponent() // LabelHeight.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; LabelHeight.AutoSize = true; - LabelHeight.Location = new System.Drawing.Point(168, 32); + LabelHeight.Location = new System.Drawing.Point(204, 38); LabelHeight.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); LabelHeight.Name = "LabelHeight"; - LabelHeight.Size = new System.Drawing.Size(57, 20); + LabelHeight.Size = new System.Drawing.Size(69, 25); LabelHeight.TabIndex = 1; LabelHeight.Text = "Height:"; // // LabelWidth // LabelWidth.AutoSize = true; - LabelWidth.Location = new System.Drawing.Point(28, 32); + LabelWidth.Location = new System.Drawing.Point(34, 38); LabelWidth.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); LabelWidth.Name = "LabelWidth"; - LabelWidth.Size = new System.Drawing.Size(52, 20); + LabelWidth.Size = new System.Drawing.Size(64, 25); LabelWidth.TabIndex = 0; LabelWidth.Text = "Width:"; // @@ -1291,10 +1292,10 @@ private void InitializeComponent() RadioApplyAdjustmentsGlobal.AutoSize = true; RadioApplyAdjustmentsGlobal.Checked = true; RadioApplyAdjustmentsGlobal.Dock = System.Windows.Forms.DockStyle.Fill; - RadioApplyAdjustmentsGlobal.Location = new System.Drawing.Point(18, 101); - RadioApplyAdjustmentsGlobal.Margin = new System.Windows.Forms.Padding(10, 15, 10, 5); + RadioApplyAdjustmentsGlobal.Location = new System.Drawing.Point(22, 122); + RadioApplyAdjustmentsGlobal.Margin = new System.Windows.Forms.Padding(12, 18, 12, 6); RadioApplyAdjustmentsGlobal.Name = "RadioApplyAdjustmentsGlobal"; - RadioApplyAdjustmentsGlobal.Size = new System.Drawing.Size(130, 30); + RadioApplyAdjustmentsGlobal.Size = new System.Drawing.Size(156, 36); RadioApplyAdjustmentsGlobal.TabIndex = 7; RadioApplyAdjustmentsGlobal.TabStop = true; RadioApplyAdjustmentsGlobal.Tag = ""; @@ -1308,10 +1309,10 @@ private void InitializeComponent() RadioApplyAdjustmentsPage.AutoSize = true; RadioApplyAdjustmentsPage.Dock = System.Windows.Forms.DockStyle.Fill; RadioApplyAdjustmentsPage.Enabled = false; - RadioApplyAdjustmentsPage.Location = new System.Drawing.Point(168, 101); - RadioApplyAdjustmentsPage.Margin = new System.Windows.Forms.Padding(10, 15, 10, 5); + RadioApplyAdjustmentsPage.Location = new System.Drawing.Point(202, 122); + RadioApplyAdjustmentsPage.Margin = new System.Windows.Forms.Padding(12, 18, 12, 6); RadioApplyAdjustmentsPage.Name = "RadioApplyAdjustmentsPage"; - RadioApplyAdjustmentsPage.Size = new System.Drawing.Size(130, 30); + RadioApplyAdjustmentsPage.Size = new System.Drawing.Size(157, 36); RadioApplyAdjustmentsPage.TabIndex = 8; RadioApplyAdjustmentsPage.TabStop = true; RadioApplyAdjustmentsPage.Text = "(no page selected)"; @@ -1321,10 +1322,10 @@ private void InitializeComponent() // GetImageProcessExcludesFromSelectedButton // GetImageProcessExcludesFromSelectedButton.Dock = System.Windows.Forms.DockStyle.Bottom; - GetImageProcessExcludesFromSelectedButton.Location = new System.Drawing.Point(10, 1384); + GetImageProcessExcludesFromSelectedButton.Location = new System.Drawing.Point(12, 1662); GetImageProcessExcludesFromSelectedButton.Margin = new System.Windows.Forms.Padding(2); GetImageProcessExcludesFromSelectedButton.Name = "GetImageProcessExcludesFromSelectedButton"; - GetImageProcessExcludesFromSelectedButton.Size = new System.Drawing.Size(146, 27); + GetImageProcessExcludesFromSelectedButton.Size = new System.Drawing.Size(176, 32); GetImageProcessExcludesFromSelectedButton.TabIndex = 18; GetImageProcessExcludesFromSelectedButton.Text = "Get From selected Pages"; GetImageProcessExcludesFromSelectedButton.UseVisualStyleBackColor = true; @@ -1351,11 +1352,11 @@ private void InitializeComponent() GroupBoxResize.Controls.Add(TextBoxResizeH); GroupBoxResize.Controls.Add(TextBoxResizeW); GroupBoxResize.Dock = System.Windows.Forms.DockStyle.Fill; - GroupBoxResize.Location = new System.Drawing.Point(10, 483); + GroupBoxResize.Location = new System.Drawing.Point(12, 580); GroupBoxResize.Margin = new System.Windows.Forms.Padding(2); GroupBoxResize.Name = "GroupBoxResize"; GroupBoxResize.Padding = new System.Windows.Forms.Padding(2); - GroupBoxResize.Size = new System.Drawing.Size(296, 346); + GroupBoxResize.Size = new System.Drawing.Size(357, 416); GroupBoxResize.TabIndex = 5; GroupBoxResize.TabStop = false; GroupBoxResize.Text = "Resize"; @@ -1364,9 +1365,10 @@ private void InitializeComponent() // CheckboxIgnoreDoublePages.AutoSize = true; CheckboxIgnoreDoublePages.Enabled = false; - CheckboxIgnoreDoublePages.Location = new System.Drawing.Point(61, 128); + CheckboxIgnoreDoublePages.Location = new System.Drawing.Point(73, 154); + CheckboxIgnoreDoublePages.Margin = new System.Windows.Forms.Padding(4); CheckboxIgnoreDoublePages.Name = "CheckboxIgnoreDoublePages"; - CheckboxIgnoreDoublePages.Size = new System.Drawing.Size(154, 24); + CheckboxIgnoreDoublePages.Size = new System.Drawing.Size(186, 29); CheckboxIgnoreDoublePages.TabIndex = 17; CheckboxIgnoreDoublePages.Text = "Skip double pages"; CheckboxIgnoreDoublePages.UseVisualStyleBackColor = true; @@ -1376,9 +1378,10 @@ private void InitializeComponent() // CheckBoxSplitDoublepagesFirst.AutoSize = true; CheckBoxSplitDoublepagesFirst.Enabled = false; - CheckBoxSplitDoublepagesFirst.Location = new System.Drawing.Point(61, 95); + CheckBoxSplitDoublepagesFirst.Location = new System.Drawing.Point(73, 114); + CheckBoxSplitDoublepagesFirst.Margin = new System.Windows.Forms.Padding(4); CheckBoxSplitDoublepagesFirst.Name = "CheckBoxSplitDoublepagesFirst"; - CheckBoxSplitDoublepagesFirst.Size = new System.Drawing.Size(185, 24); + CheckBoxSplitDoublepagesFirst.Size = new System.Drawing.Size(222, 29); CheckBoxSplitDoublepagesFirst.TabIndex = 16; CheckBoxSplitDoublepagesFirst.Text = "Split double pages first"; CheckBoxSplitDoublepagesFirst.UseVisualStyleBackColor = true; @@ -1387,9 +1390,10 @@ private void InitializeComponent() // label1 // label1.AutoSize = true; - label1.Location = new System.Drawing.Point(222, 309); + label1.Location = new System.Drawing.Point(266, 371); + label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label1.Name = "label1"; - label1.Size = new System.Drawing.Size(21, 20); + label1.Size = new System.Drawing.Size(27, 25); label1.TabIndex = 15; label1.Text = "%"; // @@ -1398,8 +1402,8 @@ private void InitializeComponent() pictureBox7.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; pictureBox7.Image = Properties.Resources.information; pictureBox7.InitialImage = Properties.Resources.information; - pictureBox7.Location = new System.Drawing.Point(219, 235); - pictureBox7.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0); + pictureBox7.Location = new System.Drawing.Point(265, 282); + pictureBox7.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0); pictureBox7.Name = "pictureBox7"; pictureBox7.Size = new System.Drawing.Size(24, 24); pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; @@ -1410,9 +1414,10 @@ private void InitializeComponent() // CheckBoxDontStretch // CheckBoxDontStretch.AutoSize = true; - CheckBoxDontStretch.Location = new System.Drawing.Point(61, 266); + CheckBoxDontStretch.Location = new System.Drawing.Point(73, 319); + CheckBoxDontStretch.Margin = new System.Windows.Forms.Padding(4); CheckBoxDontStretch.Name = "CheckBoxDontStretch"; - CheckBoxDontStretch.Size = new System.Drawing.Size(112, 24); + CheckBoxDontStretch.Size = new System.Drawing.Size(136, 29); CheckBoxDontStretch.TabIndex = 13; CheckBoxDontStretch.Text = "Dont stretch"; CheckBoxDontStretch.UseVisualStyleBackColor = true; @@ -1421,9 +1426,10 @@ private void InitializeComponent() // CheckboxKeepAspectratio // CheckboxKeepAspectratio.AutoSize = true; - CheckboxKeepAspectratio.Location = new System.Drawing.Point(61, 236); + CheckboxKeepAspectratio.Location = new System.Drawing.Point(73, 283); + CheckboxKeepAspectratio.Margin = new System.Windows.Forms.Padding(4); CheckboxKeepAspectratio.Name = "CheckboxKeepAspectratio"; - CheckboxKeepAspectratio.Size = new System.Drawing.Size(155, 24); + CheckboxKeepAspectratio.Size = new System.Drawing.Size(184, 29); CheckboxKeepAspectratio.TabIndex = 12; CheckboxKeepAspectratio.Text = "Keep Aspect-Ratio"; CheckboxKeepAspectratio.UseVisualStyleBackColor = true; @@ -1432,18 +1438,20 @@ private void InitializeComponent() // TextboxResizePercentage // AutoCompleteItems.SetAutocompleteMenu(TextboxResizePercentage, null); - TextboxResizePercentage.Location = new System.Drawing.Point(160, 305); + TextboxResizePercentage.Location = new System.Drawing.Point(192, 366); + TextboxResizePercentage.Margin = new System.Windows.Forms.Padding(4); TextboxResizePercentage.Name = "TextboxResizePercentage"; - TextboxResizePercentage.Size = new System.Drawing.Size(56, 27); + TextboxResizePercentage.Size = new System.Drawing.Size(66, 31); TextboxResizePercentage.TabIndex = 11; TextboxResizePercentage.TextChanged += TextboxResizePercentage_TextChanged; // // RadioButtonResizePercent // RadioButtonResizePercent.AutoSize = true; - RadioButtonResizePercent.Location = new System.Drawing.Point(32, 305); + RadioButtonResizePercent.Location = new System.Drawing.Point(38, 366); + RadioButtonResizePercent.Margin = new System.Windows.Forms.Padding(4); RadioButtonResizePercent.Name = "RadioButtonResizePercent"; - RadioButtonResizePercent.Size = new System.Drawing.Size(103, 24); + RadioButtonResizePercent.Size = new System.Drawing.Size(123, 29); RadioButtonResizePercent.TabIndex = 10; RadioButtonResizePercent.TabStop = true; RadioButtonResizePercent.Text = "Percentage"; @@ -1453,50 +1461,50 @@ private void InitializeComponent() // TextBoxResizePageIndexReference // AutoCompleteItems.SetAutocompleteMenu(TextBoxResizePageIndexReference, null); - TextBoxResizePageIndexReference.Location = new System.Drawing.Point(238, 58); + TextBoxResizePageIndexReference.Location = new System.Drawing.Point(286, 70); TextBoxResizePageIndexReference.Margin = new System.Windows.Forms.Padding(2); TextBoxResizePageIndexReference.Name = "TextBoxResizePageIndexReference"; - TextBoxResizePageIndexReference.Size = new System.Drawing.Size(46, 27); + TextBoxResizePageIndexReference.Size = new System.Drawing.Size(54, 31); TextBoxResizePageIndexReference.TabIndex = 8; TextBoxResizePageIndexReference.TextChanged += TextBoxResizePageIndexReference_TextChanged; // // LabelResizeH // LabelResizeH.AutoSize = true; - LabelResizeH.Location = new System.Drawing.Point(162, 199); + LabelResizeH.Location = new System.Drawing.Point(194, 239); LabelResizeH.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); LabelResizeH.Name = "LabelResizeH"; - LabelResizeH.Size = new System.Drawing.Size(17, 20); + LabelResizeH.Size = new System.Drawing.Size(22, 25); LabelResizeH.TabIndex = 7; LabelResizeH.Text = "h"; // // LabelResizeW // LabelResizeW.AutoSize = true; - LabelResizeW.Location = new System.Drawing.Point(30, 199); + LabelResizeW.Location = new System.Drawing.Point(36, 239); LabelResizeW.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); LabelResizeW.Name = "LabelResizeW"; - LabelResizeW.Size = new System.Drawing.Size(20, 20); + LabelResizeW.Size = new System.Drawing.Size(25, 25); LabelResizeW.TabIndex = 6; LabelResizeW.Text = "w"; // // label3 // label3.AutoSize = true; - label3.Location = new System.Drawing.Point(175, 62); + label3.Location = new System.Drawing.Point(210, 74); label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); label3.Name = "label3"; - label3.Size = new System.Drawing.Size(45, 20); + label3.Size = new System.Drawing.Size(55, 25); label3.TabIndex = 5; label3.Text = "Page "; // // RadioButtonResizeIfLarger // RadioButtonResizeIfLarger.AutoSize = true; - RadioButtonResizeIfLarger.Location = new System.Drawing.Point(32, 60); + RadioButtonResizeIfLarger.Location = new System.Drawing.Point(38, 72); RadioButtonResizeIfLarger.Margin = new System.Windows.Forms.Padding(2); RadioButtonResizeIfLarger.Name = "RadioButtonResizeIfLarger"; - RadioButtonResizeIfLarger.Size = new System.Drawing.Size(149, 24); + RadioButtonResizeIfLarger.Size = new System.Drawing.Size(179, 29); RadioButtonResizeIfLarger.TabIndex = 4; RadioButtonResizeIfLarger.Text = "Only if larger than"; RadioButtonResizeIfLarger.UseVisualStyleBackColor = true; @@ -1506,10 +1514,10 @@ private void InitializeComponent() // RadioButtonResizeNever.AutoSize = true; RadioButtonResizeNever.Checked = true; - RadioButtonResizeNever.Location = new System.Drawing.Point(32, 28); + RadioButtonResizeNever.Location = new System.Drawing.Point(38, 34); RadioButtonResizeNever.Margin = new System.Windows.Forms.Padding(2); RadioButtonResizeNever.Name = "RadioButtonResizeNever"; - RadioButtonResizeNever.Size = new System.Drawing.Size(109, 24); + RadioButtonResizeNever.Size = new System.Drawing.Size(130, 29); RadioButtonResizeNever.TabIndex = 3; RadioButtonResizeNever.TabStop = true; RadioButtonResizeNever.Text = "Dont Resize"; @@ -1519,10 +1527,10 @@ private void InitializeComponent() // RadioButtonResizeTo // RadioButtonResizeTo.AutoSize = true; - RadioButtonResizeTo.Location = new System.Drawing.Point(32, 165); + RadioButtonResizeTo.Location = new System.Drawing.Point(38, 198); RadioButtonResizeTo.Margin = new System.Windows.Forms.Padding(2); RadioButtonResizeTo.Name = "RadioButtonResizeTo"; - RadioButtonResizeTo.Size = new System.Drawing.Size(90, 24); + RadioButtonResizeTo.Size = new System.Drawing.Size(107, 29); RadioButtonResizeTo.TabIndex = 2; RadioButtonResizeTo.Text = "Resize to"; RadioButtonResizeTo.UseVisualStyleBackColor = true; @@ -1531,22 +1539,22 @@ private void InitializeComponent() // TextBoxResizeH // AutoCompleteItems.SetAutocompleteMenu(TextBoxResizeH, null); - TextBoxResizeH.Location = new System.Drawing.Point(188, 195); + TextBoxResizeH.Location = new System.Drawing.Point(226, 234); TextBoxResizeH.Margin = new System.Windows.Forms.Padding(2); TextBoxResizeH.Name = "TextBoxResizeH"; TextBoxResizeH.PlaceholderText = "0"; - TextBoxResizeH.Size = new System.Drawing.Size(64, 27); + TextBoxResizeH.Size = new System.Drawing.Size(76, 31); TextBoxResizeH.TabIndex = 1; TextBoxResizeH.TextChanged += TextBoxResizeH_TextChanged; // // TextBoxResizeW // AutoCompleteItems.SetAutocompleteMenu(TextBoxResizeW, null); - TextBoxResizeW.Location = new System.Drawing.Point(60, 195); + TextBoxResizeW.Location = new System.Drawing.Point(72, 234); TextBoxResizeW.Margin = new System.Windows.Forms.Padding(2); TextBoxResizeW.Name = "TextBoxResizeW"; TextBoxResizeW.PlaceholderText = "0"; - TextBoxResizeW.Size = new System.Drawing.Size(64, 27); + TextBoxResizeW.Size = new System.Drawing.Size(76, 31); TextBoxResizeW.TabIndex = 0; TextBoxResizeW.TextChanged += TextBoxResizeW_TextChanged; // @@ -1555,9 +1563,11 @@ private void InitializeComponent() TablePanePageAdjustments.SetColumnSpan(GroupBoxImageConversion, 2); GroupBoxImageConversion.Controls.Add(ComboBoxConvertPages); GroupBoxImageConversion.Dock = System.Windows.Forms.DockStyle.Fill; - GroupBoxImageConversion.Location = new System.Drawing.Point(11, 344); + GroupBoxImageConversion.Location = new System.Drawing.Point(14, 414); + GroupBoxImageConversion.Margin = new System.Windows.Forms.Padding(4); GroupBoxImageConversion.Name = "GroupBoxImageConversion"; - GroupBoxImageConversion.Size = new System.Drawing.Size(294, 114); + GroupBoxImageConversion.Padding = new System.Windows.Forms.Padding(4); + GroupBoxImageConversion.Size = new System.Drawing.Size(353, 136); GroupBoxImageConversion.TabIndex = 19; GroupBoxImageConversion.TabStop = false; GroupBoxImageConversion.Text = "Conversion"; @@ -1569,10 +1579,10 @@ private void InitializeComponent() ComboBoxConvertPages.FlatStyle = System.Windows.Forms.FlatStyle.System; ComboBoxConvertPages.FormattingEnabled = true; ComboBoxConvertPages.Items.AddRange(new object[] { "Dont Convert, keep original Format", "Bitmap", "Jpeg", "PNG", "Tiff" }); - ComboBoxConvertPages.Location = new System.Drawing.Point(7, 75); - ComboBoxConvertPages.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + ComboBoxConvertPages.Location = new System.Drawing.Point(8, 90); + ComboBoxConvertPages.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); ComboBoxConvertPages.Name = "ComboBoxConvertPages"; - ComboBoxConvertPages.Size = new System.Drawing.Size(280, 28); + ComboBoxConvertPages.Size = new System.Drawing.Size(335, 33); ComboBoxConvertPages.TabIndex = 24; ComboBoxConvertPages.SelectedIndexChanged += ComboBoxConvertPages_SelectedIndexChanged; // @@ -1587,11 +1597,11 @@ private void InitializeComponent() GroupBoxDoublePages.Controls.Add(ComboBoxSplitAtType); GroupBoxDoublePages.Controls.Add(TextBoxSplitPageAt); GroupBoxDoublePages.Controls.Add(CheckBoxSplitDoublePages); - GroupBoxDoublePages.Location = new System.Drawing.Point(10, 1043); + GroupBoxDoublePages.Location = new System.Drawing.Point(12, 1252); GroupBoxDoublePages.Margin = new System.Windows.Forms.Padding(2); GroupBoxDoublePages.Name = "GroupBoxDoublePages"; GroupBoxDoublePages.Padding = new System.Windows.Forms.Padding(2); - GroupBoxDoublePages.Size = new System.Drawing.Size(296, 216); + GroupBoxDoublePages.Size = new System.Drawing.Size(357, 260); GroupBoxDoublePages.TabIndex = 6; GroupBoxDoublePages.TabStop = false; GroupBoxDoublePages.Text = "Split Double Pages"; @@ -1600,9 +1610,10 @@ private void InitializeComponent() // CheckBoxSplitOnlyIfDoubleSize.AutoSize = true; CheckBoxSplitOnlyIfDoubleSize.Enabled = false; - CheckBoxSplitOnlyIfDoubleSize.Location = new System.Drawing.Point(62, 125); + CheckBoxSplitOnlyIfDoubleSize.Location = new System.Drawing.Point(74, 150); + CheckBoxSplitOnlyIfDoubleSize.Margin = new System.Windows.Forms.Padding(4); CheckBoxSplitOnlyIfDoubleSize.Name = "CheckBoxSplitOnlyIfDoubleSize"; - CheckBoxSplitOnlyIfDoubleSize.Size = new System.Drawing.Size(195, 24); + CheckBoxSplitOnlyIfDoubleSize.Size = new System.Drawing.Size(234, 29); CheckBoxSplitOnlyIfDoubleSize.TabIndex = 11; CheckBoxSplitOnlyIfDoubleSize.Text = "Apply only if double size"; CheckBoxSplitOnlyIfDoubleSize.UseVisualStyleBackColor = true; @@ -1613,8 +1624,8 @@ private void InitializeComponent() pictureBox2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; pictureBox2.Image = Properties.Resources.information; pictureBox2.InitialImage = Properties.Resources.information; - pictureBox2.Location = new System.Drawing.Point(119, 38); - pictureBox2.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0); + pictureBox2.Location = new System.Drawing.Point(145, 46); + pictureBox2.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0); pictureBox2.Name = "pictureBox2"; pictureBox2.Size = new System.Drawing.Size(24, 24); pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; @@ -1626,10 +1637,10 @@ private void InitializeComponent() // panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; panel2.Controls.Add(PictureBoxColorSelect); - panel2.Location = new System.Drawing.Point(60, 171); + panel2.Location = new System.Drawing.Point(72, 205); panel2.Margin = new System.Windows.Forms.Padding(2); panel2.Name = "panel2"; - panel2.Size = new System.Drawing.Size(50, 29); + panel2.Size = new System.Drawing.Size(60, 34); panel2.TabIndex = 6; // // PictureBoxColorSelect @@ -1640,7 +1651,7 @@ private void InitializeComponent() PictureBoxColorSelect.Location = new System.Drawing.Point(0, 0); PictureBoxColorSelect.Margin = new System.Windows.Forms.Padding(2); PictureBoxColorSelect.Name = "PictureBoxColorSelect"; - PictureBoxColorSelect.Size = new System.Drawing.Size(48, 27); + PictureBoxColorSelect.Size = new System.Drawing.Size(58, 32); PictureBoxColorSelect.TabIndex = 5; PictureBoxColorSelect.TabStop = false; PictureBoxColorSelect.Click += PictureBoxColorSelect_Click; @@ -1649,10 +1660,10 @@ private void InitializeComponent() // LabelDetectSplitColor.AutoSize = true; LabelDetectSplitColor.Enabled = false; - LabelDetectSplitColor.Location = new System.Drawing.Point(123, 176); + LabelDetectSplitColor.Location = new System.Drawing.Point(148, 211); LabelDetectSplitColor.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); LabelDetectSplitColor.Name = "LabelDetectSplitColor"; - LabelDetectSplitColor.Size = new System.Drawing.Size(166, 20); + LabelDetectSplitColor.Size = new System.Drawing.Size(199, 25); LabelDetectSplitColor.TabIndex = 5; LabelDetectSplitColor.Text = "Try to detect from color"; // @@ -1661,30 +1672,30 @@ private void InitializeComponent() ComboBoxSplitAtType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; ComboBoxSplitAtType.FormattingEnabled = true; ComboBoxSplitAtType.Items.AddRange(new object[] { "%", "px" }); - ComboBoxSplitAtType.Location = new System.Drawing.Point(158, 78); + ComboBoxSplitAtType.Location = new System.Drawing.Point(190, 94); ComboBoxSplitAtType.Margin = new System.Windows.Forms.Padding(2); ComboBoxSplitAtType.Name = "ComboBoxSplitAtType"; - ComboBoxSplitAtType.Size = new System.Drawing.Size(62, 28); + ComboBoxSplitAtType.Size = new System.Drawing.Size(74, 33); ComboBoxSplitAtType.TabIndex = 2; ComboBoxSplitAtType.SelectedIndexChanged += ComboBoxSplitAtType_SelectedIndexChanged; // // TextBoxSplitPageAt // AutoCompleteItems.SetAutocompleteMenu(TextBoxSplitPageAt, null); - TextBoxSplitPageAt.Location = new System.Drawing.Point(60, 78); + TextBoxSplitPageAt.Location = new System.Drawing.Point(72, 94); TextBoxSplitPageAt.Margin = new System.Windows.Forms.Padding(2); TextBoxSplitPageAt.Name = "TextBoxSplitPageAt"; - TextBoxSplitPageAt.Size = new System.Drawing.Size(74, 27); + TextBoxSplitPageAt.Size = new System.Drawing.Size(88, 31); TextBoxSplitPageAt.TabIndex = 1; TextBoxSplitPageAt.TextChanged += TextBoxSplitPageAt_TextChanged; // // CheckBoxSplitDoublePages // CheckBoxSplitDoublePages.AutoSize = true; - CheckBoxSplitDoublePages.Location = new System.Drawing.Point(32, 38); + CheckBoxSplitDoublePages.Location = new System.Drawing.Point(38, 46); CheckBoxSplitDoublePages.Margin = new System.Windows.Forms.Padding(2); CheckBoxSplitDoublePages.Name = "CheckBoxSplitDoublePages"; - CheckBoxSplitDoublePages.Size = new System.Drawing.Size(78, 24); + CheckBoxSplitDoublePages.Size = new System.Drawing.Size(93, 29); CheckBoxSplitDoublePages.TabIndex = 0; CheckBoxSplitDoublePages.Text = "Split at"; CheckBoxSplitDoublePages.UseVisualStyleBackColor = true; @@ -1694,10 +1705,10 @@ private void InitializeComponent() // ExcludeHeaderLabel.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; ExcludeHeaderLabel.AutoSize = true; - ExcludeHeaderLabel.Location = new System.Drawing.Point(10, 1276); + ExcludeHeaderLabel.Location = new System.Drawing.Point(12, 1531); ExcludeHeaderLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); ExcludeHeaderLabel.Name = "ExcludeHeaderLabel"; - ExcludeHeaderLabel.Size = new System.Drawing.Size(60, 20); + ExcludeHeaderLabel.Size = new System.Drawing.Size(71, 25); ExcludeHeaderLabel.TabIndex = 14; ExcludeHeaderLabel.Text = "Exclude"; // @@ -1706,12 +1717,12 @@ private void InitializeComponent() AutoCompleteItems.SetAutocompleteMenu(TextBoxExcludePagesImageProcessing, null); TablePanePageAdjustments.SetColumnSpan(TextBoxExcludePagesImageProcessing, 2); TextBoxExcludePagesImageProcessing.Dock = System.Windows.Forms.DockStyle.Fill; - TextBoxExcludePagesImageProcessing.Location = new System.Drawing.Point(10, 1298); + TextBoxExcludePagesImageProcessing.Location = new System.Drawing.Point(12, 1558); TextBoxExcludePagesImageProcessing.Margin = new System.Windows.Forms.Padding(2); TextBoxExcludePagesImageProcessing.Multiline = true; TextBoxExcludePagesImageProcessing.Name = "TextBoxExcludePagesImageProcessing"; TextBoxExcludePagesImageProcessing.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - TextBoxExcludePagesImageProcessing.Size = new System.Drawing.Size(296, 82); + TextBoxExcludePagesImageProcessing.Size = new System.Drawing.Size(357, 99); TextBoxExcludePagesImageProcessing.TabIndex = 17; TextBoxExcludePagesImageProcessing.TextChanged += TextBoxExcludePagesImageProcessing_TextChanged; // @@ -1723,9 +1734,11 @@ private void InitializeComponent() GroupBoxRotate.Controls.Add(RadioButtonRotate90); GroupBoxRotate.Controls.Add(RadioButtonRotateNone); GroupBoxRotate.Dock = System.Windows.Forms.DockStyle.Fill; - GroupBoxRotate.Location = new System.Drawing.Point(11, 854); + GroupBoxRotate.Location = new System.Drawing.Point(14, 1026); + GroupBoxRotate.Margin = new System.Windows.Forms.Padding(4); GroupBoxRotate.Name = "GroupBoxRotate"; - GroupBoxRotate.Size = new System.Drawing.Size(294, 164); + GroupBoxRotate.Padding = new System.Windows.Forms.Padding(4); + GroupBoxRotate.Size = new System.Drawing.Size(353, 196); GroupBoxRotate.TabIndex = 20; GroupBoxRotate.TabStop = false; GroupBoxRotate.Text = "Rotate (Clockwise)"; @@ -1733,9 +1746,10 @@ private void InitializeComponent() // RadioButtonRotate270 // RadioButtonRotate270.AutoSize = true; - RadioButtonRotate270.Location = new System.Drawing.Point(31, 126); + RadioButtonRotate270.Location = new System.Drawing.Point(37, 151); + RadioButtonRotate270.Margin = new System.Windows.Forms.Padding(4); RadioButtonRotate270.Name = "RadioButtonRotate270"; - RadioButtonRotate270.Size = new System.Drawing.Size(60, 24); + RadioButtonRotate270.Size = new System.Drawing.Size(74, 29); RadioButtonRotate270.TabIndex = 3; RadioButtonRotate270.Text = "270°"; RadioButtonRotate270.UseVisualStyleBackColor = true; @@ -1744,9 +1758,10 @@ private void InitializeComponent() // RadioButtonRotate180 // RadioButtonRotate180.AutoSize = true; - RadioButtonRotate180.Location = new System.Drawing.Point(31, 96); + RadioButtonRotate180.Location = new System.Drawing.Point(37, 115); + RadioButtonRotate180.Margin = new System.Windows.Forms.Padding(4); RadioButtonRotate180.Name = "RadioButtonRotate180"; - RadioButtonRotate180.Size = new System.Drawing.Size(60, 24); + RadioButtonRotate180.Size = new System.Drawing.Size(74, 29); RadioButtonRotate180.TabIndex = 2; RadioButtonRotate180.Text = "180°"; RadioButtonRotate180.UseVisualStyleBackColor = true; @@ -1755,9 +1770,10 @@ private void InitializeComponent() // RadioButtonRotate90 // RadioButtonRotate90.AutoSize = true; - RadioButtonRotate90.Location = new System.Drawing.Point(31, 66); + RadioButtonRotate90.Location = new System.Drawing.Point(37, 79); + RadioButtonRotate90.Margin = new System.Windows.Forms.Padding(4); RadioButtonRotate90.Name = "RadioButtonRotate90"; - RadioButtonRotate90.Size = new System.Drawing.Size(52, 24); + RadioButtonRotate90.Size = new System.Drawing.Size(64, 29); RadioButtonRotate90.TabIndex = 1; RadioButtonRotate90.Text = "90°"; RadioButtonRotate90.UseVisualStyleBackColor = true; @@ -1767,9 +1783,10 @@ private void InitializeComponent() // RadioButtonRotateNone.AutoSize = true; RadioButtonRotateNone.Checked = true; - RadioButtonRotateNone.Location = new System.Drawing.Point(31, 36); + RadioButtonRotateNone.Location = new System.Drawing.Point(37, 43); + RadioButtonRotateNone.Margin = new System.Windows.Forms.Padding(4); RadioButtonRotateNone.Name = "RadioButtonRotateNone"; - RadioButtonRotateNone.Size = new System.Drawing.Size(111, 24); + RadioButtonRotateNone.Size = new System.Drawing.Size(133, 29); RadioButtonRotateNone.TabIndex = 0; RadioButtonRotateNone.TabStop = true; RadioButtonRotateNone.Text = "Dont Rotate"; @@ -1781,9 +1798,11 @@ private void InitializeComponent() TablePanePageAdjustments.SetColumnSpan(GroupBoxTasksOrder, 2); GroupBoxTasksOrder.Controls.Add(tableLayoutPanel1); GroupBoxTasksOrder.Dock = System.Windows.Forms.DockStyle.Fill; - GroupBoxTasksOrder.Location = new System.Drawing.Point(11, 159); + GroupBoxTasksOrder.Location = new System.Drawing.Point(14, 192); + GroupBoxTasksOrder.Margin = new System.Windows.Forms.Padding(4); GroupBoxTasksOrder.Name = "GroupBoxTasksOrder"; - GroupBoxTasksOrder.Size = new System.Drawing.Size(294, 159); + GroupBoxTasksOrder.Padding = new System.Windows.Forms.Padding(4); + GroupBoxTasksOrder.Size = new System.Drawing.Size(353, 190); GroupBoxTasksOrder.TabIndex = 21; GroupBoxTasksOrder.TabStop = false; GroupBoxTasksOrder.Text = "Task Order"; @@ -1804,43 +1823,44 @@ private void InitializeComponent() tableLayoutPanel1.Controls.Add(ComboBoxTaskOrderSplit, 2, 3); tableLayoutPanel1.Controls.Add(pictureBox8, 1, 3); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; - tableLayoutPanel1.Location = new System.Drawing.Point(3, 23); + tableLayoutPanel1.Location = new System.Drawing.Point(4, 28); + tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 4; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); - tableLayoutPanel1.Size = new System.Drawing.Size(288, 133); + tableLayoutPanel1.Size = new System.Drawing.Size(345, 158); tableLayoutPanel1.TabIndex = 0; // // label4 // label4.AutoSize = true; - label4.Location = new System.Drawing.Point(3, 5); - label4.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0); + label4.Location = new System.Drawing.Point(4, 6); + label4.Margin = new System.Windows.Forms.Padding(4, 6, 4, 0); label4.Name = "label4"; - label4.Size = new System.Drawing.Size(82, 20); + label4.Size = new System.Drawing.Size(101, 25); label4.TabIndex = 0; label4.Text = "Conversion"; // // label5 // label5.AutoSize = true; - label5.Location = new System.Drawing.Point(3, 38); - label5.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0); + label5.Location = new System.Drawing.Point(4, 45); + label5.Margin = new System.Windows.Forms.Padding(4, 6, 4, 0); label5.Name = "label5"; - label5.Size = new System.Drawing.Size(51, 20); + label5.Size = new System.Drawing.Size(60, 25); label5.TabIndex = 1; label5.Text = "Resize"; // // label6 // label6.AutoSize = true; - label6.Location = new System.Drawing.Point(3, 71); - label6.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0); + label6.Location = new System.Drawing.Point(4, 84); + label6.Margin = new System.Windows.Forms.Padding(4, 6, 4, 0); label6.Name = "label6"; - label6.Size = new System.Drawing.Size(53, 20); + label6.Size = new System.Drawing.Size(63, 25); label6.TabIndex = 2; label6.Text = "Rotate"; // @@ -1848,10 +1868,10 @@ private void InitializeComponent() // label8.AutoSize = true; label8.Enabled = false; - label8.Location = new System.Drawing.Point(3, 104); - label8.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0); + label8.Location = new System.Drawing.Point(4, 123); + label8.Margin = new System.Windows.Forms.Padding(4, 6, 4, 0); label8.Name = "label8"; - label8.Size = new System.Drawing.Size(39, 20); + label8.Size = new System.Drawing.Size(47, 25); label8.TabIndex = 3; label8.Text = "Split"; // @@ -1860,9 +1880,10 @@ private void InitializeComponent() ComboBoxTaskOrderConversion.Dock = System.Windows.Forms.DockStyle.Fill; ComboBoxTaskOrderConversion.FormattingEnabled = true; ComboBoxTaskOrderConversion.Items.AddRange(new object[] { "auto", "1", "2", "3", "4" }); - ComboBoxTaskOrderConversion.Location = new System.Drawing.Point(146, 3); + ComboBoxTaskOrderConversion.Location = new System.Drawing.Point(176, 4); + ComboBoxTaskOrderConversion.Margin = new System.Windows.Forms.Padding(4); ComboBoxTaskOrderConversion.Name = "ComboBoxTaskOrderConversion"; - ComboBoxTaskOrderConversion.Size = new System.Drawing.Size(139, 28); + ComboBoxTaskOrderConversion.Size = new System.Drawing.Size(165, 33); ComboBoxTaskOrderConversion.TabIndex = 4; ComboBoxTaskOrderConversion.SelectedIndexChanged += ComboBoxTaskOrder_SelectedIndexChanged; // @@ -1871,9 +1892,10 @@ private void InitializeComponent() ComboBoxTaskOrderResize.Dock = System.Windows.Forms.DockStyle.Fill; ComboBoxTaskOrderResize.FormattingEnabled = true; ComboBoxTaskOrderResize.Items.AddRange(new object[] { "auto", "1", "2", "3", "4" }); - ComboBoxTaskOrderResize.Location = new System.Drawing.Point(146, 36); + ComboBoxTaskOrderResize.Location = new System.Drawing.Point(176, 43); + ComboBoxTaskOrderResize.Margin = new System.Windows.Forms.Padding(4); ComboBoxTaskOrderResize.Name = "ComboBoxTaskOrderResize"; - ComboBoxTaskOrderResize.Size = new System.Drawing.Size(139, 28); + ComboBoxTaskOrderResize.Size = new System.Drawing.Size(165, 33); ComboBoxTaskOrderResize.TabIndex = 5; ComboBoxTaskOrderResize.SelectedIndexChanged += ComboBoxTaskOrder_SelectedIndexChanged; // @@ -1882,9 +1904,10 @@ private void InitializeComponent() ComboBoxTaskOrderRotation.Dock = System.Windows.Forms.DockStyle.Fill; ComboBoxTaskOrderRotation.FormattingEnabled = true; ComboBoxTaskOrderRotation.Items.AddRange(new object[] { "auto", "1", "2", "3", "4" }); - ComboBoxTaskOrderRotation.Location = new System.Drawing.Point(146, 69); + ComboBoxTaskOrderRotation.Location = new System.Drawing.Point(176, 82); + ComboBoxTaskOrderRotation.Margin = new System.Windows.Forms.Padding(4); ComboBoxTaskOrderRotation.Name = "ComboBoxTaskOrderRotation"; - ComboBoxTaskOrderRotation.Size = new System.Drawing.Size(139, 28); + ComboBoxTaskOrderRotation.Size = new System.Drawing.Size(165, 33); ComboBoxTaskOrderRotation.TabIndex = 6; ComboBoxTaskOrderRotation.SelectedIndexChanged += ComboBoxTaskOrder_SelectedIndexChanged; // @@ -1894,9 +1917,10 @@ private void InitializeComponent() ComboBoxTaskOrderSplit.Enabled = false; ComboBoxTaskOrderSplit.FormattingEnabled = true; ComboBoxTaskOrderSplit.Items.AddRange(new object[] { "auto", "1", "2", "3", "4" }); - ComboBoxTaskOrderSplit.Location = new System.Drawing.Point(146, 102); + ComboBoxTaskOrderSplit.Location = new System.Drawing.Point(176, 121); + ComboBoxTaskOrderSplit.Margin = new System.Windows.Forms.Padding(4); ComboBoxTaskOrderSplit.Name = "ComboBoxTaskOrderSplit"; - ComboBoxTaskOrderSplit.Size = new System.Drawing.Size(139, 28); + ComboBoxTaskOrderSplit.Size = new System.Drawing.Size(165, 33); ComboBoxTaskOrderSplit.TabIndex = 7; ComboBoxTaskOrderSplit.SelectedIndexChanged += ComboBoxTaskOrder_SelectedIndexChanged; // @@ -1905,7 +1929,7 @@ private void InitializeComponent() pictureBox8.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; pictureBox8.Image = Properties.Resources.information; pictureBox8.InitialImage = Properties.Resources.information; - pictureBox8.Location = new System.Drawing.Point(119, 100); + pictureBox8.Location = new System.Drawing.Point(148, 118); pictureBox8.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0); pictureBox8.Name = "pictureBox8"; pictureBox8.Size = new System.Drawing.Size(24, 24); @@ -1918,11 +1942,11 @@ private void InitializeComponent() // TabPageGlobalSettings.Controls.Add(FileSettingsTablePanel); TabPageGlobalSettings.ImageIndex = 1; - TabPageGlobalSettings.Location = new System.Drawing.Point(4, 29); + TabPageGlobalSettings.Location = new System.Drawing.Point(4, 34); TabPageGlobalSettings.Margin = new System.Windows.Forms.Padding(2); TabPageGlobalSettings.Name = "TabPageGlobalSettings"; TabPageGlobalSettings.Padding = new System.Windows.Forms.Padding(2); - TabPageGlobalSettings.Size = new System.Drawing.Size(341, 277); + TabPageGlobalSettings.Size = new System.Drawing.Size(411, 339); TabPageGlobalSettings.TabIndex = 1; TabPageGlobalSettings.Text = "File Settings"; TabPageGlobalSettings.UseVisualStyleBackColor = true; @@ -1948,30 +1972,30 @@ private void InitializeComponent() FileSettingsTablePanel.Location = new System.Drawing.Point(2, 2); FileSettingsTablePanel.Margin = new System.Windows.Forms.Padding(2); FileSettingsTablePanel.Name = "FileSettingsTablePanel"; - FileSettingsTablePanel.Padding = new System.Windows.Forms.Padding(12); + FileSettingsTablePanel.Padding = new System.Windows.Forms.Padding(14); FileSettingsTablePanel.RowCount = 11; + FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F)); + FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); + FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F)); FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); - FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F)); + FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F)); FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); - FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); + FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F)); FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); - FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); - FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 125F)); - FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); - FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 132F)); - FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F)); - FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); - FileSettingsTablePanel.Size = new System.Drawing.Size(337, 273); + FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 158F)); + FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); + FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 12F)); + FileSettingsTablePanel.Size = new System.Drawing.Size(407, 335); FileSettingsTablePanel.TabIndex = 1; // // PlaceholdersInfoLabel // PlaceholdersInfoLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; PlaceholdersInfoLabel.AutoSize = true; - PlaceholdersInfoLabel.Location = new System.Drawing.Point(14, 186); + PlaceholdersInfoLabel.Location = new System.Drawing.Point(16, 222); PlaceholdersInfoLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); PlaceholdersInfoLabel.Name = "PlaceholdersInfoLabel"; - PlaceholdersInfoLabel.Size = new System.Drawing.Size(93, 20); + PlaceholdersInfoLabel.Size = new System.Drawing.Size(111, 25); PlaceholdersInfoLabel.TabIndex = 11; PlaceholdersInfoLabel.Text = "Placeholders"; // @@ -1980,10 +2004,10 @@ private void InitializeComponent() CheckBoxDoRenamePages.Anchor = System.Windows.Forms.AnchorStyles.Left; CheckBoxDoRenamePages.AutoSize = true; CheckBoxDoRenamePages.Enabled = false; - CheckBoxDoRenamePages.Location = new System.Drawing.Point(14, 19); + CheckBoxDoRenamePages.Location = new System.Drawing.Point(16, 22); CheckBoxDoRenamePages.Margin = new System.Windows.Forms.Padding(2); CheckBoxDoRenamePages.Name = "CheckBoxDoRenamePages"; - CheckBoxDoRenamePages.Size = new System.Drawing.Size(127, 24); + CheckBoxDoRenamePages.Size = new System.Drawing.Size(152, 29); CheckBoxDoRenamePages.TabIndex = 1; CheckBoxDoRenamePages.Text = "Rename Pages"; CheckBoxDoRenamePages.UseVisualStyleBackColor = true; @@ -1993,10 +2017,10 @@ private void InitializeComponent() // LabelRenameStoryPage.Anchor = System.Windows.Forms.AnchorStyles.Left; LabelRenameStoryPage.AutoSize = true; - LabelRenameStoryPage.Location = new System.Drawing.Point(14, 51); + LabelRenameStoryPage.Location = new System.Drawing.Point(16, 60); LabelRenameStoryPage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); LabelRenameStoryPage.Name = "LabelRenameStoryPage"; - LabelRenameStoryPage.Size = new System.Drawing.Size(132, 20); + LabelRenameStoryPage.Size = new System.Drawing.Size(158, 25); LabelRenameStoryPage.TabIndex = 7; LabelRenameStoryPage.Text = "Default Story Page"; // @@ -2007,10 +2031,10 @@ private void InitializeComponent() FileSettingsTablePanel.SetColumnSpan(TextboxStoryPageRenamingPattern, 2); TextboxStoryPageRenamingPattern.Enabled = false; TextboxStoryPageRenamingPattern.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); - TextboxStoryPageRenamingPattern.Location = new System.Drawing.Point(14, 79); + TextboxStoryPageRenamingPattern.Location = new System.Drawing.Point(16, 95); TextboxStoryPageRenamingPattern.Margin = new System.Windows.Forms.Padding(2); TextboxStoryPageRenamingPattern.Name = "TextboxStoryPageRenamingPattern"; - TextboxStoryPageRenamingPattern.Size = new System.Drawing.Size(288, 24); + TextboxStoryPageRenamingPattern.Size = new System.Drawing.Size(349, 28); TextboxStoryPageRenamingPattern.TabIndex = 8; TextboxStoryPageRenamingPattern.Text = "{title}_p{page}.{ext}"; TextboxStoryPageRenamingPattern.TextChanged += TextboxStoryPageRenamingPattern_TextChanged_1; @@ -2019,10 +2043,10 @@ private void InitializeComponent() // LabelRenameSpecialPage.Anchor = System.Windows.Forms.AnchorStyles.Left; LabelRenameSpecialPage.AutoSize = true; - LabelRenameSpecialPage.Location = new System.Drawing.Point(14, 116); + LabelRenameSpecialPage.Location = new System.Drawing.Point(16, 138); LabelRenameSpecialPage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); LabelRenameSpecialPage.Name = "LabelRenameSpecialPage"; - LabelRenameSpecialPage.Size = new System.Drawing.Size(170, 20); + LabelRenameSpecialPage.Size = new System.Drawing.Size(201, 25); LabelRenameSpecialPage.TabIndex = 9; LabelRenameSpecialPage.Text = "Special Pages (i.e Cover)"; // @@ -2033,10 +2057,10 @@ private void InitializeComponent() FileSettingsTablePanel.SetColumnSpan(TextboxSpecialPageRenamingPattern, 2); TextboxSpecialPageRenamingPattern.Enabled = false; TextboxSpecialPageRenamingPattern.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); - TextboxSpecialPageRenamingPattern.Location = new System.Drawing.Point(14, 149); + TextboxSpecialPageRenamingPattern.Location = new System.Drawing.Point(16, 179); TextboxSpecialPageRenamingPattern.Margin = new System.Windows.Forms.Padding(2); TextboxSpecialPageRenamingPattern.Name = "TextboxSpecialPageRenamingPattern"; - TextboxSpecialPageRenamingPattern.Size = new System.Drawing.Size(288, 24); + TextboxSpecialPageRenamingPattern.Size = new System.Drawing.Size(349, 28); TextboxSpecialPageRenamingPattern.TabIndex = 10; TextboxSpecialPageRenamingPattern.Text = "{type}_{index}.{ext}"; TextboxSpecialPageRenamingPattern.TextChanged += TextboxSpecialPageRenamingPattern_TextChanged_1; @@ -2045,22 +2069,22 @@ private void InitializeComponent() // PlaceholdersFlowPanel.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FileSettingsTablePanel.SetColumnSpan(PlaceholdersFlowPanel, 2); - PlaceholdersFlowPanel.Location = new System.Drawing.Point(14, 214); + PlaceholdersFlowPanel.Location = new System.Drawing.Point(16, 256); PlaceholdersFlowPanel.Margin = new System.Windows.Forms.Padding(2); PlaceholdersFlowPanel.Name = "PlaceholdersFlowPanel"; - PlaceholdersFlowPanel.Padding = new System.Windows.Forms.Padding(5); - PlaceholdersFlowPanel.Size = new System.Drawing.Size(288, 121); + PlaceholdersFlowPanel.Padding = new System.Windows.Forms.Padding(6); + PlaceholdersFlowPanel.Size = new System.Drawing.Size(349, 146); PlaceholdersFlowPanel.TabIndex = 12; // // label2 // label2.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; label2.AutoSize = true; - label2.Location = new System.Drawing.Point(14, 345); + label2.Location = new System.Drawing.Point(16, 412); label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); label2.Name = "label2"; - label2.Padding = new System.Windows.Forms.Padding(0, 0, 0, 4); - label2.Size = new System.Drawing.Size(60, 24); + label2.Padding = new System.Windows.Forms.Padding(0, 0, 0, 5); + label2.Size = new System.Drawing.Size(71, 30); label2.TabIndex = 13; label2.Text = "Exclude"; // @@ -2069,10 +2093,10 @@ private void InitializeComponent() CheckBoxPreview.Anchor = System.Windows.Forms.AnchorStyles.Left; CheckBoxPreview.AutoSize = true; CheckBoxPreview.Enabled = false; - CheckBoxPreview.Location = new System.Drawing.Point(190, 19); + CheckBoxPreview.Location = new System.Drawing.Point(228, 22); CheckBoxPreview.Margin = new System.Windows.Forms.Padding(2); CheckBoxPreview.Name = "CheckBoxPreview"; - CheckBoxPreview.Size = new System.Drawing.Size(82, 24); + CheckBoxPreview.Size = new System.Drawing.Size(98, 29); CheckBoxPreview.TabIndex = 15; CheckBoxPreview.Text = "Preview"; CheckBoxPreview.UseVisualStyleBackColor = true; @@ -2083,22 +2107,22 @@ private void InitializeComponent() AutoCompleteItems.SetAutocompleteMenu(RenamerExcludePages, null); FileSettingsTablePanel.SetColumnSpan(RenamerExcludePages, 2); RenamerExcludePages.Dock = System.Windows.Forms.DockStyle.Fill; - RenamerExcludePages.Location = new System.Drawing.Point(14, 371); + RenamerExcludePages.Location = new System.Drawing.Point(16, 444); RenamerExcludePages.Margin = new System.Windows.Forms.Padding(2); RenamerExcludePages.Multiline = true; RenamerExcludePages.Name = "RenamerExcludePages"; RenamerExcludePages.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - RenamerExcludePages.Size = new System.Drawing.Size(288, 128); + RenamerExcludePages.Size = new System.Drawing.Size(349, 154); RenamerExcludePages.TabIndex = 16; RenamerExcludePages.TextChanged += RenamerExcludePages_TextChanged; // // btnGetExcludesFromSelectedPages // btnGetExcludesFromSelectedPages.Dock = System.Windows.Forms.DockStyle.Fill; - btnGetExcludesFromSelectedPages.Location = new System.Drawing.Point(13, 505); - btnGetExcludesFromSelectedPages.Margin = new System.Windows.Forms.Padding(1, 4, 4, 4); + btnGetExcludesFromSelectedPages.Location = new System.Drawing.Point(15, 605); + btnGetExcludesFromSelectedPages.Margin = new System.Windows.Forms.Padding(1, 5, 5, 5); btnGetExcludesFromSelectedPages.Name = "btnGetExcludesFromSelectedPages"; - btnGetExcludesFromSelectedPages.Size = new System.Drawing.Size(171, 34); + btnGetExcludesFromSelectedPages.Size = new System.Drawing.Size(206, 40); btnGetExcludesFromSelectedPages.TabIndex = 17; btnGetExcludesFromSelectedPages.Text = "Get From selected Pages"; btnGetExcludesFromSelectedPages.UseVisualStyleBackColor = true; @@ -2108,11 +2132,11 @@ private void InitializeComponent() // TabPageArchiveSettings.Controls.Add(ArchiveBuildSettingsTableLayout); TabPageArchiveSettings.ImageIndex = 2; - TabPageArchiveSettings.Location = new System.Drawing.Point(4, 29); + TabPageArchiveSettings.Location = new System.Drawing.Point(4, 34); TabPageArchiveSettings.Margin = new System.Windows.Forms.Padding(2); TabPageArchiveSettings.Name = "TabPageArchiveSettings"; TabPageArchiveSettings.Padding = new System.Windows.Forms.Padding(2); - TabPageArchiveSettings.Size = new System.Drawing.Size(341, 277); + TabPageArchiveSettings.Size = new System.Drawing.Size(411, 339); TabPageArchiveSettings.TabIndex = 2; TabPageArchiveSettings.Text = "Build settings"; TabPageArchiveSettings.UseVisualStyleBackColor = true; @@ -2134,24 +2158,24 @@ private void InitializeComponent() ArchiveBuildSettingsTableLayout.Location = new System.Drawing.Point(2, 2); ArchiveBuildSettingsTableLayout.Margin = new System.Windows.Forms.Padding(2); ArchiveBuildSettingsTableLayout.Name = "ArchiveBuildSettingsTableLayout"; - ArchiveBuildSettingsTableLayout.Padding = new System.Windows.Forms.Padding(12); + ArchiveBuildSettingsTableLayout.Padding = new System.Windows.Forms.Padding(14); ArchiveBuildSettingsTableLayout.RowCount = 5; - ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle()); - ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); - ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); - ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 125F)); - ArchiveBuildSettingsTableLayout.Size = new System.Drawing.Size(337, 273); + ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F)); + ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F)); + ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F)); + ArchiveBuildSettingsTableLayout.Size = new System.Drawing.Size(407, 335); ArchiveBuildSettingsTableLayout.TabIndex = 0; // // CompatInfoText // CompatInfoText.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; ArchiveBuildSettingsTableLayout.SetColumnSpan(CompatInfoText, 2); - CompatInfoText.Location = new System.Drawing.Point(14, 160); + CompatInfoText.Location = new System.Drawing.Point(16, 190); CompatInfoText.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); CompatInfoText.Name = "CompatInfoText"; - CompatInfoText.Size = new System.Drawing.Size(309, 42); + CompatInfoText.Size = new System.Drawing.Size(375, 50); CompatInfoText.TabIndex = 1; CompatInfoText.Text = resources.GetString("CompatInfoText.Text"); CompatInfoText.Visible = false; @@ -2161,21 +2185,21 @@ private void InitializeComponent() label7.Anchor = System.Windows.Forms.AnchorStyles.Left; label7.AutoSize = true; ArchiveBuildSettingsTableLayout.SetColumnSpan(label7, 2); - label7.Location = new System.Drawing.Point(12, 12); + label7.Location = new System.Drawing.Point(14, 14); label7.Margin = new System.Windows.Forms.Padding(0, 0, 2, 0); label7.Name = "label7"; - label7.Size = new System.Drawing.Size(133, 20); + label7.Size = new System.Drawing.Size(161, 24); label7.TabIndex = 1; label7.Text = "Compression Level"; // // CheckBoxIgnoreErrorsOnSave // CheckBoxIgnoreErrorsOnSave.AutoSize = true; - CheckBoxIgnoreErrorsOnSave.Location = new System.Drawing.Point(12, 117); + CheckBoxIgnoreErrorsOnSave.Location = new System.Drawing.Point(14, 138); CheckBoxIgnoreErrorsOnSave.Margin = new System.Windows.Forms.Padding(0, 2, 2, 2); CheckBoxIgnoreErrorsOnSave.Name = "CheckBoxIgnoreErrorsOnSave"; - CheckBoxIgnoreErrorsOnSave.Padding = new System.Windows.Forms.Padding(0, 8, 0, 0); - CheckBoxIgnoreErrorsOnSave.Size = new System.Drawing.Size(147, 32); + CheckBoxIgnoreErrorsOnSave.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0); + CheckBoxIgnoreErrorsOnSave.Size = new System.Drawing.Size(178, 39); CheckBoxIgnoreErrorsOnSave.TabIndex = 7; CheckBoxIgnoreErrorsOnSave.Text = "Continue on Error"; CheckBoxIgnoreErrorsOnSave.UseVisualStyleBackColor = true; @@ -2185,8 +2209,8 @@ private void InitializeComponent() // pictureBox1.Image = Properties.Resources.information; pictureBox1.InitialImage = Properties.Resources.information; - pictureBox1.Location = new System.Drawing.Point(278, 123); - pictureBox1.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0); + pictureBox1.Location = new System.Drawing.Point(336, 146); + pictureBox1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new System.Drawing.Size(24, 24); pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; @@ -2202,10 +2226,10 @@ private void InitializeComponent() ComboBoxCompressionLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; ComboBoxCompressionLevel.FormattingEnabled = true; ComboBoxCompressionLevel.Items.AddRange(new object[] { "Optimal", "Fastest", "None", "Best" }); - ComboBoxCompressionLevel.Location = new System.Drawing.Point(12, 34); - ComboBoxCompressionLevel.Margin = new System.Windows.Forms.Padding(0, 2, 2, 8); + ComboBoxCompressionLevel.Location = new System.Drawing.Point(14, 40); + ComboBoxCompressionLevel.Margin = new System.Windows.Forms.Padding(0, 2, 2, 10); ComboBoxCompressionLevel.Name = "ComboBoxCompressionLevel"; - ComboBoxCompressionLevel.Size = new System.Drawing.Size(311, 28); + ComboBoxCompressionLevel.Size = new System.Drawing.Size(377, 32); ComboBoxCompressionLevel.TabIndex = 0; ComboBoxCompressionLevel.DrawItem += ComboBox_DrawItem; ComboBoxCompressionLevel.SelectedIndexChanged += ComboBoxCompressionLevel_SelectedIndexChanged; @@ -2214,8 +2238,8 @@ private void InitializeComponent() // InfoIconTooltip.Image = Properties.Resources.information; InfoIconTooltip.InitialImage = Properties.Resources.information; - InfoIconTooltip.Location = new System.Drawing.Point(278, 78); - InfoIconTooltip.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0); + InfoIconTooltip.Location = new System.Drawing.Point(336, 92); + InfoIconTooltip.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0); InfoIconTooltip.Name = "InfoIconTooltip"; InfoIconTooltip.Size = new System.Drawing.Size(24, 24); InfoIconTooltip.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; @@ -2226,11 +2250,11 @@ private void InitializeComponent() // CheckBoxCompatibilityMode // CheckBoxCompatibilityMode.AutoSize = true; - CheckBoxCompatibilityMode.Location = new System.Drawing.Point(12, 72); + CheckBoxCompatibilityMode.Location = new System.Drawing.Point(14, 84); CheckBoxCompatibilityMode.Margin = new System.Windows.Forms.Padding(0, 2, 2, 2); CheckBoxCompatibilityMode.Name = "CheckBoxCompatibilityMode"; - CheckBoxCompatibilityMode.Padding = new System.Windows.Forms.Padding(0, 8, 0, 0); - CheckBoxCompatibilityMode.Size = new System.Drawing.Size(164, 32); + CheckBoxCompatibilityMode.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0); + CheckBoxCompatibilityMode.Size = new System.Drawing.Size(196, 39); CheckBoxCompatibilityMode.TabIndex = 0; CheckBoxCompatibilityMode.Text = "Compatibility mode"; CheckBoxCompatibilityMode.UseVisualStyleBackColor = true; @@ -2252,9 +2276,9 @@ private void InitializeComponent() // SplitBoxItemsList.Panel2 // SplitBoxItemsList.Panel2.Controls.Add(MetadataPanel); - SplitBoxItemsList.Size = new System.Drawing.Size(934, 425); - SplitBoxItemsList.SplitterDistance = 154; - SplitBoxItemsList.SplitterWidth = 5; + SplitBoxItemsList.Size = new System.Drawing.Size(1123, 516); + SplitBoxItemsList.SplitterDistance = 186; + SplitBoxItemsList.SplitterWidth = 6; SplitBoxItemsList.TabIndex = 7; // // PagesList @@ -2271,7 +2295,7 @@ private void InitializeComponent() PagesList.Margin = new System.Windows.Forms.Padding(2); PagesList.Name = "PagesList"; PagesList.ShowItemToolTips = true; - PagesList.Size = new System.Drawing.Size(932, 152); + PagesList.Size = new System.Drawing.Size(1121, 184); PagesList.SmallImageList = PageSmallIcons; PagesList.TabIndex = 5; PagesList.UseCompatibleStateImageBehavior = false; @@ -2313,21 +2337,21 @@ private void InitializeComponent() PageListContextMenu.ImageScalingSize = new System.Drawing.Size(20, 20); PageListContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { removeToolStripMenuItem, toolStripSeparator13, propertiesToolStripMenuItem }); PageListContextMenu.Name = "PageListContextMenu"; - PageListContextMenu.Size = new System.Drawing.Size(150, 62); + PageListContextMenu.Size = new System.Drawing.Size(169, 74); // // removeToolStripMenuItem // removeToolStripMenuItem.Enabled = false; removeToolStripMenuItem.Image = Properties.Resources.garbage; removeToolStripMenuItem.Name = "removeToolStripMenuItem"; - removeToolStripMenuItem.Size = new System.Drawing.Size(149, 26); + removeToolStripMenuItem.Size = new System.Drawing.Size(168, 32); removeToolStripMenuItem.Text = "Remove"; removeToolStripMenuItem.Click += ToolButtonRemoveFiles_Click; // // toolStripSeparator13 // toolStripSeparator13.Name = "toolStripSeparator13"; - toolStripSeparator13.Size = new System.Drawing.Size(146, 6); + toolStripSeparator13.Size = new System.Drawing.Size(165, 6); // // propertiesToolStripMenuItem // @@ -2335,7 +2359,7 @@ private void InitializeComponent() propertiesToolStripMenuItem.Enabled = false; propertiesToolStripMenuItem.Image = Properties.Resources.edit; propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem"; - propertiesToolStripMenuItem.Size = new System.Drawing.Size(149, 26); + propertiesToolStripMenuItem.Size = new System.Drawing.Size(168, 32); propertiesToolStripMenuItem.Text = "Properties"; propertiesToolStripMenuItem.Click += ToolButtonEditImageProps_Click; // @@ -2360,10 +2384,10 @@ private void InitializeComponent() MetadataPanel.Margin = new System.Windows.Forms.Padding(2); MetadataPanel.Name = "MetadataPanel"; MetadataPanel.RowCount = 3; - MetadataPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 18.8073387F)); - MetadataPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 81.19266F)); - MetadataPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); - MetadataPanel.Size = new System.Drawing.Size(932, 264); + MetadataPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); + MetadataPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + MetadataPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F)); + MetadataPanel.Size = new System.Drawing.Size(1121, 322); MetadataPanel.TabIndex = 10; MetadataPanel.Paint += MetadataPanel_Paint; // @@ -2372,14 +2396,14 @@ private void InitializeComponent() tableLayoutPanel2.ColumnCount = 10; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 59F)); - tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 51F)); + tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 71F)); + tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 61F)); + tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 194F)); + tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 216F)); + tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F)); + tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 72F)); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 162F)); - tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 180F)); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F)); - tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F)); - tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 135F)); - tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 33F)); tableLayoutPanel2.Controls.Add(BtnRemoveMetaData, 5, 0); tableLayoutPanel2.Controls.Add(BtnAddMetaData, 4, 0); tableLayoutPanel2.Controls.Add(TextBoxCountKeys, 3, 0); @@ -2389,12 +2413,13 @@ private void InitializeComponent() tableLayoutPanel2.Controls.Add(ButtonConfigureKeyFilter, 7, 0); tableLayoutPanel2.Controls.Add(LabelMetadataPanel, 0, 0); tableLayoutPanel2.Controls.Add(ButtonSelectFilter, 8, 0); - tableLayoutPanel2.Location = new System.Drawing.Point(3, 3); + tableLayoutPanel2.Location = new System.Drawing.Point(4, 4); + tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); - tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); - tableLayoutPanel2.Size = new System.Drawing.Size(885, 35); + tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 68F)); + tableLayoutPanel2.Size = new System.Drawing.Size(1062, 41); tableLayoutPanel2.TabIndex = 16; // // BtnRemoveMetaData @@ -2404,12 +2429,12 @@ private void InitializeComponent() BtnRemoveMetaData.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; BtnRemoveMetaData.ImageIndex = 1; BtnRemoveMetaData.ImageList = SmallIconsImages; - BtnRemoveMetaData.Location = new System.Drawing.Point(529, 2); + BtnRemoveMetaData.Location = new System.Drawing.Point(632, 2); BtnRemoveMetaData.Margin = new System.Windows.Forms.Padding(2); BtnRemoveMetaData.Name = "BtnRemoveMetaData"; - BtnRemoveMetaData.Padding = new System.Windows.Forms.Padding(3, 0, 0, 0); + BtnRemoveMetaData.Padding = new System.Windows.Forms.Padding(4, 0, 0, 0); BtnRemoveMetaData.RightToLeft = System.Windows.Forms.RightToLeft.No; - BtnRemoveMetaData.Size = new System.Drawing.Size(176, 33); + BtnRemoveMetaData.Size = new System.Drawing.Size(212, 40); BtnRemoveMetaData.TabIndex = 8; BtnRemoveMetaData.Text = "Remove Metadata"; BtnRemoveMetaData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2432,12 +2457,12 @@ private void InitializeComponent() BtnAddMetaData.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; BtnAddMetaData.ImageIndex = 0; BtnAddMetaData.ImageList = SmallIconsImages; - BtnAddMetaData.Location = new System.Drawing.Point(367, 2); + BtnAddMetaData.Location = new System.Drawing.Point(438, 2); BtnAddMetaData.Margin = new System.Windows.Forms.Padding(2); BtnAddMetaData.Name = "BtnAddMetaData"; - BtnAddMetaData.Padding = new System.Windows.Forms.Padding(3, 0, 0, 0); + BtnAddMetaData.Padding = new System.Windows.Forms.Padding(4, 0, 0, 0); BtnAddMetaData.RightToLeft = System.Windows.Forms.RightToLeft.No; - BtnAddMetaData.Size = new System.Drawing.Size(158, 33); + BtnAddMetaData.Size = new System.Drawing.Size(190, 40); BtnAddMetaData.TabIndex = 7; BtnAddMetaData.Text = "Add Metadata"; BtnAddMetaData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2451,11 +2476,11 @@ private void InitializeComponent() AutoCompleteItems.SetAutocompleteMenu(TextBoxCountKeys, null); TextBoxCountKeys.BackColor = System.Drawing.SystemColors.Control; TextBoxCountKeys.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); - TextBoxCountKeys.Location = new System.Drawing.Point(317, 4); - TextBoxCountKeys.Margin = new System.Windows.Forms.Padding(3, 4, 9, 3); + TextBoxCountKeys.Location = new System.Drawing.Point(379, 5); + TextBoxCountKeys.Margin = new System.Windows.Forms.Padding(4, 5, 11, 4); TextBoxCountKeys.Name = "TextBoxCountKeys"; TextBoxCountKeys.ReadOnly = true; - TextBoxCountKeys.Size = new System.Drawing.Size(36, 27); + TextBoxCountKeys.Size = new System.Drawing.Size(42, 31); TextBoxCountKeys.TabIndex = 12; TextBoxCountKeys.Text = "0"; TextBoxCountKeys.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; @@ -2464,11 +2489,11 @@ private void InitializeComponent() // TextBoxMetadataKeys.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; TextBoxMetadataKeys.AutoSize = true; - TextBoxMetadataKeys.Location = new System.Drawing.Point(263, 0); - TextBoxMetadataKeys.Margin = new System.Windows.Forms.Padding(8, 0, 2, 0); + TextBoxMetadataKeys.Location = new System.Drawing.Point(314, 0); + TextBoxMetadataKeys.Margin = new System.Windows.Forms.Padding(10, 0, 2, 0); TextBoxMetadataKeys.Name = "TextBoxMetadataKeys"; - TextBoxMetadataKeys.Padding = new System.Windows.Forms.Padding(0, 7, 5, 0); - TextBoxMetadataKeys.Size = new System.Drawing.Size(47, 41); + TextBoxMetadataKeys.Padding = new System.Windows.Forms.Padding(0, 8, 6, 0); + TextBoxMetadataKeys.Size = new System.Drawing.Size(58, 44); TextBoxMetadataKeys.TabIndex = 10; TextBoxMetadataKeys.Text = "Keys:"; // @@ -2477,11 +2502,11 @@ private void InitializeComponent() TextBoxMetaDataFilename.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; AutoCompleteItems.SetAutocompleteMenu(TextBoxMetaDataFilename, null); TextBoxMetaDataFilename.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); - TextBoxMetaDataFilename.Location = new System.Drawing.Point(84, 4); - TextBoxMetaDataFilename.Margin = new System.Windows.Forms.Padding(2, 4, 2, 2); + TextBoxMetaDataFilename.Location = new System.Drawing.Point(100, 5); + TextBoxMetaDataFilename.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); TextBoxMetaDataFilename.Name = "TextBoxMetaDataFilename"; TextBoxMetaDataFilename.ReadOnly = true; - TextBoxMetaDataFilename.Size = new System.Drawing.Size(169, 27); + TextBoxMetaDataFilename.Size = new System.Drawing.Size(202, 31); TextBoxMetaDataFilename.TabIndex = 9; // // ButtonFilter @@ -2489,10 +2514,10 @@ private void InitializeComponent() ButtonFilter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; ButtonFilter.FlatStyle = System.Windows.Forms.FlatStyle.Flat; ButtonFilter.Image = Properties.Resources.funnel; - ButtonFilter.Location = new System.Drawing.Point(709, 2); + ButtonFilter.Location = new System.Drawing.Point(848, 2); ButtonFilter.Margin = new System.Windows.Forms.Padding(2); ButtonFilter.Name = "ButtonFilter"; - ButtonFilter.Size = new System.Drawing.Size(36, 31); + ButtonFilter.Size = new System.Drawing.Size(43, 37); ButtonFilter.TabIndex = 13; ButtonFilter.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; ButtonFilter.UseMnemonic = false; @@ -2502,10 +2527,10 @@ private void InitializeComponent() // ButtonConfigureKeyFilter // ButtonConfigureKeyFilter.Image = Properties.Resources.funnel_gearwheels_16; - ButtonConfigureKeyFilter.Location = new System.Drawing.Point(749, 2); + ButtonConfigureKeyFilter.Location = new System.Drawing.Point(896, 2); ButtonConfigureKeyFilter.Margin = new System.Windows.Forms.Padding(2); ButtonConfigureKeyFilter.Name = "ButtonConfigureKeyFilter"; - ButtonConfigureKeyFilter.Size = new System.Drawing.Size(36, 33); + ButtonConfigureKeyFilter.Size = new System.Drawing.Size(43, 40); ButtonConfigureKeyFilter.TabIndex = 15; ButtonConfigureKeyFilter.UseVisualStyleBackColor = true; ButtonConfigureKeyFilter.Click += ButtonConfigureKeyFilter_Click; @@ -2516,8 +2541,8 @@ private void InitializeComponent() LabelMetadataPanel.Location = new System.Drawing.Point(2, 0); LabelMetadataPanel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); LabelMetadataPanel.Name = "LabelMetadataPanel"; - LabelMetadataPanel.Padding = new System.Windows.Forms.Padding(0, 7, 0, 0); - LabelMetadataPanel.Size = new System.Drawing.Size(78, 41); + LabelMetadataPanel.Padding = new System.Windows.Forms.Padding(0, 8, 0, 0); + LabelMetadataPanel.Size = new System.Drawing.Size(94, 44); LabelMetadataPanel.TabIndex = 1; LabelMetadataPanel.Text = "Metadata"; // @@ -2529,10 +2554,10 @@ private void InitializeComponent() ButtonSelectFilter.FlatStyle = System.Windows.Forms.FlatStyle.Flat; ButtonSelectFilter.Image = Properties.Resources.dropdown_arrow; ButtonSelectFilter.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; - ButtonSelectFilter.Location = new System.Drawing.Point(808, 2); + ButtonSelectFilter.Location = new System.Drawing.Point(967, 2); ButtonSelectFilter.Margin = new System.Windows.Forms.Padding(1, 2, 2, 2); ButtonSelectFilter.Name = "ButtonSelectFilter"; - ButtonSelectFilter.Size = new System.Drawing.Size(34, 37); + ButtonSelectFilter.Size = new System.Drawing.Size(41, 40); ButtonSelectFilter.TabIndex = 14; ButtonSelectFilter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; ButtonSelectFilter.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; @@ -2545,12 +2570,12 @@ private void InitializeComponent() ContextMenuUserFilterList.ImageScalingSize = new System.Drawing.Size(20, 20); ContextMenuUserFilterList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { requiredToolStripMenuItem }); ContextMenuUserFilterList.Name = "ContextMenuUserFilterList"; - ContextMenuUserFilterList.Size = new System.Drawing.Size(139, 28); + ContextMenuUserFilterList.Size = new System.Drawing.Size(155, 36); // // requiredToolStripMenuItem // requiredToolStripMenuItem.Name = "requiredToolStripMenuItem"; - requiredToolStripMenuItem.Size = new System.Drawing.Size(138, 24); + requiredToolStripMenuItem.Size = new System.Drawing.Size(154, 32); requiredToolStripMenuItem.Text = "Required"; // // MetaDataTableActionsPanel @@ -2559,9 +2584,10 @@ private void InitializeComponent() MetaDataTableActionsPanel.AutoSize = true; MetaDataTableActionsPanel.Controls.Add(AddMetaDataRowBtn); MetaDataTableActionsPanel.Controls.Add(RemoveMetadataRowBtn); - MetaDataTableActionsPanel.Location = new System.Drawing.Point(3, 222); + MetaDataTableActionsPanel.Location = new System.Drawing.Point(4, 272); + MetaDataTableActionsPanel.Margin = new System.Windows.Forms.Padding(4); MetaDataTableActionsPanel.Name = "MetaDataTableActionsPanel"; - MetaDataTableActionsPanel.Size = new System.Drawing.Size(926, 39); + MetaDataTableActionsPanel.Size = new System.Drawing.Size(1113, 46); MetaDataTableActionsPanel.TabIndex = 13; // // AddMetaDataRowBtn @@ -2573,7 +2599,7 @@ private void InitializeComponent() AddMetaDataRowBtn.Location = new System.Drawing.Point(2, 2); AddMetaDataRowBtn.Margin = new System.Windows.Forms.Padding(2); AddMetaDataRowBtn.Name = "AddMetaDataRowBtn"; - AddMetaDataRowBtn.Size = new System.Drawing.Size(152, 35); + AddMetaDataRowBtn.Size = new System.Drawing.Size(182, 42); AddMetaDataRowBtn.TabIndex = 0; AddMetaDataRowBtn.Text = "Add Property"; AddMetaDataRowBtn.UseVisualStyleBackColor = true; @@ -2585,10 +2611,10 @@ private void InitializeComponent() RemoveMetadataRowBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; RemoveMetadataRowBtn.ImageKey = "delete.png"; RemoveMetadataRowBtn.ImageList = SmallIconsImages; - RemoveMetadataRowBtn.Location = new System.Drawing.Point(158, 2); + RemoveMetadataRowBtn.Location = new System.Drawing.Point(188, 2); RemoveMetadataRowBtn.Margin = new System.Windows.Forms.Padding(2); RemoveMetadataRowBtn.Name = "RemoveMetadataRowBtn"; - RemoveMetadataRowBtn.Size = new System.Drawing.Size(152, 35); + RemoveMetadataRowBtn.Size = new System.Drawing.Size(182, 42); RemoveMetadataRowBtn.TabIndex = 1; RemoveMetadataRowBtn.Text = "Remove"; RemoveMetadataRowBtn.UseVisualStyleBackColor = true; @@ -2619,7 +2645,7 @@ private void InitializeComponent() dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; MetaDataGrid.DefaultCellStyle = dataGridViewCellStyle3; MetaDataGrid.Dock = System.Windows.Forms.DockStyle.Fill; - MetaDataGrid.Location = new System.Drawing.Point(2, 43); + MetaDataGrid.Location = new System.Drawing.Point(2, 52); MetaDataGrid.Margin = new System.Windows.Forms.Padding(2); MetaDataGrid.MultiSelect = false; MetaDataGrid.Name = "MetaDataGrid"; @@ -2634,7 +2660,7 @@ private void InitializeComponent() MetaDataGrid.RowHeadersWidth = 51; MetaDataGrid.RowTemplate.Height = 26; MetaDataGrid.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False; - MetaDataGrid.Size = new System.Drawing.Size(928, 173); + MetaDataGrid.Size = new System.Drawing.Size(1117, 214); MetaDataGrid.TabIndex = 12; MetaDataGrid.CellClick += MetaDataGrid_CellClick; MetaDataGrid.CellContentClick += MetaDataGrid_CellContentClick; @@ -2653,12 +2679,12 @@ private void InitializeComponent() DataGridContextMenu.ImageScalingSize = new System.Drawing.Size(20, 20); DataGridContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { ToolStripMenuItemDataGridRemoveSort }); DataGridContextMenu.Name = "DataGridContextMenu"; - DataGridContextMenu.Size = new System.Drawing.Size(164, 28); + DataGridContextMenu.Size = new System.Drawing.Size(187, 36); // // ToolStripMenuItemDataGridRemoveSort // ToolStripMenuItemDataGridRemoveSort.Name = "ToolStripMenuItemDataGridRemoveSort"; - ToolStripMenuItemDataGridRemoveSort.Size = new System.Drawing.Size(163, 24); + ToolStripMenuItemDataGridRemoveSort.Size = new System.Drawing.Size(186, 32); ToolStripMenuItemDataGridRemoveSort.Text = "Remove Sort"; ToolStripMenuItemDataGridRemoveSort.Click += ToolStripMenuItemDataGridRemoveSort_Click; // @@ -2672,7 +2698,7 @@ private void InitializeComponent() MessageLogListView.Location = new System.Drawing.Point(0, 0); MessageLogListView.Margin = new System.Windows.Forms.Padding(2); MessageLogListView.Name = "MessageLogListView"; - MessageLogListView.Size = new System.Drawing.Size(1294, 116); + MessageLogListView.Size = new System.Drawing.Size(1554, 141); MessageLogListView.SmallImageList = LogMessageImageList; MessageLogListView.TabIndex = 0; MessageLogListView.UseCompatibleStateImageBehavior = false; @@ -2707,12 +2733,12 @@ private void InitializeComponent() ContextMenuPropertyFilter.ImageScalingSize = new System.Drawing.Size(20, 20); ContextMenuPropertyFilter.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { ToolstripTextboxFilterProperties }); ContextMenuPropertyFilter.Name = "ContextMenuPropertyFilter"; - ContextMenuPropertyFilter.Size = new System.Drawing.Size(161, 33); + ContextMenuPropertyFilter.Size = new System.Drawing.Size(161, 39); // // ToolstripTextboxFilterProperties // ToolstripTextboxFilterProperties.Name = "ToolstripTextboxFilterProperties"; - ToolstripTextboxFilterProperties.Size = new System.Drawing.Size(100, 27); + ToolstripTextboxFilterProperties.Size = new System.Drawing.Size(100, 31); // // SaveArchiveDialog // @@ -2777,13 +2803,13 @@ private void InitializeComponent() StatusToolStripTableLayout.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; StatusToolStripTableLayout.ColumnCount = 9; StatusToolStripTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.87574F)); - StatusToolStripTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F)); + StatusToolStripTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F)); StatusToolStripTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.2522964F)); - StatusToolStripTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F)); + StatusToolStripTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F)); StatusToolStripTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40.119854F)); - StatusToolStripTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F)); + StatusToolStripTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F)); StatusToolStripTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.692186F)); - StatusToolStripTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F)); + StatusToolStripTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F)); StatusToolStripTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.059927F)); StatusToolStripTableLayout.Controls.Add(pictureBox6, 7, 0); StatusToolStripTableLayout.Controls.Add(pictureBox5, 5, 0); @@ -2794,12 +2820,12 @@ private void InitializeComponent() StatusToolStripTableLayout.Controls.Add(PageCountStatusLabel, 6, 0); StatusToolStripTableLayout.Controls.Add(pictureBox3, 1, 0); StatusToolStripTableLayout.Controls.Add(BackgroundTaskStatusPanel, 8, 0); - StatusToolStripTableLayout.Location = new System.Drawing.Point(2, 595); + StatusToolStripTableLayout.Location = new System.Drawing.Point(2, 720); StatusToolStripTableLayout.Margin = new System.Windows.Forms.Padding(2); StatusToolStripTableLayout.Name = "StatusToolStripTableLayout"; StatusToolStripTableLayout.RowCount = 1; StatusToolStripTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - StatusToolStripTableLayout.Size = new System.Drawing.Size(1294, 25); + StatusToolStripTableLayout.Size = new System.Drawing.Size(1554, 30); StatusToolStripTableLayout.TabIndex = 5; // // pictureBox6 @@ -2807,10 +2833,10 @@ private void InitializeComponent() pictureBox6.Dock = System.Windows.Forms.DockStyle.Fill; pictureBox6.ErrorImage = null; pictureBox6.Image = Properties.Resources.divider; - pictureBox6.Location = new System.Drawing.Point(1034, 2); + pictureBox6.Location = new System.Drawing.Point(1240, 2); pictureBox6.Margin = new System.Windows.Forms.Padding(2); pictureBox6.Name = "pictureBox6"; - pictureBox6.Size = new System.Drawing.Size(4, 21); + pictureBox6.Size = new System.Drawing.Size(6, 26); pictureBox6.TabIndex = 7; pictureBox6.TabStop = false; // @@ -2819,10 +2845,10 @@ private void InitializeComponent() pictureBox5.Dock = System.Windows.Forms.DockStyle.Fill; pictureBox5.ErrorImage = null; pictureBox5.Image = Properties.Resources.divider; - pictureBox5.Location = new System.Drawing.Point(904, 2); + pictureBox5.Location = new System.Drawing.Point(1084, 2); pictureBox5.Margin = new System.Windows.Forms.Padding(2); pictureBox5.Name = "pictureBox5"; - pictureBox5.Size = new System.Drawing.Size(4, 21); + pictureBox5.Size = new System.Drawing.Size(6, 26); pictureBox5.TabIndex = 6; pictureBox5.TabStop = false; // @@ -2831,10 +2857,10 @@ private void InitializeComponent() pictureBox4.Dock = System.Windows.Forms.DockStyle.Fill; pictureBox4.ErrorImage = null; pictureBox4.Image = Properties.Resources.divider; - pictureBox4.Location = new System.Drawing.Point(390, 2); + pictureBox4.Location = new System.Drawing.Point(467, 2); pictureBox4.Margin = new System.Windows.Forms.Padding(2); pictureBox4.Name = "pictureBox4"; - pictureBox4.Size = new System.Drawing.Size(4, 21); + pictureBox4.Size = new System.Drawing.Size(6, 26); pictureBox4.TabIndex = 5; pictureBox4.TabStop = false; // @@ -2845,7 +2871,7 @@ private void InitializeComponent() ApplicationStatusLabel.Location = new System.Drawing.Point(2, 2); ApplicationStatusLabel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 0); ApplicationStatusLabel.Name = "ApplicationStatusLabel"; - ApplicationStatusLabel.Size = new System.Drawing.Size(53, 20); + ApplicationStatusLabel.Size = new System.Drawing.Size(64, 25); ApplicationStatusLabel.TabIndex = 1; ApplicationStatusLabel.Text = "Ready."; // @@ -2853,20 +2879,20 @@ private void InitializeComponent() // FileNameLabel.AutoSize = true; FileNameLabel.Dock = System.Windows.Forms.DockStyle.Fill; - FileNameLabel.Location = new System.Drawing.Point(398, 2); + FileNameLabel.Location = new System.Drawing.Point(477, 2); FileNameLabel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 0); FileNameLabel.Name = "FileNameLabel"; - FileNameLabel.Size = new System.Drawing.Size(502, 23); + FileNameLabel.Size = new System.Drawing.Size(603, 28); FileNameLabel.TabIndex = 2; FileNameLabel.Click += FileNameLabel_Click; // // MainToolStripProgressBar // MainToolStripProgressBar.Dock = System.Windows.Forms.DockStyle.Fill; - MainToolStripProgressBar.Location = new System.Drawing.Point(248, 2); + MainToolStripProgressBar.Location = new System.Drawing.Point(297, 2); MainToolStripProgressBar.Margin = new System.Windows.Forms.Padding(2); MainToolStripProgressBar.Name = "MainToolStripProgressBar"; - MainToolStripProgressBar.Size = new System.Drawing.Size(138, 21); + MainToolStripProgressBar.Size = new System.Drawing.Size(166, 26); MainToolStripProgressBar.TabIndex = 0; // // PageCountStatusLabel @@ -2874,10 +2900,10 @@ private void InitializeComponent() PageCountStatusLabel.AutoEllipsis = true; PageCountStatusLabel.AutoSize = true; PageCountStatusLabel.Dock = System.Windows.Forms.DockStyle.Fill; - PageCountStatusLabel.Location = new System.Drawing.Point(912, 2); + PageCountStatusLabel.Location = new System.Drawing.Point(1094, 2); PageCountStatusLabel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 0); PageCountStatusLabel.Name = "PageCountStatusLabel"; - PageCountStatusLabel.Size = new System.Drawing.Size(118, 23); + PageCountStatusLabel.Size = new System.Drawing.Size(142, 28); PageCountStatusLabel.TabIndex = 3; PageCountStatusLabel.Text = "0 Pages"; // @@ -2886,10 +2912,10 @@ private void InitializeComponent() pictureBox3.Dock = System.Windows.Forms.DockStyle.Fill; pictureBox3.ErrorImage = null; pictureBox3.Image = Properties.Resources.divider; - pictureBox3.Location = new System.Drawing.Point(240, 2); + pictureBox3.Location = new System.Drawing.Point(287, 2); pictureBox3.Margin = new System.Windows.Forms.Padding(2); pictureBox3.Name = "pictureBox3"; - pictureBox3.Size = new System.Drawing.Size(4, 21); + pictureBox3.Size = new System.Drawing.Size(6, 26); pictureBox3.TabIndex = 4; pictureBox3.TabStop = false; // @@ -2898,10 +2924,10 @@ private void InitializeComponent() BackgroundTaskStatusPanel.Controls.Add(boxIndicatorControl1); BackgroundTaskStatusPanel.Controls.Add(BackgroundTaskStatusLabel); BackgroundTaskStatusPanel.Dock = System.Windows.Forms.DockStyle.Fill; - BackgroundTaskStatusPanel.Location = new System.Drawing.Point(1042, 2); + BackgroundTaskStatusPanel.Location = new System.Drawing.Point(1250, 2); BackgroundTaskStatusPanel.Margin = new System.Windows.Forms.Padding(2); BackgroundTaskStatusPanel.Name = "BackgroundTaskStatusPanel"; - BackgroundTaskStatusPanel.Size = new System.Drawing.Size(250, 21); + BackgroundTaskStatusPanel.Size = new System.Drawing.Size(302, 26); BackgroundTaskStatusPanel.TabIndex = 8; BackgroundTaskStatusPanel.Visible = false; BackgroundTaskStatusPanel.WrapContents = false; @@ -2917,7 +2943,7 @@ private void InitializeComponent() boxIndicatorControl1.Name = "boxIndicatorControl1"; boxIndicatorControl1.NumberOfBoxes = 3; boxIndicatorControl1.RoundCornerRadius = 2; - boxIndicatorControl1.Size = new System.Drawing.Size(83, 16); + boxIndicatorControl1.Size = new System.Drawing.Size(100, 19); boxIndicatorControl1.TabIndex = 1; // // BackgroundTaskStatusLabel @@ -2925,9 +2951,10 @@ private void InitializeComponent() BackgroundTaskStatusLabel.AutoEllipsis = true; BackgroundTaskStatusLabel.AutoSize = true; BackgroundTaskStatusLabel.Dock = System.Windows.Forms.DockStyle.Fill; - BackgroundTaskStatusLabel.Location = new System.Drawing.Point(90, 0); + BackgroundTaskStatusLabel.Location = new System.Drawing.Point(108, 0); + BackgroundTaskStatusLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); BackgroundTaskStatusLabel.Name = "BackgroundTaskStatusLabel"; - BackgroundTaskStatusLabel.Size = new System.Drawing.Size(0, 20); + BackgroundTaskStatusLabel.Size = new System.Drawing.Size(0, 25); BackgroundTaskStatusLabel.TabIndex = 2; // // PrimaryTableLayout @@ -2937,13 +2964,13 @@ private void InitializeComponent() PrimaryTableLayout.Controls.Add(StatusToolStripTableLayout, 0, 1); PrimaryTableLayout.Controls.Add(PrimarySplitBox, 0, 0); PrimaryTableLayout.Dock = System.Windows.Forms.DockStyle.Fill; - PrimaryTableLayout.Location = new System.Drawing.Point(1, 60); + PrimaryTableLayout.Location = new System.Drawing.Point(1, 67); PrimaryTableLayout.Margin = new System.Windows.Forms.Padding(2); PrimaryTableLayout.Name = "PrimaryTableLayout"; PrimaryTableLayout.RowCount = 2; PrimaryTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); PrimaryTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle()); - PrimaryTableLayout.Size = new System.Drawing.Size(1298, 622); + PrimaryTableLayout.Size = new System.Drawing.Size(1558, 752); PrimaryTableLayout.TabIndex = 6; // // ComboIcons @@ -2961,9 +2988,9 @@ private void InitializeComponent() // MainForm // AllowDrop = true; - AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); + AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - ClientSize = new System.Drawing.Size(1300, 683); + ClientSize = new System.Drawing.Size(1560, 820); Controls.Add(PrimaryTableLayout); Controls.Add(MainStatusToolStrip); Controls.Add(ToolBar); @@ -2972,7 +2999,7 @@ private void InitializeComponent() Icon = (System.Drawing.Icon)resources.GetObject("$this.Icon"); MainMenuStrip = MenuBar; Margin = new System.Windows.Forms.Padding(2); - MinimumSize = new System.Drawing.Size(426, 55); + MinimumSize = new System.Drawing.Size(507, 56); Name = "MainForm"; Padding = new System.Windows.Forms.Padding(1); SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; diff --git a/MyCBZ/Forms/MainForm.cs b/MyCBZ/Forms/MainForm.cs index 3132641..1213597 100644 --- a/MyCBZ/Forms/MainForm.cs +++ b/MyCBZ/Forms/MainForm.cs @@ -1271,7 +1271,11 @@ public void ReloadPreviewThumbs() } catch (Exception e) { - MessageLogger.Instance.Log(LogMessageEvent.LOGMESSAGE_TYPE_WARNING, "Error generating Thumbnail for Page '" + page.Name + "' (" + page.Id + ") [" + e.Message + "]"); + if (!page.ThumbnailError) + { + page.ThumbnailError = true; + MessageLogger.Instance.Log(LogMessageEvent.LOGMESSAGE_TYPE_WARNING, "Error generating Thumbnail for Page '" + page.Name + "' (" + page.Id + ") [" + e.Message + "]"); + } } } })); @@ -1412,7 +1416,11 @@ public void LoadThumbnailSlice(object threadParams) } catch (Exception e) { - MessageLogger.Instance.Log(LogMessageEvent.LOGMESSAGE_TYPE_WARNING, "Error generating Thumbnail for Page '" + page.Name + "' (" + page.Id + ") [" + e.Message + "]"); + if (!page.ThumbnailError) + { + page.ThumbnailError = true; + MessageLogger.Instance.Log(LogMessageEvent.LOGMESSAGE_TYPE_WARNING, "Error generating Thumbnail for Page '" + page.Name + "' (" + page.Id + ") [" + e.Message + "]"); + } } finally { @@ -1603,7 +1611,11 @@ public void LoadImageInfoSlice(object threadParams) } catch (Exception e) { - MessageLogger.Instance.Log(LogMessageEvent.LOGMESSAGE_TYPE_WARNING, "Error loading Image-Info for Page '" + page.Name + "' (" + page.Id + ") [" + e.Message + "]"); + if (!page.ThumbnailError) + { + page.ThumbnailError = true; + MessageLogger.Instance.Log(LogMessageEvent.LOGMESSAGE_TYPE_WARNING, "Error loading Image-Info for Page '" + page.Name + "' (" + page.Id + ") [" + e.Message + "]"); + } } finally { @@ -7370,7 +7382,7 @@ private void PageThumbsListBox_DrawItem(object sender, DrawItemEventArgs e) { e.Graphics.DrawImage(global::Win_CBZ.Properties.Resources.placeholder_image, new Point(center + 2, e.Bounds.Y + 4)); - if (!page.Closed) + if (!page.Closed && !page.ThumbnailError) { if (ThumbnailPagesSlice.IndexOf(page) == -1) { diff --git a/MyCBZ/Forms/MainForm.resx b/MyCBZ/Forms/MainForm.resx index b249302..8068eb5 100644 --- a/MyCBZ/Forms/MainForm.resx +++ b/MyCBZ/Forms/MainForm.resx @@ -140,7 +140,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAEZTeXN0ZW0uV2luZG93cy5Gb3JtcywgQ3VsdHVyZT1uZXV0cmFs LCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5BQEAAAAmU3lzdGVtLldpbmRvd3MuRm9ybXMu SW1hZ2VMaXN0U3RyZWFtZXIBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAAbgoAAAJNU0Z0AUkBTAIBAQMB - AAGwAS8BsAEvARABAAEQAQAE/wEJAQAI/wFCAU0BNgEEBgABNgEEAgABKAMAAUADAAEQAwABAQEAAQgG + AAH4AS8B+AEvARABAAEQAQAE/wEJAQAI/wFCAU0BNgEEBgABNgEEAgABKAMAAUADAAEQAwABAQEAAQgG AAEEGAABgAIAAYADAAKAAQABgAMAAYABAAGAAQACgAIAA8ABAAHAAdwBwAEAAfABygGmAQABMwUAATMB AAEzAQABMwEAAjMCAAMWAQADHAEAAyIBAAMpAQADVQEAA00BAANCAQADOQEAAYABfAH/AQACUAH/AQAB kwEAAdYBAAH/AewBzAEAAcYB1gHvAQAB1gLnAQABkAGpAa0CAAH/ATMDAAFmAwABmQMAAcwCAAEzAwAC @@ -198,7 +198,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAEZTeXN0ZW0uV2luZG93cy5Gb3JtcywgQ3VsdHVyZT1uZXV0cmFs LCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5BQEAAAAmU3lzdGVtLldpbmRvd3MuRm9ybXMu SW1hZ2VMaXN0U3RyZWFtZXIBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAAIkMAAAJNU0Z0AUkBTAIBARIB - AAGwAS8BsAEvARgBAAEYAQAE/wEZAQAI/wFCAU0BNgcAATYDAAEoAwABYAMAAXgDAAEBAQABGAYAAYeE + AAH4AS8B+AEvARgBAAEYAQAE/wEZAQAI/wFCAU0BNgcAATYDAAEoAwABYAMAAXgDAAEBAQABGAYAAYeE AANnEiUDZ/8ACQADJRIAAyXnAB4lAwADnAP+A1wDcAkAAyWZAALUAdUDJzYlAycD1QwAAyUDfQG9Ar4B vQK+Ab0CvgG9Ar4BvQK+Ab0CvgG9A74CvwMAA90DYQYlA3gGAAMlmQADvQMlNr0DJQO+DAADJQG9Ar4B pAHmAfMBaAHdAfMBaAHdAfMBaAHdAfMBaAHdAfMBaAHdAfMBaAHdAfMBzQHtAfMD/wNkCSUDJwN+AwAD @@ -521,7 +521,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAEZTeXN0ZW0uV2luZG93cy5Gb3JtcywgQ3VsdHVyZT1uZXV0cmFs LCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5BQEAAAAmU3lzdGVtLldpbmRvd3MuRm9ybXMu SW1hZ2VMaXN0U3RyZWFtZXIBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAAICcAAAJNU0Z0AUkBTAIBAQ8B - AAEIARABCAIQAQABEAEABP8BIQEACP8BQgFNATYHAAE2AwABKAMAAUADAAFAAwABAQEAASAGAAFA/wAb + AAFQARABUAIQAQABEAEABP8BIQEACP8BQgFNATYHAAE2AwABKAMAAUADAAFAAwABAQEAASAGAAFA/wAb AANMAZADJQH/A2IB4QgAAyQBNAMlAf8DJQH/AyoBP2AAAVUCVwGxAVwCZQHnASsCfgH8ASsCfgH8AVwC ZQHnAVUCVwGxZAADMgFPAyUB/wMlAf8DGgEkBAAEAgNZAe8DJQH/A0YBgCQAAwYBCANBAXIDWwHNA1wB +ANcAfgDWwHNA0EBcgMGAQgcAAFAAkEBcQEAAdIB+gH/AQAB0gH6Af8BAAHSAfoB/wEAAdIB+gH/AUAC @@ -712,7 +712,7 @@ Note: If writing XML-Pageindex is set to FALSE, this option will be forced and c AAEAAAD/////AQAAAAAAAAAMAgAAAEZTeXN0ZW0uV2luZG93cy5Gb3JtcywgQ3VsdHVyZT1uZXV0cmFs LCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5BQEAAAAmU3lzdGVtLldpbmRvd3MuRm9ybXMu SW1hZ2VMaXN0U3RyZWFtZXIBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAAlgYAAAJNU0Z0AUkBTAIBAQIB - AAFgAQ8BYAEPARABAAEQAQAE/wEhAQAI/wFCAU0BNgcAATYDAAEoAwABQAMAARADAAEBAQABIAYAARD/ + AAGoAQ8BqAEPARABAAEQAQAE/wEhAQAI/wFCAU0BNgcAATYDAAEoAwABQAMAARADAAEBAQABIAYAARD/ ACcAAxgBIQNQAZwDWgHyA1ABnAMYASHkAAMYASADTwGZA1oB8gNRAaIDJQH/A1EBogNaAfIDTwGZAxgB IBQAA1kBwANZAcADWQHAA1kBwANZAcADWQHAA1kBwANZAcADWQHAA1kBwANZAcADWQHAA1kBwAMlAf8D KgFAhAADFQEcA04BlgNaAfIDUQGeAxoBIwMIAQoDJQH/AwgBCgMaASMDUQGeA1oB8gNOAZYDFQEcDAAD @@ -750,7 +750,7 @@ Note: If writing XML-Pageindex is set to FALSE, this option will be forced and c AAEAAAD/////AQAAAAAAAAAMAgAAAEZTeXN0ZW0uV2luZG93cy5Gb3JtcywgQ3VsdHVyZT1uZXV0cmFs LCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5BQEAAAAmU3lzdGVtLldpbmRvd3MuRm9ybXMu SW1hZ2VMaXN0U3RyZWFtZXIBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAACgMAAAJNU0Z0AUkBTAIBAQIB - AAEgAS8BIAEvARABAAEQAQAE/wEZAQAI/wFCAU0BNgcAATYDAAEoAwABQAMAARADAAEBAQABGAYAAQwh + AAFoAS8BaAEvARABAAEQAQAE/wEZAQAI/wFCAU0BNgcAATYDAAEoAwABQAMAARADAAEBAQABGAYAAQwh AAP3A9kDxAO/A9ID7QP+pQAD/gO5AywPJQN/A/0SAAPnAVIBVAFVA/oPAAO4AbYCuG8AA/sDhgYlA0kD qwOtA38GJQNEA+MMAAPmA1ADJQN9A/oGAAP9A7QDKwMlA7ppAAP+A2MJJQObBgAD3wklA0QD/QYAA+cM JQNGA/oDAAO0DCUBtgK4ZgAD1AwlA5sGAAPfDCUDfwP+AwAD6AM1DCUDfQO0AysJJQMrA7hmAAOGDCUD @@ -779,7 +779,7 @@ Note: If writing XML-Pageindex is set to FALSE, this option will be forced and c AAEAAAD/////AQAAAAAAAAAMAgAAAEZTeXN0ZW0uV2luZG93cy5Gb3JtcywgQ3VsdHVyZT1uZXV0cmFs LCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5BQEAAAAmU3lzdGVtLldpbmRvd3MuRm9ybXMu SW1hZ2VMaXN0U3RyZWFtZXIBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAAuAsAAAJNU0Z0AUkBTAIBAQQB - AAFIAQ0BSAENARABAAEQAQAE/wEhAQAI/wFCAU0BNgcAATYDAAEoAwABQAMAASADAAEBAQABIAYAASD/ + AAGQAQ0BkAENARABAAEQAQAE/wEhAQAI/wFCAU0BNgcAATYDAAEoAwABQAMAASADAAEBAQABIAYAASD/ AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/ADYAAxgBIAM4AVsDRAF4A0YBfgM8AWYDJQE3AwQB BdwAAwQBBQNJAYUDTQH6A1wB5wNRAaQDTgGWA10BzAMlAf8DWAG9AwcBCVwAAxMBGgNJAYgBXQJhAdQB RQFoAWoB+QFFAWgBagH5AV0CYQHUA0kBiAMTARowAAM4AV0DMAFKAwQBBRwAAw4BEgNVAbQDVQGsAy0B diff --git a/MyCBZ/Models/Page.cs b/MyCBZ/Models/Page.cs index d396c87..8ba6f6f 100644 --- a/MyCBZ/Models/Page.cs +++ b/MyCBZ/Models/Page.cs @@ -99,6 +99,8 @@ internal class Page public bool ThumbnailInvalidated { get; set; } + public bool ThumbnailError { get; set; } + public int Index { get; set; } public int OriginalIndex { get; set; } @@ -1995,6 +1997,7 @@ public Image GetThumbnail(int w = 0, int h = 0) if (Image != null) { + ThumbnailError = false; try { var newBitmap = new Bitmap(w, h); @@ -2011,6 +2014,7 @@ public Image GetThumbnail(int w = 0, int h = 0) } catch (Exception et) { + ThumbnailError = true; throw new PageException(this, et.Message, true, et); } finally { @@ -2040,6 +2044,7 @@ public Bitmap GetThumbnailBitmap(int w = 0, int h = 0) if (Image != null) { + ThumbnailError = false; try { var newBitmap = new Bitmap(w, h); @@ -2057,6 +2062,8 @@ public Bitmap GetThumbnailBitmap(int w = 0, int h = 0) } catch (Exception et) { + ThumbnailError = true; + throw new PageException(this, et.Message, true, et); } finally @@ -2081,6 +2088,7 @@ public Image GetWindowsThumbnail(Image.GetThumbnailImageAbort callback, IntPtr c if (Image != null) { + ThumbnailError = false; try { Thumbnail = Image.GetThumbnailImage(ThumbW, ThumbH, callback, callbackData); @@ -2089,6 +2097,7 @@ public Image GetWindowsThumbnail(Image.GetThumbnailImageAbort callback, IntPtr c Image = null; } catch (Exception ex) { + ThumbnailError = true; throw new PageException(this, ex.Message, true, ex); } } diff --git a/MyCBZ/Properties/AssemblyInfo.cs b/MyCBZ/Properties/AssemblyInfo.cs index ecd4adf..806ac2e 100644 --- a/MyCBZ/Properties/AssemblyInfo.cs +++ b/MyCBZ/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // indem Sie "*" wie unten gezeigt eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.22.179")] -[assembly: AssemblyFileVersion("0.22.179")] +[assembly: AssemblyVersion("0.22.180")] +[assembly: AssemblyFileVersion("0.22.180")] [assembly: NeutralResourcesLanguage("en")] diff --git a/MyCBZ/Win_CBZSettings.Designer.cs b/MyCBZ/Win_CBZSettings.Designer.cs index 1ba119a..290ab6a 100644 --- a/MyCBZ/Win_CBZSettings.Designer.cs +++ b/MyCBZ/Win_CBZSettings.Designer.cs @@ -37,7 +37,7 @@ public string TempFolderPath { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("0.22.179b")] + [global::System.Configuration.DefaultSettingValueAttribute("0.22.180b")] public string InstalledVersion { get { return ((string)(this["InstalledVersion"])); diff --git a/MyCBZ/Win_CBZSettings.settings b/MyCBZ/Win_CBZSettings.settings index 1064e59..a9ca439 100644 --- a/MyCBZ/Win_CBZSettings.settings +++ b/MyCBZ/Win_CBZSettings.settings @@ -6,7 +6,7 @@ %APPDATA%\WIN_CBZ\Temp\ - 0.22.179b + 0.22.180b <?xml version="1.0" encoding="utf-16"?> diff --git a/Readme.md b/Readme.md index 689c0a8..f8aaa03 100644 --- a/Readme.md +++ b/Readme.md @@ -53,7 +53,7 @@ Microsoft Visual Studio [Community] 2022 (64-Bit) ## Latest Release -v0.22.179b released! +v0.22.180b released! >[!IMPORTANT] diff --git a/Win_CBZ-Setup/Win_CBZ-Setup.vdproj b/Win_CBZ-Setup/Win_CBZ-Setup.vdproj index e9a5ac7..fd8f4c5 100644 --- a/Win_CBZ-Setup/Win_CBZ-Setup.vdproj +++ b/Win_CBZ-Setup/Win_CBZ-Setup.vdproj @@ -248,15 +248,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Win_CBZ" - "ProductCode" = "8:{1E6C991D-AADE-4271-AED3-C66E37AB63BD}" - "PackageCode" = "8:{E6B9379A-9313-417C-B49E-8EFE2B39BE4E}" + "ProductCode" = "8:{4625E64F-63F5-47AA-B42B-C2DE480A4C96}" + "PackageCode" = "8:{19AA5FAF-43FD-4052-A489-3D92FD365C23}" "UpgradeCode" = "8:{66FAEF81-1CAE-4971-9E0F-796310EFEA5E}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:0.22.179" + "ProductVersion" = "8:0.22.180" "Manufacturer" = "8:Trash_s0Ft" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:"