From e8b2144864859c7ce2a46ce0d5879e02895bb28f Mon Sep 17 00:00:00 2001 From: Bitl Date: Fri, 3 Jul 2020 15:01:36 -0700 Subject: [PATCH] fixed tabcontrol hiding on the legacy layout, oops --- .../CharacterCustomization/CharacterCustomization.Designer.cs | 4 ++-- .../CharacterCustomization_legacy.Designer.cs | 4 ++-- .../NovetusLauncher/MainForm/MainForm_legacy.Designer.cs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NovetusLauncher/NovetusLauncher/CharacterCustomization/CharacterCustomization.Designer.cs b/NovetusLauncher/NovetusLauncher/CharacterCustomization/CharacterCustomization.Designer.cs index bbfd332..2132cb9 100644 --- a/NovetusLauncher/NovetusLauncher/CharacterCustomization/CharacterCustomization.Designer.cs +++ b/NovetusLauncher/NovetusLauncher/CharacterCustomization/CharacterCustomization.Designer.cs @@ -55,7 +55,7 @@ namespace NovetusLauncher this.button73 = new System.Windows.Forms.Button(); this.button72 = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); - this.tabControl1 = new TabControlWithoutHeader(); + this.tabControl1 = new TabControlWithoutHeader(1); this.tabPage1 = new System.Windows.Forms.TabPage(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.button61 = new System.Windows.Forms.Button(); @@ -113,7 +113,7 @@ namespace NovetusLauncher this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); - this.tabControl2 = new TabControlWithoutHeader(); + this.tabControl2 = new TabControlWithoutHeader(1); this.tabPage10 = new System.Windows.Forms.TabPage(); this.label10 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); diff --git a/NovetusLauncher/NovetusLauncher/CharacterCustomization/CharacterCustomization_legacy.Designer.cs b/NovetusLauncher/NovetusLauncher/CharacterCustomization/CharacterCustomization_legacy.Designer.cs index ec390ad..d87a549 100644 --- a/NovetusLauncher/NovetusLauncher/CharacterCustomization/CharacterCustomization_legacy.Designer.cs +++ b/NovetusLauncher/NovetusLauncher/CharacterCustomization/CharacterCustomization_legacy.Designer.cs @@ -43,7 +43,7 @@ namespace NovetusLauncher this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CharacterCustomization_legacy)); this.imageList1 = new System.Windows.Forms.ImageList(this.components); - this.tabControl1 = new TabControlWithoutHeader(); + this.tabControl1 = new TabControlWithoutHeader(2); this.tabPage1 = new System.Windows.Forms.TabPage(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.button61 = new System.Windows.Forms.Button(); @@ -101,7 +101,7 @@ namespace NovetusLauncher this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); - this.tabControl2 = new TabControlWithoutHeader(); + this.tabControl2 = new TabControlWithoutHeader(2); this.tabPage10 = new System.Windows.Forms.TabPage(); this.textBox2 = new System.Windows.Forms.TextBox(); this.listBox1 = new System.Windows.Forms.ListBox(); diff --git a/NovetusLauncher/NovetusLauncher/MainForm/MainForm_legacy.Designer.cs b/NovetusLauncher/NovetusLauncher/MainForm/MainForm_legacy.Designer.cs index 69b219e..5bec6f9 100644 --- a/NovetusLauncher/NovetusLauncher/MainForm/MainForm_legacy.Designer.cs +++ b/NovetusLauncher/NovetusLauncher/MainForm/MainForm_legacy.Designer.cs @@ -791,7 +791,7 @@ namespace NovetusLauncher this.tabPage7.Padding = new System.Windows.Forms.Padding(3); this.tabPage7.Size = new System.Drawing.Size(405, 258); this.tabPage7.TabIndex = 7; - this.tabPage7.Text = "CON."; + this.tabPage7.Text = "CMD"; // // richTextBox1 //