launcher changes

This commit is contained in:
Bitl 2022-10-19 10:33:44 -07:00
parent 3369589009
commit c741c24971
4 changed files with 163 additions and 94 deletions

View File

@ -58,14 +58,22 @@
this.label13 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label();
this.GraphicsModernResolution = new System.Windows.Forms.ComboBox(); this.GraphicsModernResolution = new System.Windows.Forms.ComboBox();
this.label14 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label();
this.SettingTabs = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabPage3 = new System.Windows.Forms.TabPage();
((System.ComponentModel.ISupportInitialize)(this.GraphicsLevel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GraphicsLevel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GraphicsMeshQuality)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GraphicsMeshQuality)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GraphicsShadingQuality)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GraphicsShadingQuality)).BeginInit();
this.SettingTabs.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// label1 // label1
// //
this.label1.Location = new System.Drawing.Point(12, 12); this.label1.Location = new System.Drawing.Point(6, 10);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(154, 30); this.label1.Size = new System.Drawing.Size(154, 30);
this.label1.TabIndex = 0; this.label1.TabIndex = 0;
@ -73,23 +81,23 @@
// //
// GraphicsLevel // GraphicsLevel
// //
this.GraphicsLevel.Location = new System.Drawing.Point(172, 12); this.GraphicsLevel.Location = new System.Drawing.Point(166, 13);
this.GraphicsLevel.Maximum = new decimal(new int[] { this.GraphicsLevel.Maximum = new decimal(new int[] {
21, 21,
0, 0,
0, 0,
0}); 0});
this.GraphicsLevel.Name = "GraphicsLevel"; this.GraphicsLevel.Name = "GraphicsLevel";
this.GraphicsLevel.Size = new System.Drawing.Size(246, 20); this.GraphicsLevel.Size = new System.Drawing.Size(114, 20);
this.GraphicsLevel.TabIndex = 1; this.GraphicsLevel.TabIndex = 1;
this.GraphicsLevel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.GraphicsLevel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.GraphicsLevel.ValueChanged += new System.EventHandler(this.GraphicsLevel_ValueChanged); this.GraphicsLevel.ValueChanged += new System.EventHandler(this.GraphicsLevel_ValueChanged);
// //
// GraphicsMeshQuality // GraphicsMeshQuality
// //
this.GraphicsMeshQuality.Location = new System.Drawing.Point(172, 38); this.GraphicsMeshQuality.Location = new System.Drawing.Point(166, 38);
this.GraphicsMeshQuality.Name = "GraphicsMeshQuality"; this.GraphicsMeshQuality.Name = "GraphicsMeshQuality";
this.GraphicsMeshQuality.Size = new System.Drawing.Size(246, 20); this.GraphicsMeshQuality.Size = new System.Drawing.Size(114, 20);
this.GraphicsMeshQuality.TabIndex = 2; this.GraphicsMeshQuality.TabIndex = 2;
this.GraphicsMeshQuality.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.GraphicsMeshQuality.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.GraphicsMeshQuality.Value = new decimal(new int[] { this.GraphicsMeshQuality.Value = new decimal(new int[] {
@ -102,7 +110,7 @@
// label2 // label2
// //
this.label2.AutoSize = true; this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 42); this.label2.Location = new System.Drawing.Point(6, 42);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(128, 13); this.label2.Size = new System.Drawing.Size(128, 13);
this.label2.TabIndex = 3; this.label2.TabIndex = 3;
@ -110,9 +118,9 @@
// //
// GraphicsShadingQuality // GraphicsShadingQuality
// //
this.GraphicsShadingQuality.Location = new System.Drawing.Point(172, 64); this.GraphicsShadingQuality.Location = new System.Drawing.Point(166, 64);
this.GraphicsShadingQuality.Name = "GraphicsShadingQuality"; this.GraphicsShadingQuality.Name = "GraphicsShadingQuality";
this.GraphicsShadingQuality.Size = new System.Drawing.Size(246, 20); this.GraphicsShadingQuality.Size = new System.Drawing.Size(114, 20);
this.GraphicsShadingQuality.TabIndex = 4; this.GraphicsShadingQuality.TabIndex = 4;
this.GraphicsShadingQuality.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.GraphicsShadingQuality.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.GraphicsShadingQuality.Value = new decimal(new int[] { this.GraphicsShadingQuality.Value = new decimal(new int[] {
@ -125,7 +133,7 @@
// label3 // label3
// //
this.label3.AutoSize = true; this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 66); this.label3.Location = new System.Drawing.Point(6, 68);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(141, 13); this.label3.Size = new System.Drawing.Size(141, 13);
this.label3.TabIndex = 5; this.label3.TabIndex = 5;
@ -140,15 +148,15 @@
"Low", "Low",
"Medium", "Medium",
"High"}); "High"});
this.GraphicsMaterialQuality.Location = new System.Drawing.Point(172, 90); this.GraphicsMaterialQuality.Location = new System.Drawing.Point(166, 90);
this.GraphicsMaterialQuality.Name = "GraphicsMaterialQuality"; this.GraphicsMaterialQuality.Name = "GraphicsMaterialQuality";
this.GraphicsMaterialQuality.Size = new System.Drawing.Size(246, 21); this.GraphicsMaterialQuality.Size = new System.Drawing.Size(114, 21);
this.GraphicsMaterialQuality.TabIndex = 6; this.GraphicsMaterialQuality.TabIndex = 6;
this.GraphicsMaterialQuality.SelectedIndexChanged += new System.EventHandler(this.GraphicsMaterialQuality_SelectedIndexChanged); this.GraphicsMaterialQuality.SelectedIndexChanged += new System.EventHandler(this.GraphicsMaterialQuality_SelectedIndexChanged);
// //
// label4 // label4
// //
this.label4.Location = new System.Drawing.Point(12, 87); this.label4.Location = new System.Drawing.Point(6, 88);
this.label4.Name = "label4"; this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(141, 28); this.label4.Size = new System.Drawing.Size(141, 28);
this.label4.TabIndex = 7; this.label4.TabIndex = 7;
@ -157,7 +165,7 @@
// label5 // label5
// //
this.label5.AutoSize = true; this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 121); this.label5.Location = new System.Drawing.Point(6, 25);
this.label5.Name = "label5"; this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(103, 13); this.label5.Size = new System.Drawing.Size(103, 13);
this.label5.TabIndex = 8; this.label5.TabIndex = 8;
@ -171,16 +179,16 @@
"Automatic", "Automatic",
"On", "On",
"Off"}); "Off"});
this.GraphicsAntiAliasing.Location = new System.Drawing.Point(172, 117); this.GraphicsAntiAliasing.Location = new System.Drawing.Point(166, 21);
this.GraphicsAntiAliasing.Name = "GraphicsAntiAliasing"; this.GraphicsAntiAliasing.Name = "GraphicsAntiAliasing";
this.GraphicsAntiAliasing.Size = new System.Drawing.Size(246, 21); this.GraphicsAntiAliasing.Size = new System.Drawing.Size(114, 21);
this.GraphicsAntiAliasing.TabIndex = 9; this.GraphicsAntiAliasing.TabIndex = 9;
this.GraphicsAntiAliasing.SelectedIndexChanged += new System.EventHandler(this.GraphicsAntiAliasing_SelectedIndexChanged); this.GraphicsAntiAliasing.SelectedIndexChanged += new System.EventHandler(this.GraphicsAntiAliasing_SelectedIndexChanged);
// //
// label6 // label6
// //
this.label6.AutoSize = true; this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(12, 148); this.label6.Location = new System.Drawing.Point(6, 51);
this.label6.Name = "label6"; this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(107, 13); this.label6.Size = new System.Drawing.Size(107, 13);
this.label6.TabIndex = 10; this.label6.TabIndex = 10;
@ -194,9 +202,9 @@
"None", "None",
"4x", "4x",
"8x"}); "8x"});
this.GraphicsAASamples.Location = new System.Drawing.Point(172, 144); this.GraphicsAASamples.Location = new System.Drawing.Point(166, 48);
this.GraphicsAASamples.Name = "GraphicsAASamples"; this.GraphicsAASamples.Name = "GraphicsAASamples";
this.GraphicsAASamples.Size = new System.Drawing.Size(246, 21); this.GraphicsAASamples.Size = new System.Drawing.Size(114, 21);
this.GraphicsAASamples.TabIndex = 11; this.GraphicsAASamples.TabIndex = 11;
this.GraphicsAASamples.SelectedIndexChanged += new System.EventHandler(this.GraphicsAASamples_SelectedIndexChanged); this.GraphicsAASamples.SelectedIndexChanged += new System.EventHandler(this.GraphicsAASamples_SelectedIndexChanged);
// //
@ -208,9 +216,9 @@
"Automatic", "Automatic",
"On", "On",
"Off"}); "Off"});
this.GraphicsBevels.Location = new System.Drawing.Point(172, 171); this.GraphicsBevels.Location = new System.Drawing.Point(166, 117);
this.GraphicsBevels.Name = "GraphicsBevels"; this.GraphicsBevels.Name = "GraphicsBevels";
this.GraphicsBevels.Size = new System.Drawing.Size(246, 21); this.GraphicsBevels.Size = new System.Drawing.Size(114, 21);
this.GraphicsBevels.TabIndex = 12; this.GraphicsBevels.TabIndex = 12;
this.GraphicsBevels.SelectedIndexChanged += new System.EventHandler(this.GraphicsBevels_SelectedIndexChanged); this.GraphicsBevels.SelectedIndexChanged += new System.EventHandler(this.GraphicsBevels_SelectedIndexChanged);
// //
@ -223,16 +231,16 @@
"On", "On",
"Off", "Off",
"Character-Only"}); "Character-Only"});
this.GraphicsShadows2008.Location = new System.Drawing.Point(172, 198); this.GraphicsShadows2008.Location = new System.Drawing.Point(166, 75);
this.GraphicsShadows2008.Name = "GraphicsShadows2008"; this.GraphicsShadows2008.Name = "GraphicsShadows2008";
this.GraphicsShadows2008.Size = new System.Drawing.Size(246, 21); this.GraphicsShadows2008.Size = new System.Drawing.Size(114, 21);
this.GraphicsShadows2008.TabIndex = 13; this.GraphicsShadows2008.TabIndex = 13;
this.GraphicsShadows2008.SelectedIndexChanged += new System.EventHandler(this.GraphicsShadows2008_SelectedIndexChanged); this.GraphicsShadows2008.SelectedIndexChanged += new System.EventHandler(this.GraphicsShadows2008_SelectedIndexChanged);
// //
// label7 // label7
// //
this.label7.AutoSize = true; this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(12, 175); this.label7.Location = new System.Drawing.Point(6, 121);
this.label7.Name = "label7"; this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(78, 13); this.label7.Size = new System.Drawing.Size(78, 13);
this.label7.TabIndex = 14; this.label7.TabIndex = 14;
@ -241,7 +249,7 @@
// label8 // label8
// //
this.label8.AutoSize = true; this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(12, 202); this.label8.Location = new System.Drawing.Point(6, 75);
this.label8.Name = "label8"; this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(90, 13); this.label8.Size = new System.Drawing.Size(90, 13);
this.label8.TabIndex = 16; this.label8.TabIndex = 16;
@ -252,7 +260,7 @@
this.label9.AutoSize = true; this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.ForeColor = System.Drawing.Color.Red; this.label9.ForeColor = System.Drawing.Color.Red;
this.label9.Location = new System.Drawing.Point(95, 359); this.label9.Location = new System.Drawing.Point(32, 176);
this.label9.Name = "label9"; this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(234, 13); this.label9.Size = new System.Drawing.Size(234, 13);
this.label9.TabIndex = 17; this.label9.TabIndex = 17;
@ -265,16 +273,16 @@
this.GraphicsShadows2007.Items.AddRange(new object[] { this.GraphicsShadows2007.Items.AddRange(new object[] {
"On", "On",
"Off"}); "Off"});
this.GraphicsShadows2007.Location = new System.Drawing.Point(172, 225); this.GraphicsShadows2007.Location = new System.Drawing.Point(166, 102);
this.GraphicsShadows2007.Name = "GraphicsShadows2007"; this.GraphicsShadows2007.Name = "GraphicsShadows2007";
this.GraphicsShadows2007.Size = new System.Drawing.Size(246, 21); this.GraphicsShadows2007.Size = new System.Drawing.Size(114, 21);
this.GraphicsShadows2007.TabIndex = 18; this.GraphicsShadows2007.TabIndex = 18;
this.GraphicsShadows2007.SelectedIndexChanged += new System.EventHandler(this.GraphicsShadows2007_SelectedIndexChanged); this.GraphicsShadows2007.SelectedIndexChanged += new System.EventHandler(this.GraphicsShadows2007_SelectedIndexChanged);
// //
// label10 // label10
// //
this.label10.AutoSize = true; this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(12, 228); this.label10.Location = new System.Drawing.Point(6, 101);
this.label10.Name = "label10"; this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(84, 13); this.label10.Size = new System.Drawing.Size(84, 13);
this.label10.TabIndex = 19; this.label10.TabIndex = 19;
@ -283,25 +291,25 @@
// label11 // label11
// //
this.label11.AutoSize = true; this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(12, 255); this.label11.Location = new System.Drawing.Point(4, 96);
this.label11.Name = "label11"; this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(89, 13); this.label11.Size = new System.Drawing.Size(131, 13);
this.label11.TabIndex = 21; this.label11.TabIndex = 21;
this.label11.Text = "Style (Early 2007)"; this.label11.Text = "Window Style (Early 2007)";
// //
// Style2007 // Style2007
// //
this.Style2007.Location = new System.Drawing.Point(172, 252); this.Style2007.Location = new System.Drawing.Point(141, 93);
this.Style2007.Name = "Style2007"; this.Style2007.Name = "Style2007";
this.Style2007.Size = new System.Drawing.Size(118, 20); this.Style2007.Size = new System.Drawing.Size(144, 20);
this.Style2007.TabIndex = 22; this.Style2007.TabIndex = 22;
this.Style2007.TextChanged += new System.EventHandler(this.Style2007_TextChanged); this.Style2007.TextChanged += new System.EventHandler(this.Style2007_TextChanged);
// //
// Style2007FolderFinder // Style2007FolderFinder
// //
this.Style2007FolderFinder.Location = new System.Drawing.Point(296, 250); this.Style2007FolderFinder.Location = new System.Drawing.Point(141, 119);
this.Style2007FolderFinder.Name = "Style2007FolderFinder"; this.Style2007FolderFinder.Name = "Style2007FolderFinder";
this.Style2007FolderFinder.Size = new System.Drawing.Size(77, 23); this.Style2007FolderFinder.Size = new System.Drawing.Size(99, 23);
this.Style2007FolderFinder.TabIndex = 23; this.Style2007FolderFinder.TabIndex = 23;
this.Style2007FolderFinder.Text = "Styles Folder"; this.Style2007FolderFinder.Text = "Styles Folder";
this.Style2007FolderFinder.UseVisualStyleBackColor = true; this.Style2007FolderFinder.UseVisualStyleBackColor = true;
@ -309,7 +317,7 @@
// //
// Styles2007Info // Styles2007Info
// //
this.Styles2007Info.Location = new System.Drawing.Point(379, 250); this.Styles2007Info.Location = new System.Drawing.Point(246, 119);
this.Styles2007Info.Name = "Styles2007Info"; this.Styles2007Info.Name = "Styles2007Info";
this.Styles2007Info.Size = new System.Drawing.Size(39, 23); this.Styles2007Info.Size = new System.Drawing.Size(39, 23);
this.Styles2007Info.TabIndex = 24; this.Styles2007Info.TabIndex = 24;
@ -320,26 +328,26 @@
// label12 // label12
// //
this.label12.AutoSize = true; this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(12, 282); this.label12.Location = new System.Drawing.Point(3, 6);
this.label12.Name = "label12"; this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(159, 13); this.label12.Size = new System.Drawing.Size(99, 26);
this.label12.TabIndex = 25; this.label12.TabIndex = 25;
this.label12.Text = "Window Resolution (2007-2009)"; this.label12.Text = "Window Resolution\r\n(2007-2009)";
// //
// GraphicsWindowResolution // GraphicsWindowResolution
// //
this.GraphicsWindowResolution.Location = new System.Drawing.Point(172, 279); this.GraphicsWindowResolution.Location = new System.Drawing.Point(141, 7);
this.GraphicsWindowResolution.Name = "GraphicsWindowResolution"; this.GraphicsWindowResolution.Name = "GraphicsWindowResolution";
this.GraphicsWindowResolution.Size = new System.Drawing.Size(246, 20); this.GraphicsWindowResolution.Size = new System.Drawing.Size(144, 20);
this.GraphicsWindowResolution.TabIndex = 26; this.GraphicsWindowResolution.TabIndex = 26;
this.GraphicsWindowResolution.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.GraphicsWindowResolution.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.GraphicsWindowResolution.TextChanged += new System.EventHandler(this.GraphicsWindowResolution_TextChanged); this.GraphicsWindowResolution.TextChanged += new System.EventHandler(this.GraphicsWindowResolution_TextChanged);
// //
// GraphicsFullscreenResolution // GraphicsFullscreenResolution
// //
this.GraphicsFullscreenResolution.Location = new System.Drawing.Point(172, 305); this.GraphicsFullscreenResolution.Location = new System.Drawing.Point(141, 36);
this.GraphicsFullscreenResolution.Name = "GraphicsFullscreenResolution"; this.GraphicsFullscreenResolution.Name = "GraphicsFullscreenResolution";
this.GraphicsFullscreenResolution.Size = new System.Drawing.Size(246, 20); this.GraphicsFullscreenResolution.Size = new System.Drawing.Size(144, 20);
this.GraphicsFullscreenResolution.TabIndex = 28; this.GraphicsFullscreenResolution.TabIndex = 28;
this.GraphicsFullscreenResolution.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.GraphicsFullscreenResolution.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.GraphicsFullscreenResolution.TextChanged += new System.EventHandler(this.GraphicsFullscreenResolution_TextChanged); this.GraphicsFullscreenResolution.TextChanged += new System.EventHandler(this.GraphicsFullscreenResolution_TextChanged);
@ -347,7 +355,7 @@
// label13 // label13
// //
this.label13.AutoSize = true; this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(12, 305); this.label13.Location = new System.Drawing.Point(3, 35);
this.label13.Name = "label13"; this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(108, 26); this.label13.Size = new System.Drawing.Size(108, 26);
this.label13.TabIndex = 27; this.label13.TabIndex = 27;
@ -377,65 +385,113 @@
"16: 1680x1050 (wide)", "16: 1680x1050 (wide)",
"17: 1920x1080 (wide)", "17: 1920x1080 (wide)",
"18: 1920x1200 (wide)"}); "18: 1920x1200 (wide)"});
this.GraphicsModernResolution.Location = new System.Drawing.Point(172, 331); this.GraphicsModernResolution.Location = new System.Drawing.Point(141, 65);
this.GraphicsModernResolution.Name = "GraphicsModernResolution"; this.GraphicsModernResolution.Name = "GraphicsModernResolution";
this.GraphicsModernResolution.Size = new System.Drawing.Size(246, 21); this.GraphicsModernResolution.Size = new System.Drawing.Size(144, 21);
this.GraphicsModernResolution.TabIndex = 29; this.GraphicsModernResolution.TabIndex = 29;
this.GraphicsModernResolution.SelectedIndexChanged += new System.EventHandler(this.GraphicsModernResolution_SelectedIndexChanged); this.GraphicsModernResolution.SelectedIndexChanged += new System.EventHandler(this.GraphicsModernResolution_SelectedIndexChanged);
// //
// label14 // label14
// //
this.label14.AutoSize = true; this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(12, 339); this.label14.Location = new System.Drawing.Point(3, 68);
this.label14.Name = "label14"; this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(96, 13); this.label14.Size = new System.Drawing.Size(132, 13);
this.label14.TabIndex = 30; this.label14.TabIndex = 30;
this.label14.Text = "Resolution (2010+)"; this.label14.Text = "Overall Resolution (2010+)";
//
// SettingTabs
//
this.SettingTabs.Controls.Add(this.tabPage1);
this.SettingTabs.Controls.Add(this.tabPage2);
this.SettingTabs.Controls.Add(this.tabPage3);
this.SettingTabs.Location = new System.Drawing.Point(0, 0);
this.SettingTabs.Name = "SettingTabs";
this.SettingTabs.SelectedIndex = 0;
this.SettingTabs.Size = new System.Drawing.Size(302, 173);
this.SettingTabs.TabIndex = 33;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.label7);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.GraphicsBevels);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.GraphicsLevel);
this.tabPage1.Controls.Add(this.GraphicsMaterialQuality);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.GraphicsMeshQuality);
this.tabPage1.Controls.Add(this.GraphicsShadingQuality);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(294, 147);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Model/Texture";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.label5);
this.tabPage2.Controls.Add(this.GraphicsShadows2008);
this.tabPage2.Controls.Add(this.GraphicsAntiAliasing);
this.tabPage2.Controls.Add(this.label8);
this.tabPage2.Controls.Add(this.label6);
this.tabPage2.Controls.Add(this.GraphicsAASamples);
this.tabPage2.Controls.Add(this.label10);
this.tabPage2.Controls.Add(this.GraphicsShadows2007);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(294, 147);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Shadows/Anti-Aliasing";
this.tabPage2.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.label11);
this.tabPage3.Controls.Add(this.Styles2007Info);
this.tabPage3.Controls.Add(this.GraphicsFullscreenResolution);
this.tabPage3.Controls.Add(this.label12);
this.tabPage3.Controls.Add(this.Style2007FolderFinder);
this.tabPage3.Controls.Add(this.GraphicsWindowResolution);
this.tabPage3.Controls.Add(this.Style2007);
this.tabPage3.Controls.Add(this.GraphicsModernResolution);
this.tabPage3.Controls.Add(this.label14);
this.tabPage3.Controls.Add(this.label13);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(294, 147);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Resolution/Styling";
this.tabPage3.UseVisualStyleBackColor = true;
// //
// CustomGraphicsOptions // CustomGraphicsOptions
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.ClientSize = new System.Drawing.Size(430, 381); this.ClientSize = new System.Drawing.Size(300, 194);
this.Controls.Add(this.label14); this.Controls.Add(this.SettingTabs);
this.Controls.Add(this.GraphicsModernResolution);
this.Controls.Add(this.GraphicsFullscreenResolution);
this.Controls.Add(this.label13);
this.Controls.Add(this.GraphicsWindowResolution);
this.Controls.Add(this.label12);
this.Controls.Add(this.Styles2007Info);
this.Controls.Add(this.Style2007FolderFinder);
this.Controls.Add(this.Style2007);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.GraphicsShadows2007);
this.Controls.Add(this.label9); this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.GraphicsShadows2008);
this.Controls.Add(this.GraphicsBevels);
this.Controls.Add(this.GraphicsAASamples);
this.Controls.Add(this.label6);
this.Controls.Add(this.GraphicsAntiAliasing);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.GraphicsMaterialQuality);
this.Controls.Add(this.label3);
this.Controls.Add(this.GraphicsShadingQuality);
this.Controls.Add(this.label2);
this.Controls.Add(this.GraphicsMeshQuality);
this.Controls.Add(this.GraphicsLevel);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "CustomGraphicsOptions"; this.Name = "CustomGraphicsOptions";
this.Text = "Novetus Settings"; this.Text = "Custom Graphics Settings";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CustomGraphicsOptions_Close); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CustomGraphicsOptions_Close);
this.Load += new System.EventHandler(this.CustomGraphicsOptions_Load); this.Load += new System.EventHandler(this.CustomGraphicsOptions_Load);
((System.ComponentModel.ISupportInitialize)(this.GraphicsLevel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GraphicsLevel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GraphicsMeshQuality)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GraphicsMeshQuality)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GraphicsShadingQuality)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GraphicsShadingQuality)).EndInit();
this.SettingTabs.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
@ -472,5 +528,9 @@
private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label13;
private System.Windows.Forms.ComboBox GraphicsModernResolution; private System.Windows.Forms.ComboBox GraphicsModernResolution;
private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label14;
private System.Windows.Forms.TabControl SettingTabs;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
} }
} }

View File

@ -201,12 +201,14 @@ namespace NovetusLauncher
{ {
Style2007.Enabled = false; Style2007.Enabled = false;
Style2007FolderFinder.Enabled = false; Style2007FolderFinder.Enabled = false;
Styles2007Info.Enabled = false;
} }
} }
catch (Exception) catch (Exception)
{ {
Style2007.Enabled = false; Style2007.Enabled = false;
Style2007FolderFinder.Enabled = false; Style2007FolderFinder.Enabled = false;
Styles2007Info.Enabled = false;
} }
try try
@ -289,6 +291,8 @@ namespace NovetusLauncher
} }
} }
CenterToScreen();
if (!hasFoundDir) if (!hasFoundDir)
{ {
MessageBox.Show("This client does not support setting adjustment through the Novetus Launcher.\nTry opening this client in Roblox Studio and adjust it through the settings in Tools -> Settings.", "Novetus - Error", MessageBoxButtons.OK, MessageBoxIcon.Error); MessageBox.Show("This client does not support setting adjustment through the Novetus Launcher.\nTry opening this client in Roblox Studio and adjust it through the settings in Tools -> Settings.", "Novetus - Error", MessageBoxButtons.OK, MessageBoxIcon.Error);

View File

@ -94,7 +94,7 @@
// //
// checkBox6 // checkBox6
// //
this.checkBox6.Location = new System.Drawing.Point(6, 48); this.checkBox6.Location = new System.Drawing.Point(6, 65);
this.checkBox6.Name = "checkBox6"; this.checkBox6.Name = "checkBox6";
this.checkBox6.Size = new System.Drawing.Size(131, 17); this.checkBox6.Size = new System.Drawing.Size(131, 17);
this.checkBox6.TabIndex = 76; this.checkBox6.TabIndex = 76;
@ -105,7 +105,7 @@
// checkBox7 // checkBox7
// //
this.checkBox7.AutoSize = true; this.checkBox7.AutoSize = true;
this.checkBox7.Location = new System.Drawing.Point(6, 31); this.checkBox7.Location = new System.Drawing.Point(6, 43);
this.checkBox7.Name = "checkBox7"; this.checkBox7.Name = "checkBox7";
this.checkBox7.Size = new System.Drawing.Size(164, 17); this.checkBox7.Size = new System.Drawing.Size(164, 17);
this.checkBox7.TabIndex = 77; this.checkBox7.TabIndex = 77;
@ -125,21 +125,20 @@
// checkBox5 // checkBox5
// //
this.checkBox5.AutoSize = true; this.checkBox5.AutoSize = true;
this.checkBox5.Checked = true;
this.checkBox5.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox5.Location = new System.Drawing.Point(6, 14); this.checkBox5.Location = new System.Drawing.Point(6, 14);
this.checkBox5.Name = "checkBox5"; this.checkBox5.Name = "checkBox5";
this.checkBox5.Size = new System.Drawing.Size(107, 17); this.checkBox5.Size = new System.Drawing.Size(184, 30);
this.checkBox5.TabIndex = 75; this.checkBox5.TabIndex = 75;
this.checkBox5.Text = "Toggle ReShade"; this.checkBox5.Text = "Toggle ReShade \r\n(Windows 7 SP1 and above only)";
this.checkBox5.UseVisualStyleBackColor = true; this.checkBox5.UseVisualStyleBackColor = true;
this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged); this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
// //
// button1 // button1
// //
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.Location = new System.Drawing.Point(8, 71); this.button1.Location = new System.Drawing.Point(8, 71);
this.button1.Name = "button1"; this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(191, 23); this.button1.Size = new System.Drawing.Size(191, 49);
this.button1.TabIndex = 83; this.button1.TabIndex = 83;
this.button1.Text = "Change custom graphics options"; this.button1.Text = "Change custom graphics options";
this.button1.UseVisualStyleBackColor = true; this.button1.UseVisualStyleBackColor = true;
@ -151,7 +150,7 @@
this.label9.BackColor = System.Drawing.SystemColors.ControlLightLight; this.label9.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.ForeColor = System.Drawing.Color.Red; this.label9.ForeColor = System.Drawing.Color.Red;
this.label9.Location = new System.Drawing.Point(7, 136); this.label9.Location = new System.Drawing.Point(9, 164);
this.label9.Name = "label9"; this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(411, 39); this.label9.Size = new System.Drawing.Size(411, 39);
this.label9.TabIndex = 84; this.label9.TabIndex = 84;
@ -166,9 +165,9 @@
this.groupBox1.Controls.Add(this.checkBox7); this.groupBox1.Controls.Add(this.checkBox7);
this.groupBox1.Controls.Add(this.checkBox5); this.groupBox1.Controls.Add(this.checkBox5);
this.groupBox1.Controls.Add(this.checkBox6); this.groupBox1.Controls.Add(this.checkBox6);
this.groupBox1.Location = new System.Drawing.Point(240, 1); this.groupBox1.Location = new System.Drawing.Point(223, 1);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(172, 70); this.groupBox1.Size = new System.Drawing.Size(197, 88);
this.groupBox1.TabIndex = 85; this.groupBox1.TabIndex = 85;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "ReShade Options"; this.groupBox1.Text = "ReShade Options";
@ -184,14 +183,14 @@
this.groupBox2.Controls.Add(this.comboBox2); this.groupBox2.Controls.Add(this.comboBox2);
this.groupBox2.Location = new System.Drawing.Point(12, 1); this.groupBox2.Location = new System.Drawing.Point(12, 1);
this.groupBox2.Name = "groupBox2"; this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(205, 132); this.groupBox2.Size = new System.Drawing.Size(205, 155);
this.groupBox2.TabIndex = 86; this.groupBox2.TabIndex = 86;
this.groupBox2.TabStop = false; this.groupBox2.TabStop = false;
this.groupBox2.Text = "Graphics Options"; this.groupBox2.Text = "Graphics Options";
// //
// button2 // button2
// //
this.button2.Location = new System.Drawing.Point(8, 101); this.button2.Location = new System.Drawing.Point(8, 126);
this.button2.Name = "button2"; this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(191, 23); this.button2.Size = new System.Drawing.Size(191, 23);
this.button2.TabIndex = 84; this.button2.TabIndex = 84;
@ -205,9 +204,9 @@
this.groupBox3.Controls.Add(this.NewGUI2011MBox); this.groupBox3.Controls.Add(this.NewGUI2011MBox);
this.groupBox3.Controls.Add(this.label1); this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Controls.Add(this.comboBox3); this.groupBox3.Controls.Add(this.comboBox3);
this.groupBox3.Location = new System.Drawing.Point(240, 72); this.groupBox3.Location = new System.Drawing.Point(223, 95);
this.groupBox3.Name = "groupBox3"; this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(172, 61); this.groupBox3.Size = new System.Drawing.Size(197, 61);
this.groupBox3.TabIndex = 87; this.groupBox3.TabIndex = 87;
this.groupBox3.TabStop = false; this.groupBox3.TabStop = false;
this.groupBox3.Text = "Other"; this.groupBox3.Text = "Other";
@ -254,7 +253,7 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.ClientSize = new System.Drawing.Size(426, 180); this.ClientSize = new System.Drawing.Size(426, 212);
this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox1);

View File

@ -85,6 +85,12 @@ namespace NovetusLauncher
break; break;
} }
} }
button1.Enabled = false;
}
else
{
button1.Enabled = true;
} }
} }