From 5a9425ad7d52c8a816cc8bb1c41433f3b456c34a Mon Sep 17 00:00:00 2001 From: MrXANA91 Date: Mon, 7 Aug 2023 20:52:53 +0200 Subject: [PATCH] Renamed menu strip to the conventional 'File'/'Options'... --- ACWSControlPanel/MainForm.Designer.cs | 32 +- ACWSControlPanel/MainForm.cs | 2 +- ACWSControlPanel/MainForm.resx | 1843 +++++++++++++------------ 3 files changed, 992 insertions(+), 885 deletions(-) diff --git a/ACWSControlPanel/MainForm.Designer.cs b/ACWSControlPanel/MainForm.Designer.cs index af7b8c1..cd9e8ce 100644 --- a/ACWSControlPanel/MainForm.Designer.cs +++ b/ACWSControlPanel/MainForm.Designer.cs @@ -35,10 +35,10 @@ private void InitializeComponent() exitToolStripMenuItem = new ToolStripMenuItem(); statusStrip = new StatusStrip(); menuStrip = new MenuStrip(); - applicationToolStripMenuItem = new ToolStripMenuItem(); + fileToolStripMenuItem = new ToolStripMenuItem(); backgroundToolStripMenuItem = new ToolStripMenuItem(); closeApplicationToolStripMenuItem = new ToolStripMenuItem(); - settingsToolStripMenuItem = new ToolStripMenuItem(); + optionsToolStripMenuItem = new ToolStripMenuItem(); helpToolStripMenuItem = new ToolStripMenuItem(); aboutToolStripMenuItem = new ToolStripMenuItem(); tabControl1 = new TabControl(); @@ -79,6 +79,7 @@ private void InitializeComponent() fanBGammaNum = new NumericUpDown(); label9 = new Label(); fanBMaxSpeedNum = new NumericUpDown(); + settingsToolStripMenuItem = new ToolStripMenuItem(); notifyContextMenu.SuspendLayout(); menuStrip.SuspendLayout(); tabControl1.SuspendLayout(); @@ -125,15 +126,15 @@ private void InitializeComponent() // menuStrip // menuStrip.ImageScalingSize = new Size(20, 20); - menuStrip.Items.AddRange(new ToolStripItem[] { applicationToolStripMenuItem, settingsToolStripMenuItem, helpToolStripMenuItem }); + menuStrip.Items.AddRange(new ToolStripItem[] { fileToolStripMenuItem, optionsToolStripMenuItem, helpToolStripMenuItem }); resources.ApplyResources(menuStrip, "menuStrip"); menuStrip.Name = "menuStrip"; // - // applicationToolStripMenuItem + // fileToolStripMenuItem // - applicationToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { backgroundToolStripMenuItem, closeApplicationToolStripMenuItem }); - applicationToolStripMenuItem.Name = "applicationToolStripMenuItem"; - resources.ApplyResources(applicationToolStripMenuItem, "applicationToolStripMenuItem"); + fileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { backgroundToolStripMenuItem, closeApplicationToolStripMenuItem }); + fileToolStripMenuItem.Name = "fileToolStripMenuItem"; + resources.ApplyResources(fileToolStripMenuItem, "fileToolStripMenuItem"); // // backgroundToolStripMenuItem // @@ -147,10 +148,11 @@ private void InitializeComponent() resources.ApplyResources(closeApplicationToolStripMenuItem, "closeApplicationToolStripMenuItem"); closeApplicationToolStripMenuItem.Click += exitToolStripMenuItem_Click; // - // settingsToolStripMenuItem + // optionsToolStripMenuItem // - resources.ApplyResources(settingsToolStripMenuItem, "settingsToolStripMenuItem"); - settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; + optionsToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { settingsToolStripMenuItem }); + resources.ApplyResources(optionsToolStripMenuItem, "optionsToolStripMenuItem"); + optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; // // helpToolStripMenuItem // @@ -437,6 +439,11 @@ private void InitializeComponent() fanBMaxSpeedNum.Value = new decimal(new int[] { 250, 0, 0, 0 }); fanBMaxSpeedNum.ValueChanged += fanBMaxSpeedNum_ValueChanged; // + // settingsToolStripMenuItem + // + resources.ApplyResources(settingsToolStripMenuItem, "settingsToolStripMenuItem"); + settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; + // // MainForm // resources.ApplyResources(this, "$this"); @@ -482,7 +489,7 @@ private void InitializeComponent() private ToolStripMenuItem exitToolStripMenuItem; private StatusStrip statusStrip; private MenuStrip menuStrip; - private ToolStripMenuItem settingsToolStripMenuItem; + private ToolStripMenuItem optionsToolStripMenuItem; private ToolStripMenuItem helpToolStripMenuItem; private ToolStripMenuItem aboutToolStripMenuItem; private TabControl tabControl1; @@ -503,7 +510,7 @@ private void InitializeComponent() private TextBox fanAPowerTextBox; private TextBox fanBPowerTextBox; private Label fanBLabel; - private ToolStripMenuItem applicationToolStripMenuItem; + private ToolStripMenuItem fileToolStripMenuItem; private ToolStripMenuItem backgroundToolStripMenuItem; private ToolStripMenuItem closeApplicationToolStripMenuItem; private ProgressBar BPowerProgressBar; @@ -526,5 +533,6 @@ private void InitializeComponent() private NumericUpDown fanBGammaNum; private Label label9; private NumericUpDown fanBMaxSpeedNum; + private ToolStripMenuItem settingsToolStripMenuItem; } } \ No newline at end of file diff --git a/ACWSControlPanel/MainForm.cs b/ACWSControlPanel/MainForm.cs index 579e081..453521f 100644 --- a/ACWSControlPanel/MainForm.cs +++ b/ACWSControlPanel/MainForm.cs @@ -137,7 +137,7 @@ private void fanAAngleTrackBar_ValueChanged(object sender, EventArgs e) { float angle = ((float)fanAAngleTrackBar.Value / 10f); list[0].angle = angle; - + fanAAngleLabel.Text = angle.ToString("0.0 °"); } diff --git a/ACWSControlPanel/MainForm.resx b/ACWSControlPanel/MainForm.resx index 130852b..f65c06b 100644 --- a/ACWSControlPanel/MainForm.resx +++ b/ACWSControlPanel/MainForm.resx @@ -1,64 +1,4 @@ - - - + @@ -180,6 +120,36 @@ 467, 17 + + 37, 20 + + + File + + + False + + + 180, 22 + + + Settings + + + False + + + 61, 20 + + + Options + + + 44, 20 + + + Help + 0, 0 @@ -207,12 +177,6 @@ 3 - - 80, 20 - - - Application - 196, 22 @@ -225,26 +189,71 @@ Close (end application) - - False + + 107, 22 - - 61, 20 + + About - - Settings + + generalTabPage - - 44, 20 + + System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Help + + tabControl1 - - 107, 22 + + 0 - - About + + fan1AdvancedTabPage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl1 + + + 1 + + + fan2AdvancedTabPage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl1 + + + 2 + + + 10, 23 + + + 3, 2, 3, 2 + + + 679, 296 + + + 3 + + + tabControl1 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 acGroupBox @@ -300,1292 +309,1376 @@ 0 - - fanACompFuncComboBox + + rotationTextBox - - System.Windows.Forms.ComboBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + acGroupBox - + 0 - - fanAAngleLabel + + speedTextBox - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + acGroupBox - + 1 - - fanAAngleTrackBar + + rotationLabel - - System.Windows.Forms.TrackBar, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + acGroupBox - + 2 - - label2 + + speedLabel - + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + acGroupBox - + 3 - - label4 + + acLabel - + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + acGroupBox - + 4 - - label3 + + acPictureBox - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + acGroupBox - + 5 - - fanAGammaNum - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 339, 4 - - fan1AdvancedTabPage + + 3, 2, 3, 2 - - 6 + + 3, 2, 3, 2 - - label1 + + 328, 262 - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - fan1AdvancedTabPage + + Assetto Corsa - - 7 + + acGroupBox - - fanAMaxSpeedNum + + System.Windows.Forms.GroupBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + generalTabPage - - fan1AdvancedTabPage + + 0 - - 8 + + False - - 4, 24 + + 150, 154 - + 3, 2, 3, 2 - - 3, 2, 3, 2 + + 110, 23 - - 671, 268 + + 3 - - 1 + + - ° - - Fan A (Advanced) + + + Right - - fan1AdvancedTabPage + + rotationTextBox - - System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabControl1 - - - 1 - - - 142, 200 - - - 120, 23 - - - 15 - - - fanBCompFuncComboBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fan2AdvancedTabPage + + acGroupBox - + 0 - - True + + False - - - NoControl + + 150, 129 - - 224, 120 + + 3, 2, 3, 2 - - 33, 15 + + 110, 23 - - 14 + + 3 - - --.- ° + + - km/h - - fanBAngleLabel + + Right - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + speedTextBox - - fan2AdvancedTabPage + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + acGroupBox + + 1 - - NoControl + + True - - 42, 138 + + 80, 156 - - 220, 45 + + 58, 15 - - 13 + + 2 - - fanBAngleTrackBar + + Rotation : - - System.Windows.Forms.TrackBar, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + rotationLabel - - fan2AdvancedTabPage + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + acGroupBox + + 2 - + True - - NoControl - - - 42, 120 + + 94, 131 - - 60, 15 + + 45, 15 - - 9 + + 2 - - Fan Angle + + Speed : - - label6 + + speedLabel - + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan2AdvancedTabPage + + acGroupBox - + 3 - + True - - NoControl + + Segoe UI, 18pt, style=Bold - - 42, 203 + + 98, 40 - - 78, 15 + + 185, 32 - - 10 + + 1 - - Computation + + Unknown state - - label7 + + acLabel - + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan2AdvancedTabPage + + acGroupBox - + 4 - - True - - - NoControl + + 5, 20 - - 42, 84 + + 3, 2, 3, 2 - - 49, 15 + + 88, 75 - - 11 + + Zoom - - Gamma + + 0 - - label8 + + acPictureBox - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan2AdvancedTabPage + + acGroupBox - + 5 - - 142, 82 + + BPowerProgressBar - - 120, 23 + + System.Windows.Forms.ProgressBar, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + hardwareGroupBox - - fanBGammaNum + + 0 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + APowerProgressBar - - fan2AdvancedTabPage + + System.Windows.Forms.ProgressBar, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + hardwareGroupBox - - True + + 1 - - NoControl + + fanBPowerTextBox - - 42, 55 + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 65, 15 + + hardwareGroupBox - - 12 + + 2 - - Max Speed + + fanBLabel - - label9 - - + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan2AdvancedTabPage + + hardwareGroupBox - - 7 + + 3 - - 142, 53 + + fanAPowerTextBox - - 120, 23 + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + hardwareGroupBox - - fanBMaxSpeedNum + + 4 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fanALabel - - fan2AdvancedTabPage + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + hardwareGroupBox - - 4, 24 + + 5 - - 3, 2, 3, 2 + + usbLabel - - 671, 268 + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + hardwareGroupBox - - Fan B (Advanced) + + 6 - - fan2AdvancedTabPage + + usbPictureBox - - System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabControl1 + + hardwareGroupBox - - 2 + + 7 - - 10, 23 + + 5, 4 - + 3, 2, 3, 2 - - 679, 296 + + 3, 2, 3, 2 - - 3 + + 328, 262 - - tabControl1 + + 0 - - System.Windows.Forms.TabControl, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Hardware - - $this + + hardwareGroupBox - + + System.Windows.Forms.GroupBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + generalTabPage + + 1 - - rotationTextBox + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 170, 183 - - acGroupBox + + 100, 23 - - 0 + + 4 - - speedTextBox + + BPowerProgressBar - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ProgressBar, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - acGroupBox + + hardwareGroupBox - - 1 + + 0 - - rotationLabel + + 36, 183 - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Yes - - acGroupBox + + True - - 2 + + 100, 23 - - speedLabel + + 4 - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + APowerProgressBar - - acGroupBox + + System.Windows.Forms.ProgressBar, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + hardwareGroupBox - - acLabel + + 1 - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - acGroupBox + + 170, 155 - - 4 + + 3, 2, 3, 2 - - acPictureBox + + 54, 23 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - acGroupBox + + - % - - 5 + + Right - - 339, 4 + + fanBPowerTextBox - - 3, 2, 3, 2 + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 2, 3, 2 + + hardwareGroupBox - - 328, 262 + + 2 - - 1 + + True - - Assetto Corsa + + 170, 132 - - acGroupBox + + 66, 15 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - generalTabPage + + Fan B : OFF - - 0 + + fanBLabel - + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + hardwareGroupBox + + + 3 + + False - - 150, 154 + + 82, 155 - + 3, 2, 3, 2 - - 110, 23 + + 54, 23 - + 3 - - - ° + + - % - + Right - - rotationTextBox + + fanAPowerTextBox - + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - acGroupBox + + hardwareGroupBox - - 0 + + 4 - - False + + True - - 150, 129 + + 69, 132 - - 3, 2, 3, 2 + + 67, 15 - - 110, 23 + + 2 - - 3 + + Fan A : OFF - - - km/h + + fanALabel - - Right + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - speedTextBox + + hardwareGroupBox - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - acGroupBox + + True - + + Segoe UI, 18pt, style=Bold + + + 94, 40 + + + 183, 32 + + 1 - - True + + Not connected - - 80, 156 + + usbLabel - - 58, 15 + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + hardwareGroupBox - - Rotation : + + 6 - - rotationLabel + + 5, 20 - + + 3, 2, 3, 2 + + + 84, 72 + + + Zoom + + + 0 + + + usbPictureBox + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + hardwareGroupBox + + + 7 + + + fanACompFuncComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fan1AdvancedTabPage + + + 0 + + + fanAAngleLabel + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - acGroupBox + + fan1AdvancedTabPage - - 2 + + 1 - - True + + fanAAngleTrackBar - - 94, 131 + + System.Windows.Forms.TrackBar, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 45, 15 + + fan1AdvancedTabPage - + 2 - - Speed : + + label2 - - speedLabel + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + fan1AdvancedTabPage + + + 3 + + + label4 + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - acGroupBox + + fan1AdvancedTabPage + + + 4 + + + label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fan1AdvancedTabPage + + + 5 + + + fanAGammaNum + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fan1AdvancedTabPage + + + 6 + + + label1 - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + fan1AdvancedTabPage - - Segoe UI, 18pt, style=Bold + + 7 - - 98, 40 + + fanAMaxSpeedNum - - 185, 32 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + fan1AdvancedTabPage - - Unknown state + + 8 - - acLabel + + 4, 24 - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 2, 3, 2 - - acGroupBox + + 3, 2, 3, 2 - - 4 + + 671, 268 - - 5, 20 + + 1 - - 3, 2, 3, 2 + + Fan A (Advanced) - - 88, 75 + + fan1AdvancedTabPage - - Zoom + + System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tabControl1 - - acPictureBox + + 1 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 142, 200 - - acGroupBox + + 120, 23 - + 5 - - BPowerProgressBar + + fanACompFuncComboBox - - System.Windows.Forms.ProgressBar, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - hardwareGroupBox + + fan1AdvancedTabPage - + 0 - - APowerProgressBar + + True - - System.Windows.Forms.ProgressBar, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 224, 120 - - hardwareGroupBox + + 33, 15 - - 1 + + 4 - - fanBPowerTextBox + + --.- ° - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fanAAngleLabel - - hardwareGroupBox + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + fan1AdvancedTabPage - - fanBLabel + + 1 - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 42, 138 - - hardwareGroupBox + + 220, 45 - + 3 - - fanAPowerTextBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fanAAngleTrackBar - - hardwareGroupBox + + System.Windows.Forms.TrackBar, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + fan1AdvancedTabPage - - fanALabel + + 2 - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - hardwareGroupBox + + NoControl - - 5 + + 42, 120 - - usbLabel + + 60, 15 - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - hardwareGroupBox + + Fan Angle - - 6 + + label2 - - usbPictureBox + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fan1AdvancedTabPage - - hardwareGroupBox + + 3 - - 7 + + True - - 5, 4 + + NoControl - - 3, 2, 3, 2 + + 42, 203 - - 3, 2, 3, 2 + + 78, 15 - - 328, 262 + + 2 - - 0 + + Computation - - Hardware + + label4 - - hardwareGroupBox + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fan1AdvancedTabPage - - generalTabPage + + 4 - - 1 + + True - + NoControl - - 170, 183 - - - 100, 23 + + 42, 84 - - 4 + + 49, 15 - - BPowerProgressBar + + 2 - - System.Windows.Forms.ProgressBar, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Gamma - - hardwareGroupBox + + label3 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 36, 183 + + fan1AdvancedTabPage - - Yes + + 5 - - True + + 142, 82 - - 100, 23 + + 120, 23 - - 4 + + 1 - - APowerProgressBar + + fanAGammaNum - - System.Windows.Forms.ProgressBar, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - hardwareGroupBox + + fan1AdvancedTabPage - - 1 + + 6 - - False + + True - - 170, 155 + + 42, 55 - - 3, 2, 3, 2 + + 65, 15 - - 54, 23 + + 2 - - 3 + + Max Speed - - - % + + label1 - - Right + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fanBPowerTextBox + + fan1AdvancedTabPage - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - hardwareGroupBox + + 142, 53 - - 2 + + 120, 23 - - True + + 1 - - 170, 132 + + fanAMaxSpeedNum - - 66, 15 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + fan1AdvancedTabPage - - Fan B : OFF + + 8 - - fanBLabel + + fanBCompFuncComboBox - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - hardwareGroupBox + + fan2AdvancedTabPage - - 3 + + 0 - - False + + fanBAngleLabel - - 82, 155 + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 2, 3, 2 + + fan2AdvancedTabPage - - 54, 23 + + 1 - - 3 + + fanBAngleTrackBar - - - % + + System.Windows.Forms.TrackBar, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + fan2AdvancedTabPage - - fanAPowerTextBox + + 2 - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label6 - - hardwareGroupBox + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + fan2AdvancedTabPage - - True + + 3 - - 69, 132 + + label7 - - 67, 15 + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + fan2AdvancedTabPage - - Fan A : OFF + + 4 - - fanALabel + + label8 - + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - hardwareGroupBox + + fan2AdvancedTabPage - + 5 - - True + + fanBGammaNum - - Segoe UI, 18pt, style=Bold + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 94, 40 + + fan2AdvancedTabPage - - 183, 32 + + 6 - - 1 + + label9 - - Not connected + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - usbLabel + + fan2AdvancedTabPage - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - hardwareGroupBox + + fanBMaxSpeedNum - - 6 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5, 20 + + fan2AdvancedTabPage + + + 8 + + + 4, 24 - + 3, 2, 3, 2 - - 84, 72 + + 671, 268 - - Zoom + + 2 - - 0 + + Fan B (Advanced) - - usbPictureBox + + fan2AdvancedTabPage - - System.Windows.Forms.PictureBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - hardwareGroupBox + + tabControl1 - - 7 + + 2 - + 142, 200 - + 120, 23 - - 5 + + 15 - - fanACompFuncComboBox + + fanBCompFuncComboBox - + System.Windows.Forms.ComboBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + fan2AdvancedTabPage - + 0 - + True - + + NoControl + + 224, 120 - + 33, 15 - - 4 + + 14 - + --.- ° - - fanAAngleLabel + + fanBAngleLabel - + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + fan2AdvancedTabPage - + 1 - + + NoControl + + 42, 138 - + 220, 45 - - 3 + + 13 - - fanAAngleTrackBar + + fanBAngleTrackBar - + System.Windows.Forms.TrackBar, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + fan2AdvancedTabPage - + 2 - + True - + NoControl - + 42, 120 - + 60, 15 - - 2 + + 9 - + Fan Angle - - label2 + + label6 - + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + fan2AdvancedTabPage - + 3 - + True - + NoControl - + 42, 203 - + 78, 15 - - 2 + + 10 - + Computation - - label4 + + label7 - + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + fan2AdvancedTabPage - + 4 - + True - + NoControl - + 42, 84 - + 49, 15 - - 2 + + 11 - + Gamma - - label3 + + label8 - + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + fan2AdvancedTabPage - + 5 - + 142, 82 - + 120, 23 - - 1 + + 7 - - fanAGammaNum + + fanBGammaNum - + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + fan2AdvancedTabPage - + 6 - + True - + + NoControl + + 42, 55 - + 65, 15 - - 2 + + 12 - + Max Speed - - label1 + + label9 - + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + fan2AdvancedTabPage - + 7 - + 142, 53 - + 120, 23 - - 1 + + 8 - - fanAMaxSpeedNum + + fanBMaxSpeedNum - + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fan1AdvancedTabPage + + fan2AdvancedTabPage - + 8 @@ -6112,10 +6205,10 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - applicationToolStripMenuItem + + fileToolStripMenuItem - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -6130,10 +6223,10 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - settingsToolStripMenuItem + + optionsToolStripMenuItem - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -6148,6 +6241,12 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + settingsToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + MainForm