From 40d34c9ad1c2d919ba7c7e146bd01feaa5153cb9 Mon Sep 17 00:00:00 2001 From: tolik518 Date: Sun, 25 Feb 2024 02:21:51 +0100 Subject: [PATCH] adjusted anchoring --- SoG_SGreader/Forms/FrmAbout.Designer.cs | 15 +- SoG_SGreader/Forms/FrmColorSelect.Designer.cs | 61 ++- .../Forms/FrmLoadSaveGame.Designer.cs | 3 +- SoG_SGreader/Forms/FrmLoadSaveGame.resx | 2 +- SoG_SGreader/Forms/FrmMain.Designer.cs | 394 ++++++++++-------- 5 files changed, 274 insertions(+), 201 deletions(-) diff --git a/SoG_SGreader/Forms/FrmAbout.Designer.cs b/SoG_SGreader/Forms/FrmAbout.Designer.cs index 7522b0e..c4abe94 100644 --- a/SoG_SGreader/Forms/FrmAbout.Designer.cs +++ b/SoG_SGreader/Forms/FrmAbout.Designer.cs @@ -45,12 +45,14 @@ private void InitializeComponent() // // lblVersion // + this.lblVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.lblVersion.AutoSize = true; this.lblVersion.BackColor = System.Drawing.Color.Transparent; this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblVersion.Location = new System.Drawing.Point(98, 15); this.lblVersion.Name = "lblVersion"; - this.lblVersion.Size = new System.Drawing.Size(210, 16); + this.lblVersion.Size = new System.Drawing.Size(209, 16); this.lblVersion.TabIndex = 0; this.lblVersion.Text = "SoG: Savegame Editor v0.0.0"; this.lblVersion.Click += new System.EventHandler(this.lblVersion_Click); @@ -79,6 +81,8 @@ private void InitializeComponent() // // label3 // + this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(101, 31); this.label3.Name = "label3"; @@ -97,6 +101,9 @@ private void InitializeComponent() // // panel1 // + this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.lblYourPatch); @@ -129,9 +136,10 @@ private void InitializeComponent() // // txtConsole // + this.txtConsole.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.txtConsole.BackColor = System.Drawing.Color.Black; this.txtConsole.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.txtConsole.Dock = System.Windows.Forms.DockStyle.Bottom; this.txtConsole.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.txtConsole.ForeColor = System.Drawing.Color.LimeGreen; this.txtConsole.Location = new System.Drawing.Point(0, 153); @@ -147,6 +155,8 @@ private void InitializeComponent() // // pictureBox1 // + this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.Image = global::SoG_SGreader.Properties.Resources.icon; this.pictureBox1.InitialImage = global::SoG_SGreader.Properties.Resources.icon; @@ -167,6 +177,7 @@ private void InitializeComponent() this.Controls.Add(this.pictureBox1); this.Controls.Add(this.lblVersion); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.MaximizeBox = false; this.Name = "FrmAbout"; this.Text = "About"; this.Load += new System.EventHandler(this.FrmAbout_Load); diff --git a/SoG_SGreader/Forms/FrmColorSelect.Designer.cs b/SoG_SGreader/Forms/FrmColorSelect.Designer.cs index bbc9f76..921a92c 100644 --- a/SoG_SGreader/Forms/FrmColorSelect.Designer.cs +++ b/SoG_SGreader/Forms/FrmColorSelect.Designer.cs @@ -69,6 +69,7 @@ private void InitializeComponent() this.panelColor29.Name = "panelColor29"; this.panelColor29.Size = new System.Drawing.Size(20, 20); this.panelColor29.TabIndex = 59; + this.panelColor29.Click += new System.EventHandler(this.ColorSelect); // // panelColor28 // @@ -78,6 +79,7 @@ private void InitializeComponent() this.panelColor28.Name = "panelColor28"; this.panelColor28.Size = new System.Drawing.Size(20, 20); this.panelColor28.TabIndex = 58; + this.panelColor28.Click += new System.EventHandler(this.ColorSelect); // // panelColor27 // @@ -87,6 +89,7 @@ private void InitializeComponent() this.panelColor27.Name = "panelColor27"; this.panelColor27.Size = new System.Drawing.Size(20, 20); this.panelColor27.TabIndex = 57; + this.panelColor27.Click += new System.EventHandler(this.ColorSelect); // // panelColor26 // @@ -96,6 +99,7 @@ private void InitializeComponent() this.panelColor26.Name = "panelColor26"; this.panelColor26.Size = new System.Drawing.Size(20, 20); this.panelColor26.TabIndex = 56; + this.panelColor26.Click += new System.EventHandler(this.ColorSelect); // // panelColor25 // @@ -105,6 +109,7 @@ private void InitializeComponent() this.panelColor25.Name = "panelColor25"; this.panelColor25.Size = new System.Drawing.Size(20, 20); this.panelColor25.TabIndex = 55; + this.panelColor25.Click += new System.EventHandler(this.ColorSelect); // // panelColor24 // @@ -114,6 +119,7 @@ private void InitializeComponent() this.panelColor24.Name = "panelColor24"; this.panelColor24.Size = new System.Drawing.Size(20, 20); this.panelColor24.TabIndex = 54; + this.panelColor24.Click += new System.EventHandler(this.ColorSelect); // // panelColor23 // @@ -123,6 +129,7 @@ private void InitializeComponent() this.panelColor23.Name = "panelColor23"; this.panelColor23.Size = new System.Drawing.Size(20, 20); this.panelColor23.TabIndex = 53; + this.panelColor23.Click += new System.EventHandler(this.ColorSelect); // // panelColor22 // @@ -132,6 +139,7 @@ private void InitializeComponent() this.panelColor22.Name = "panelColor22"; this.panelColor22.Size = new System.Drawing.Size(20, 20); this.panelColor22.TabIndex = 52; + this.panelColor22.Click += new System.EventHandler(this.ColorSelect); // // panelColor21 // @@ -141,6 +149,7 @@ private void InitializeComponent() this.panelColor21.Name = "panelColor21"; this.panelColor21.Size = new System.Drawing.Size(20, 20); this.panelColor21.TabIndex = 51; + this.panelColor21.Click += new System.EventHandler(this.ColorSelect); // // panelColor20 // @@ -150,6 +159,7 @@ private void InitializeComponent() this.panelColor20.Name = "panelColor20"; this.panelColor20.Size = new System.Drawing.Size(20, 20); this.panelColor20.TabIndex = 50; + this.panelColor20.Click += new System.EventHandler(this.ColorSelect); // // panelColor19 // @@ -159,6 +169,7 @@ private void InitializeComponent() this.panelColor19.Name = "panelColor19"; this.panelColor19.Size = new System.Drawing.Size(20, 20); this.panelColor19.TabIndex = 49; + this.panelColor19.Click += new System.EventHandler(this.ColorSelect); // // panelColor18 // @@ -168,6 +179,7 @@ private void InitializeComponent() this.panelColor18.Name = "panelColor18"; this.panelColor18.Size = new System.Drawing.Size(20, 20); this.panelColor18.TabIndex = 48; + this.panelColor18.Click += new System.EventHandler(this.ColorSelect); // // panelColor17 // @@ -177,6 +189,7 @@ private void InitializeComponent() this.panelColor17.Name = "panelColor17"; this.panelColor17.Size = new System.Drawing.Size(20, 20); this.panelColor17.TabIndex = 47; + this.panelColor17.Click += new System.EventHandler(this.ColorSelect); // // panelColor11 // @@ -186,6 +199,7 @@ private void InitializeComponent() this.panelColor11.Name = "panelColor11"; this.panelColor11.Size = new System.Drawing.Size(20, 20); this.panelColor11.TabIndex = 41; + this.panelColor11.Click += new System.EventHandler(this.ColorSelect); // // panelColor16 // @@ -195,6 +209,7 @@ private void InitializeComponent() this.panelColor16.Name = "panelColor16"; this.panelColor16.Size = new System.Drawing.Size(20, 20); this.panelColor16.TabIndex = 46; + this.panelColor16.Click += new System.EventHandler(this.ColorSelect); // // panelColor5 // @@ -204,6 +219,7 @@ private void InitializeComponent() this.panelColor5.Name = "panelColor5"; this.panelColor5.Size = new System.Drawing.Size(20, 20); this.panelColor5.TabIndex = 35; + this.panelColor5.Click += new System.EventHandler(this.ColorSelect); // // panelColor15 // @@ -213,6 +229,7 @@ private void InitializeComponent() this.panelColor15.Name = "panelColor15"; this.panelColor15.Size = new System.Drawing.Size(20, 20); this.panelColor15.TabIndex = 45; + this.panelColor15.Click += new System.EventHandler(this.ColorSelect); // // panelColor14 // @@ -222,6 +239,7 @@ private void InitializeComponent() this.panelColor14.Name = "panelColor14"; this.panelColor14.Size = new System.Drawing.Size(20, 20); this.panelColor14.TabIndex = 44; + this.panelColor14.Click += new System.EventHandler(this.ColorSelect); // // panelColor10 // @@ -231,6 +249,7 @@ private void InitializeComponent() this.panelColor10.Name = "panelColor10"; this.panelColor10.Size = new System.Drawing.Size(20, 20); this.panelColor10.TabIndex = 40; + this.panelColor10.Click += new System.EventHandler(this.ColorSelect); // // panelColor13 // @@ -240,6 +259,7 @@ private void InitializeComponent() this.panelColor13.Name = "panelColor13"; this.panelColor13.Size = new System.Drawing.Size(20, 20); this.panelColor13.TabIndex = 43; + this.panelColor13.Click += new System.EventHandler(this.ColorSelect); // // panelColor4 // @@ -249,6 +269,7 @@ private void InitializeComponent() this.panelColor4.Name = "panelColor4"; this.panelColor4.Size = new System.Drawing.Size(20, 20); this.panelColor4.TabIndex = 34; + this.panelColor4.Click += new System.EventHandler(this.ColorSelect); // // panelColor12 // @@ -258,6 +279,7 @@ private void InitializeComponent() this.panelColor12.Name = "panelColor12"; this.panelColor12.Size = new System.Drawing.Size(20, 20); this.panelColor12.TabIndex = 42; + this.panelColor12.Click += new System.EventHandler(this.ColorSelect); // // panelColor9 // @@ -267,6 +289,7 @@ private void InitializeComponent() this.panelColor9.Name = "panelColor9"; this.panelColor9.Size = new System.Drawing.Size(20, 20); this.panelColor9.TabIndex = 39; + this.panelColor9.Click += new System.EventHandler(this.ColorSelect); // // panelColor3 // @@ -276,6 +299,7 @@ private void InitializeComponent() this.panelColor3.Name = "panelColor3"; this.panelColor3.Size = new System.Drawing.Size(20, 20); this.panelColor3.TabIndex = 33; + this.panelColor3.Click += new System.EventHandler(this.ColorSelect); // // panelColor8 // @@ -285,6 +309,7 @@ private void InitializeComponent() this.panelColor8.Name = "panelColor8"; this.panelColor8.Size = new System.Drawing.Size(20, 20); this.panelColor8.TabIndex = 38; + this.panelColor8.Click += new System.EventHandler(this.ColorSelect); // // panelColor7 // @@ -294,6 +319,7 @@ private void InitializeComponent() this.panelColor7.Name = "panelColor7"; this.panelColor7.Size = new System.Drawing.Size(20, 20); this.panelColor7.TabIndex = 37; + this.panelColor7.Click += new System.EventHandler(this.ColorSelect); // // panelColor2 // @@ -303,6 +329,7 @@ private void InitializeComponent() this.panelColor2.Name = "panelColor2"; this.panelColor2.Size = new System.Drawing.Size(20, 20); this.panelColor2.TabIndex = 32; + this.panelColor2.Click += new System.EventHandler(this.ColorSelect); // // panelColor6 // @@ -312,6 +339,7 @@ private void InitializeComponent() this.panelColor6.Name = "panelColor6"; this.panelColor6.Size = new System.Drawing.Size(20, 20); this.panelColor6.TabIndex = 36; + this.panelColor6.Click += new System.EventHandler(this.ColorSelect); // // panelColor1 // @@ -321,6 +349,7 @@ private void InitializeComponent() this.panelColor1.Name = "panelColor1"; this.panelColor1.Size = new System.Drawing.Size(20, 20); this.panelColor1.TabIndex = 31; + this.panelColor1.Click += new System.EventHandler(this.ColorSelect); // // panelColor0 // @@ -330,38 +359,7 @@ private void InitializeComponent() this.panelColor0.Name = "panelColor0"; this.panelColor0.Size = new System.Drawing.Size(20, 20); this.panelColor0.TabIndex = 30; - - // this.panelColor0.Click += new System.EventHandler(this.panelColor0_Click); this.panelColor0.Click += new System.EventHandler(this.ColorSelect); - this.panelColor1.Click += new System.EventHandler(this.ColorSelect); - this.panelColor2.Click += new System.EventHandler(this.ColorSelect); - this.panelColor3.Click += new System.EventHandler(this.ColorSelect); - this.panelColor4.Click += new System.EventHandler(this.ColorSelect); - this.panelColor5.Click += new System.EventHandler(this.ColorSelect); - this.panelColor6.Click += new System.EventHandler(this.ColorSelect); - this.panelColor7.Click += new System.EventHandler(this.ColorSelect); - this.panelColor8.Click += new System.EventHandler(this.ColorSelect); - this.panelColor9.Click += new System.EventHandler(this.ColorSelect); - this.panelColor10.Click += new System.EventHandler(this.ColorSelect); - this.panelColor11.Click += new System.EventHandler(this.ColorSelect); - this.panelColor12.Click += new System.EventHandler(this.ColorSelect); - this.panelColor13.Click += new System.EventHandler(this.ColorSelect); - this.panelColor14.Click += new System.EventHandler(this.ColorSelect); - this.panelColor15.Click += new System.EventHandler(this.ColorSelect); - this.panelColor16.Click += new System.EventHandler(this.ColorSelect); - this.panelColor17.Click += new System.EventHandler(this.ColorSelect); - this.panelColor18.Click += new System.EventHandler(this.ColorSelect); - this.panelColor19.Click += new System.EventHandler(this.ColorSelect); - this.panelColor20.Click += new System.EventHandler(this.ColorSelect); - this.panelColor21.Click += new System.EventHandler(this.ColorSelect); - this.panelColor22.Click += new System.EventHandler(this.ColorSelect); - this.panelColor23.Click += new System.EventHandler(this.ColorSelect); - this.panelColor24.Click += new System.EventHandler(this.ColorSelect); - this.panelColor25.Click += new System.EventHandler(this.ColorSelect); - this.panelColor26.Click += new System.EventHandler(this.ColorSelect); - this.panelColor27.Click += new System.EventHandler(this.ColorSelect); - this.panelColor28.Click += new System.EventHandler(this.ColorSelect); - this.panelColor29.Click += new System.EventHandler(this.ColorSelect); // // FrmColorSelect // @@ -399,6 +397,7 @@ private void InitializeComponent() this.Controls.Add(this.panelColor1); this.Controls.Add(this.panelColor0); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.MaximizeBox = false; this.Name = "FrmColorSelect"; this.Text = "Color "; this.ResumeLayout(false); diff --git a/SoG_SGreader/Forms/FrmLoadSaveGame.Designer.cs b/SoG_SGreader/Forms/FrmLoadSaveGame.Designer.cs index a2ab804..a4340dc 100644 --- a/SoG_SGreader/Forms/FrmLoadSaveGame.Designer.cs +++ b/SoG_SGreader/Forms/FrmLoadSaveGame.Designer.cs @@ -162,8 +162,9 @@ private void InitializeComponent() this.Controls.Add(this.btnLoadSaveGame); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; this.Name = "FrmLoadSaveGame"; - this.Text = "SoG: Savegame Editor v" + Application.ProductVersion + " by tolik518"; + this.Text = "SoG: Savegame Editor v17.9.34607.119 by tolik518"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); diff --git a/SoG_SGreader/Forms/FrmLoadSaveGame.resx b/SoG_SGreader/Forms/FrmLoadSaveGame.resx index 3d45065..2b004d6 100644 --- a/SoG_SGreader/Forms/FrmLoadSaveGame.resx +++ b/SoG_SGreader/Forms/FrmLoadSaveGame.resx @@ -125,7 +125,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACu - BwAAAk1TRnQBSQFMAwEBAAE4AQABOAEAARABAAEQAQAE/wEJAQAI/wFCAU0BNgEEBgABNgEEAgABKAMA + BwAAAk1TRnQBSQFMAwEBAAFAAQABQAEAARABAAEQAQAE/wEJAQAI/wFCAU0BNgEEBgABNgEEAgABKAMA AUADAAEQAwABAQEAAQgGAAEEGAABgAIAAYADAAKAAQABgAMAAYABAAGAAQACgAIAA8ABAAHAAdwBwAEA AfABygGmAQABMwUAATMBAAEzAQABMwEAAjMCAAMWAQADHAEAAyIBAAMpAQADVQEAA00BAANCAQADOQEA AYABfAH/AQACUAH/AQABkwEAAdYBAAH/AewBzAEAAcYB1gHvAQAB1gLnAQABkAGpAa0CAAH/ATMDAAFm diff --git a/SoG_SGreader/Forms/FrmMain.Designer.cs b/SoG_SGreader/Forms/FrmMain.Designer.cs index 315f176..3f8cc7d 100644 --- a/SoG_SGreader/Forms/FrmMain.Designer.cs +++ b/SoG_SGreader/Forms/FrmMain.Designer.cs @@ -171,13 +171,6 @@ private void InitializeComponent() this.btnResetFlags = new System.Windows.Forms.Button(); this.btnDeselectAllFlags = new System.Windows.Forms.Button(); this.cblstFlags = new System.Windows.Forms.CheckedListBox(); - this.tabEnemiesSeen = new System.Windows.Forms.TabPage(); - this.grpEnemiesSeen = new System.Windows.Forms.GroupBox(); - this.label50 = new System.Windows.Forms.Label(); - this.btnSelectAllEnemiesSeen = new System.Windows.Forms.Button(); - this.btnResetEnemiesSeen = new System.Windows.Forms.Button(); - this.btnDeselectAllEnemiesSeen = new System.Windows.Forms.Button(); - this.cblstEnemiesSeens = new System.Windows.Forms.CheckedListBox(); this.tabTrophies = new System.Windows.Forms.TabPage(); this.grpTrophies = new System.Windows.Forms.GroupBox(); this.label59 = new System.Windows.Forms.Label(); @@ -185,6 +178,20 @@ private void InitializeComponent() this.btnResetTrophies = new System.Windows.Forms.Button(); this.btnDeselectAllTrophies = new System.Windows.Forms.Button(); this.cblstTrophies = new System.Windows.Forms.CheckedListBox(); + this.tabFishCaught = new System.Windows.Forms.TabPage(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.label62 = new System.Windows.Forms.Label(); + this.btnSelectAllFishCaught = new System.Windows.Forms.Button(); + this.btnResetFishCaught = new System.Windows.Forms.Button(); + this.btnDeselectAllFishCaught = new System.Windows.Forms.Button(); + this.cblstFishCaught = new System.Windows.Forms.CheckedListBox(); + this.tabEnemiesSeen = new System.Windows.Forms.TabPage(); + this.grpEnemiesSeen = new System.Windows.Forms.GroupBox(); + this.label50 = new System.Windows.Forms.Label(); + this.btnSelectAllEnemiesSeen = new System.Windows.Forms.Button(); + this.btnResetEnemiesSeen = new System.Windows.Forms.Button(); + this.btnDeselectAllEnemiesSeen = new System.Windows.Forms.Button(); + this.cblstEnemiesSeens = new System.Windows.Forms.CheckedListBox(); this.tabItemsSeen = new System.Windows.Forms.TabPage(); this.grpItemsSeen = new System.Windows.Forms.GroupBox(); this.label60 = new System.Windows.Forms.Label(); @@ -307,13 +314,6 @@ private void InitializeComponent() this.txtConsole = new System.Windows.Forms.TextBox(); this.Tooltips = new System.Windows.Forms.ToolTip(this.components); this.pictureBox3 = new System.Windows.Forms.PictureBox(); - this.tabFishCaught = new System.Windows.Forms.TabPage(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.label62 = new System.Windows.Forms.Label(); - this.btnSelectAllFishCaught = new System.Windows.Forms.Button(); - this.btnResetFishCaught = new System.Windows.Forms.Button(); - this.btnDeselectAllFishCaught = new System.Windows.Forms.Button(); - this.cblstFishCaught = new System.Windows.Forms.CheckedListBox(); this.tabs.SuspendLayout(); this.tabChar.SuspendLayout(); this.grpPatch.SuspendLayout(); @@ -353,10 +353,12 @@ private void InitializeComponent() this.grpQuests.SuspendLayout(); this.tabFlags.SuspendLayout(); this.grpFlags.SuspendLayout(); - this.tabEnemiesSeen.SuspendLayout(); - this.grpEnemiesSeen.SuspendLayout(); this.tabTrophies.SuspendLayout(); this.grpTrophies.SuspendLayout(); + this.tabFishCaught.SuspendLayout(); + this.groupBox2.SuspendLayout(); + this.tabEnemiesSeen.SuspendLayout(); + this.grpEnemiesSeen.SuspendLayout(); this.tabItemsSeen.SuspendLayout(); this.grpItemsSeen.SuspendLayout(); this.tabItemsCrafted.SuspendLayout(); @@ -441,8 +443,6 @@ private void InitializeComponent() ((System.ComponentModel.ISupportInitialize)(this.pictureBox26)).BeginInit(); this.msMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); - this.tabFishCaught.SuspendLayout(); - this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // tabs @@ -677,6 +677,7 @@ private void InitializeComponent() // // label49 // + this.label49.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.label49.AutoSize = true; this.label49.Location = new System.Drawing.Point(435, 378); this.label49.Name = "label49"; @@ -1399,6 +1400,9 @@ private void InitializeComponent() // // lstPets // + this.lstPets.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.lstPets.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.Level, this.Nickname, @@ -1456,6 +1460,8 @@ private void InitializeComponent() // // grpPet // + this.grpPet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); this.grpPet.Controls.Add(this.cbPetType); this.grpPet.Controls.Add(this.label52); this.grpPet.Controls.Add(this.numPetLevel); @@ -1660,6 +1666,8 @@ private void InitializeComponent() // // grpCards // + this.grpCards.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); this.grpCards.Controls.Add(this.label58); this.grpCards.Controls.Add(this.btnSelectAllCards); this.grpCards.Controls.Add(this.btnResetCards); @@ -1692,6 +1700,7 @@ private void InitializeComponent() // // btnResetCards // + this.btnResetCards.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.btnResetCards.Location = new System.Drawing.Point(6, 350); this.btnResetCards.Name = "btnResetCards"; this.btnResetCards.Size = new System.Drawing.Size(87, 23); @@ -1712,6 +1721,9 @@ private void InitializeComponent() // // cblstCards // + this.cblstCards.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.cblstCards.FormattingEnabled = true; this.cblstCards.Location = new System.Drawing.Point(6, 6); this.cblstCards.Name = "cblstCards"; @@ -1732,6 +1744,8 @@ private void InitializeComponent() // // grpMaps // + this.grpMaps.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); this.grpMaps.Controls.Add(this.label39); this.grpMaps.Controls.Add(this.btnSelectAllMaps); this.grpMaps.Controls.Add(this.btnResetMaps); @@ -1764,6 +1778,7 @@ private void InitializeComponent() // // btnResetMaps // + this.btnResetMaps.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.btnResetMaps.Location = new System.Drawing.Point(6, 350); this.btnResetMaps.Name = "btnResetMaps"; this.btnResetMaps.Size = new System.Drawing.Size(87, 23); @@ -1784,6 +1799,9 @@ private void InitializeComponent() // // cblstMaps // + this.cblstMaps.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.cblstMaps.FormattingEnabled = true; this.cblstMaps.Location = new System.Drawing.Point(6, 6); this.cblstMaps.Name = "cblstMaps"; @@ -1804,6 +1822,8 @@ private void InitializeComponent() // // grpQuests // + this.grpQuests.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); this.grpQuests.Controls.Add(this.label40); this.grpQuests.Controls.Add(this.btnSelectAllQuests); this.grpQuests.Controls.Add(this.btnResetQuests); @@ -1836,6 +1856,7 @@ private void InitializeComponent() // // btnResetQuests // + this.btnResetQuests.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.btnResetQuests.Location = new System.Drawing.Point(6, 350); this.btnResetQuests.Name = "btnResetQuests"; this.btnResetQuests.Size = new System.Drawing.Size(87, 23); @@ -1856,6 +1877,9 @@ private void InitializeComponent() // // cblstQuests // + this.cblstQuests.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.cblstQuests.FormattingEnabled = true; this.cblstQuests.Location = new System.Drawing.Point(6, 6); this.cblstQuests.Name = "cblstQuests"; @@ -1876,6 +1900,8 @@ private void InitializeComponent() // // grpFlags // + this.grpFlags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); this.grpFlags.Controls.Add(this.label41); this.grpFlags.Controls.Add(this.btnSelectAllFlags); this.grpFlags.Controls.Add(this.btnResetFlags); @@ -1908,6 +1934,7 @@ private void InitializeComponent() // // btnResetFlags // + this.btnResetFlags.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.btnResetFlags.Location = new System.Drawing.Point(6, 350); this.btnResetFlags.Name = "btnResetFlags"; this.btnResetFlags.Size = new System.Drawing.Size(87, 23); @@ -1928,12 +1955,169 @@ private void InitializeComponent() // // cblstFlags // + this.cblstFlags.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.cblstFlags.FormattingEnabled = true; this.cblstFlags.Location = new System.Drawing.Point(6, 6); this.cblstFlags.Name = "cblstFlags"; this.cblstFlags.Size = new System.Drawing.Size(442, 379); this.cblstFlags.TabIndex = 9; // + // tabTrophies + // + this.tabTrophies.Controls.Add(this.grpTrophies); + this.tabTrophies.Controls.Add(this.cblstTrophies); + this.tabTrophies.Location = new System.Drawing.Point(4, 22); + this.tabTrophies.Name = "tabTrophies"; + this.tabTrophies.Size = new System.Drawing.Size(559, 396); + this.tabTrophies.TabIndex = 11; + this.tabTrophies.Text = "Trophies"; + this.tabTrophies.UseVisualStyleBackColor = true; + // + // grpTrophies + // + this.grpTrophies.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); + this.grpTrophies.Controls.Add(this.label59); + this.grpTrophies.Controls.Add(this.btnSelectAllTrophies); + this.grpTrophies.Controls.Add(this.btnResetTrophies); + this.grpTrophies.Controls.Add(this.btnDeselectAllTrophies); + this.grpTrophies.Location = new System.Drawing.Point(454, 6); + this.grpTrophies.Name = "grpTrophies"; + this.grpTrophies.Size = new System.Drawing.Size(97, 379); + this.grpTrophies.TabIndex = 12; + this.grpTrophies.TabStop = false; + this.grpTrophies.Text = "Trophies"; + // + // label59 + // + this.label59.AutoSize = true; + this.label59.Location = new System.Drawing.Point(6, 74); + this.label59.Name = "label59"; + this.label59.Size = new System.Drawing.Size(72, 52); + this.label59.TabIndex = 8; + this.label59.Text = "Selecting the \r\n\'null\'-Value \r\ncould lead \r\nto issues"; + // + // btnSelectAllTrophies + // + this.btnSelectAllTrophies.Location = new System.Drawing.Point(6, 19); + this.btnSelectAllTrophies.Name = "btnSelectAllTrophies"; + this.btnSelectAllTrophies.Size = new System.Drawing.Size(87, 23); + this.btnSelectAllTrophies.TabIndex = 3; + this.btnSelectAllTrophies.Text = "Select all"; + this.btnSelectAllTrophies.UseVisualStyleBackColor = true; + this.btnSelectAllTrophies.Click += new System.EventHandler(this.btnSelectAllTrophies_Click); + // + // btnResetTrophies + // + this.btnResetTrophies.Anchor = System.Windows.Forms.AnchorStyles.Bottom; + this.btnResetTrophies.Location = new System.Drawing.Point(6, 350); + this.btnResetTrophies.Name = "btnResetTrophies"; + this.btnResetTrophies.Size = new System.Drawing.Size(87, 23); + this.btnResetTrophies.TabIndex = 5; + this.btnResetTrophies.Text = "Reset"; + this.btnResetTrophies.UseVisualStyleBackColor = true; + this.btnResetTrophies.Click += new System.EventHandler(this.btnResetTrophies_Click); + // + // btnDeselectAllTrophies + // + this.btnDeselectAllTrophies.Location = new System.Drawing.Point(6, 48); + this.btnDeselectAllTrophies.Name = "btnDeselectAllTrophies"; + this.btnDeselectAllTrophies.Size = new System.Drawing.Size(87, 23); + this.btnDeselectAllTrophies.TabIndex = 4; + this.btnDeselectAllTrophies.Text = "Deselect all"; + this.btnDeselectAllTrophies.UseVisualStyleBackColor = true; + this.btnDeselectAllTrophies.Click += new System.EventHandler(this.btnDeselectAllTrophies_Click); + // + // cblstTrophies + // + this.cblstTrophies.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.cblstTrophies.FormattingEnabled = true; + this.cblstTrophies.Location = new System.Drawing.Point(6, 6); + this.cblstTrophies.Name = "cblstTrophies"; + this.cblstTrophies.Size = new System.Drawing.Size(442, 379); + this.cblstTrophies.TabIndex = 11; + // + // tabFishCaught + // + this.tabFishCaught.Controls.Add(this.groupBox2); + this.tabFishCaught.Controls.Add(this.cblstFishCaught); + this.tabFishCaught.Location = new System.Drawing.Point(4, 22); + this.tabFishCaught.Name = "tabFishCaught"; + this.tabFishCaught.Size = new System.Drawing.Size(559, 396); + this.tabFishCaught.TabIndex = 14; + this.tabFishCaught.Text = "Fish Caught"; + this.tabFishCaught.UseVisualStyleBackColor = true; + // + // groupBox2 + // + this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); + this.groupBox2.Controls.Add(this.label62); + this.groupBox2.Controls.Add(this.btnSelectAllFishCaught); + this.groupBox2.Controls.Add(this.btnResetFishCaught); + this.groupBox2.Controls.Add(this.btnDeselectAllFishCaught); + this.groupBox2.Location = new System.Drawing.Point(454, 6); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(97, 379); + this.groupBox2.TabIndex = 18; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Fish Caught"; + // + // label62 + // + this.label62.AutoSize = true; + this.label62.Location = new System.Drawing.Point(6, 74); + this.label62.Name = "label62"; + this.label62.Size = new System.Drawing.Size(72, 52); + this.label62.TabIndex = 8; + this.label62.Text = "Selecting the \r\n\'null\'-Value \r\ncould lead \r\nto issues"; + // + // btnSelectAllFishCaught + // + this.btnSelectAllFishCaught.Location = new System.Drawing.Point(6, 19); + this.btnSelectAllFishCaught.Name = "btnSelectAllFishCaught"; + this.btnSelectAllFishCaught.Size = new System.Drawing.Size(87, 23); + this.btnSelectAllFishCaught.TabIndex = 3; + this.btnSelectAllFishCaught.Text = "Select all"; + this.btnSelectAllFishCaught.UseVisualStyleBackColor = true; + this.btnSelectAllFishCaught.Click += new System.EventHandler(this.btnSelectAllFishCaught_Click); + // + // btnResetFishCaught + // + this.btnResetFishCaught.Anchor = System.Windows.Forms.AnchorStyles.Bottom; + this.btnResetFishCaught.Location = new System.Drawing.Point(6, 350); + this.btnResetFishCaught.Name = "btnResetFishCaught"; + this.btnResetFishCaught.Size = new System.Drawing.Size(87, 23); + this.btnResetFishCaught.TabIndex = 5; + this.btnResetFishCaught.Text = "Reset"; + this.btnResetFishCaught.UseVisualStyleBackColor = true; + this.btnResetFishCaught.Click += new System.EventHandler(this.btnResetFishCaught_Click); + // + // btnDeselectAllFishCaught + // + this.btnDeselectAllFishCaught.Location = new System.Drawing.Point(6, 48); + this.btnDeselectAllFishCaught.Name = "btnDeselectAllFishCaught"; + this.btnDeselectAllFishCaught.Size = new System.Drawing.Size(87, 23); + this.btnDeselectAllFishCaught.TabIndex = 4; + this.btnDeselectAllFishCaught.Text = "Deselect all"; + this.btnDeselectAllFishCaught.UseVisualStyleBackColor = true; + this.btnDeselectAllFishCaught.Click += new System.EventHandler(this.btnDeselectAllFishCaught_Click); + // + // cblstFishCaught + // + this.cblstFishCaught.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.cblstFishCaught.FormattingEnabled = true; + this.cblstFishCaught.Location = new System.Drawing.Point(6, 6); + this.cblstFishCaught.Name = "cblstFishCaught"; + this.cblstFishCaught.Size = new System.Drawing.Size(442, 379); + this.cblstFishCaught.TabIndex = 17; + // // tabEnemiesSeen // this.tabEnemiesSeen.Controls.Add(this.grpEnemiesSeen); @@ -1948,6 +2132,8 @@ private void InitializeComponent() // // grpEnemiesSeen // + this.grpEnemiesSeen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); this.grpEnemiesSeen.Controls.Add(this.label50); this.grpEnemiesSeen.Controls.Add(this.btnSelectAllEnemiesSeen); this.grpEnemiesSeen.Controls.Add(this.btnResetEnemiesSeen); @@ -1980,6 +2166,7 @@ private void InitializeComponent() // // btnResetEnemiesSeen // + this.btnResetEnemiesSeen.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.btnResetEnemiesSeen.Location = new System.Drawing.Point(6, 350); this.btnResetEnemiesSeen.Name = "btnResetEnemiesSeen"; this.btnResetEnemiesSeen.Size = new System.Drawing.Size(87, 23); @@ -2000,83 +2187,15 @@ private void InitializeComponent() // // cblstEnemiesSeens // + this.cblstEnemiesSeens.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.cblstEnemiesSeens.FormattingEnabled = true; this.cblstEnemiesSeens.Location = new System.Drawing.Point(6, 6); this.cblstEnemiesSeens.Name = "cblstEnemiesSeens"; this.cblstEnemiesSeens.Size = new System.Drawing.Size(442, 379); this.cblstEnemiesSeens.TabIndex = 9; // - // tabTrophies - // - this.tabTrophies.Controls.Add(this.grpTrophies); - this.tabTrophies.Controls.Add(this.cblstTrophies); - this.tabTrophies.Location = new System.Drawing.Point(4, 22); - this.tabTrophies.Name = "tabTrophies"; - this.tabTrophies.Size = new System.Drawing.Size(559, 396); - this.tabTrophies.TabIndex = 11; - this.tabTrophies.Text = "Trophies"; - this.tabTrophies.UseVisualStyleBackColor = true; - // - // grpTrophies - // - this.grpTrophies.Controls.Add(this.label59); - this.grpTrophies.Controls.Add(this.btnSelectAllTrophies); - this.grpTrophies.Controls.Add(this.btnResetTrophies); - this.grpTrophies.Controls.Add(this.btnDeselectAllTrophies); - this.grpTrophies.Location = new System.Drawing.Point(454, 6); - this.grpTrophies.Name = "grpTrophies"; - this.grpTrophies.Size = new System.Drawing.Size(97, 379); - this.grpTrophies.TabIndex = 12; - this.grpTrophies.TabStop = false; - this.grpTrophies.Text = "Trophies"; - // - // label59 - // - this.label59.AutoSize = true; - this.label59.Location = new System.Drawing.Point(6, 74); - this.label59.Name = "label59"; - this.label59.Size = new System.Drawing.Size(72, 52); - this.label59.TabIndex = 8; - this.label59.Text = "Selecting the \r\n\'null\'-Value \r\ncould lead \r\nto issues"; - // - // btnSelectAllTrophies - // - this.btnSelectAllTrophies.Location = new System.Drawing.Point(6, 19); - this.btnSelectAllTrophies.Name = "btnSelectAllTrophies"; - this.btnSelectAllTrophies.Size = new System.Drawing.Size(87, 23); - this.btnSelectAllTrophies.TabIndex = 3; - this.btnSelectAllTrophies.Text = "Select all"; - this.btnSelectAllTrophies.UseVisualStyleBackColor = true; - this.btnSelectAllTrophies.Click += new System.EventHandler(this.btnSelectAllTrophies_Click); - // - // btnResetTrophies - // - this.btnResetTrophies.Location = new System.Drawing.Point(6, 350); - this.btnResetTrophies.Name = "btnResetTrophies"; - this.btnResetTrophies.Size = new System.Drawing.Size(87, 23); - this.btnResetTrophies.TabIndex = 5; - this.btnResetTrophies.Text = "Reset"; - this.btnResetTrophies.UseVisualStyleBackColor = true; - this.btnResetTrophies.Click += new System.EventHandler(this.btnResetTrophies_Click); - // - // btnDeselectAllTrophies - // - this.btnDeselectAllTrophies.Location = new System.Drawing.Point(6, 48); - this.btnDeselectAllTrophies.Name = "btnDeselectAllTrophies"; - this.btnDeselectAllTrophies.Size = new System.Drawing.Size(87, 23); - this.btnDeselectAllTrophies.TabIndex = 4; - this.btnDeselectAllTrophies.Text = "Deselect all"; - this.btnDeselectAllTrophies.UseVisualStyleBackColor = true; - this.btnDeselectAllTrophies.Click += new System.EventHandler(this.btnDeselectAllTrophies_Click); - // - // cblstTrophies - // - this.cblstTrophies.FormattingEnabled = true; - this.cblstTrophies.Location = new System.Drawing.Point(6, 6); - this.cblstTrophies.Name = "cblstTrophies"; - this.cblstTrophies.Size = new System.Drawing.Size(442, 379); - this.cblstTrophies.TabIndex = 11; - // // tabItemsSeen // this.tabItemsSeen.Controls.Add(this.grpItemsSeen); @@ -2090,6 +2209,8 @@ private void InitializeComponent() // // grpItemsSeen // + this.grpItemsSeen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); this.grpItemsSeen.Controls.Add(this.label60); this.grpItemsSeen.Controls.Add(this.btnSelectAllItemsSeen); this.grpItemsSeen.Controls.Add(this.btnResetItemsSeen); @@ -2122,6 +2243,7 @@ private void InitializeComponent() // // btnResetItemsSeen // + this.btnResetItemsSeen.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.btnResetItemsSeen.Location = new System.Drawing.Point(6, 350); this.btnResetItemsSeen.Name = "btnResetItemsSeen"; this.btnResetItemsSeen.Size = new System.Drawing.Size(87, 23); @@ -2142,6 +2264,9 @@ private void InitializeComponent() // // cblstItemsSeen // + this.cblstItemsSeen.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.cblstItemsSeen.FormattingEnabled = true; this.cblstItemsSeen.Location = new System.Drawing.Point(6, 6); this.cblstItemsSeen.Name = "cblstItemsSeen"; @@ -2161,6 +2286,8 @@ private void InitializeComponent() // // groupBox1 // + this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.label61); this.groupBox1.Controls.Add(this.btnSelectAllItemsCrafted); this.groupBox1.Controls.Add(this.btnResetItemsCrafted); @@ -2193,6 +2320,7 @@ private void InitializeComponent() // // btnResetItemsCrafted // + this.btnResetItemsCrafted.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.btnResetItemsCrafted.Location = new System.Drawing.Point(6, 350); this.btnResetItemsCrafted.Name = "btnResetItemsCrafted"; this.btnResetItemsCrafted.Size = new System.Drawing.Size(87, 23); @@ -2213,6 +2341,9 @@ private void InitializeComponent() // // cblstItemsCrafted // + this.cblstItemsCrafted.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.cblstItemsCrafted.FormattingEnabled = true; this.cblstItemsCrafted.Location = new System.Drawing.Point(6, 6); this.cblstItemsCrafted.Name = "cblstItemsCrafted"; @@ -3351,6 +3482,7 @@ private void InitializeComponent() // // pictureBox3 // + this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox3.BackColor = System.Drawing.Color.Transparent; this.pictureBox3.Image = global::SoG_SGreader.Properties.Resources.ada21; this.pictureBox3.Location = new System.Drawing.Point(547, 2); @@ -3360,77 +3492,6 @@ private void InitializeComponent() this.pictureBox3.TabStop = false; this.pictureBox3.Click += new System.EventHandler(this.PictureBox3_Click); // - // tabFishCaught - // - this.tabFishCaught.Controls.Add(this.groupBox2); - this.tabFishCaught.Controls.Add(this.cblstFishCaught); - this.tabFishCaught.Location = new System.Drawing.Point(4, 22); - this.tabFishCaught.Name = "tabFishCaught"; - this.tabFishCaught.Size = new System.Drawing.Size(559, 396); - this.tabFishCaught.TabIndex = 14; - this.tabFishCaught.Text = "Fish Caught"; - this.tabFishCaught.UseVisualStyleBackColor = true; - // - // groupBox2 - // - this.groupBox2.Controls.Add(this.label62); - this.groupBox2.Controls.Add(this.btnSelectAllFishCaught); - this.groupBox2.Controls.Add(this.btnResetFishCaught); - this.groupBox2.Controls.Add(this.btnDeselectAllFishCaught); - this.groupBox2.Location = new System.Drawing.Point(454, 6); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(97, 379); - this.groupBox2.TabIndex = 18; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Fish Caught"; - // - // label62 - // - this.label62.AutoSize = true; - this.label62.Location = new System.Drawing.Point(6, 74); - this.label62.Name = "label62"; - this.label62.Size = new System.Drawing.Size(72, 52); - this.label62.TabIndex = 8; - this.label62.Text = "Selecting the \r\n\'null\'-Value \r\ncould lead \r\nto issues"; - // - // btnSelectAllFishCaught - // - this.btnSelectAllFishCaught.Location = new System.Drawing.Point(6, 19); - this.btnSelectAllFishCaught.Name = "btnSelectAllFishCaught"; - this.btnSelectAllFishCaught.Size = new System.Drawing.Size(87, 23); - this.btnSelectAllFishCaught.TabIndex = 3; - this.btnSelectAllFishCaught.Text = "Select all"; - this.btnSelectAllFishCaught.UseVisualStyleBackColor = true; - this.btnSelectAllFishCaught.Click += new System.EventHandler(this.btnSelectAllFishCaught_Click); - // - // btnResetFishCaught - // - this.btnResetFishCaught.Location = new System.Drawing.Point(6, 350); - this.btnResetFishCaught.Name = "btnResetFishCaught"; - this.btnResetFishCaught.Size = new System.Drawing.Size(87, 23); - this.btnResetFishCaught.TabIndex = 5; - this.btnResetFishCaught.Text = "Reset"; - this.btnResetFishCaught.UseVisualStyleBackColor = true; - this.btnResetFishCaught.Click += new System.EventHandler(this.btnResetFishCaught_Click); - // - // btnDeselectAllFishCaught - // - this.btnDeselectAllFishCaught.Location = new System.Drawing.Point(6, 48); - this.btnDeselectAllFishCaught.Name = "btnDeselectAllFishCaught"; - this.btnDeselectAllFishCaught.Size = new System.Drawing.Size(87, 23); - this.btnDeselectAllFishCaught.TabIndex = 4; - this.btnDeselectAllFishCaught.Text = "Deselect all"; - this.btnDeselectAllFishCaught.UseVisualStyleBackColor = true; - this.btnDeselectAllFishCaught.Click += new System.EventHandler(this.btnDeselectAllFishCaught_Click); - // - // cblstFishCaught - // - this.cblstFishCaught.FormattingEnabled = true; - this.cblstFishCaught.Location = new System.Drawing.Point(6, 6); - this.cblstFishCaught.Name = "cblstFishCaught"; - this.cblstFishCaught.Size = new System.Drawing.Size(442, 379); - this.cblstFishCaught.TabIndex = 17; - // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -3444,6 +3505,7 @@ private void InitializeComponent() this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.msMenu; this.Name = "FrmMain"; + this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Text = "SoG: Savegame Editor v16.9.30803.129 by tolik518"; this.Load += new System.EventHandler(this.FrmMain_Load); this.tabs.ResumeLayout(false); @@ -3500,12 +3562,15 @@ private void InitializeComponent() this.tabFlags.ResumeLayout(false); this.grpFlags.ResumeLayout(false); this.grpFlags.PerformLayout(); - this.tabEnemiesSeen.ResumeLayout(false); - this.grpEnemiesSeen.ResumeLayout(false); - this.grpEnemiesSeen.PerformLayout(); this.tabTrophies.ResumeLayout(false); this.grpTrophies.ResumeLayout(false); this.grpTrophies.PerformLayout(); + this.tabFishCaught.ResumeLayout(false); + this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); + this.tabEnemiesSeen.ResumeLayout(false); + this.grpEnemiesSeen.ResumeLayout(false); + this.grpEnemiesSeen.PerformLayout(); this.tabItemsSeen.ResumeLayout(false); this.grpItemsSeen.ResumeLayout(false); this.grpItemsSeen.PerformLayout(); @@ -3604,9 +3669,6 @@ private void InitializeComponent() this.msMenu.ResumeLayout(false); this.msMenu.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); - this.tabFishCaught.ResumeLayout(false); - this.groupBox2.ResumeLayout(false); - this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout();