diff --git a/source-code/source/plugins/Launcher/ui.h b/source-code/source/plugins/Launcher/ui.h index fa42cf9..7cef9db 100644 --- a/source-code/source/plugins/Launcher/ui.h +++ b/source-code/source/plugins/Launcher/ui.h @@ -535,7 +535,7 @@ namespace Launcher { SetBackCol(this->panel_Components, colourBg, cbxStyle); SetBackCol(this->panel_Plugins, colourBg, cbxStyle); -#ifndef MINIMALIST +#ifdef MINIMALIST tabPage_Modpacks->Enabled = false; #endif } @@ -615,7 +615,7 @@ private: System::Windows::Forms::LinkLabel^ linkLabel_Official_Discord; private: System::Windows::Forms::LinkLabel^ linkLabel_Help; private: System::Windows::Forms::LinkLabel^ linkLabel_Repo; private: System::Windows::Forms::CheckBox^ checkBox_nofsopt; -#ifndef MINIMALIST + private: System::Windows::Forms::TabPage^ tabPage_Modpacks; private: System::Windows::Forms::CheckBox^ checkBox_ModPatches; private: System::Windows::Forms::Button^ button_ModDelete; @@ -628,7 +628,7 @@ private: System::Windows::Forms::ListBox^ listBox_Mods; private: System::Windows::Forms::Button^ button_ModFiles; private: System::Windows::Forms::Button^ button_ModRescan; private: System::Windows::Forms::Button^ button_ModRename; -#endif + private: System::Windows::Forms::LinkLabel^ linkLabel_Console; private: System::Windows::Forms::Panel^ panel_Patches2; private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel1; @@ -678,6 +678,7 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; this->tabControl = (gcnew System::Windows::Forms::TabControl()); this->tabPage_Resolution = (gcnew System::Windows::Forms::TabPage()); this->groupBox_Lag = (gcnew System::Windows::Forms::GroupBox()); + this->flowLayoutPanel2 = (gcnew System::Windows::Forms::FlowLayoutPanel()); this->trackBar_LagCompensation = (gcnew System::Windows::Forms::TrackBar()); this->groupBox_Details = (gcnew System::Windows::Forms::GroupBox()); this->panel_Details = (gcnew System::Windows::Forms::Panel()); @@ -695,7 +696,6 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; this->tabPage_Plugins = (gcnew System::Windows::Forms::TabPage()); this->panel_Custom = (gcnew System::Windows::Forms::Panel()); this->panel_Plugins = (gcnew System::Windows::Forms::Panel()); -#ifndef MINIMALIST this->tabPage_Modpacks = (gcnew System::Windows::Forms::TabPage()); this->button_ModRename = (gcnew System::Windows::Forms::Button()); this->button_ModRescan = (gcnew System::Windows::Forms::Button()); @@ -705,10 +705,12 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; this->button_ModClone = (gcnew System::Windows::Forms::Button()); this->button_ModSetActive = (gcnew System::Windows::Forms::Button()); this->listBox_Mods = (gcnew System::Windows::Forms::ListBox()); -#endif this->tabPage_Credits = (gcnew System::Windows::Forms::TabPage()); this->creditsTextBox = (gcnew System::Windows::Forms::TextBox()); this->tabPage_Update = (gcnew System::Windows::Forms::TabPage()); + this->flowLayoutPanel1 = (gcnew System::Windows::Forms::FlowLayoutPanel()); + this->label_Update_1 = (gcnew System::Windows::Forms::Label()); + this->label_Update_2 = (gcnew System::Windows::Forms::Label()); this->linkLabel_Repo = (gcnew System::Windows::Forms::LinkLabel()); this->linkLabel_Help = (gcnew System::Windows::Forms::LinkLabel()); this->linkLabel_Official_Discord = (gcnew System::Windows::Forms::LinkLabel()); @@ -717,20 +719,17 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; this->button_Instructions = (gcnew System::Windows::Forms::Button()); this->button_Unstable_builds = (gcnew System::Windows::Forms::Button()); this->button_Releases_page = (gcnew System::Windows::Forms::Button()); - this->label_Update_2 = (gcnew System::Windows::Forms::Label()); - this->label_Update_1 = (gcnew System::Windows::Forms::Label()); this->button_Discord = (gcnew System::Windows::Forms::Button()); this->button_github = (gcnew System::Windows::Forms::Button()); this->toolTip1 = (gcnew System::Windows::Forms::ToolTip(this->components)); this->button_Apply = (gcnew System::Windows::Forms::Button()); this->button_Wiki = (gcnew System::Windows::Forms::Button()); - this->flowLayoutPanel1 = (gcnew System::Windows::Forms::FlowLayoutPanel()); - this->flowLayoutPanel2 = (gcnew System::Windows::Forms::FlowLayoutPanel()); this->groupBox_ScreenRes->SuspendLayout(); this->panel_ScreenRes->SuspendLayout(); this->tabControl->SuspendLayout(); this->tabPage_Resolution->SuspendLayout(); this->groupBox_Lag->SuspendLayout(); + this->flowLayoutPanel2->SuspendLayout(); (cli::safe_cast(this->trackBar_LagCompensation))->BeginInit(); this->groupBox_Details->SuspendLayout(); this->groupBox_InternalRes->SuspendLayout(); @@ -738,13 +737,10 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; this->tabPage_Playerdata->SuspendLayout(); this->tabPage_Components->SuspendLayout(); this->tabPage_Plugins->SuspendLayout(); -#ifndef MINIMALIST this->tabPage_Modpacks->SuspendLayout(); -#endif this->tabPage_Credits->SuspendLayout(); this->tabPage_Update->SuspendLayout(); this->flowLayoutPanel1->SuspendLayout(); - this->flowLayoutPanel2->SuspendLayout(); this->SuspendLayout(); // // button_Launch @@ -784,9 +780,7 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; this->tabControl->Controls->Add(this->tabPage_Playerdata); this->tabControl->Controls->Add(this->tabPage_Components); this->tabControl->Controls->Add(this->tabPage_Plugins); -#ifndef MINIMALIST this->tabControl->Controls->Add(this->tabPage_Modpacks); -#endif this->tabControl->Controls->Add(this->tabPage_Credits); this->tabControl->Controls->Add(this->tabPage_Update); resources->ApplyResources(this->tabControl, L"tabControl"); @@ -814,6 +808,12 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; this->groupBox_Lag->Name = L"groupBox_Lag"; this->groupBox_Lag->TabStop = false; // + // flowLayoutPanel2 + // + this->flowLayoutPanel2->Controls->Add(this->trackBar_LagCompensation); + resources->ApplyResources(this->flowLayoutPanel2, L"flowLayoutPanel2"); + this->flowLayoutPanel2->Name = L"flowLayoutPanel2"; + // // trackBar_LagCompensation // this->trackBar_LagCompensation->LargeChange = 1; @@ -931,7 +931,6 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; // resources->ApplyResources(this->panel_Plugins, L"panel_Plugins"); this->panel_Plugins->Name = L"panel_Plugins"; -#ifndef MINIMALIST // // tabPage_Modpacks // @@ -1004,7 +1003,6 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; resources->ApplyResources(this->listBox_Mods, L"listBox_Mods"); this->listBox_Mods->Name = L"listBox_Mods"; this->listBox_Mods->SelectedValueChanged += gcnew System::EventHandler(this, &ui::listBox_Mods_SelectedValueChanged); -#endif // // tabPage_Credits // @@ -1037,6 +1035,24 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; this->tabPage_Update->Name = L"tabPage_Update"; this->tabPage_Update->UseVisualStyleBackColor = true; // + // flowLayoutPanel1 + // + this->flowLayoutPanel1->Controls->Add(this->label_Update_1); + this->flowLayoutPanel1->Controls->Add(this->label_Update_2); + resources->ApplyResources(this->flowLayoutPanel1, L"flowLayoutPanel1"); + this->flowLayoutPanel1->Name = L"flowLayoutPanel1"; + // + // label_Update_1 + // + resources->ApplyResources(this->label_Update_1, L"label_Update_1"); + this->label_Update_1->Name = L"label_Update_1"; + this->label_Update_1->Click += gcnew System::EventHandler(this, &ui::label_Update_1_Click); + // + // label_Update_2 + // + resources->ApplyResources(this->label_Update_2, L"label_Update_2"); + this->label_Update_2->Name = L"label_Update_2"; + // // linkLabel_Repo // resources->ApplyResources(this->linkLabel_Repo, L"linkLabel_Repo"); @@ -1093,17 +1109,6 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; this->button_Releases_page->UseVisualStyleBackColor = true; this->button_Releases_page->Click += gcnew System::EventHandler(this, &ui::button_Releases_page_Click); // - // label_Update_2 - // - resources->ApplyResources(this->label_Update_2, L"label_Update_2"); - this->label_Update_2->Name = L"label_Update_2"; - // - // label_Update_1 - // - resources->ApplyResources(this->label_Update_1, L"label_Update_1"); - this->label_Update_1->Name = L"label_Update_1"; - this->label_Update_1->Click += gcnew System::EventHandler(this, &ui::label_Update_1_Click); - // // button_Discord // this->button_Discord->BackColor = System::Drawing::Color::FromArgb(static_cast(static_cast(242)), static_cast(static_cast(242)), @@ -1146,19 +1151,6 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; this->button_Wiki->UseVisualStyleBackColor = false; this->button_Wiki->Click += gcnew System::EventHandler(this, &ui::button_Wiki_Click); // - // flowLayoutPanel1 - // - this->flowLayoutPanel1->Controls->Add(this->label_Update_1); - this->flowLayoutPanel1->Controls->Add(this->label_Update_2); - resources->ApplyResources(this->flowLayoutPanel1, L"flowLayoutPanel1"); - this->flowLayoutPanel1->Name = L"flowLayoutPanel1"; - // - // flowLayoutPanel2 - // - this->flowLayoutPanel2->Controls->Add(this->trackBar_LagCompensation); - resources->ApplyResources(this->flowLayoutPanel2, L"flowLayoutPanel2"); - this->flowLayoutPanel2->Name = L"flowLayoutPanel2"; - // // ui // this->AcceptButton = this->button_Launch; @@ -1189,6 +1181,8 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; this->tabPage_Resolution->ResumeLayout(false); this->tabPage_Resolution->PerformLayout(); this->groupBox_Lag->ResumeLayout(false); + this->flowLayoutPanel2->ResumeLayout(false); + this->flowLayoutPanel2->PerformLayout(); (cli::safe_cast(this->trackBar_LagCompensation))->EndInit(); this->groupBox_Details->ResumeLayout(false); this->groupBox_InternalRes->ResumeLayout(false); @@ -1197,23 +1191,18 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; this->tabPage_Components->ResumeLayout(false); this->tabPage_Components->PerformLayout(); this->tabPage_Plugins->ResumeLayout(false); -#ifndef MINIMALIST this->tabPage_Modpacks->ResumeLayout(false); this->tabPage_Modpacks->PerformLayout(); -#endif this->tabPage_Credits->ResumeLayout(false); this->tabPage_Credits->PerformLayout(); this->tabPage_Update->ResumeLayout(false); this->tabPage_Update->PerformLayout(); this->flowLayoutPanel1->ResumeLayout(false); this->flowLayoutPanel1->PerformLayout(); - this->flowLayoutPanel2->ResumeLayout(false); - this->flowLayoutPanel2->PerformLayout(); this->ResumeLayout(false); } #pragma endregion -#ifndef MINIMALIST private: System::Void scanModpacks() { button_ModSetActive->Enabled = false; button_ModClone->Enabled = false; @@ -1236,7 +1225,6 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2; std::cout << "[Launcher] File system error " << e.what() << " " << e.path1() << " " << e.path2() << " " << e.code() << std::endl; } } -#endif private: System::Void SaveSettings() { if (*ResolutionConfigChanged) { @@ -1458,9 +1446,7 @@ private: System::Void button_github_Click(System::Object^ sender, System::EventA } private: System::Void button_Apply_Click(System::Object^ sender, System::EventArgs^ e) { SaveSettings(); -#ifndef MINIMALIST updateLanguage(); -#endif updateStyle(); } private: System::Void Ui_KeyDown(System::Object^ sender, System::Windows::Forms::KeyEventArgs^ e) { @@ -1537,7 +1523,6 @@ private: System::Void linkLabel_Console_LinkClicked(System::Object^ sender, Syst ShowWindow(consoleHandle, SW_SHOW); linkLabel_Console->Visible = false; } -#ifndef MINIMALIST private: System::Void listBox_Mods_SelectedValueChanged(System::Object^ sender, System::EventArgs^ e) { button_ModSetActive->Enabled = true; button_ModClone->Enabled = true; @@ -1579,7 +1564,6 @@ private: System::Void tabPage_Modpacks_Enter(System::Object^ sender, System::Eve listBox_Mods->SelectedIndex = listBox_Mods->FindString(gcnew String(mpstr)); free(mpstr); } -#endif private: System::Void label_Update_1_Click(System::Object^ sender, System::EventArgs^ e) { } }; diff --git a/source-code/source/plugins/Launcher/ui.resx b/source-code/source/plugins/Launcher/ui.resx index e6e138c..fa5098f 100644 --- a/source-code/source/plugins/Launcher/ui.resx +++ b/source-code/source/plugins/Launcher/ui.resx @@ -150,6 +150,57 @@ 3 + + True + + + True + + + 27, 171 + + + 5, 5, 5, 5 + + + 358, 29 + + + 0 + + + Disable Fullscreen Optimizations + + + 17, 17 + + + Disables Windows 10/11 fullscreen optimizations, which can cause issues with screenshots and/or framerate. + + + checkBox_nofsopt + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel_ScreenRes + + + 0 + + + 10, 38 + + + 6, 6, 6, 6 + + + 506, 221 + + + 0 + panel_ScreenRes @@ -192,81 +243,6 @@ 4 - - True - - - checkBox_nofsopt - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel_ScreenRes - - - 0 - - - 10, 38 - - - 6, 6, 6, 6 - - - 506, 221 - - - 0 - - - panel_ScreenRes - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_ScreenRes - - - 0 - - - 17, 17 - - - True - - - 27, 171 - - - 5, 5, 5, 5 - - - 358, 29 - - - 0 - - - Disable Fullscreen Optimizations - - - Disables Windows 10/11 fullscreen optimizations, which can cause issues with screenshots and/or framerate. - - - checkBox_nofsopt - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel_ScreenRes - - - 0 - Stretch @@ -351,6 +327,21 @@ 0 + + True + + + 10, 38 + + + 6, 6, 6, 6 + + + 522, 682 + + + 0 + panel_Details @@ -426,6 +417,21 @@ 2 + + True + + + 10, 38 + + + 6, 6, 6, 6 + + + 506, 118 + + + 1 + panel_IntRes @@ -498,588 +504,6 @@ 0 - - panel_Patches2 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Patches - - - 0 - - - panel_Patches - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Patches - - - 1 - - - 8, 39 - - - 6, 6, 6, 6 - - - 1104, 761 - - - 1 - - - Options - - - tabPage_Patches - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabControl - - - 1 - - - panel_Playerdata - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Playerdata - - - 0 - - - 8, 39 - - - 6, 6, 6, 6 - - - 1104, 761 - - - 3 - - - Player - - - tabPage_Playerdata - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabControl - - - 2 - - - linkLabel_Console - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Components - - - 0 - - - panel_Components - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Components - - - 1 - - - 8, 39 - - - 6, 6, 6, 6 - - - 6, 6, 6, 6 - - - 1104, 761 - - - 2 - - - Components - - - tabPage_Components - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabControl - - - 3 - - - panel_Custom - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Plugins - - - 0 - - - panel_Plugins - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Plugins - - - 1 - - - 8, 39 - - - 6, 6, 6, 6 - - - 6, 6, 6, 6 - - - 1104, 761 - - - 3 - - - Plugins and Patches - - - tabPage_Plugins - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabControl - - - 4 - - - button_ModRename - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Modpacks - - - 0 - - - button_ModRescan - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Modpacks - - - 1 - - - button_ModFiles - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Modpacks - - - 2 - - - checkBox_ModPatches - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Modpacks - - - 3 - - - button_ModDelete - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Modpacks - - - 4 - - - button_ModClone - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Modpacks - - - 5 - - - button_ModSetActive - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Modpacks - - - 6 - - - listBox_Mods - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Modpacks - - - 7 - - - 8, 39 - - - 5, 5, 5, 5 - - - 5, 5, 5, 5 - - - 1104, 761 - - - 7 - - - Modpacks - - - tabPage_Modpacks - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabControl - - - 5 - - - creditsTextBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Credits - - - 0 - - - 8, 39 - - - 5, 5, 5, 5 - - - 5, 5, 5, 5 - - - 1104, 761 - - - 5 - - - Credits - - - tabPage_Credits - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabControl - - - 6 - - - flowLayoutPanel1 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Update - - - 0 - - - linkLabel_Repo - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Update - - - 1 - - - linkLabel_Help - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Update - - - 2 - - - linkLabel_Official_Discord - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Update - - - 3 - - - linkLabel_Changelog - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Update - - - 4 - - - button_Clean_installation - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Update - - - 5 - - - button_Instructions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Update - - - 6 - - - button_Unstable_builds - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Update - - - 7 - - - button_Releases_page - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Update - - - 8 - - - 8, 39 - - - 5, 5, 5, 5 - - - 5, 5, 5, 5 - - - 1104, 761 - - - 6 - - - UPDATE - - - tabPage_Update - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabControl - - - 7 - - - 0, 0 - - - 6, 6, 6, 6 - - - 1120, 808 - - - 10 - - - tabControl - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 10, 38 - - - 6, 6, 6, 6 - - - 522, 682 - - - 0 - - - panel_Details - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_Details - - - 0 - - - True - - - 10, 38 - - - 6, 6, 6, 6 - - - 506, 118 - - - 1 - - - panel_IntRes - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_InternalRes - - - 0 - True @@ -1134,6 +558,33 @@ 1 + + 8, 39 + + + 6, 6, 6, 6 + + + 1104, 761 + + + 1 + + + Options + + + tabPage_Patches + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl + + + 1 + True @@ -1161,6 +612,33 @@ 0 + + 8, 39 + + + 6, 6, 6, 6 + + + 1104, 761 + + + 3 + + + Player + + + tabPage_Playerdata + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl + + + 2 + True @@ -1221,6 +699,36 @@ 1 + + 8, 39 + + + 6, 6, 6, 6 + + + 6, 6, 6, 6 + + + 1104, 761 + + + 2 + + + Components + + + tabPage_Components + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl + + + 3 + True @@ -1275,11 +783,41 @@ 1 + + 8, 39 + + + 6, 6, 6, 6 + + + 6, 6, 6, 6 + + + 1104, 761 + + + 3 + + + Plugins and Patches + + + tabPage_Plugins + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl + + + 4 + False - 558, 714 + 558, 707 5, 5, 5, 5 @@ -1306,7 +844,7 @@ 0 - 696, 714 + 696, 707 5, 5, 5, 5 @@ -1336,7 +874,7 @@ False - 146, 714 + 146, 707 5, 5, 5, 5 @@ -1399,7 +937,7 @@ False - 422, 714 + 422, 707 5, 5, 5, 5 @@ -1429,7 +967,7 @@ False - 283, 714 + 283, 707 5, 5, 5, 5 @@ -1459,7 +997,7 @@ False - 10, 714 + 10, 707 5, 5, 5, 5 @@ -1495,7 +1033,7 @@ 5, 5, 5, 5 - 1087, 629 + 1087, 679 0 @@ -1512,6 +1050,36 @@ 7 + + 8, 39 + + + 5, 5, 5, 5 + + + 5, 5, 5, 5 + + + 1104, 761 + + + 7 + + + Modpacks + + + tabPage_Modpacks + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl + + + 5 + 0, 0 @@ -1660,6 +1228,136 @@ AMD compatibilty pack dependencies have additional licenses, detailed in the AMD 0 + + 8, 39 + + + 5, 5, 5, 5 + + + 5, 5, 5, 5 + + + 1104, 761 + + + 5 + + + Credits + + + tabPage_Credits + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl + + + 6 + + + Top, Bottom, Left, Right + + + True + + + Microsoft Sans Serif, 12pt, style=Bold + + + 5, 0 + + + 5, 0, 5, 0 + + + 1044, 37 + + + 0 + + + Update PD Loader regularly to get the latest fixes and new features! + + + MiddleCenter + + + label_Update_1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + 0 + + + Top, Bottom, Left, Right + + + True + + + 5, 37 + + + 5, 0, 5, 0 + + + 1044, 50 + + + 1 + + + It is highly recommended to download updates directly from the official repository. +If you have downloaded PD Loader from a third-party, it is recommended to do a clean installation. + + + MiddleCenter + + + label_Update_2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + 1 + + + TopDown + + + 8, 66 + + + 1096, 130 + + + 10 + + + flowLayoutPanel1 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage_Update + + + 0 + True @@ -1891,81 +1589,59 @@ AMD compatibilty pack dependencies have additional licenses, detailed in the AMD 8 - - Top, Bottom, Left, Right + + 8, 39 - - True + + 5, 5, 5, 5 - - 5, 37 + + 5, 5, 5, 5 - - 5, 0, 5, 0 + + 1104, 761 - - 1044, 50 + + 6 - - 1 + + UPDATE - - It is highly recommended to download updates directly from the official repository. -If you have downloaded PD Loader from a third-party, it is recommended to do a clean installation. + + tabPage_Update - - MiddleCenter + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label_Update_2 + + tabControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - flowLayoutPanel1 + + 0, 0 - - 1 + + 6, 6, 6, 6 - - Top, Bottom, Left, Right + + 1120, 808 - - True + + 10 - - Microsoft Sans Serif, 12pt, style=Bold + + tabControl - - 5, 0 + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5, 0, 5, 0 + + $this - - 1044, 37 - - - 0 - - - Update PD Loader regularly to get the latest fixes and new features! - - - MiddleCenter - - - label_Update_1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel1 - - - 0 + + 2 Flat @@ -2081,9 +1757,6 @@ If you have downloaded PD Loader from a third-party, it is recommended to do a c 4 - - 17, 17 - Flat @@ -2460,54 +2133,6 @@ If you have downloaded PD Loader from a third-party, it is recommended to do a c 0 - - label_Update_1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel1 - - - 0 - - - label_Update_2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel1 - - - 1 - - - TopDown - - - 8, 66 - - - 1096, 130 - - - 10 - - - flowLayoutPanel1 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage_Update - - - 0 - True