diff --git a/MyCBZ/Forms/MainForm.Designer.cs b/MyCBZ/Forms/MainForm.Designer.cs index f3314a5..70effc2 100644 --- a/MyCBZ/Forms/MainForm.Designer.cs +++ b/MyCBZ/Forms/MainForm.Designer.cs @@ -291,9 +291,9 @@ private void InitializeComponent() this.ToolBarSearchLabel, this.ToolBarSearchInput, this.ToolStripButtonSearch}); - this.ToolBar.Location = new System.Drawing.Point(1, 34); + this.ToolBar.Location = new System.Drawing.Point(1, 31); this.ToolBar.Name = "ToolBar"; - this.ToolBar.Size = new System.Drawing.Size(1580, 33); + this.ToolBar.Size = new System.Drawing.Size(1316, 31); this.ToolBar.TabIndex = 0; // // ToolButtonNew @@ -302,7 +302,7 @@ private void InitializeComponent() this.ToolButtonNew.Image = global::Win_CBZ.Properties.Resources.document_zip; this.ToolButtonNew.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonNew.Name = "ToolButtonNew"; - this.ToolButtonNew.Size = new System.Drawing.Size(34, 28); + this.ToolButtonNew.Size = new System.Drawing.Size(29, 28); this.ToolButtonNew.Text = "toolStripButton7"; this.ToolButtonNew.ToolTipText = "Create a blank cbz Archive"; this.ToolButtonNew.Click += new System.EventHandler(this.NewToolStripMenuItem_Click); @@ -310,7 +310,7 @@ private void InitializeComponent() // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; - this.toolStripSeparator4.Size = new System.Drawing.Size(6, 33); + this.toolStripSeparator4.Size = new System.Drawing.Size(6, 31); // // ToolButtonOpen // @@ -318,7 +318,7 @@ private void InitializeComponent() this.ToolButtonOpen.Image = global::Win_CBZ.Properties.Resources.folder_open; this.ToolButtonOpen.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonOpen.Name = "ToolButtonOpen"; - this.ToolButtonOpen.Size = new System.Drawing.Size(34, 28); + this.ToolButtonOpen.Size = new System.Drawing.Size(29, 28); this.ToolButtonOpen.Text = "toolStripButton1"; this.ToolButtonOpen.ToolTipText = "Open CBZ Archive"; this.ToolButtonOpen.Click += new System.EventHandler(this.OpenToolStripMenuItem_Click); @@ -330,7 +330,7 @@ private void InitializeComponent() this.ToolButtonSave.Image = global::Win_CBZ.Properties.Resources.floppy_disk; this.ToolButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonSave.Name = "ToolButtonSave"; - this.ToolButtonSave.Size = new System.Drawing.Size(34, 28); + this.ToolButtonSave.Size = new System.Drawing.Size(29, 28); this.ToolButtonSave.Text = "toolStripButton2"; this.ToolButtonSave.ToolTipText = "Save"; this.ToolButtonSave.Click += new System.EventHandler(this.ToolButtonSave_Click); @@ -338,7 +338,7 @@ private void InitializeComponent() // toolStripSeparator8 // this.toolStripSeparator8.Name = "toolStripSeparator8"; - this.toolStripSeparator8.Size = new System.Drawing.Size(6, 33); + this.toolStripSeparator8.Size = new System.Drawing.Size(6, 31); // // ToolButtonAddFolder // @@ -346,7 +346,7 @@ private void InitializeComponent() this.ToolButtonAddFolder.Image = global::Win_CBZ.Properties.Resources.folder_into; this.ToolButtonAddFolder.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonAddFolder.Name = "ToolButtonAddFolder"; - this.ToolButtonAddFolder.Size = new System.Drawing.Size(34, 28); + this.ToolButtonAddFolder.Size = new System.Drawing.Size(29, 28); this.ToolButtonAddFolder.Text = "toolStripButton13"; this.ToolButtonAddFolder.ToolTipText = "Add Folder containing Images..."; this.ToolButtonAddFolder.Click += new System.EventHandler(this.ToolButtonAddFolder_Click); @@ -354,7 +354,7 @@ private void InitializeComponent() // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33); + this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31); // // ToolButtonAddFiles // @@ -362,7 +362,7 @@ private void InitializeComponent() this.ToolButtonAddFiles.Image = global::Win_CBZ.Properties.Resources.folder_document; this.ToolButtonAddFiles.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonAddFiles.Name = "ToolButtonAddFiles"; - this.ToolButtonAddFiles.Size = new System.Drawing.Size(34, 28); + this.ToolButtonAddFiles.Size = new System.Drawing.Size(29, 28); this.ToolButtonAddFiles.Text = "toolStripButton3"; this.ToolButtonAddFiles.ToolTipText = "Add Images..."; this.ToolButtonAddFiles.Click += new System.EventHandler(this.AddFilesToolStripMenuItem_Click); @@ -374,7 +374,7 @@ private void InitializeComponent() this.ToolButtonRemoveFiles.Image = global::Win_CBZ.Properties.Resources.garbage; this.ToolButtonRemoveFiles.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonRemoveFiles.Name = "ToolButtonRemoveFiles"; - this.ToolButtonRemoveFiles.Size = new System.Drawing.Size(34, 28); + this.ToolButtonRemoveFiles.Size = new System.Drawing.Size(29, 28); this.ToolButtonRemoveFiles.Text = "toolStripButton4"; this.ToolButtonRemoveFiles.ToolTipText = "Remove selected Page(s)"; this.ToolButtonRemoveFiles.Click += new System.EventHandler(this.ToolButtonRemoveFiles_Click); @@ -382,7 +382,7 @@ private void InitializeComponent() // toolStripSeparator10 // this.toolStripSeparator10.Name = "toolStripSeparator10"; - this.toolStripSeparator10.Size = new System.Drawing.Size(6, 33); + this.toolStripSeparator10.Size = new System.Drawing.Size(6, 31); this.toolStripSeparator10.Visible = false; // // ToolButtonMovePageUp @@ -392,7 +392,7 @@ private void InitializeComponent() this.ToolButtonMovePageUp.Image = global::Win_CBZ.Properties.Resources.nav_up; this.ToolButtonMovePageUp.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonMovePageUp.Name = "ToolButtonMovePageUp"; - this.ToolButtonMovePageUp.Size = new System.Drawing.Size(34, 28); + this.ToolButtonMovePageUp.Size = new System.Drawing.Size(29, 28); this.ToolButtonMovePageUp.Text = "toolStripButton6"; this.ToolButtonMovePageUp.ToolTipText = "Move selected Page(s) up"; this.ToolButtonMovePageUp.Click += new System.EventHandler(this.ToolButtonMovePageUp_Click); @@ -404,7 +404,7 @@ private void InitializeComponent() this.ToolButtonMovePageDown.Image = global::Win_CBZ.Properties.Resources.nav_down; this.ToolButtonMovePageDown.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonMovePageDown.Name = "ToolButtonMovePageDown"; - this.ToolButtonMovePageDown.Size = new System.Drawing.Size(34, 28); + this.ToolButtonMovePageDown.Size = new System.Drawing.Size(29, 28); this.ToolButtonMovePageDown.Text = "toolStripButton5"; this.ToolButtonMovePageDown.ToolTipText = "Move selected Page(s) down"; this.ToolButtonMovePageDown.Click += new System.EventHandler(this.ToolButtonMovePageDown_Click); @@ -412,7 +412,7 @@ private void InitializeComponent() // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(6, 33); + this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31); // // ToolButtonBuild // @@ -421,7 +421,7 @@ private void InitializeComponent() this.ToolButtonBuild.Image = global::Win_CBZ.Properties.Resources.box_into; this.ToolButtonBuild.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonBuild.Name = "ToolButtonBuild"; - this.ToolButtonBuild.Size = new System.Drawing.Size(34, 28); + this.ToolButtonBuild.Size = new System.Drawing.Size(29, 28); this.ToolButtonBuild.Text = "toolStripButton1"; this.ToolButtonBuild.ToolTipText = "Build CBZ"; this.ToolButtonBuild.Visible = false; @@ -429,7 +429,7 @@ private void InitializeComponent() // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(6, 33); + this.toolStripSeparator3.Size = new System.Drawing.Size(6, 31); this.toolStripSeparator3.Visible = false; // // ToolButtonEditImage @@ -439,7 +439,7 @@ private void InitializeComponent() this.ToolButtonEditImage.Image = global::Win_CBZ.Properties.Resources.paint_bucket; this.ToolButtonEditImage.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonEditImage.Name = "ToolButtonEditImage"; - this.ToolButtonEditImage.Size = new System.Drawing.Size(34, 28); + this.ToolButtonEditImage.Size = new System.Drawing.Size(29, 28); this.ToolButtonEditImage.Text = "Edit Image"; this.ToolButtonEditImage.Click += new System.EventHandler(this.ToolButtonEditImage_Click); // @@ -450,7 +450,7 @@ private void InitializeComponent() this.ToolButtonEditImageProps.Image = global::Win_CBZ.Properties.Resources.edit; this.ToolButtonEditImageProps.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonEditImageProps.Name = "ToolButtonEditImageProps"; - this.ToolButtonEditImageProps.Size = new System.Drawing.Size(34, 28); + this.ToolButtonEditImageProps.Size = new System.Drawing.Size(29, 28); this.ToolButtonEditImageProps.Text = "Page Properties"; this.ToolButtonEditImageProps.Click += new System.EventHandler(this.ToolButtonEditImageProps_Click); // @@ -461,7 +461,7 @@ private void InitializeComponent() this.ToolButtonImagePreview.Image = global::Win_CBZ.Properties.Resources.painting_landscape; this.ToolButtonImagePreview.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonImagePreview.Name = "ToolButtonImagePreview"; - this.ToolButtonImagePreview.Size = new System.Drawing.Size(34, 28); + this.ToolButtonImagePreview.Size = new System.Drawing.Size(29, 28); this.ToolButtonImagePreview.Text = "View Page"; this.ToolButtonImagePreview.Click += new System.EventHandler(this.ToolButtonImagePreview_Click); // @@ -472,7 +472,7 @@ private void InitializeComponent() this.ToolButtonSetPageType.Image = global::Win_CBZ.Properties.Resources.photo_landscape; this.ToolButtonSetPageType.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonSetPageType.Name = "ToolButtonSetPageType"; - this.ToolButtonSetPageType.Size = new System.Drawing.Size(45, 28); + this.ToolButtonSetPageType.Size = new System.Drawing.Size(43, 28); this.ToolButtonSetPageType.Text = "toolStripSplitButton1"; this.ToolButtonSetPageType.ToolTipText = "Set Type for selected pages"; this.ToolButtonSetPageType.ButtonClick += new System.EventHandler(this.ToolButtonSetPageType_ButtonClick); @@ -480,7 +480,7 @@ private void InitializeComponent() // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; - this.toolStripSeparator5.Size = new System.Drawing.Size(6, 33); + this.toolStripSeparator5.Size = new System.Drawing.Size(6, 31); // // ToolButtonExtractArchive // @@ -489,7 +489,7 @@ private void InitializeComponent() this.ToolButtonExtractArchive.Image = global::Win_CBZ.Properties.Resources.box_out; this.ToolButtonExtractArchive.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonExtractArchive.Name = "ToolButtonExtractArchive"; - this.ToolButtonExtractArchive.Size = new System.Drawing.Size(34, 28); + this.ToolButtonExtractArchive.Size = new System.Drawing.Size(29, 28); this.ToolButtonExtractArchive.Text = "toolStripButton10"; this.ToolButtonExtractArchive.ToolTipText = "Extract selected pages..."; this.ToolButtonExtractArchive.Click += new System.EventHandler(this.ExtractAllToolStripMenuItem_Click); @@ -497,7 +497,7 @@ private void InitializeComponent() // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; - this.toolStripSeparator6.Size = new System.Drawing.Size(6, 33); + this.toolStripSeparator6.Size = new System.Drawing.Size(6, 31); // // ToolStripButtonShowRawMetadata // @@ -506,7 +506,7 @@ private void InitializeComponent() this.ToolStripButtonShowRawMetadata.Image = global::Win_CBZ.Properties.Resources.document_page_number; this.ToolStripButtonShowRawMetadata.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolStripButtonShowRawMetadata.Name = "ToolStripButtonShowRawMetadata"; - this.ToolStripButtonShowRawMetadata.Size = new System.Drawing.Size(34, 28); + this.ToolStripButtonShowRawMetadata.Size = new System.Drawing.Size(29, 28); this.ToolStripButtonShowRawMetadata.Text = "Show Raw-MetaData"; this.ToolStripButtonShowRawMetadata.Click += new System.EventHandler(this.ToolStripButtonShowRawMetadata_Click); // @@ -517,13 +517,13 @@ private void InitializeComponent() this.ToolButtonStatistics.Image = global::Win_CBZ.Properties.Resources.window_information; this.ToolButtonStatistics.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonStatistics.Name = "ToolButtonStatistics"; - this.ToolButtonStatistics.Size = new System.Drawing.Size(34, 28); + this.ToolButtonStatistics.Size = new System.Drawing.Size(29, 28); this.ToolButtonStatistics.Text = "Statistics..."; // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; - this.toolStripSeparator7.Size = new System.Drawing.Size(6, 33); + this.toolStripSeparator7.Size = new System.Drawing.Size(6, 31); // // TogglePagePreviewToolbutton // @@ -531,7 +531,7 @@ private void InitializeComponent() this.TogglePagePreviewToolbutton.Image = global::Win_CBZ.Properties.Resources.photos; this.TogglePagePreviewToolbutton.ImageTransparentColor = System.Drawing.Color.Magenta; this.TogglePagePreviewToolbutton.Name = "TogglePagePreviewToolbutton"; - this.TogglePagePreviewToolbutton.Size = new System.Drawing.Size(34, 28); + this.TogglePagePreviewToolbutton.Size = new System.Drawing.Size(29, 28); this.TogglePagePreviewToolbutton.Text = "toolStripButton2"; this.TogglePagePreviewToolbutton.ToolTipText = "Enable Preview Pictures"; this.TogglePagePreviewToolbutton.Click += new System.EventHandler(this.TogglePagePreviewToolbutton_Click); @@ -542,7 +542,7 @@ private void InitializeComponent() this.ToolButtonValidateCBZ.Image = global::Win_CBZ.Properties.Resources.validate; this.ToolButtonValidateCBZ.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonValidateCBZ.Name = "ToolButtonValidateCBZ"; - this.ToolButtonValidateCBZ.Size = new System.Drawing.Size(34, 28); + this.ToolButtonValidateCBZ.Size = new System.Drawing.Size(29, 28); this.ToolButtonValidateCBZ.Text = "toolStripButton11"; this.ToolButtonValidateCBZ.ToolTipText = "Validate CBZ"; this.ToolButtonValidateCBZ.Click += new System.EventHandler(this.ToolButtonValidateCBZ_Click); @@ -550,19 +550,19 @@ private void InitializeComponent() // toolStripSeparator11 // this.toolStripSeparator11.Name = "toolStripSeparator11"; - this.toolStripSeparator11.Size = new System.Drawing.Size(6, 33); + this.toolStripSeparator11.Size = new System.Drawing.Size(6, 31); // // ToolBarSearchLabel // this.ToolBarSearchLabel.Name = "ToolBarSearchLabel"; - this.ToolBarSearchLabel.Size = new System.Drawing.Size(46, 28); + this.ToolBarSearchLabel.Size = new System.Drawing.Size(37, 28); this.ToolBarSearchLabel.Text = "Find"; // // ToolBarSearchInput // this.ToolBarSearchInput.Font = new System.Drawing.Font("Segoe UI", 9F); this.ToolBarSearchInput.Name = "ToolBarSearchInput"; - this.ToolBarSearchInput.Size = new System.Drawing.Size(148, 33); + this.ToolBarSearchInput.Size = new System.Drawing.Size(124, 31); this.ToolBarSearchInput.ToolTipText = "Search..."; this.ToolBarSearchInput.TextChanged += new System.EventHandler(this.ToolBarSearchInput_TextChanged); // @@ -572,12 +572,11 @@ private void InitializeComponent() this.ToolStripButtonSearch.Image = global::Win_CBZ.Properties.Resources.magnifying_glass; this.ToolStripButtonSearch.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolStripButtonSearch.Name = "ToolStripButtonSearch"; - this.ToolStripButtonSearch.Size = new System.Drawing.Size(34, 28); + this.ToolStripButtonSearch.Size = new System.Drawing.Size(29, 28); this.ToolStripButtonSearch.Text = "Search..."; // // MenuBar // - this.MenuBar.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2); this.MenuBar.ImageScalingSize = new System.Drawing.Size(20, 20); this.MenuBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FileToolStripMenuItem, @@ -587,8 +586,8 @@ private void InitializeComponent() this.toolStripMenuItem4}); this.MenuBar.Location = new System.Drawing.Point(1, 1); this.MenuBar.Name = "MenuBar"; - this.MenuBar.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2); - this.MenuBar.Size = new System.Drawing.Size(1580, 33); + this.MenuBar.Padding = new System.Windows.Forms.Padding(6, 2, 0, 2); + this.MenuBar.Size = new System.Drawing.Size(1316, 30); this.MenuBar.TabIndex = 1; this.MenuBar.Text = "menuStrip1"; // @@ -604,7 +603,7 @@ private void InitializeComponent() this.toolStripMenuItem3, this.QuitToolStripMenuItem}); this.FileToolStripMenuItem.Name = "FileToolStripMenuItem"; - this.FileToolStripMenuItem.Size = new System.Drawing.Size(54, 29); + this.FileToolStripMenuItem.Size = new System.Drawing.Size(46, 26); this.FileToolStripMenuItem.Text = "File"; // // NewToolStripMenuItem @@ -612,27 +611,27 @@ private void InitializeComponent() this.NewToolStripMenuItem.Image = global::Win_CBZ.Properties.Resources.document_zip; this.NewToolStripMenuItem.Name = "NewToolStripMenuItem"; this.NewToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); - this.NewToolStripMenuItem.Size = new System.Drawing.Size(218, 34); + this.NewToolStripMenuItem.Size = new System.Drawing.Size(179, 26); this.NewToolStripMenuItem.Text = "New"; this.NewToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItem_Click); // // ToolStripMenuItem1 // this.ToolStripMenuItem1.Name = "ToolStripMenuItem1"; - this.ToolStripMenuItem1.Size = new System.Drawing.Size(215, 6); + this.ToolStripMenuItem1.Size = new System.Drawing.Size(176, 6); // // OpenToolStripMenuItem // this.OpenToolStripMenuItem.Image = global::Win_CBZ.Properties.Resources.folder_open; this.OpenToolStripMenuItem.Name = "OpenToolStripMenuItem"; - this.OpenToolStripMenuItem.Size = new System.Drawing.Size(218, 34); + this.OpenToolStripMenuItem.Size = new System.Drawing.Size(179, 26); this.OpenToolStripMenuItem.Text = "Open"; this.OpenToolStripMenuItem.Click += new System.EventHandler(this.OpenToolStripMenuItem_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; - this.toolStripMenuItem2.Size = new System.Drawing.Size(215, 6); + this.toolStripMenuItem2.Size = new System.Drawing.Size(176, 6); // // SaveToolStripMenuItem // @@ -640,7 +639,7 @@ private void InitializeComponent() this.SaveToolStripMenuItem.Image = global::Win_CBZ.Properties.Resources.floppy_disk; this.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem"; this.SaveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); - this.SaveToolStripMenuItem.Size = new System.Drawing.Size(218, 34); + this.SaveToolStripMenuItem.Size = new System.Drawing.Size(179, 26); this.SaveToolStripMenuItem.Text = "Save"; this.SaveToolStripMenuItem.Click += new System.EventHandler(this.ToolButtonSave_Click); // @@ -648,20 +647,20 @@ private void InitializeComponent() // this.SaveAsToolStripMenuItem.Image = global::Win_CBZ.Properties.Resources.save_as; this.SaveAsToolStripMenuItem.Name = "SaveAsToolStripMenuItem"; - this.SaveAsToolStripMenuItem.Size = new System.Drawing.Size(218, 34); + this.SaveAsToolStripMenuItem.Size = new System.Drawing.Size(179, 26); this.SaveAsToolStripMenuItem.Text = "Save as..."; this.SaveAsToolStripMenuItem.Click += new System.EventHandler(this.SaveAsToolStripMenuItem_Click); // // toolStripMenuItem3 // this.toolStripMenuItem3.Name = "toolStripMenuItem3"; - this.toolStripMenuItem3.Size = new System.Drawing.Size(215, 6); + this.toolStripMenuItem3.Size = new System.Drawing.Size(176, 6); // // QuitToolStripMenuItem // this.QuitToolStripMenuItem.Image = global::Win_CBZ.Properties.Resources.door_exit; this.QuitToolStripMenuItem.Name = "QuitToolStripMenuItem"; - this.QuitToolStripMenuItem.Size = new System.Drawing.Size(218, 34); + this.QuitToolStripMenuItem.Size = new System.Drawing.Size(179, 26); this.QuitToolStripMenuItem.Text = "Quit"; this.QuitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click); // @@ -675,14 +674,14 @@ private void InitializeComponent() this.toolStripMenuItem10, this.SettingsToolStripMenuItem}); this.EditToolStripMenuItem.Name = "EditToolStripMenuItem"; - this.EditToolStripMenuItem.Size = new System.Drawing.Size(58, 29); + this.EditToolStripMenuItem.Size = new System.Drawing.Size(49, 26); this.EditToolStripMenuItem.Text = "Edit"; // // CopyToolStripMenuItem // this.CopyToolStripMenuItem.Name = "CopyToolStripMenuItem"; this.CopyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); - this.CopyToolStripMenuItem.Size = new System.Drawing.Size(270, 34); + this.CopyToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.CopyToolStripMenuItem.Text = "Copy"; this.CopyToolStripMenuItem.Click += new System.EventHandler(this.CopyToolStripMenuItem_Click); // @@ -692,34 +691,34 @@ private void InitializeComponent() this.PasteToolStripMenuItem.Image = global::Win_CBZ.Properties.Resources.clipboard_paste; this.PasteToolStripMenuItem.Name = "PasteToolStripMenuItem"; this.PasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); - this.PasteToolStripMenuItem.Size = new System.Drawing.Size(270, 34); + this.PasteToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.PasteToolStripMenuItem.Text = "Paste"; this.PasteToolStripMenuItem.Click += new System.EventHandler(this.PasteToolStripMenuItem_Click); // // toolStripMenuItem7 // this.toolStripMenuItem7.Name = "toolStripMenuItem7"; - this.toolStripMenuItem7.Size = new System.Drawing.Size(267, 6); + this.toolStripMenuItem7.Size = new System.Drawing.Size(205, 6); // // SelectAllToolStripMenuItem // this.SelectAllToolStripMenuItem.Image = global::Win_CBZ.Properties.Resources.elements_selection; this.SelectAllToolStripMenuItem.Name = "SelectAllToolStripMenuItem"; this.SelectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); - this.SelectAllToolStripMenuItem.Size = new System.Drawing.Size(270, 34); + this.SelectAllToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.SelectAllToolStripMenuItem.Text = "Select all"; this.SelectAllToolStripMenuItem.Click += new System.EventHandler(this.SelectAllToolStripMenuItem_Click); // // toolStripMenuItem10 // this.toolStripMenuItem10.Name = "toolStripMenuItem10"; - this.toolStripMenuItem10.Size = new System.Drawing.Size(267, 6); + this.toolStripMenuItem10.Size = new System.Drawing.Size(205, 6); // // SettingsToolStripMenuItem // this.SettingsToolStripMenuItem.Image = global::Win_CBZ.Properties.Resources.window_gear; this.SettingsToolStripMenuItem.Name = "SettingsToolStripMenuItem"; - this.SettingsToolStripMenuItem.Size = new System.Drawing.Size(270, 34); + this.SettingsToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.SettingsToolStripMenuItem.Text = "Settings"; this.SettingsToolStripMenuItem.Click += new System.EventHandler(this.SettingsToolStripMenuItem_Click); // @@ -732,21 +731,21 @@ private void InitializeComponent() this.toolStripMenuItem8, this.ExtractSelectedPages}); this.ProjectToolStripMenuItem.Name = "ProjectToolStripMenuItem"; - this.ProjectToolStripMenuItem.Size = new System.Drawing.Size(74, 29); + this.ProjectToolStripMenuItem.Size = new System.Drawing.Size(61, 26); this.ProjectToolStripMenuItem.Text = "Pages"; // // AddFolderToolStripMenuItem // this.AddFolderToolStripMenuItem.Image = global::Win_CBZ.Properties.Resources.folder_into; this.AddFolderToolStripMenuItem.Name = "AddFolderToolStripMenuItem"; - this.AddFolderToolStripMenuItem.Size = new System.Drawing.Size(418, 34); + this.AddFolderToolStripMenuItem.Size = new System.Drawing.Size(345, 26); this.AddFolderToolStripMenuItem.Text = "Add Folder..."; this.AddFolderToolStripMenuItem.Click += new System.EventHandler(this.AddFolderToolStripMenuItem_Click); // // toolStripSeparator9 // this.toolStripSeparator9.Name = "toolStripSeparator9"; - this.toolStripSeparator9.Size = new System.Drawing.Size(415, 6); + this.toolStripSeparator9.Size = new System.Drawing.Size(342, 6); // // AddFilesToolStripMenuItem // @@ -754,21 +753,21 @@ private void InitializeComponent() this.AddFilesToolStripMenuItem.Name = "AddFilesToolStripMenuItem"; this.AddFilesToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.Insert))); - this.AddFilesToolStripMenuItem.Size = new System.Drawing.Size(418, 34); + this.AddFilesToolStripMenuItem.Size = new System.Drawing.Size(345, 26); this.AddFilesToolStripMenuItem.Text = "Add Files..."; this.AddFilesToolStripMenuItem.Click += new System.EventHandler(this.AddFilesToolStripMenuItem_Click); // // toolStripMenuItem8 // this.toolStripMenuItem8.Name = "toolStripMenuItem8"; - this.toolStripMenuItem8.Size = new System.Drawing.Size(415, 6); + this.toolStripMenuItem8.Size = new System.Drawing.Size(342, 6); // // ExtractSelectedPages // this.ExtractSelectedPages.Enabled = false; this.ExtractSelectedPages.Image = global::Win_CBZ.Properties.Resources.box_out; this.ExtractSelectedPages.Name = "ExtractSelectedPages"; - this.ExtractSelectedPages.Size = new System.Drawing.Size(418, 34); + this.ExtractSelectedPages.Size = new System.Drawing.Size(345, 26); this.ExtractSelectedPages.Text = "Extract selected Pages..."; this.ExtractSelectedPages.Click += new System.EventHandler(this.ExtractAllToolStripMenuItem_Click); // @@ -778,20 +777,20 @@ private void InitializeComponent() this.ClearTemporaryFolderToolStripMenuItem, this.toolStripMenuItem9}); this.ExtrasToolStripMenuItem.Name = "ExtrasToolStripMenuItem"; - this.ExtrasToolStripMenuItem.Size = new System.Drawing.Size(74, 29); + this.ExtrasToolStripMenuItem.Size = new System.Drawing.Size(62, 26); this.ExtrasToolStripMenuItem.Text = "Extras"; // // ClearTemporaryFolderToolStripMenuItem // this.ClearTemporaryFolderToolStripMenuItem.Name = "ClearTemporaryFolderToolStripMenuItem"; - this.ClearTemporaryFolderToolStripMenuItem.Size = new System.Drawing.Size(297, 34); + this.ClearTemporaryFolderToolStripMenuItem.Size = new System.Drawing.Size(247, 26); this.ClearTemporaryFolderToolStripMenuItem.Text = "Clear Temporary Folder"; this.ClearTemporaryFolderToolStripMenuItem.Click += new System.EventHandler(this.ClearTemporaryFolderToolStripMenuItem_Click); // // toolStripMenuItem9 // this.toolStripMenuItem9.Name = "toolStripMenuItem9"; - this.toolStripMenuItem9.Size = new System.Drawing.Size(294, 6); + this.toolStripMenuItem9.Size = new System.Drawing.Size(244, 6); // // toolStripMenuItem4 // @@ -799,21 +798,21 @@ private void InitializeComponent() this.AboutToolStripMenuItem, this.DebugToolsToolStripMenuItem}); this.toolStripMenuItem4.Name = "toolStripMenuItem4"; - this.toolStripMenuItem4.Size = new System.Drawing.Size(36, 29); + this.toolStripMenuItem4.Size = new System.Drawing.Size(30, 26); this.toolStripMenuItem4.Text = "?"; // // AboutToolStripMenuItem // this.AboutToolStripMenuItem.Image = global::Win_CBZ.Properties.Resources.speech_balloon_answer; this.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem"; - this.AboutToolStripMenuItem.Size = new System.Drawing.Size(214, 34); + this.AboutToolStripMenuItem.Size = new System.Drawing.Size(176, 26); this.AboutToolStripMenuItem.Text = "About"; this.AboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click); // // DebugToolsToolStripMenuItem // this.DebugToolsToolStripMenuItem.Name = "DebugToolsToolStripMenuItem"; - this.DebugToolsToolStripMenuItem.Size = new System.Drawing.Size(214, 34); + this.DebugToolsToolStripMenuItem.Size = new System.Drawing.Size(176, 26); this.DebugToolsToolStripMenuItem.Text = "Debug Tools"; this.DebugToolsToolStripMenuItem.Visible = false; this.DebugToolsToolStripMenuItem.Click += new System.EventHandler(this.DebugToolsToolStripMenuItem_Click); @@ -832,11 +831,11 @@ private void InitializeComponent() this.MainToolStripProgressBar, this.FileNameLabel, this.PageCountStatusLabel}); - this.MainStatusToolStrip.Location = new System.Drawing.Point(1, 903); + this.MainStatusToolStrip.Location = new System.Drawing.Point(1, 753); this.MainStatusToolStrip.Margin = new System.Windows.Forms.Padding(0, 1, 0, 1); this.MainStatusToolStrip.Name = "MainStatusToolStrip"; - this.MainStatusToolStrip.Padding = new System.Windows.Forms.Padding(2, 0, 22, 0); - this.MainStatusToolStrip.Size = new System.Drawing.Size(1580, 34); + this.MainStatusToolStrip.Padding = new System.Windows.Forms.Padding(2, 0, 18, 0); + this.MainStatusToolStrip.Size = new System.Drawing.Size(1316, 28); this.MainStatusToolStrip.TabIndex = 2; // // ApplicationStatusLabel @@ -844,14 +843,14 @@ private void InitializeComponent() this.ApplicationStatusLabel.AutoSize = false; this.ApplicationStatusLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right; this.ApplicationStatusLabel.Name = "ApplicationStatusLabel"; - this.ApplicationStatusLabel.Size = new System.Drawing.Size(200, 27); + this.ApplicationStatusLabel.Size = new System.Drawing.Size(200, 22); this.ApplicationStatusLabel.Text = "Ready."; this.ApplicationStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // MainToolStripProgressBar // this.MainToolStripProgressBar.Name = "MainToolStripProgressBar"; - this.MainToolStripProgressBar.Size = new System.Drawing.Size(180, 26); + this.MainToolStripProgressBar.Size = new System.Drawing.Size(150, 20); // // FileNameLabel // @@ -861,7 +860,7 @@ private void InitializeComponent() this.FileNameLabel.Margin = new System.Windows.Forms.Padding(2, 4, 2, 2); this.FileNameLabel.Name = "FileNameLabel"; this.FileNameLabel.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; - this.FileNameLabel.Size = new System.Drawing.Size(550, 28); + this.FileNameLabel.Size = new System.Drawing.Size(550, 22); this.FileNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.FileNameLabel.Click += new System.EventHandler(this.FileNameLabel_Click); // @@ -871,7 +870,7 @@ private void InitializeComponent() this.PageCountStatusLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left; this.PageCountStatusLabel.Margin = new System.Windows.Forms.Padding(2, 4, 0, 2); this.PageCountStatusLabel.Name = "PageCountStatusLabel"; - this.PageCountStatusLabel.Size = new System.Drawing.Size(100, 28); + this.PageCountStatusLabel.Size = new System.Drawing.Size(100, 22); this.PageCountStatusLabel.Text = "0 Pages"; this.PageCountStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // @@ -896,18 +895,18 @@ private void InitializeComponent() this.toolStripMenuItem5, this.toolStripMenuItem6}); this.MetaDataEditorContextMenu.Name = "metaDataEditorContextMenu"; - this.MetaDataEditorContextMenu.Size = new System.Drawing.Size(149, 68); + this.MetaDataEditorContextMenu.Size = new System.Drawing.Size(133, 52); // // toolStripMenuItem5 // this.toolStripMenuItem5.Name = "toolStripMenuItem5"; - this.toolStripMenuItem5.Size = new System.Drawing.Size(148, 32); + this.toolStripMenuItem5.Size = new System.Drawing.Size(132, 24); this.toolStripMenuItem5.Text = "Add"; // // toolStripMenuItem6 // this.toolStripMenuItem6.Name = "toolStripMenuItem6"; - this.toolStripMenuItem6.Size = new System.Drawing.Size(148, 32); + this.toolStripMenuItem6.Size = new System.Drawing.Size(132, 24); this.toolStripMenuItem6.Text = "Remove"; // // ToolButtonImages @@ -939,7 +938,7 @@ private void InitializeComponent() // PrimarySplitBox // this.PrimarySplitBox.Dock = System.Windows.Forms.DockStyle.Fill; - this.PrimarySplitBox.Location = new System.Drawing.Point(1, 67); + this.PrimarySplitBox.Location = new System.Drawing.Point(1, 62); this.PrimarySplitBox.Margin = new System.Windows.Forms.Padding(2); this.PrimarySplitBox.Name = "PrimarySplitBox"; this.PrimarySplitBox.Orientation = System.Windows.Forms.Orientation.Horizontal; @@ -951,9 +950,9 @@ private void InitializeComponent() // PrimarySplitBox.Panel2 // this.PrimarySplitBox.Panel2.Controls.Add(this.MessageLogListView); - this.PrimarySplitBox.Size = new System.Drawing.Size(1580, 836); - this.PrimarySplitBox.SplitterDistance = 624; - this.PrimarySplitBox.SplitterWidth = 6; + this.PrimarySplitBox.Size = new System.Drawing.Size(1316, 691); + this.PrimarySplitBox.SplitterDistance = 515; + this.PrimarySplitBox.SplitterWidth = 5; this.PrimarySplitBox.TabIndex = 4; // // MainPanel @@ -964,7 +963,7 @@ private void InitializeComponent() this.MainPanel.Location = new System.Drawing.Point(0, 0); this.MainPanel.Margin = new System.Windows.Forms.Padding(2); this.MainPanel.Name = "MainPanel"; - this.MainPanel.Size = new System.Drawing.Size(1580, 624); + this.MainPanel.Size = new System.Drawing.Size(1316, 515); this.MainPanel.TabIndex = 4; // // MainPanelTableLayout @@ -982,7 +981,7 @@ private void InitializeComponent() this.MainPanelTableLayout.RowCount = 2; this.MainPanelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.MainPanelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.MainPanelTableLayout.Size = new System.Drawing.Size(1580, 624); + this.MainPanelTableLayout.Size = new System.Drawing.Size(1316, 515); this.MainPanelTableLayout.TabIndex = 8; // // GlobalAlertTableLayout @@ -992,17 +991,17 @@ private void InitializeComponent() this.GlobalAlertTableLayout.ColumnCount = 3; this.GlobalAlertTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.GlobalAlertTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.GlobalAlertTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 806F)); + this.GlobalAlertTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 672F)); this.GlobalAlertTableLayout.Controls.Add(this.LabelGlobalActionStatusMessage, 1, 0); this.GlobalAlertTableLayout.Controls.Add(this.ExecuteCurrentGlobalAction, 2, 0); this.GlobalAlertTableLayout.Controls.Add(this.GlobalAlertMessageIcon, 0, 0); this.GlobalAlertTableLayout.Dock = System.Windows.Forms.DockStyle.Fill; - this.GlobalAlertTableLayout.Location = new System.Drawing.Point(6, 6); - this.GlobalAlertTableLayout.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); + this.GlobalAlertTableLayout.Location = new System.Drawing.Point(5, 5); + this.GlobalAlertTableLayout.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.GlobalAlertTableLayout.Name = "GlobalAlertTableLayout"; this.GlobalAlertTableLayout.RowCount = 1; this.GlobalAlertTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.GlobalAlertTableLayout.Size = new System.Drawing.Size(1568, 42); + this.GlobalAlertTableLayout.Size = new System.Drawing.Size(1306, 35); this.GlobalAlertTableLayout.TabIndex = 7; this.GlobalAlertTableLayout.Visible = false; // @@ -1010,20 +1009,20 @@ private void InitializeComponent() // this.LabelGlobalActionStatusMessage.AutoSize = true; this.LabelGlobalActionStatusMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.LabelGlobalActionStatusMessage.Location = new System.Drawing.Point(48, 10); - this.LabelGlobalActionStatusMessage.Margin = new System.Windows.Forms.Padding(6, 10, 6, 0); + this.LabelGlobalActionStatusMessage.Location = new System.Drawing.Point(41, 8); + this.LabelGlobalActionStatusMessage.Margin = new System.Windows.Forms.Padding(5, 8, 5, 0); this.LabelGlobalActionStatusMessage.Name = "LabelGlobalActionStatusMessage"; - this.LabelGlobalActionStatusMessage.Size = new System.Drawing.Size(103, 20); + this.LabelGlobalActionStatusMessage.Size = new System.Drawing.Size(89, 17); this.LabelGlobalActionStatusMessage.TabIndex = 0; this.LabelGlobalActionStatusMessage.Text = "Information"; // // ExecuteCurrentGlobalAction // this.ExecuteCurrentGlobalAction.Dock = System.Windows.Forms.DockStyle.Right; - this.ExecuteCurrentGlobalAction.Location = new System.Drawing.Point(1370, 6); - this.ExecuteCurrentGlobalAction.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); + this.ExecuteCurrentGlobalAction.Location = new System.Drawing.Point(1141, 5); + this.ExecuteCurrentGlobalAction.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.ExecuteCurrentGlobalAction.Name = "ExecuteCurrentGlobalAction"; - this.ExecuteCurrentGlobalAction.Size = new System.Drawing.Size(192, 30); + this.ExecuteCurrentGlobalAction.Size = new System.Drawing.Size(160, 25); this.ExecuteCurrentGlobalAction.TabIndex = 1; this.ExecuteCurrentGlobalAction.Text = "Ok"; this.ExecuteCurrentGlobalAction.UseVisualStyleBackColor = true; @@ -1037,7 +1036,7 @@ private void InitializeComponent() this.GlobalAlertMessageIcon.Location = new System.Drawing.Point(2, 2); this.GlobalAlertMessageIcon.Margin = new System.Windows.Forms.Padding(2); this.GlobalAlertMessageIcon.Name = "GlobalAlertMessageIcon"; - this.GlobalAlertMessageIcon.Size = new System.Drawing.Size(38, 38); + this.GlobalAlertMessageIcon.Size = new System.Drawing.Size(32, 31); this.GlobalAlertMessageIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.GlobalAlertMessageIcon.TabIndex = 2; this.GlobalAlertMessageIcon.TabStop = false; @@ -1046,7 +1045,7 @@ private void InitializeComponent() // this.MainSplitBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.MainSplitBox.Dock = System.Windows.Forms.DockStyle.Fill; - this.MainSplitBox.Location = new System.Drawing.Point(2, 56); + this.MainSplitBox.Location = new System.Drawing.Point(2, 47); this.MainSplitBox.Margin = new System.Windows.Forms.Padding(2); this.MainSplitBox.Name = "MainSplitBox"; // @@ -1058,9 +1057,9 @@ private void InitializeComponent() // this.MainSplitBox.Panel2.AutoScroll = true; this.MainSplitBox.Panel2.Controls.Add(this.SplitBoxItemsList); - this.MainSplitBox.Size = new System.Drawing.Size(1576, 566); - this.MainSplitBox.SplitterDistance = 463; - this.MainSplitBox.SplitterWidth = 6; + this.MainSplitBox.Size = new System.Drawing.Size(1312, 466); + this.MainSplitBox.SplitterDistance = 385; + this.MainSplitBox.SplitterWidth = 5; this.MainSplitBox.TabIndex = 6; // // SplitBoxPageView @@ -1079,9 +1078,9 @@ private void InitializeComponent() // SplitBoxPageView.Panel2 // this.SplitBoxPageView.Panel2.Controls.Add(this.TabControlPageSettings); - this.SplitBoxPageView.Size = new System.Drawing.Size(461, 564); - this.SplitBoxPageView.SplitterDistance = 152; - this.SplitBoxPageView.SplitterWidth = 6; + this.SplitBoxPageView.Size = new System.Drawing.Size(383, 464); + this.SplitBoxPageView.SplitterDistance = 125; + this.SplitBoxPageView.SplitterWidth = 5; this.SplitBoxPageView.TabIndex = 6; // // PageThumbsListBox @@ -1094,7 +1093,7 @@ private void InitializeComponent() this.PageThumbsListBox.Location = new System.Drawing.Point(0, 0); this.PageThumbsListBox.Margin = new System.Windows.Forms.Padding(2); this.PageThumbsListBox.Name = "PageThumbsListBox"; - this.PageThumbsListBox.Size = new System.Drawing.Size(461, 152); + this.PageThumbsListBox.Size = new System.Drawing.Size(383, 125); this.PageThumbsListBox.TabIndex = 7; this.PageThumbsListBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.PageThumbsListBox_DrawItem); this.PageThumbsListBox.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.PageThumbsListBox_MeasureItem); @@ -1113,11 +1112,11 @@ private void InitializeComponent() this.PageView.HideSelection = false; this.PageView.LabelWrap = false; this.PageView.LargeImageList = this.PageImages; - this.PageView.Location = new System.Drawing.Point(302, 158); + this.PageView.Location = new System.Drawing.Point(252, 132); this.PageView.Margin = new System.Windows.Forms.Padding(2); this.PageView.Name = "PageView"; this.PageView.OwnerDraw = true; - this.PageView.Size = new System.Drawing.Size(146, 18); + this.PageView.Size = new System.Drawing.Size(122, 16); this.PageView.TabIndex = 6; this.PageView.UseCompatibleStateImageBehavior = false; this.PageView.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.PageView_DrawItem); @@ -1141,7 +1140,7 @@ private void InitializeComponent() this.TabControlPageSettings.Margin = new System.Windows.Forms.Padding(2); this.TabControlPageSettings.Name = "TabControlPageSettings"; this.TabControlPageSettings.SelectedIndex = 0; - this.TabControlPageSettings.Size = new System.Drawing.Size(461, 406); + this.TabControlPageSettings.Size = new System.Drawing.Size(383, 334); this.TabControlPageSettings.TabIndex = 0; // // TabPagePageSettings @@ -1149,11 +1148,11 @@ private void InitializeComponent() this.TabPagePageSettings.AutoScroll = true; this.TabPagePageSettings.Controls.Add(this.TablePanePageAdjustments); this.TabPagePageSettings.ImageIndex = 0; - this.TabPagePageSettings.Location = new System.Drawing.Point(4, 29); + this.TabPagePageSettings.Location = new System.Drawing.Point(4, 25); this.TabPagePageSettings.Margin = new System.Windows.Forms.Padding(2); this.TabPagePageSettings.Name = "TabPagePageSettings"; this.TabPagePageSettings.Padding = new System.Windows.Forms.Padding(2); - this.TabPagePageSettings.Size = new System.Drawing.Size(453, 373); + this.TabPagePageSettings.Size = new System.Drawing.Size(375, 305); this.TabPagePageSettings.TabIndex = 0; this.TabPagePageSettings.Text = "Page Adjustments"; this.TabPagePageSettings.UseVisualStyleBackColor = true; @@ -1178,17 +1177,17 @@ private void InitializeComponent() this.TablePanePageAdjustments.Location = new System.Drawing.Point(2, 2); this.TablePanePageAdjustments.Margin = new System.Windows.Forms.Padding(2); this.TablePanePageAdjustments.Name = "TablePanePageAdjustments"; - this.TablePanePageAdjustments.Padding = new System.Windows.Forms.Padding(10, 10, 10, 10); + this.TablePanePageAdjustments.Padding = new System.Windows.Forms.Padding(8, 8, 8, 8); this.TablePanePageAdjustments.RowCount = 8; - this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 94F)); - this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F)); - this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 226F)); - this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 228F)); - this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F)); - this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 76F)); - this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); - this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F)); - this.TablePanePageAdjustments.Size = new System.Drawing.Size(449, 369); + this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 78F)); + this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); + this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 188F)); + this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 190F)); + this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); + this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 63F)); + this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); + this.TablePanePageAdjustments.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 14F)); + this.TablePanePageAdjustments.Size = new System.Drawing.Size(371, 301); this.TablePanePageAdjustments.TabIndex = 7; // // GroupBoxDimensions @@ -1201,11 +1200,11 @@ private void InitializeComponent() this.GroupBoxDimensions.Controls.Add(this.LabelW); this.GroupBoxDimensions.Controls.Add(this.LabelHeight); this.GroupBoxDimensions.Controls.Add(this.LabelWidth); - this.GroupBoxDimensions.Location = new System.Drawing.Point(12, 12); + this.GroupBoxDimensions.Location = new System.Drawing.Point(10, 10); this.GroupBoxDimensions.Margin = new System.Windows.Forms.Padding(2); this.GroupBoxDimensions.Name = "GroupBoxDimensions"; this.GroupBoxDimensions.Padding = new System.Windows.Forms.Padding(2); - this.GroupBoxDimensions.Size = new System.Drawing.Size(399, 90); + this.GroupBoxDimensions.Size = new System.Drawing.Size(330, 74); this.GroupBoxDimensions.TabIndex = 4; this.GroupBoxDimensions.TabStop = false; this.GroupBoxDimensions.Text = "Dimensions"; @@ -1214,10 +1213,10 @@ private void InitializeComponent() // this.LabelH.AutoSize = true; this.LabelH.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.LabelH.Location = new System.Drawing.Point(286, 38); + this.LabelH.Location = new System.Drawing.Point(238, 32); this.LabelH.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.LabelH.Name = "LabelH"; - this.LabelH.Size = new System.Drawing.Size(19, 20); + this.LabelH.Size = new System.Drawing.Size(15, 16); this.LabelH.TabIndex = 3; this.LabelH.Text = "0"; // @@ -1225,30 +1224,30 @@ private void InitializeComponent() // this.LabelW.AutoSize = true; this.LabelW.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.LabelW.Location = new System.Drawing.Point(106, 38); + this.LabelW.Location = new System.Drawing.Point(88, 32); this.LabelW.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.LabelW.Name = "LabelW"; - this.LabelW.Size = new System.Drawing.Size(19, 20); + this.LabelW.Size = new System.Drawing.Size(15, 16); this.LabelW.TabIndex = 2; this.LabelW.Text = "0"; // // LabelHeight // this.LabelHeight.AutoSize = true; - this.LabelHeight.Location = new System.Drawing.Point(210, 38); + this.LabelHeight.Location = new System.Drawing.Point(175, 32); this.LabelHeight.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.LabelHeight.Name = "LabelHeight"; - this.LabelHeight.Size = new System.Drawing.Size(60, 20); + this.LabelHeight.Size = new System.Drawing.Size(49, 16); this.LabelHeight.TabIndex = 1; this.LabelHeight.Text = "Height:"; // // LabelWidth // this.LabelWidth.AutoSize = true; - this.LabelWidth.Location = new System.Drawing.Point(34, 38); + this.LabelWidth.Location = new System.Drawing.Point(28, 32); this.LabelWidth.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.LabelWidth.Name = "LabelWidth"; - this.LabelWidth.Size = new System.Drawing.Size(54, 20); + this.LabelWidth.Size = new System.Drawing.Size(44, 16); this.LabelWidth.TabIndex = 0; this.LabelWidth.Text = "Width:"; // @@ -1258,10 +1257,10 @@ private void InitializeComponent() this.RadioApplyAdjustmentsGlobal.AutoSize = true; this.RadioApplyAdjustmentsGlobal.Checked = true; this.RadioApplyAdjustmentsGlobal.Dock = System.Windows.Forms.DockStyle.Fill; - this.RadioApplyAdjustmentsGlobal.Location = new System.Drawing.Point(22, 122); - this.RadioApplyAdjustmentsGlobal.Margin = new System.Windows.Forms.Padding(12, 18, 12, 6); + this.RadioApplyAdjustmentsGlobal.Location = new System.Drawing.Point(18, 101); + this.RadioApplyAdjustmentsGlobal.Margin = new System.Windows.Forms.Padding(10, 15, 10, 5); this.RadioApplyAdjustmentsGlobal.Name = "RadioApplyAdjustmentsGlobal"; - this.RadioApplyAdjustmentsGlobal.Size = new System.Drawing.Size(177, 36); + this.RadioApplyAdjustmentsGlobal.Size = new System.Drawing.Size(147, 30); this.RadioApplyAdjustmentsGlobal.TabIndex = 7; this.RadioApplyAdjustmentsGlobal.TabStop = true; this.RadioApplyAdjustmentsGlobal.Tag = ""; @@ -1275,10 +1274,10 @@ private void InitializeComponent() this.RadioApplyAdjustmentsPage.AutoSize = true; this.RadioApplyAdjustmentsPage.Dock = System.Windows.Forms.DockStyle.Fill; this.RadioApplyAdjustmentsPage.Enabled = false; - this.RadioApplyAdjustmentsPage.Location = new System.Drawing.Point(223, 122); - this.RadioApplyAdjustmentsPage.Margin = new System.Windows.Forms.Padding(12, 18, 12, 6); + this.RadioApplyAdjustmentsPage.Location = new System.Drawing.Point(185, 101); + this.RadioApplyAdjustmentsPage.Margin = new System.Windows.Forms.Padding(10, 15, 10, 5); this.RadioApplyAdjustmentsPage.Name = "RadioApplyAdjustmentsPage"; - this.RadioApplyAdjustmentsPage.Size = new System.Drawing.Size(178, 36); + this.RadioApplyAdjustmentsPage.Size = new System.Drawing.Size(147, 30); this.RadioApplyAdjustmentsPage.TabIndex = 8; this.RadioApplyAdjustmentsPage.TabStop = true; this.RadioApplyAdjustmentsPage.Text = "(no page selected)"; @@ -1288,10 +1287,10 @@ private void InitializeComponent() // GetImageProcessExcludesFromSelectedButton // this.GetImageProcessExcludesFromSelectedButton.Dock = System.Windows.Forms.DockStyle.Top; - this.GetImageProcessExcludesFromSelectedButton.Location = new System.Drawing.Point(12, 730); + this.GetImageProcessExcludesFromSelectedButton.Location = new System.Drawing.Point(10, 607); this.GetImageProcessExcludesFromSelectedButton.Margin = new System.Windows.Forms.Padding(2); this.GetImageProcessExcludesFromSelectedButton.Name = "GetImageProcessExcludesFromSelectedButton"; - this.GetImageProcessExcludesFromSelectedButton.Size = new System.Drawing.Size(197, 34); + this.GetImageProcessExcludesFromSelectedButton.Size = new System.Drawing.Size(163, 28); this.GetImageProcessExcludesFromSelectedButton.TabIndex = 18; this.GetImageProcessExcludesFromSelectedButton.Text = "Get From selected Pages"; this.GetImageProcessExcludesFromSelectedButton.UseVisualStyleBackColor = true; @@ -1312,11 +1311,11 @@ private void InitializeComponent() this.GroupBoxResize.Controls.Add(this.RadioButtonResizeTo); this.GroupBoxResize.Controls.Add(this.TextBoxResizeH); this.GroupBoxResize.Controls.Add(this.TextBoxResizeW); - this.GroupBoxResize.Location = new System.Drawing.Point(12, 166); + this.GroupBoxResize.Location = new System.Drawing.Point(10, 138); this.GroupBoxResize.Margin = new System.Windows.Forms.Padding(2); this.GroupBoxResize.Name = "GroupBoxResize"; this.GroupBoxResize.Padding = new System.Windows.Forms.Padding(2); - this.GroupBoxResize.Size = new System.Drawing.Size(399, 222); + this.GroupBoxResize.Size = new System.Drawing.Size(330, 184); this.GroupBoxResize.TabIndex = 5; this.GroupBoxResize.TabStop = false; this.GroupBoxResize.Text = "Resize"; @@ -1326,8 +1325,8 @@ private void InitializeComponent() this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox2.Image = global::Win_CBZ.Properties.Resources.information; this.pictureBox2.InitialImage = global::Win_CBZ.Properties.Resources.information; - this.pictureBox2.Location = new System.Drawing.Point(361, 18); - this.pictureBox2.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0); + this.pictureBox2.Location = new System.Drawing.Point(298, 15); + this.pictureBox2.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(24, 24); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; @@ -1338,40 +1337,40 @@ private void InitializeComponent() // TextBoxResizePageIndexReference // this.AutoCompleteItems.SetAutocompleteMenu(this.TextBoxResizePageIndexReference, null); - this.TextBoxResizePageIndexReference.Location = new System.Drawing.Point(286, 70); + this.TextBoxResizePageIndexReference.Location = new System.Drawing.Point(238, 58); this.TextBoxResizePageIndexReference.Margin = new System.Windows.Forms.Padding(2); this.TextBoxResizePageIndexReference.Name = "TextBoxResizePageIndexReference"; - this.TextBoxResizePageIndexReference.Size = new System.Drawing.Size(54, 26); + this.TextBoxResizePageIndexReference.Size = new System.Drawing.Size(46, 22); this.TextBoxResizePageIndexReference.TabIndex = 8; this.TextBoxResizePageIndexReference.TextChanged += new System.EventHandler(this.TextBoxResizePageIndexReference_TextChanged); // // LabelResizeH // this.LabelResizeH.AutoSize = true; - this.LabelResizeH.Location = new System.Drawing.Point(194, 158); + this.LabelResizeH.Location = new System.Drawing.Point(162, 132); this.LabelResizeH.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.LabelResizeH.Name = "LabelResizeH"; - this.LabelResizeH.Size = new System.Drawing.Size(18, 20); + this.LabelResizeH.Size = new System.Drawing.Size(14, 16); this.LabelResizeH.TabIndex = 7; this.LabelResizeH.Text = "h"; // // LabelResizeW // this.LabelResizeW.AutoSize = true; - this.LabelResizeW.Location = new System.Drawing.Point(36, 158); + this.LabelResizeW.Location = new System.Drawing.Point(30, 132); this.LabelResizeW.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.LabelResizeW.Name = "LabelResizeW"; - this.LabelResizeW.Size = new System.Drawing.Size(20, 20); + this.LabelResizeW.Size = new System.Drawing.Size(16, 16); this.LabelResizeW.TabIndex = 6; this.LabelResizeW.Text = "w"; // // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(210, 74); + this.label3.Location = new System.Drawing.Point(175, 62); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(50, 20); + this.label3.Size = new System.Drawing.Size(43, 16); this.label3.TabIndex = 5; this.label3.Text = "Page "; // @@ -1379,10 +1378,10 @@ private void InitializeComponent() // this.RadioButtonResizeIfLarger.AutoSize = true; this.RadioButtonResizeIfLarger.Enabled = false; - this.RadioButtonResizeIfLarger.Location = new System.Drawing.Point(38, 72); + this.RadioButtonResizeIfLarger.Location = new System.Drawing.Point(32, 60); this.RadioButtonResizeIfLarger.Margin = new System.Windows.Forms.Padding(2); this.RadioButtonResizeIfLarger.Name = "RadioButtonResizeIfLarger"; - this.RadioButtonResizeIfLarger.Size = new System.Drawing.Size(157, 24); + this.RadioButtonResizeIfLarger.Size = new System.Drawing.Size(130, 20); this.RadioButtonResizeIfLarger.TabIndex = 4; this.RadioButtonResizeIfLarger.Text = "Only if larger than"; this.RadioButtonResizeIfLarger.UseVisualStyleBackColor = true; @@ -1393,10 +1392,10 @@ private void InitializeComponent() this.RadioButtonResizeNever.AutoSize = true; this.RadioButtonResizeNever.Checked = true; this.RadioButtonResizeNever.Enabled = false; - this.RadioButtonResizeNever.Location = new System.Drawing.Point(38, 34); + this.RadioButtonResizeNever.Location = new System.Drawing.Point(32, 28); this.RadioButtonResizeNever.Margin = new System.Windows.Forms.Padding(2); this.RadioButtonResizeNever.Name = "RadioButtonResizeNever"; - this.RadioButtonResizeNever.Size = new System.Drawing.Size(128, 24); + this.RadioButtonResizeNever.Size = new System.Drawing.Size(110, 20); this.RadioButtonResizeNever.TabIndex = 3; this.RadioButtonResizeNever.TabStop = true; this.RadioButtonResizeNever.Text = "Never Resize"; @@ -1407,10 +1406,10 @@ private void InitializeComponent() // this.RadioButtonResizeTo.AutoSize = true; this.RadioButtonResizeTo.Enabled = false; - this.RadioButtonResizeTo.Location = new System.Drawing.Point(38, 114); + this.RadioButtonResizeTo.Location = new System.Drawing.Point(32, 95); this.RadioButtonResizeTo.Margin = new System.Windows.Forms.Padding(2); this.RadioButtonResizeTo.Name = "RadioButtonResizeTo"; - this.RadioButtonResizeTo.Size = new System.Drawing.Size(101, 24); + this.RadioButtonResizeTo.Size = new System.Drawing.Size(84, 20); this.RadioButtonResizeTo.TabIndex = 2; this.RadioButtonResizeTo.Text = "Resize to"; this.RadioButtonResizeTo.UseVisualStyleBackColor = true; @@ -1419,20 +1418,20 @@ private void InitializeComponent() // TextBoxResizeH // this.AutoCompleteItems.SetAutocompleteMenu(this.TextBoxResizeH, null); - this.TextBoxResizeH.Location = new System.Drawing.Point(226, 154); + this.TextBoxResizeH.Location = new System.Drawing.Point(188, 128); this.TextBoxResizeH.Margin = new System.Windows.Forms.Padding(2); this.TextBoxResizeH.Name = "TextBoxResizeH"; - this.TextBoxResizeH.Size = new System.Drawing.Size(76, 26); + this.TextBoxResizeH.Size = new System.Drawing.Size(64, 22); this.TextBoxResizeH.TabIndex = 1; this.TextBoxResizeH.TextChanged += new System.EventHandler(this.TextBoxResizeH_TextChanged); // // TextBoxResizeW // this.AutoCompleteItems.SetAutocompleteMenu(this.TextBoxResizeW, null); - this.TextBoxResizeW.Location = new System.Drawing.Point(72, 154); + this.TextBoxResizeW.Location = new System.Drawing.Point(60, 128); this.TextBoxResizeW.Margin = new System.Windows.Forms.Padding(2); this.TextBoxResizeW.Name = "TextBoxResizeW"; - this.TextBoxResizeW.Size = new System.Drawing.Size(76, 26); + this.TextBoxResizeW.Size = new System.Drawing.Size(64, 22); this.TextBoxResizeW.TabIndex = 0; this.TextBoxResizeW.TextChanged += new System.EventHandler(this.TextBoxResizeW_TextChanged); // @@ -1447,11 +1446,11 @@ private void InitializeComponent() this.GroupBoxDoublePages.Controls.Add(this.ComboBoxSplitAtType); this.GroupBoxDoublePages.Controls.Add(this.TextBoxSplitPageAt); this.GroupBoxDoublePages.Controls.Add(this.CheckBoxSplitDoublePages); - this.GroupBoxDoublePages.Location = new System.Drawing.Point(12, 392); + this.GroupBoxDoublePages.Location = new System.Drawing.Point(10, 326); this.GroupBoxDoublePages.Margin = new System.Windows.Forms.Padding(2); this.GroupBoxDoublePages.Name = "GroupBoxDoublePages"; this.GroupBoxDoublePages.Padding = new System.Windows.Forms.Padding(2); - this.GroupBoxDoublePages.Size = new System.Drawing.Size(399, 224); + this.GroupBoxDoublePages.Size = new System.Drawing.Size(330, 186); this.GroupBoxDoublePages.TabIndex = 6; this.GroupBoxDoublePages.TabStop = false; this.GroupBoxDoublePages.Text = "Split Double-Pages"; @@ -1460,10 +1459,10 @@ private void InitializeComponent() // this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.PictureBoxColorSelect); - this.panel2.Location = new System.Drawing.Point(72, 158); + this.panel2.Location = new System.Drawing.Point(60, 132); this.panel2.Margin = new System.Windows.Forms.Padding(2); this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(60, 52); + this.panel2.Size = new System.Drawing.Size(50, 44); this.panel2.TabIndex = 6; // // PictureBoxColorSelect @@ -1473,7 +1472,7 @@ private void InitializeComponent() this.PictureBoxColorSelect.Location = new System.Drawing.Point(0, 0); this.PictureBoxColorSelect.Margin = new System.Windows.Forms.Padding(2); this.PictureBoxColorSelect.Name = "PictureBoxColorSelect"; - this.PictureBoxColorSelect.Size = new System.Drawing.Size(58, 50); + this.PictureBoxColorSelect.Size = new System.Drawing.Size(48, 42); this.PictureBoxColorSelect.TabIndex = 5; this.PictureBoxColorSelect.TabStop = false; this.PictureBoxColorSelect.Click += new System.EventHandler(this.PictureBoxColorSelect_Click); @@ -1481,10 +1480,10 @@ private void InitializeComponent() // LabelDetectSplitColor // this.LabelDetectSplitColor.AutoSize = true; - this.LabelDetectSplitColor.Location = new System.Drawing.Point(158, 178); + this.LabelDetectSplitColor.Location = new System.Drawing.Point(132, 148); this.LabelDetectSplitColor.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.LabelDetectSplitColor.Name = "LabelDetectSplitColor"; - this.LabelDetectSplitColor.Size = new System.Drawing.Size(171, 20); + this.LabelDetectSplitColor.Size = new System.Drawing.Size(143, 16); this.LabelDetectSplitColor.TabIndex = 5; this.LabelDetectSplitColor.Text = "Try to detect from color"; // @@ -1495,30 +1494,30 @@ private void InitializeComponent() this.ComboBoxSplitAtType.Items.AddRange(new object[] { "%", "px"}); - this.ComboBoxSplitAtType.Location = new System.Drawing.Point(190, 94); + this.ComboBoxSplitAtType.Location = new System.Drawing.Point(158, 78); this.ComboBoxSplitAtType.Margin = new System.Windows.Forms.Padding(2); this.ComboBoxSplitAtType.Name = "ComboBoxSplitAtType"; - this.ComboBoxSplitAtType.Size = new System.Drawing.Size(74, 28); + this.ComboBoxSplitAtType.Size = new System.Drawing.Size(62, 24); this.ComboBoxSplitAtType.TabIndex = 2; this.ComboBoxSplitAtType.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSplitAtType_SelectedIndexChanged); // // TextBoxSplitPageAt // this.AutoCompleteItems.SetAutocompleteMenu(this.TextBoxSplitPageAt, null); - this.TextBoxSplitPageAt.Location = new System.Drawing.Point(72, 94); + this.TextBoxSplitPageAt.Location = new System.Drawing.Point(60, 78); this.TextBoxSplitPageAt.Margin = new System.Windows.Forms.Padding(2); this.TextBoxSplitPageAt.Name = "TextBoxSplitPageAt"; - this.TextBoxSplitPageAt.Size = new System.Drawing.Size(88, 26); + this.TextBoxSplitPageAt.Size = new System.Drawing.Size(74, 22); this.TextBoxSplitPageAt.TabIndex = 1; this.TextBoxSplitPageAt.TextAlignChanged += new System.EventHandler(this.TextBoxSplitPageAt_TextAlignChanged); // // CheckBoxSplitDoublePages // this.CheckBoxSplitDoublePages.AutoSize = true; - this.CheckBoxSplitDoublePages.Location = new System.Drawing.Point(38, 46); + this.CheckBoxSplitDoublePages.Location = new System.Drawing.Point(32, 38); this.CheckBoxSplitDoublePages.Margin = new System.Windows.Forms.Padding(2); this.CheckBoxSplitDoublePages.Name = "CheckBoxSplitDoublePages"; - this.CheckBoxSplitDoublePages.Size = new System.Drawing.Size(84, 24); + this.CheckBoxSplitDoublePages.Size = new System.Drawing.Size(69, 20); this.CheckBoxSplitDoublePages.TabIndex = 0; this.CheckBoxSplitDoublePages.Text = "Split at"; this.CheckBoxSplitDoublePages.UseVisualStyleBackColor = true; @@ -1528,10 +1527,10 @@ private void InitializeComponent() // this.ExcludeHeaderLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ExcludeHeaderLabel.AutoSize = true; - this.ExcludeHeaderLabel.Location = new System.Drawing.Point(12, 632); + this.ExcludeHeaderLabel.Location = new System.Drawing.Point(10, 526); this.ExcludeHeaderLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ExcludeHeaderLabel.Name = "ExcludeHeaderLabel"; - this.ExcludeHeaderLabel.Size = new System.Drawing.Size(65, 20); + this.ExcludeHeaderLabel.Size = new System.Drawing.Size(55, 16); this.ExcludeHeaderLabel.TabIndex = 14; this.ExcludeHeaderLabel.Text = "Exclude"; // @@ -1540,22 +1539,22 @@ private void InitializeComponent() this.AutoCompleteItems.SetAutocompleteMenu(this.TextBoxExcöudePagesImageProcessing, null); this.TablePanePageAdjustments.SetColumnSpan(this.TextBoxExcöudePagesImageProcessing, 2); this.TextBoxExcöudePagesImageProcessing.Dock = System.Windows.Forms.DockStyle.Fill; - this.TextBoxExcöudePagesImageProcessing.Location = new System.Drawing.Point(12, 654); + this.TextBoxExcöudePagesImageProcessing.Location = new System.Drawing.Point(10, 544); this.TextBoxExcöudePagesImageProcessing.Margin = new System.Windows.Forms.Padding(2); this.TextBoxExcöudePagesImageProcessing.Multiline = true; this.TextBoxExcöudePagesImageProcessing.Name = "TextBoxExcöudePagesImageProcessing"; - this.TextBoxExcöudePagesImageProcessing.Size = new System.Drawing.Size(399, 72); + this.TextBoxExcöudePagesImageProcessing.Size = new System.Drawing.Size(330, 59); this.TextBoxExcöudePagesImageProcessing.TabIndex = 17; // // TabPageGlobalSettings // this.TabPageGlobalSettings.Controls.Add(this.FileSettingsTablePanel); this.TabPageGlobalSettings.ImageIndex = 1; - this.TabPageGlobalSettings.Location = new System.Drawing.Point(4, 29); + this.TabPageGlobalSettings.Location = new System.Drawing.Point(4, 25); this.TabPageGlobalSettings.Margin = new System.Windows.Forms.Padding(2); this.TabPageGlobalSettings.Name = "TabPageGlobalSettings"; this.TabPageGlobalSettings.Padding = new System.Windows.Forms.Padding(2); - this.TabPageGlobalSettings.Size = new System.Drawing.Size(453, 370); + this.TabPageGlobalSettings.Size = new System.Drawing.Size(376, 309); this.TabPageGlobalSettings.TabIndex = 1; this.TabPageGlobalSettings.Text = "File Settings"; this.TabPageGlobalSettings.UseVisualStyleBackColor = true; @@ -1581,30 +1580,30 @@ private void InitializeComponent() this.FileSettingsTablePanel.Location = new System.Drawing.Point(2, 2); this.FileSettingsTablePanel.Margin = new System.Windows.Forms.Padding(2); this.FileSettingsTablePanel.Name = "FileSettingsTablePanel"; - this.FileSettingsTablePanel.Padding = new System.Windows.Forms.Padding(14, 14, 14, 14); + this.FileSettingsTablePanel.Padding = new System.Windows.Forms.Padding(12, 12, 12, 12); this.FileSettingsTablePanel.RowCount = 11; - this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F)); - this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); - this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F)); this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); - this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F)); + this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F)); this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); - this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F)); + this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); - this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 158F)); - this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); - this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 12F)); - this.FileSettingsTablePanel.Size = new System.Drawing.Size(449, 366); + this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); + this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 125F)); + this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); + this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 132F)); + this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F)); + this.FileSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); + this.FileSettingsTablePanel.Size = new System.Drawing.Size(372, 305); this.FileSettingsTablePanel.TabIndex = 1; // // PlaceholdersInfoLabel // this.PlaceholdersInfoLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; this.PlaceholdersInfoLabel.AutoSize = true; - this.PlaceholdersInfoLabel.Location = new System.Drawing.Point(16, 225); + this.PlaceholdersInfoLabel.Location = new System.Drawing.Point(14, 188); this.PlaceholdersInfoLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.PlaceholdersInfoLabel.Name = "PlaceholdersInfoLabel"; - this.PlaceholdersInfoLabel.Size = new System.Drawing.Size(100, 20); + this.PlaceholdersInfoLabel.Size = new System.Drawing.Size(87, 16); this.PlaceholdersInfoLabel.TabIndex = 11; this.PlaceholdersInfoLabel.Text = "Placeholders"; // @@ -1613,10 +1612,10 @@ private void InitializeComponent() this.CheckBoxDoRenamePages.Anchor = System.Windows.Forms.AnchorStyles.Left; this.CheckBoxDoRenamePages.AutoSize = true; this.CheckBoxDoRenamePages.Enabled = false; - this.CheckBoxDoRenamePages.Location = new System.Drawing.Point(16, 25); + this.CheckBoxDoRenamePages.Location = new System.Drawing.Point(14, 21); this.CheckBoxDoRenamePages.Margin = new System.Windows.Forms.Padding(2); this.CheckBoxDoRenamePages.Name = "CheckBoxDoRenamePages"; - this.CheckBoxDoRenamePages.Size = new System.Drawing.Size(145, 24); + this.CheckBoxDoRenamePages.Size = new System.Drawing.Size(124, 20); this.CheckBoxDoRenamePages.TabIndex = 1; this.CheckBoxDoRenamePages.Text = "Rename Pages"; this.CheckBoxDoRenamePages.UseVisualStyleBackColor = true; @@ -1626,10 +1625,10 @@ private void InitializeComponent() // this.LabelRenameStoryPage.Anchor = System.Windows.Forms.AnchorStyles.Left; this.LabelRenameStoryPage.AutoSize = true; - this.LabelRenameStoryPage.Location = new System.Drawing.Point(16, 63); + this.LabelRenameStoryPage.Location = new System.Drawing.Point(14, 53); this.LabelRenameStoryPage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.LabelRenameStoryPage.Name = "LabelRenameStoryPage"; - this.LabelRenameStoryPage.Size = new System.Drawing.Size(143, 20); + this.LabelRenameStoryPage.Size = new System.Drawing.Size(119, 16); this.LabelRenameStoryPage.TabIndex = 7; this.LabelRenameStoryPage.Text = "Default Story Page"; // @@ -1640,10 +1639,10 @@ private void InitializeComponent() this.FileSettingsTablePanel.SetColumnSpan(this.TextboxStoryPageRenamingPattern, 2); this.TextboxStoryPageRenamingPattern.Enabled = false; this.TextboxStoryPageRenamingPattern.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.TextboxStoryPageRenamingPattern.Location = new System.Drawing.Point(16, 95); + this.TextboxStoryPageRenamingPattern.Location = new System.Drawing.Point(14, 79); this.TextboxStoryPageRenamingPattern.Margin = new System.Windows.Forms.Padding(2); this.TextboxStoryPageRenamingPattern.Name = "TextboxStoryPageRenamingPattern"; - this.TextboxStoryPageRenamingPattern.Size = new System.Drawing.Size(391, 28); + this.TextboxStoryPageRenamingPattern.Size = new System.Drawing.Size(323, 24); this.TextboxStoryPageRenamingPattern.TabIndex = 8; this.TextboxStoryPageRenamingPattern.Text = "{title}_p{page}.{ext}"; this.TextboxStoryPageRenamingPattern.TextChanged += new System.EventHandler(this.TextboxStoryPageRenamingPattern_TextChanged_1); @@ -1652,10 +1651,10 @@ private void InitializeComponent() // this.LabelRenameSpecialPage.Anchor = System.Windows.Forms.AnchorStyles.Left; this.LabelRenameSpecialPage.AutoSize = true; - this.LabelRenameSpecialPage.Location = new System.Drawing.Point(16, 141); + this.LabelRenameSpecialPage.Location = new System.Drawing.Point(14, 118); this.LabelRenameSpecialPage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.LabelRenameSpecialPage.Name = "LabelRenameSpecialPage"; - this.LabelRenameSpecialPage.Size = new System.Drawing.Size(185, 20); + this.LabelRenameSpecialPage.Size = new System.Drawing.Size(160, 16); this.LabelRenameSpecialPage.TabIndex = 9; this.LabelRenameSpecialPage.Text = "Special Pages (i.e Cover)"; // @@ -1666,10 +1665,10 @@ private void InitializeComponent() this.FileSettingsTablePanel.SetColumnSpan(this.TextboxSpecialPageRenamingPattern, 2); this.TextboxSpecialPageRenamingPattern.Enabled = false; this.TextboxSpecialPageRenamingPattern.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.TextboxSpecialPageRenamingPattern.Location = new System.Drawing.Point(16, 179); + this.TextboxSpecialPageRenamingPattern.Location = new System.Drawing.Point(14, 149); this.TextboxSpecialPageRenamingPattern.Margin = new System.Windows.Forms.Padding(2); this.TextboxSpecialPageRenamingPattern.Name = "TextboxSpecialPageRenamingPattern"; - this.TextboxSpecialPageRenamingPattern.Size = new System.Drawing.Size(391, 28); + this.TextboxSpecialPageRenamingPattern.Size = new System.Drawing.Size(323, 24); this.TextboxSpecialPageRenamingPattern.TabIndex = 10; this.TextboxSpecialPageRenamingPattern.Text = "{type}_{index}.{ext}"; this.TextboxSpecialPageRenamingPattern.TextChanged += new System.EventHandler(this.TextboxSpecialPageRenamingPattern_TextChanged_1); @@ -1680,22 +1679,22 @@ private void InitializeComponent() | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.FileSettingsTablePanel.SetColumnSpan(this.PlaceholdersFlowPanel, 2); - this.PlaceholdersFlowPanel.Location = new System.Drawing.Point(16, 256); + this.PlaceholdersFlowPanel.Location = new System.Drawing.Point(14, 214); this.PlaceholdersFlowPanel.Margin = new System.Windows.Forms.Padding(2); this.PlaceholdersFlowPanel.Name = "PlaceholdersFlowPanel"; - this.PlaceholdersFlowPanel.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6); - this.PlaceholdersFlowPanel.Size = new System.Drawing.Size(391, 146); + this.PlaceholdersFlowPanel.Padding = new System.Windows.Forms.Padding(5, 5, 5, 5); + this.PlaceholdersFlowPanel.Size = new System.Drawing.Size(323, 121); this.PlaceholdersFlowPanel.TabIndex = 12; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(16, 417); + this.label2.Location = new System.Drawing.Point(14, 349); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; - this.label2.Padding = new System.Windows.Forms.Padding(0, 0, 0, 5); - this.label2.Size = new System.Drawing.Size(65, 25); + this.label2.Padding = new System.Windows.Forms.Padding(0, 0, 0, 4); + this.label2.Size = new System.Drawing.Size(55, 20); this.label2.TabIndex = 13; this.label2.Text = "Exclude"; // @@ -1704,10 +1703,10 @@ private void InitializeComponent() this.CheckBoxPreview.Anchor = System.Windows.Forms.AnchorStyles.Left; this.CheckBoxPreview.AutoSize = true; this.CheckBoxPreview.Enabled = false; - this.CheckBoxPreview.Location = new System.Drawing.Point(254, 25); + this.CheckBoxPreview.Location = new System.Drawing.Point(211, 21); this.CheckBoxPreview.Margin = new System.Windows.Forms.Padding(2); this.CheckBoxPreview.Name = "CheckBoxPreview"; - this.CheckBoxPreview.Size = new System.Drawing.Size(89, 24); + this.CheckBoxPreview.Size = new System.Drawing.Size(77, 20); this.CheckBoxPreview.TabIndex = 15; this.CheckBoxPreview.Text = "Preview"; this.CheckBoxPreview.UseVisualStyleBackColor = true; @@ -1718,21 +1717,21 @@ private void InitializeComponent() this.AutoCompleteItems.SetAutocompleteMenu(this.RenamerExcludePages, null); this.FileSettingsTablePanel.SetColumnSpan(this.RenamerExcludePages, 2); this.RenamerExcludePages.Dock = System.Windows.Forms.DockStyle.Fill; - this.RenamerExcludePages.Location = new System.Drawing.Point(16, 444); + this.RenamerExcludePages.Location = new System.Drawing.Point(14, 371); this.RenamerExcludePages.Margin = new System.Windows.Forms.Padding(2); this.RenamerExcludePages.Multiline = true; this.RenamerExcludePages.Name = "RenamerExcludePages"; - this.RenamerExcludePages.Size = new System.Drawing.Size(391, 154); + this.RenamerExcludePages.Size = new System.Drawing.Size(323, 128); this.RenamerExcludePages.TabIndex = 16; this.RenamerExcludePages.TextChanged += new System.EventHandler(this.RenamerExcludePages_TextChanged); // // btnGetExcludesFromSelectedPages // this.btnGetExcludesFromSelectedPages.Dock = System.Windows.Forms.DockStyle.Fill; - this.btnGetExcludesFromSelectedPages.Location = new System.Drawing.Point(15, 605); - this.btnGetExcludesFromSelectedPages.Margin = new System.Windows.Forms.Padding(1, 5, 5, 5); + this.btnGetExcludesFromSelectedPages.Location = new System.Drawing.Point(13, 505); + this.btnGetExcludesFromSelectedPages.Margin = new System.Windows.Forms.Padding(1, 4, 4, 4); this.btnGetExcludesFromSelectedPages.Name = "btnGetExcludesFromSelectedPages"; - this.btnGetExcludesFromSelectedPages.Size = new System.Drawing.Size(232, 40); + this.btnGetExcludesFromSelectedPages.Size = new System.Drawing.Size(192, 34); this.btnGetExcludesFromSelectedPages.TabIndex = 17; this.btnGetExcludesFromSelectedPages.Text = "Get From selected Pages"; this.btnGetExcludesFromSelectedPages.UseVisualStyleBackColor = true; @@ -1742,11 +1741,11 @@ private void InitializeComponent() // this.TabPageArchiveSettings.Controls.Add(this.ArchiveBuildSettingsTableLayout); this.TabPageArchiveSettings.ImageIndex = 2; - this.TabPageArchiveSettings.Location = new System.Drawing.Point(4, 29); + this.TabPageArchiveSettings.Location = new System.Drawing.Point(4, 25); this.TabPageArchiveSettings.Margin = new System.Windows.Forms.Padding(2); this.TabPageArchiveSettings.Name = "TabPageArchiveSettings"; this.TabPageArchiveSettings.Padding = new System.Windows.Forms.Padding(2); - this.TabPageArchiveSettings.Size = new System.Drawing.Size(453, 370); + this.TabPageArchiveSettings.Size = new System.Drawing.Size(376, 309); this.TabPageArchiveSettings.TabIndex = 2; this.TabPageArchiveSettings.Text = "Build settings"; this.TabPageArchiveSettings.UseVisualStyleBackColor = true; @@ -1768,15 +1767,15 @@ private void InitializeComponent() this.ArchiveBuildSettingsTableLayout.Location = new System.Drawing.Point(2, 2); this.ArchiveBuildSettingsTableLayout.Margin = new System.Windows.Forms.Padding(2); this.ArchiveBuildSettingsTableLayout.Name = "ArchiveBuildSettingsTableLayout"; - this.ArchiveBuildSettingsTableLayout.Padding = new System.Windows.Forms.Padding(14, 14, 14, 14); + this.ArchiveBuildSettingsTableLayout.Padding = new System.Windows.Forms.Padding(12, 12, 12, 12); this.ArchiveBuildSettingsTableLayout.RowCount = 5; - this.ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); + this.ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F)); - this.ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F)); - this.ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F)); - this.ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); - this.ArchiveBuildSettingsTableLayout.Size = new System.Drawing.Size(449, 366); + this.ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); + this.ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); + this.ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 125F)); + this.ArchiveBuildSettingsTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.ArchiveBuildSettingsTableLayout.Size = new System.Drawing.Size(372, 305); this.ArchiveBuildSettingsTableLayout.TabIndex = 0; // // CompatInfoText @@ -1784,10 +1783,10 @@ private void InitializeComponent() this.CompatInfoText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ArchiveBuildSettingsTableLayout.SetColumnSpan(this.CompatInfoText, 2); - this.CompatInfoText.Location = new System.Drawing.Point(16, 186); + this.CompatInfoText.Location = new System.Drawing.Point(14, 156); this.CompatInfoText.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.CompatInfoText.Name = "CompatInfoText"; - this.CompatInfoText.Size = new System.Drawing.Size(417, 50); + this.CompatInfoText.Size = new System.Drawing.Size(344, 42); this.CompatInfoText.TabIndex = 1; this.CompatInfoText.Text = resources.GetString("CompatInfoText.Text"); this.CompatInfoText.Visible = false; @@ -1797,21 +1796,21 @@ private void InitializeComponent() this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label7.AutoSize = true; this.ArchiveBuildSettingsTableLayout.SetColumnSpan(this.label7, 2); - this.label7.Location = new System.Drawing.Point(14, 16); + this.label7.Location = new System.Drawing.Point(12, 14); this.label7.Margin = new System.Windows.Forms.Padding(0, 0, 2, 0); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(143, 20); + this.label7.Size = new System.Drawing.Size(123, 16); this.label7.TabIndex = 1; this.label7.Text = "Compression Level"; // // CheckBoxIgnoreErrorsOnSave // this.CheckBoxIgnoreErrorsOnSave.AutoSize = true; - this.CheckBoxIgnoreErrorsOnSave.Location = new System.Drawing.Point(14, 134); + this.CheckBoxIgnoreErrorsOnSave.Location = new System.Drawing.Point(12, 113); this.CheckBoxIgnoreErrorsOnSave.Margin = new System.Windows.Forms.Padding(0, 2, 2, 2); this.CheckBoxIgnoreErrorsOnSave.Name = "CheckBoxIgnoreErrorsOnSave"; - this.CheckBoxIgnoreErrorsOnSave.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0); - this.CheckBoxIgnoreErrorsOnSave.Size = new System.Drawing.Size(160, 34); + this.CheckBoxIgnoreErrorsOnSave.Padding = new System.Windows.Forms.Padding(0, 8, 0, 0); + this.CheckBoxIgnoreErrorsOnSave.Size = new System.Drawing.Size(131, 28); this.CheckBoxIgnoreErrorsOnSave.TabIndex = 7; this.CheckBoxIgnoreErrorsOnSave.Text = "Continue on Error"; this.CheckBoxIgnoreErrorsOnSave.UseVisualStyleBackColor = true; @@ -1821,8 +1820,8 @@ private void InitializeComponent() // this.pictureBox1.Image = global::Win_CBZ.Properties.Resources.information; this.pictureBox1.InitialImage = global::Win_CBZ.Properties.Resources.information; - this.pictureBox1.Location = new System.Drawing.Point(203, 142); - this.pictureBox1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0); + this.pictureBox1.Location = new System.Drawing.Point(168, 119); + this.pictureBox1.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(24, 24); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; @@ -1842,10 +1841,10 @@ private void InitializeComponent() "Optimal", "Fastest", "None"}); - this.ComboBoxCompressionLevel.Location = new System.Drawing.Point(14, 40); - this.ComboBoxCompressionLevel.Margin = new System.Windows.Forms.Padding(0, 2, 2, 10); + this.ComboBoxCompressionLevel.Location = new System.Drawing.Point(12, 34); + this.ComboBoxCompressionLevel.Margin = new System.Windows.Forms.Padding(0, 2, 2, 8); this.ComboBoxCompressionLevel.Name = "ComboBoxCompressionLevel"; - this.ComboBoxCompressionLevel.Size = new System.Drawing.Size(419, 28); + this.ComboBoxCompressionLevel.Size = new System.Drawing.Size(346, 24); this.ComboBoxCompressionLevel.TabIndex = 0; this.ComboBoxCompressionLevel.SelectedIndexChanged += new System.EventHandler(this.ComboBoxCompressionLevel_SelectedIndexChanged); // @@ -1853,8 +1852,8 @@ private void InitializeComponent() // this.InfoIconTooltip.Image = global::Win_CBZ.Properties.Resources.information; this.InfoIconTooltip.InitialImage = global::Win_CBZ.Properties.Resources.information; - this.InfoIconTooltip.Location = new System.Drawing.Point(203, 88); - this.InfoIconTooltip.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0); + this.InfoIconTooltip.Location = new System.Drawing.Point(168, 74); + this.InfoIconTooltip.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0); this.InfoIconTooltip.Name = "InfoIconTooltip"; this.InfoIconTooltip.Size = new System.Drawing.Size(24, 24); this.InfoIconTooltip.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; @@ -1865,11 +1864,11 @@ private void InitializeComponent() // CheckBoxCompatibilityMode // this.CheckBoxCompatibilityMode.AutoSize = true; - this.CheckBoxCompatibilityMode.Location = new System.Drawing.Point(14, 80); + this.CheckBoxCompatibilityMode.Location = new System.Drawing.Point(12, 68); this.CheckBoxCompatibilityMode.Margin = new System.Windows.Forms.Padding(0, 2, 2, 2); this.CheckBoxCompatibilityMode.Name = "CheckBoxCompatibilityMode"; - this.CheckBoxCompatibilityMode.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0); - this.CheckBoxCompatibilityMode.Size = new System.Drawing.Size(168, 34); + this.CheckBoxCompatibilityMode.Padding = new System.Windows.Forms.Padding(0, 8, 0, 0); + this.CheckBoxCompatibilityMode.Size = new System.Drawing.Size(144, 28); this.CheckBoxCompatibilityMode.TabIndex = 0; this.CheckBoxCompatibilityMode.Text = "Compatibility mode"; this.CheckBoxCompatibilityMode.UseVisualStyleBackColor = true; @@ -1891,9 +1890,9 @@ private void InitializeComponent() // SplitBoxItemsList.Panel2 // this.SplitBoxItemsList.Panel2.Controls.Add(this.MetadataPanel); - this.SplitBoxItemsList.Size = new System.Drawing.Size(1107, 566); - this.SplitBoxItemsList.SplitterDistance = 214; - this.SplitBoxItemsList.SplitterWidth = 6; + this.SplitBoxItemsList.Size = new System.Drawing.Size(922, 466); + this.SplitBoxItemsList.SplitterDistance = 176; + this.SplitBoxItemsList.SplitterWidth = 5; this.SplitBoxItemsList.TabIndex = 7; // // PagesList @@ -1915,7 +1914,7 @@ private void InitializeComponent() this.PagesList.Margin = new System.Windows.Forms.Padding(2); this.PagesList.Name = "PagesList"; this.PagesList.ShowItemToolTips = true; - this.PagesList.Size = new System.Drawing.Size(1105, 212); + this.PagesList.Size = new System.Drawing.Size(920, 174); this.PagesList.TabIndex = 5; this.PagesList.UseCompatibleStateImageBehavior = false; this.PagesList.View = System.Windows.Forms.View.Details; @@ -1965,8 +1964,8 @@ private void InitializeComponent() this.MetadataPanel.RowCount = 3; this.MetadataPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.MetadataPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.MetadataPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F)); - this.MetadataPanel.Size = new System.Drawing.Size(1105, 344); + this.MetadataPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); + this.MetadataPanel.Size = new System.Drawing.Size(920, 283); this.MetadataPanel.TabIndex = 10; // // MetadataEditorHeaderFlowLayoutPanel @@ -1978,11 +1977,11 @@ private void InitializeComponent() this.MetadataEditorHeaderFlowLayoutPanel.Controls.Add(this.TextBoxCountKeys); this.MetadataEditorHeaderFlowLayoutPanel.Controls.Add(this.BtnAddMetaData); this.MetadataEditorHeaderFlowLayoutPanel.Controls.Add(this.BtnRemoveMetaData); - this.MetadataEditorHeaderFlowLayoutPanel.Location = new System.Drawing.Point(6, 6); - this.MetadataEditorHeaderFlowLayoutPanel.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); + this.MetadataEditorHeaderFlowLayoutPanel.Location = new System.Drawing.Point(5, 5); + this.MetadataEditorHeaderFlowLayoutPanel.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.MetadataEditorHeaderFlowLayoutPanel.Name = "MetadataEditorHeaderFlowLayoutPanel"; this.MetadataEditorHeaderFlowLayoutPanel.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0); - this.MetadataEditorHeaderFlowLayoutPanel.Size = new System.Drawing.Size(1027, 43); + this.MetadataEditorHeaderFlowLayoutPanel.Size = new System.Drawing.Size(856, 36); this.MetadataEditorHeaderFlowLayoutPanel.TabIndex = 9; // // LabelMetadataPanel @@ -1990,8 +1989,8 @@ private void InitializeComponent() this.LabelMetadataPanel.Location = new System.Drawing.Point(2, 2); this.LabelMetadataPanel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.LabelMetadataPanel.Name = "LabelMetadataPanel"; - this.LabelMetadataPanel.Padding = new System.Windows.Forms.Padding(0, 8, 0, 0); - this.LabelMetadataPanel.Size = new System.Drawing.Size(94, 35); + this.LabelMetadataPanel.Padding = new System.Windows.Forms.Padding(0, 7, 0, 0); + this.LabelMetadataPanel.Size = new System.Drawing.Size(78, 29); this.LabelMetadataPanel.TabIndex = 1; this.LabelMetadataPanel.Text = "Metadata"; // @@ -1999,21 +1998,21 @@ private void InitializeComponent() // this.AutoCompleteItems.SetAutocompleteMenu(this.TextBoxMetaDataFilename, null); this.TextBoxMetaDataFilename.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.TextBoxMetaDataFilename.Location = new System.Drawing.Point(100, 6); - this.TextBoxMetaDataFilename.Margin = new System.Windows.Forms.Padding(2, 4, 2, 2); + this.TextBoxMetaDataFilename.Location = new System.Drawing.Point(84, 5); + this.TextBoxMetaDataFilename.Margin = new System.Windows.Forms.Padding(2, 3, 2, 2); this.TextBoxMetaDataFilename.Name = "TextBoxMetaDataFilename"; this.TextBoxMetaDataFilename.ReadOnly = true; - this.TextBoxMetaDataFilename.Size = new System.Drawing.Size(202, 31); + this.TextBoxMetaDataFilename.Size = new System.Drawing.Size(169, 27); this.TextBoxMetaDataFilename.TabIndex = 9; // // TextBoxMetadataKeys // this.TextBoxMetadataKeys.AutoSize = true; - this.TextBoxMetadataKeys.Location = new System.Drawing.Point(314, 2); - this.TextBoxMetadataKeys.Margin = new System.Windows.Forms.Padding(10, 0, 2, 0); + this.TextBoxMetadataKeys.Location = new System.Drawing.Point(263, 2); + this.TextBoxMetadataKeys.Margin = new System.Windows.Forms.Padding(8, 0, 2, 0); this.TextBoxMetadataKeys.Name = "TextBoxMetadataKeys"; - this.TextBoxMetadataKeys.Padding = new System.Windows.Forms.Padding(0, 8, 6, 0); - this.TextBoxMetadataKeys.Size = new System.Drawing.Size(53, 28); + this.TextBoxMetadataKeys.Padding = new System.Windows.Forms.Padding(0, 7, 5, 0); + this.TextBoxMetadataKeys.Size = new System.Drawing.Size(45, 23); this.TextBoxMetadataKeys.TabIndex = 10; this.TextBoxMetadataKeys.Text = "Keys:"; // @@ -2022,11 +2021,11 @@ private void InitializeComponent() this.AutoCompleteItems.SetAutocompleteMenu(this.TextBoxCountKeys, null); this.TextBoxCountKeys.BackColor = System.Drawing.SystemColors.Control; this.TextBoxCountKeys.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.TextBoxCountKeys.Location = new System.Drawing.Point(373, 6); - this.TextBoxCountKeys.Margin = new System.Windows.Forms.Padding(4, 4, 11, 4); + this.TextBoxCountKeys.Location = new System.Drawing.Point(313, 5); + this.TextBoxCountKeys.Margin = new System.Windows.Forms.Padding(3, 3, 9, 3); this.TextBoxCountKeys.Name = "TextBoxCountKeys"; this.TextBoxCountKeys.ReadOnly = true; - this.TextBoxCountKeys.Size = new System.Drawing.Size(42, 31); + this.TextBoxCountKeys.Size = new System.Drawing.Size(36, 27); this.TextBoxCountKeys.TabIndex = 12; this.TextBoxCountKeys.Text = "0"; this.TextBoxCountKeys.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; @@ -2038,11 +2037,11 @@ private void InitializeComponent() this.BtnAddMetaData.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.BtnAddMetaData.ImageIndex = 0; this.BtnAddMetaData.ImageList = this.SmallIconsImages; - this.BtnAddMetaData.Location = new System.Drawing.Point(428, 4); + this.BtnAddMetaData.Location = new System.Drawing.Point(360, 4); this.BtnAddMetaData.Margin = new System.Windows.Forms.Padding(2); this.BtnAddMetaData.Name = "BtnAddMetaData"; this.BtnAddMetaData.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.BtnAddMetaData.Size = new System.Drawing.Size(228, 36); + this.BtnAddMetaData.Size = new System.Drawing.Size(190, 30); this.BtnAddMetaData.TabIndex = 7; this.BtnAddMetaData.Text = "Add Metadata"; this.BtnAddMetaData.UseVisualStyleBackColor = true; @@ -2063,11 +2062,11 @@ private void InitializeComponent() this.BtnRemoveMetaData.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.BtnRemoveMetaData.ImageIndex = 1; this.BtnRemoveMetaData.ImageList = this.SmallIconsImages; - this.BtnRemoveMetaData.Location = new System.Drawing.Point(660, 4); + this.BtnRemoveMetaData.Location = new System.Drawing.Point(554, 4); this.BtnRemoveMetaData.Margin = new System.Windows.Forms.Padding(2); this.BtnRemoveMetaData.Name = "BtnRemoveMetaData"; this.BtnRemoveMetaData.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.BtnRemoveMetaData.Size = new System.Drawing.Size(218, 36); + this.BtnRemoveMetaData.Size = new System.Drawing.Size(182, 30); this.BtnRemoveMetaData.TabIndex = 8; this.BtnRemoveMetaData.Text = "Remove Metadata"; this.BtnRemoveMetaData.UseVisualStyleBackColor = true; @@ -2080,10 +2079,9 @@ private void InitializeComponent() this.MetaDataTableActionsPanel.AutoSize = true; this.MetaDataTableActionsPanel.Controls.Add(this.AddMetaDataRowBtn); this.MetaDataTableActionsPanel.Controls.Add(this.RemoveMetadataRowBtn); - this.MetaDataTableActionsPanel.Location = new System.Drawing.Point(4, 294); - this.MetaDataTableActionsPanel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.MetaDataTableActionsPanel.Location = new System.Drawing.Point(3, 241); this.MetaDataTableActionsPanel.Name = "MetaDataTableActionsPanel"; - this.MetaDataTableActionsPanel.Size = new System.Drawing.Size(1097, 46); + this.MetaDataTableActionsPanel.Size = new System.Drawing.Size(914, 39); this.MetaDataTableActionsPanel.TabIndex = 13; // // AddMetaDataRowBtn @@ -2095,7 +2093,7 @@ private void InitializeComponent() this.AddMetaDataRowBtn.Location = new System.Drawing.Point(2, 2); this.AddMetaDataRowBtn.Margin = new System.Windows.Forms.Padding(2); this.AddMetaDataRowBtn.Name = "AddMetaDataRowBtn"; - this.AddMetaDataRowBtn.Size = new System.Drawing.Size(182, 42); + this.AddMetaDataRowBtn.Size = new System.Drawing.Size(152, 35); this.AddMetaDataRowBtn.TabIndex = 0; this.AddMetaDataRowBtn.Text = "Add Property"; this.AddMetaDataRowBtn.UseVisualStyleBackColor = true; @@ -2107,10 +2105,10 @@ private void InitializeComponent() this.RemoveMetadataRowBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.RemoveMetadataRowBtn.ImageKey = "delete.png"; this.RemoveMetadataRowBtn.ImageList = this.SmallIconsImages; - this.RemoveMetadataRowBtn.Location = new System.Drawing.Point(188, 2); + this.RemoveMetadataRowBtn.Location = new System.Drawing.Point(158, 2); this.RemoveMetadataRowBtn.Margin = new System.Windows.Forms.Padding(2); this.RemoveMetadataRowBtn.Name = "RemoveMetadataRowBtn"; - this.RemoveMetadataRowBtn.Size = new System.Drawing.Size(182, 42); + this.RemoveMetadataRowBtn.Size = new System.Drawing.Size(152, 35); this.RemoveMetadataRowBtn.TabIndex = 1; this.RemoveMetadataRowBtn.Text = "Remove"; this.RemoveMetadataRowBtn.UseVisualStyleBackColor = true; @@ -2141,7 +2139,7 @@ private void InitializeComponent() dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.MetaDataGrid.DefaultCellStyle = dataGridViewCellStyle3; this.MetaDataGrid.Dock = System.Windows.Forms.DockStyle.Fill; - this.MetaDataGrid.Location = new System.Drawing.Point(2, 57); + this.MetaDataGrid.Location = new System.Drawing.Point(2, 48); this.MetaDataGrid.Margin = new System.Windows.Forms.Padding(2); this.MetaDataGrid.MultiSelect = false; this.MetaDataGrid.Name = "MetaDataGrid"; @@ -2155,7 +2153,7 @@ private void InitializeComponent() this.MetaDataGrid.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.MetaDataGrid.RowHeadersWidth = 51; this.MetaDataGrid.RowTemplate.Height = 24; - this.MetaDataGrid.Size = new System.Drawing.Size(1101, 231); + this.MetaDataGrid.Size = new System.Drawing.Size(916, 188); this.MetaDataGrid.TabIndex = 12; this.MetaDataGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.MetaDataGrid_CellContentClick); this.MetaDataGrid.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.MetaDataGrid_CellEndEdit); @@ -2175,12 +2173,12 @@ private void InitializeComponent() this.DataGridContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ToolStripMenuItemDataGridRemoveSort}); this.DataGridContextMenu.Name = "DataGridContextMenu"; - this.DataGridContextMenu.Size = new System.Drawing.Size(187, 36); + this.DataGridContextMenu.Size = new System.Drawing.Size(164, 28); // // ToolStripMenuItemDataGridRemoveSort // this.ToolStripMenuItemDataGridRemoveSort.Name = "ToolStripMenuItemDataGridRemoveSort"; - this.ToolStripMenuItemDataGridRemoveSort.Size = new System.Drawing.Size(186, 32); + this.ToolStripMenuItemDataGridRemoveSort.Size = new System.Drawing.Size(163, 24); this.ToolStripMenuItemDataGridRemoveSort.Text = "Remove Sort"; this.ToolStripMenuItemDataGridRemoveSort.Click += new System.EventHandler(this.ToolStripMenuItemDataGridRemoveSort_Click); // @@ -2198,7 +2196,7 @@ private void InitializeComponent() this.MessageLogListView.Location = new System.Drawing.Point(0, 0); this.MessageLogListView.Margin = new System.Windows.Forms.Padding(2); this.MessageLogListView.Name = "MessageLogListView"; - this.MessageLogListView.Size = new System.Drawing.Size(1580, 206); + this.MessageLogListView.Size = new System.Drawing.Size(1316, 171); this.MessageLogListView.SmallImageList = this.LogMessageImageList; this.MessageLogListView.TabIndex = 0; this.MessageLogListView.UseCompatibleStateImageBehavior = false; @@ -2233,13 +2231,13 @@ private void InitializeComponent() this.ContextMenuPropertyFilter.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ToolstripTextboxFilterProperties}); this.ContextMenuPropertyFilter.Name = "ContextMenuPropertyFilter"; - this.ContextMenuPropertyFilter.Size = new System.Drawing.Size(161, 39); + this.ContextMenuPropertyFilter.Size = new System.Drawing.Size(161, 33); // // ToolstripTextboxFilterProperties // this.ToolstripTextboxFilterProperties.Font = new System.Drawing.Font("Segoe UI", 9F); this.ToolstripTextboxFilterProperties.Name = "ToolstripTextboxFilterProperties"; - this.ToolstripTextboxFilterProperties.Size = new System.Drawing.Size(100, 31); + this.ToolstripTextboxFilterProperties.Size = new System.Drawing.Size(100, 27); // // SaveArchiveDialog // @@ -2281,9 +2279,9 @@ private void InitializeComponent() // MainForm // this.AllowDrop = true; - this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F); + this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.ClientSize = new System.Drawing.Size(1582, 938); + this.ClientSize = new System.Drawing.Size(1318, 782); this.Controls.Add(this.PrimarySplitBox); this.Controls.Add(this.MainStatusToolStrip); this.Controls.Add(this.ToolBar); @@ -2292,7 +2290,7 @@ private void InitializeComponent() this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.MenuBar; this.Margin = new System.Windows.Forms.Padding(2); - this.MinimumSize = new System.Drawing.Size(507, 56); + this.MinimumSize = new System.Drawing.Size(426, 55); this.Name = "MainForm"; this.Padding = new System.Windows.Forms.Padding(1); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; diff --git a/MyCBZ/Forms/MainForm.resx b/MyCBZ/Forms/MainForm.resx index faac861..a398415 100644 --- a/MyCBZ/Forms/MainForm.resx +++ b/MyCBZ/Forms/MainForm.resx @@ -140,7 +140,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABu - CgAAAk1TRnQBSQFMAgEBAwEAASABHQEgAR0BEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + CgAAAk1TRnQBSQFMAgEBAwEAASgBHQEoAR0BEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA @@ -198,7 +198,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABe - PgAAAk1TRnQBSQFMAgEBEQEAASABHQEgAR0BGAEAARgBAAT/ARkBAAj/AUIBTQE2BwABNgMAASgDAAFg + PgAAAk1TRnQBSQFMAgEBEQEAASgBHQEoAR0BGAEAARgBAAT/ARkBAAj/AUIBTQE2BwABNgMAASgDAAFg AwABeAMAAQEBAAEYBgABh/8A/wD/AHgAAtQB1QMnNiUDJwPV3gADvQMlNr0DJQO+3gADvQMlEgAD/wHl AfMB9gG8AeoB8wG8AeoB8wHlAfMB9gP/EgADJQO+3gADvQMlDwAB9AH4AfkBUAHaAfQBAAHSAfoBAAHS AfoBAAHSAfoBAAHSAfoBUAHaAvQB+AH5DwADJQO+3gADvQMlDAAB+gL7AS4B1wH3AQAB0gH6AcwB7QL0 @@ -509,7 +509,7 @@ The page with type 'FrontCover' should be at index 1. AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAK - AwAAAk1TRnQBSQFMAgEBAgEAAZABHAGQARwBEAEAARABAAT/ARkBAAj/AUIBTQE2BwABNgMAASgDAAFA + AwAAAk1TRnQBSQFMAgEBAgEAAZgBHAGYARwBEAEAARABAAT/ARkBAAj/AUIBTQE2BwABNgMAASgDAAFA AwABEAMAAQEBAAEYBgABDCEAA/cD2QPEA78D0gPtA/6lAAP+A7kDLA8lA38D/RIAA+cBUgFUAVUD+g8A A7gBtgK4bwAD+wOGBiUDSQOrA60DfwYlA0QD4wwAA+YDUAMlA30D+gYAA/0DtAMrAyUDumkAA/4DYwkl A5sGAAPfCSUDRAP9BgAD5wwlA0YD+gMAA7QMJQG2ArhmAAPUDCUDmwYAA98MJQN/A/4DAAPoAzUMJQN9 @@ -536,7 +536,7 @@ The page with type 'FrontCover' should be at index 1. AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAQ - DAAAAk1TRnQBSQFMAgEBBAEAASgBHQEoAR0BEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + DAAAAk1TRnQBSQFMAgEBBAEAATABHQEwAR0BEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA diff --git a/MyCBZ/Models/MetaData.cs b/MyCBZ/Models/MetaData.cs index 75acb85..6589553 100644 --- a/MyCBZ/Models/MetaData.cs +++ b/MyCBZ/Models/MetaData.cs @@ -190,6 +190,8 @@ public MetaData(Stream fileInputStream, String name) MetaDataFileName = name; FillMissingDefaultProps(); + + ReorderProps(); } protected MetaDataEntry HandleNewEntry(String key, String value = null, bool readOnly = false) @@ -858,6 +860,38 @@ public int FillMissingDefaultProps() return i; } + public void ReorderProps() + { + List sortedProps = new List(); + + bool valueAdded; + + foreach (MetaDataEntry entry in Defaults) + { + valueAdded = false; + foreach (MetaDataEntry v in Values) + { + if (v.Key.ToLower().Equals(entry.Key.ToLower())) + { + sortedProps.Add(v); + valueAdded = true; + break; + } + } + + if (!valueAdded) + { + sortedProps.Add(HandleNewEntry(entry.Key, entry.Value)); + + } + + } + + Values.Clear(); + + sortedProps.ForEach(v => { Values.Add(v); }); + } + public void Validate(MetaDataEntry entry, String newKey) { int occurence = 0;