diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index 5baca76..6b61141 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -1,8 +1,6 @@ { "ExpandedNodes": [ - "", - "\\Properties" + "" ], - "SelectedNode": "\\Program.cs", "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/Program.cs b/Program.cs index a86c3ba..3d06d20 100644 --- a/Program.cs +++ b/Program.cs @@ -9,7 +9,7 @@ namespace RacingDSX { public class Program { - public const String VERSION = "0.6.6"; + public const String VERSION = "0.6.7"; [STAThread] static void Main(string[] args) diff --git a/Properties/PublishProfiles/FolderProfile.pubxml b/Properties/PublishProfiles/FolderProfile.pubxml index 5e83e9e..1f73659 100644 --- a/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Properties/PublishProfiles/FolderProfile.pubxml @@ -6,10 +6,13 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Release Any CPU - publish\ + C:\Users\KennethTuisk\Downloads\forzaexpo FileSystem <_TargetId>Folder - net7.0-windows + net8.0-windows false + win-x64 + true + true \ No newline at end of file diff --git a/Properties/PublishProfiles/FolderProfile.pubxml.user b/Properties/PublishProfiles/FolderProfile.pubxml.user index 3da143c..d0bdd2c 100644 --- a/Properties/PublishProfiles/FolderProfile.pubxml.user +++ b/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. --> - True|2023-07-02T22:42:09.6600487Z;True|2023-07-02T17:43:30.4990973-04:00;True|2023-01-04T17:25:36.9900650-05:00;False|2023-01-04T17:25:02.5847070-05:00;True|2022-09-24T19:04:47.6718852-04:00;True|2022-09-24T19:04:13.7848596-04:00;True|2022-09-24T19:02:23.8678942-04:00;True|2022-09-24T18:54:40.1407347-04:00;True|2022-09-24T18:50:56.6721268-04:00; + True|2024-12-09T14:57:36.3079540Z||;True|2024-12-09T16:52:38.8370329+02:00||;True|2023-07-03T01:42:09.6600487+03:00||;True|2023-07-03T00:43:30.4990973+03:00||;True|2023-01-05T00:25:36.9900650+02:00||;False|2023-01-05T00:25:02.5847070+02:00||;True|2022-09-25T02:04:47.6718852+03:00||;True|2022-09-25T02:04:13.7848596+03:00||;True|2022-09-25T02:02:23.8678942+03:00||;True|2022-09-25T01:54:40.1407347+03:00||;True|2022-09-25T01:50:56.6721268+03:00||; \ No newline at end of file diff --git a/RacingDSX.csproj.user b/RacingDSX.csproj.user index c835902..647e588 100644 --- a/RacingDSX.csproj.user +++ b/RacingDSX.csproj.user @@ -5,7 +5,7 @@ RacingDSX - <_LastSelectedProfileId>E:\Development\Projects\RacingDSX\Properties\PublishProfiles\FolderProfile.pubxml + <_LastSelectedProfileId>C:\Users\KennethTuisk\source\repos\cosmii02\RacingDSX\Properties\PublishProfiles\FolderProfile.pubxml diff --git a/UI.Designer.cs b/UI.Designer.cs index 9e862b8..cd5adfa 100644 --- a/UI.Designer.cs +++ b/UI.Designer.cs @@ -260,15 +260,16 @@ private void InitializeComponent() mainPanel.Controls.Add(mainSplitContainer); mainPanel.Dock = System.Windows.Forms.DockStyle.Fill; mainPanel.Location = new System.Drawing.Point(0, 0); - mainPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + mainPanel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); mainPanel.Name = "mainPanel"; - mainPanel.Size = new System.Drawing.Size(1848, 1228); + mainPanel.Size = new System.Drawing.Size(1478, 814); mainPanel.TabIndex = 0; // // mainSplitContainer // mainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; mainSplitContainer.Location = new System.Drawing.Point(0, 0); + mainSplitContainer.Margin = new System.Windows.Forms.Padding(2); mainSplitContainer.Name = "mainSplitContainer"; // // mainSplitContainer.Panel1 @@ -278,8 +279,9 @@ private void InitializeComponent() // mainSplitContainer.Panel2 // mainSplitContainer.Panel2.Controls.Add(mainTabControl); - mainSplitContainer.Size = new System.Drawing.Size(1848, 1228); - mainSplitContainer.SplitterDistance = 236; + mainSplitContainer.Size = new System.Drawing.Size(1478, 814); + mainSplitContainer.SplitterDistance = 188; + mainSplitContainer.SplitterWidth = 3; mainSplitContainer.TabIndex = 1; // // profilesGroupBox @@ -287,24 +289,30 @@ private void InitializeComponent() profilesGroupBox.Controls.Add(profilesListView); profilesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; profilesGroupBox.Location = new System.Drawing.Point(0, 0); + profilesGroupBox.Margin = new System.Windows.Forms.Padding(2); profilesGroupBox.Name = "profilesGroupBox"; - profilesGroupBox.Size = new System.Drawing.Size(236, 1228); + profilesGroupBox.Padding = new System.Windows.Forms.Padding(2); + profilesGroupBox.Size = new System.Drawing.Size(188, 814); profilesGroupBox.TabIndex = 3; profilesGroupBox.TabStop = false; profilesGroupBox.Text = "Profiles"; // // profilesListView // + profilesListView.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); profilesListView.Dock = System.Windows.Forms.DockStyle.Fill; + profilesListView.ForeColor = System.Drawing.Color.White; profilesListView.FullRowSelect = true; profilesListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] { listViewItem1, listViewItem2 }); - profilesListView.Location = new System.Drawing.Point(3, 27); + profilesListView.Location = new System.Drawing.Point(2, 22); + profilesListView.Margin = new System.Windows.Forms.Padding(2); profilesListView.MultiSelect = false; profilesListView.Name = "profilesListView"; - profilesListView.Size = new System.Drawing.Size(230, 1198); + profilesListView.Size = new System.Drawing.Size(184, 790); profilesListView.TabIndex = 0; profilesListView.UseCompatibleStateImageBehavior = false; profilesListView.View = System.Windows.Forms.View.List; + profilesListView.SelectedIndexChanged += profilesListView_SelectedIndexChanged_1; profilesListView.MouseDown += profilesListView_MouseDown; // // mainTabControl @@ -315,20 +323,20 @@ private void InitializeComponent() mainTabControl.Controls.Add(outputTabPage); mainTabControl.Dock = System.Windows.Forms.DockStyle.Fill; mainTabControl.Location = new System.Drawing.Point(0, 0); - mainTabControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + mainTabControl.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); mainTabControl.Name = "mainTabControl"; mainTabControl.SelectedIndex = 0; - mainTabControl.Size = new System.Drawing.Size(1608, 1228); + mainTabControl.Size = new System.Drawing.Size(1287, 814); mainTabControl.TabIndex = 0; // // miscTabPage // miscTabPage.Controls.Add(miscTableLayoutPanel); - miscTabPage.Location = new System.Drawing.Point(4, 34); - miscTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + miscTabPage.Location = new System.Drawing.Point(4, 29); + miscTabPage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); miscTabPage.Name = "miscTabPage"; - miscTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); - miscTabPage.Size = new System.Drawing.Size(1600, 1190); + miscTabPage.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); + miscTabPage.Size = new System.Drawing.Size(1279, 781); miscTabPage.TabIndex = 3; miscTabPage.Text = "Misc"; miscTabPage.UseVisualStyleBackColor = true; @@ -337,6 +345,7 @@ private void InitializeComponent() // miscTableLayoutPanel.AutoScroll = true; miscTableLayoutPanel.AutoSize = true; + miscTableLayoutPanel.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); miscTableLayoutPanel.ColumnCount = 3; miscTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); miscTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); @@ -354,8 +363,9 @@ private void InitializeComponent() miscTableLayoutPanel.Controls.Add(GameModeLabel, 0, 5); miscTableLayoutPanel.Controls.Add(GameModeComboBox, 1, 5); miscTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; - miscTableLayoutPanel.Location = new System.Drawing.Point(4, 5); - miscTableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + miscTableLayoutPanel.ForeColor = System.Drawing.Color.White; + miscTableLayoutPanel.Location = new System.Drawing.Point(3, 4); + miscTableLayoutPanel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); miscTableLayoutPanel.Name = "miscTableLayoutPanel"; miscTableLayoutPanel.RowCount = 8; miscTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); @@ -365,19 +375,21 @@ private void InitializeComponent() miscTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); miscTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); miscTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); - miscTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); - miscTableLayoutPanel.Size = new System.Drawing.Size(1592, 1180); + miscTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); + miscTableLayoutPanel.Size = new System.Drawing.Size(1273, 773); miscTableLayoutPanel.TabIndex = 0; // // forzaPortNumericUpDown // + forzaPortNumericUpDown.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); forzaPortNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; forzaPortNumericUpDown.Dock = System.Windows.Forms.DockStyle.Fill; - forzaPortNumericUpDown.Location = new System.Drawing.Point(190, 84); - forzaPortNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + forzaPortNumericUpDown.ForeColor = System.Drawing.Color.White; + forzaPortNumericUpDown.Location = new System.Drawing.Point(159, 68); + forzaPortNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); forzaPortNumericUpDown.Maximum = new decimal(new int[] { 65353, 0, 0, 0 }); forzaPortNumericUpDown.Name = "forzaPortNumericUpDown"; - forzaPortNumericUpDown.Size = new System.Drawing.Size(593, 31); + forzaPortNumericUpDown.Size = new System.Drawing.Size(475, 27); forzaPortNumericUpDown.TabIndex = 7; toolTip.SetToolTip(forzaPortNumericUpDown, "Port for Forza UDP server"); forzaPortNumericUpDown.ValueChanged += forzaPortNumericUpDown_ValueChanged; @@ -385,41 +397,45 @@ private void InitializeComponent() // forzaPortLabel // forzaPortLabel.AutoSize = true; + forzaPortLabel.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); forzaPortLabel.Dock = System.Windows.Forms.DockStyle.Fill; - forzaPortLabel.Location = new System.Drawing.Point(4, 79); - forzaPortLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + forzaPortLabel.ForeColor = System.Drawing.Color.White; + forzaPortLabel.Location = new System.Drawing.Point(3, 64); forzaPortLabel.Name = "forzaPortLabel"; - forzaPortLabel.Size = new System.Drawing.Size(178, 41); + forzaPortLabel.Size = new System.Drawing.Size(150, 35); forzaPortLabel.TabIndex = 6; forzaPortLabel.Text = "Game Port"; forzaPortLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; toolTip.SetToolTip(forzaPortLabel, "Port for Game's UDP Server"); + forzaPortLabel.Click += forzaPortLabel_Click; // // rpmLabel // rpmLabel.AutoSize = true; + rpmLabel.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); rpmLabel.Dock = System.Windows.Forms.DockStyle.Fill; + rpmLabel.ForeColor = System.Drawing.Color.White; rpmLabel.LiveSetting = System.Windows.Forms.Automation.AutomationLiveSetting.Polite; - rpmLabel.Location = new System.Drawing.Point(4, 0); - rpmLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + rpmLabel.Location = new System.Drawing.Point(3, 0); rpmLabel.Name = "rpmLabel"; - rpmLabel.Size = new System.Drawing.Size(178, 79); + rpmLabel.Size = new System.Drawing.Size(150, 64); rpmLabel.TabIndex = 0; rpmLabel.Text = "RPM Redline Ratio"; rpmLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; toolTip.SetToolTip(rpmLabel, "The percentage of the current RPM when we are in the \"redline\" of the engine"); + rpmLabel.Click += rpmLabel_Click; // // rpmTrackBar // - rpmTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; + rpmTrackBar.BackColor = System.Drawing.Color.FromArgb(12, 12, 12); rpmTrackBar.Cursor = System.Windows.Forms.Cursors.NoMoveHoriz; rpmTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; rpmTrackBar.LargeChange = 50; - rpmTrackBar.Location = new System.Drawing.Point(190, 5); - rpmTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + rpmTrackBar.Location = new System.Drawing.Point(159, 4); + rpmTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); rpmTrackBar.Maximum = 100; rpmTrackBar.Name = "rpmTrackBar"; - rpmTrackBar.Size = new System.Drawing.Size(593, 69); + rpmTrackBar.Size = new System.Drawing.Size(475, 56); rpmTrackBar.TabIndex = 1; rpmTrackBar.TickFrequency = 5; rpmTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -429,48 +445,55 @@ private void InitializeComponent() // rpmValueNumericUpDown // rpmValueNumericUpDown.AutoSize = true; + rpmValueNumericUpDown.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); rpmValueNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; rpmValueNumericUpDown.Dock = System.Windows.Forms.DockStyle.Fill; - rpmValueNumericUpDown.Location = new System.Drawing.Point(791, 5); - rpmValueNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + rpmValueNumericUpDown.ForeColor = System.Drawing.Color.White; + rpmValueNumericUpDown.Location = new System.Drawing.Point(640, 4); + rpmValueNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); rpmValueNumericUpDown.Name = "rpmValueNumericUpDown"; - rpmValueNumericUpDown.Size = new System.Drawing.Size(797, 31); + rpmValueNumericUpDown.Size = new System.Drawing.Size(660, 27); rpmValueNumericUpDown.TabIndex = 8; toolTip.SetToolTip(rpmValueNumericUpDown, "The percentage of the current RPM when we are in the \"redline\" of the engine"); rpmValueNumericUpDown.ValueChanged += rpmValueNumericUpDown_ValueChanged; // // buttonApplyMisc // + buttonApplyMisc.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); buttonApplyMisc.Dock = System.Windows.Forms.DockStyle.Top; - buttonApplyMisc.Location = new System.Drawing.Point(190, 320); - buttonApplyMisc.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - buttonApplyMisc.MaximumSize = new System.Drawing.Size(429, 50); - buttonApplyMisc.MinimumSize = new System.Drawing.Size(286, 42); + buttonApplyMisc.ForeColor = System.Drawing.Color.White; + buttonApplyMisc.Location = new System.Drawing.Point(159, 260); + buttonApplyMisc.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + buttonApplyMisc.MaximumSize = new System.Drawing.Size(343, 40); + buttonApplyMisc.MinimumSize = new System.Drawing.Size(229, 34); buttonApplyMisc.Name = "buttonApplyMisc"; - buttonApplyMisc.Size = new System.Drawing.Size(429, 42); + buttonApplyMisc.Size = new System.Drawing.Size(343, 34); buttonApplyMisc.TabIndex = 9; buttonApplyMisc.Text = "Apply"; - buttonApplyMisc.UseVisualStyleBackColor = true; + buttonApplyMisc.UseVisualStyleBackColor = false; buttonApplyMisc.Click += buttonApplyMisc_Click; // // miscDefaultsButton // - miscDefaultsButton.Location = new System.Drawing.Point(791, 320); - miscDefaultsButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + miscDefaultsButton.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); + miscDefaultsButton.ForeColor = System.Drawing.Color.White; + miscDefaultsButton.Location = new System.Drawing.Point(640, 260); + miscDefaultsButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); miscDefaultsButton.Name = "miscDefaultsButton"; - miscDefaultsButton.Size = new System.Drawing.Size(107, 38); + miscDefaultsButton.Size = new System.Drawing.Size(86, 30); miscDefaultsButton.TabIndex = 39; miscDefaultsButton.Text = "Defaults"; - miscDefaultsButton.UseVisualStyleBackColor = true; + miscDefaultsButton.UseVisualStyleBackColor = false; miscDefaultsButton.Click += miscDefaultsButton_Click; // // ExecutableListLabel // ExecutableListLabel.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; ExecutableListLabel.AutoSize = true; - ExecutableListLabel.Location = new System.Drawing.Point(3, 224); + ExecutableListLabel.Location = new System.Drawing.Point(2, 183); + ExecutableListLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); ExecutableListLabel.Name = "ExecutableListLabel"; - ExecutableListLabel.Size = new System.Drawing.Size(180, 25); + ExecutableListLabel.Size = new System.Drawing.Size(152, 20); ExecutableListLabel.TabIndex = 40; ExecutableListLabel.Text = "Executables To Match"; ExecutableListLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -478,12 +501,14 @@ private void InitializeComponent() // // ExecutableListBox // + ExecutableListBox.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); ExecutableListBox.Dock = System.Windows.Forms.DockStyle.Fill; + ExecutableListBox.ForeColor = System.Drawing.Color.White; ExecutableListBox.FormattingEnabled = true; - ExecutableListBox.ItemHeight = 25; - ExecutableListBox.Location = new System.Drawing.Point(189, 162); + ExecutableListBox.Location = new System.Drawing.Point(158, 133); + ExecutableListBox.Margin = new System.Windows.Forms.Padding(2); ExecutableListBox.Name = "ExecutableListBox"; - ExecutableListBox.Size = new System.Drawing.Size(595, 150); + ExecutableListBox.Size = new System.Drawing.Size(477, 121); ExecutableListBox.TabIndex = 41; ExecutableListBox.SelectedIndexChanged += ExecutableListBox_SelectedIndexChanged; // @@ -494,48 +519,60 @@ private void InitializeComponent() flowLayoutPanel1.Controls.Add(RemoveExecutableButton); flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; - flowLayoutPanel1.Location = new System.Drawing.Point(790, 162); + flowLayoutPanel1.Location = new System.Drawing.Point(639, 133); + flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(2); flowLayoutPanel1.Name = "flowLayoutPanel1"; - flowLayoutPanel1.Size = new System.Drawing.Size(799, 150); + flowLayoutPanel1.Size = new System.Drawing.Size(662, 121); flowLayoutPanel1.TabIndex = 42; // // AddExecutableButton // - AddExecutableButton.Location = new System.Drawing.Point(3, 3); + AddExecutableButton.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); + AddExecutableButton.ForeColor = System.Drawing.Color.White; + AddExecutableButton.Location = new System.Drawing.Point(2, 2); + AddExecutableButton.Margin = new System.Windows.Forms.Padding(2); AddExecutableButton.Name = "AddExecutableButton"; - AddExecutableButton.Size = new System.Drawing.Size(112, 34); + AddExecutableButton.Size = new System.Drawing.Size(90, 27); AddExecutableButton.TabIndex = 0; AddExecutableButton.Text = "Add"; - AddExecutableButton.UseVisualStyleBackColor = true; + AddExecutableButton.UseVisualStyleBackColor = false; AddExecutableButton.Click += AddExecutableButton_Click; // // EditExecutableButton // - EditExecutableButton.Location = new System.Drawing.Point(3, 43); + EditExecutableButton.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); + EditExecutableButton.Location = new System.Drawing.Point(2, 33); + EditExecutableButton.Margin = new System.Windows.Forms.Padding(2); EditExecutableButton.Name = "EditExecutableButton"; - EditExecutableButton.Size = new System.Drawing.Size(112, 34); + EditExecutableButton.Size = new System.Drawing.Size(90, 27); EditExecutableButton.TabIndex = 1; EditExecutableButton.Text = "Edit"; - EditExecutableButton.UseVisualStyleBackColor = true; + EditExecutableButton.UseVisualStyleBackColor = false; EditExecutableButton.Click += EditExecutableButton_Click; // // RemoveExecutableButton // - RemoveExecutableButton.Location = new System.Drawing.Point(3, 83); + RemoveExecutableButton.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); + RemoveExecutableButton.ForeColor = System.Drawing.Color.White; + RemoveExecutableButton.Location = new System.Drawing.Point(2, 64); + RemoveExecutableButton.Margin = new System.Windows.Forms.Padding(2); RemoveExecutableButton.Name = "RemoveExecutableButton"; - RemoveExecutableButton.Size = new System.Drawing.Size(112, 34); + RemoveExecutableButton.Size = new System.Drawing.Size(90, 27); RemoveExecutableButton.TabIndex = 2; RemoveExecutableButton.Text = "Remove"; - RemoveExecutableButton.UseVisualStyleBackColor = true; + RemoveExecutableButton.UseVisualStyleBackColor = false; RemoveExecutableButton.Click += RemoveExecutableButton_Click; // // GameModeLabel // GameModeLabel.Anchor = System.Windows.Forms.AnchorStyles.Right; GameModeLabel.AutoSize = true; - GameModeLabel.Location = new System.Drawing.Point(84, 127); + GameModeLabel.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); + GameModeLabel.ForeColor = System.Drawing.Color.White; + GameModeLabel.Location = new System.Drawing.Point(73, 105); + GameModeLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); GameModeLabel.Name = "GameModeLabel"; - GameModeLabel.Size = new System.Drawing.Size(99, 25); + GameModeLabel.Size = new System.Drawing.Size(81, 20); GameModeLabel.TabIndex = 43; GameModeLabel.Text = "UDP Mode"; GameModeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -544,21 +581,24 @@ private void InitializeComponent() // GameModeComboBox // GameModeComboBox.Anchor = System.Windows.Forms.AnchorStyles.Left; + GameModeComboBox.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); + GameModeComboBox.ForeColor = System.Drawing.Color.White; GameModeComboBox.FormattingEnabled = true; GameModeComboBox.Items.AddRange(new object[] { "(None)", "Forza", "Dirt" }); - GameModeComboBox.Location = new System.Drawing.Point(189, 123); + GameModeComboBox.Location = new System.Drawing.Point(158, 101); + GameModeComboBox.Margin = new System.Windows.Forms.Padding(2); GameModeComboBox.Name = "GameModeComboBox"; - GameModeComboBox.Size = new System.Drawing.Size(182, 33); + GameModeComboBox.Size = new System.Drawing.Size(146, 28); GameModeComboBox.TabIndex = 44; GameModeComboBox.SelectedIndexChanged += GameModeComboBox_SelectedIndexChanged; // // brakeConfigTabPage // brakeConfigTabPage.Controls.Add(brakeTableLayoutPanel); - brakeConfigTabPage.Location = new System.Drawing.Point(4, 34); - brakeConfigTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + brakeConfigTabPage.Location = new System.Drawing.Point(4, 29); + brakeConfigTabPage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); brakeConfigTabPage.Name = "brakeConfigTabPage"; - brakeConfigTabPage.Size = new System.Drawing.Size(1600, 1190); + brakeConfigTabPage.Size = new System.Drawing.Size(1279, 781); brakeConfigTabPage.TabIndex = 4; brakeConfigTabPage.Text = "Brake Trigger"; // @@ -614,7 +654,7 @@ private void InitializeComponent() brakeTableLayoutPanel.Controls.Add(brakeTriggerModeComboBox, 1, 0); brakeTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; brakeTableLayoutPanel.Location = new System.Drawing.Point(0, 0); - brakeTableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + brakeTableLayoutPanel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); brakeTableLayoutPanel.Name = "brakeTableLayoutPanel"; brakeTableLayoutPanel.RowCount = 15; brakeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); @@ -630,9 +670,9 @@ private void InitializeComponent() brakeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); brakeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); brakeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); - brakeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 67F)); - brakeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F)); - brakeTableLayoutPanel.Size = new System.Drawing.Size(1600, 1190); + brakeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F)); + brakeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); + brakeTableLayoutPanel.Size = new System.Drawing.Size(1279, 781); brakeTableLayoutPanel.TabIndex = 0; // // brakeResistanceSmoothNumericUpDown @@ -640,12 +680,11 @@ private void InitializeComponent() brakeResistanceSmoothNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; brakeResistanceSmoothNumericUpDown.AutoSize = true; brakeResistanceSmoothNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - brakeResistanceSmoothNumericUpDown.Location = new System.Drawing.Point(781, 936); - brakeResistanceSmoothNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - brakeResistanceSmoothNumericUpDown.Maximum = new decimal(new int[] { 100, 0, 0, 0 }); + brakeResistanceSmoothNumericUpDown.Location = new System.Drawing.Point(630, 758); + brakeResistanceSmoothNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); brakeResistanceSmoothNumericUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); brakeResistanceSmoothNumericUpDown.Name = "brakeResistanceSmoothNumericUpDown"; - brakeResistanceSmoothNumericUpDown.Size = new System.Drawing.Size(66, 31); + brakeResistanceSmoothNumericUpDown.Size = new System.Drawing.Size(53, 27); brakeResistanceSmoothNumericUpDown.TabIndex = 36; toolTip.SetToolTip(brakeResistanceSmoothNumericUpDown, "Smoothing for Brake Resistance output. Lower = smoother. Must be greater than 0"); brakeResistanceSmoothNumericUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); @@ -656,11 +695,11 @@ private void InitializeComponent() maxBrakeResistanceNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; maxBrakeResistanceNumericUpDown.AutoSize = true; maxBrakeResistanceNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - maxBrakeResistanceNumericUpDown.Location = new System.Drawing.Point(781, 857); - maxBrakeResistanceNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + maxBrakeResistanceNumericUpDown.Location = new System.Drawing.Point(630, 694); + maxBrakeResistanceNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); maxBrakeResistanceNumericUpDown.Maximum = new decimal(new int[] { 7, 0, 0, 0 }); maxBrakeResistanceNumericUpDown.Name = "maxBrakeResistanceNumericUpDown"; - maxBrakeResistanceNumericUpDown.Size = new System.Drawing.Size(46, 31); + maxBrakeResistanceNumericUpDown.Size = new System.Drawing.Size(37, 27); maxBrakeResistanceNumericUpDown.TabIndex = 35; toolTip.SetToolTip(maxBrakeResistanceNumericUpDown, "The Maximum resistance on the Brake (0-7)"); maxBrakeResistanceNumericUpDown.ValueChanged += maxBrakeResistanceNumericUpDown_ValueChanged; @@ -670,11 +709,11 @@ private void InitializeComponent() minBrakeResistanceNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; minBrakeResistanceNumericUpDown.AutoSize = true; minBrakeResistanceNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - minBrakeResistanceNumericUpDown.Location = new System.Drawing.Point(781, 778); - minBrakeResistanceNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + minBrakeResistanceNumericUpDown.Location = new System.Drawing.Point(630, 630); + minBrakeResistanceNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); minBrakeResistanceNumericUpDown.Maximum = new decimal(new int[] { 7, 0, 0, 0 }); minBrakeResistanceNumericUpDown.Name = "minBrakeResistanceNumericUpDown"; - minBrakeResistanceNumericUpDown.Size = new System.Drawing.Size(46, 31); + minBrakeResistanceNumericUpDown.Size = new System.Drawing.Size(37, 27); minBrakeResistanceNumericUpDown.TabIndex = 34; toolTip.SetToolTip(minBrakeResistanceNumericUpDown, "The Minimum resistance on the Brake (0-7)"); minBrakeResistanceNumericUpDown.ValueChanged += minBrakeResistanceNumericUpDown_ValueChanged; @@ -684,12 +723,12 @@ private void InitializeComponent() maxBrakeStifnessNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; maxBrakeStifnessNumericUpDown.AutoSize = true; maxBrakeStifnessNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - maxBrakeStifnessNumericUpDown.Location = new System.Drawing.Point(781, 699); - maxBrakeStifnessNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + maxBrakeStifnessNumericUpDown.Location = new System.Drawing.Point(630, 566); + maxBrakeStifnessNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); maxBrakeStifnessNumericUpDown.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); maxBrakeStifnessNumericUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); maxBrakeStifnessNumericUpDown.Name = "maxBrakeStifnessNumericUpDown"; - maxBrakeStifnessNumericUpDown.Size = new System.Drawing.Size(66, 31); + maxBrakeStifnessNumericUpDown.Size = new System.Drawing.Size(53, 27); maxBrakeStifnessNumericUpDown.TabIndex = 33; toolTip.SetToolTip(maxBrakeStifnessNumericUpDown, "On a scale of 1-255 with 1 being most stiff"); maxBrakeStifnessNumericUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); @@ -700,12 +739,12 @@ private void InitializeComponent() minBrakeStifnessNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; minBrakeStifnessNumericUpDown.AutoSize = true; minBrakeStifnessNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - minBrakeStifnessNumericUpDown.Location = new System.Drawing.Point(781, 620); - minBrakeStifnessNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + minBrakeStifnessNumericUpDown.Location = new System.Drawing.Point(630, 502); + minBrakeStifnessNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); minBrakeStifnessNumericUpDown.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); minBrakeStifnessNumericUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); minBrakeStifnessNumericUpDown.Name = "minBrakeStifnessNumericUpDown"; - minBrakeStifnessNumericUpDown.Size = new System.Drawing.Size(66, 31); + minBrakeStifnessNumericUpDown.Size = new System.Drawing.Size(53, 27); minBrakeStifnessNumericUpDown.TabIndex = 32; toolTip.SetToolTip(minBrakeStifnessNumericUpDown, "On a scale of 1-255 with 1 being most stiff"); minBrakeStifnessNumericUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); @@ -716,12 +755,12 @@ private void InitializeComponent() brakeVibrationSmoothNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; brakeVibrationSmoothNumericUpDown.AutoSize = true; brakeVibrationSmoothNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - brakeVibrationSmoothNumericUpDown.Location = new System.Drawing.Point(781, 541); - brakeVibrationSmoothNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + brakeVibrationSmoothNumericUpDown.Location = new System.Drawing.Point(630, 438); + brakeVibrationSmoothNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); brakeVibrationSmoothNumericUpDown.Maximum = new decimal(new int[] { 500, 0, 0, 0 }); brakeVibrationSmoothNumericUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); brakeVibrationSmoothNumericUpDown.Name = "brakeVibrationSmoothNumericUpDown"; - brakeVibrationSmoothNumericUpDown.Size = new System.Drawing.Size(66, 31); + brakeVibrationSmoothNumericUpDown.Size = new System.Drawing.Size(53, 27); brakeVibrationSmoothNumericUpDown.TabIndex = 31; toolTip.SetToolTip(brakeVibrationSmoothNumericUpDown, "Smoothing for Brake Frequency output. Lower = smoother. Must be greater than 0"); brakeVibrationSmoothNumericUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); @@ -732,10 +771,10 @@ private void InitializeComponent() maxBrakeVibrationNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; maxBrakeVibrationNumericUpDown.AutoSize = true; maxBrakeVibrationNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - maxBrakeVibrationNumericUpDown.Location = new System.Drawing.Point(781, 462); - maxBrakeVibrationNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + maxBrakeVibrationNumericUpDown.Location = new System.Drawing.Point(630, 374); + maxBrakeVibrationNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); maxBrakeVibrationNumericUpDown.Name = "maxBrakeVibrationNumericUpDown"; - maxBrakeVibrationNumericUpDown.Size = new System.Drawing.Size(66, 31); + maxBrakeVibrationNumericUpDown.Size = new System.Drawing.Size(53, 27); maxBrakeVibrationNumericUpDown.TabIndex = 30; toolTip.SetToolTip(maxBrakeVibrationNumericUpDown, "The maximum brake frequency in Hz (avoid over 40). Correlates to better grip"); maxBrakeVibrationNumericUpDown.ValueChanged += maxBrakeVibrationNumericUpDown_ValueChanged; @@ -745,10 +784,10 @@ private void InitializeComponent() minBrakeVibrationNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; minBrakeVibrationNumericUpDown.AutoSize = true; minBrakeVibrationNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - minBrakeVibrationNumericUpDown.Location = new System.Drawing.Point(781, 383); - minBrakeVibrationNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + minBrakeVibrationNumericUpDown.Location = new System.Drawing.Point(630, 310); + minBrakeVibrationNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); minBrakeVibrationNumericUpDown.Name = "minBrakeVibrationNumericUpDown"; - minBrakeVibrationNumericUpDown.Size = new System.Drawing.Size(66, 31); + minBrakeVibrationNumericUpDown.Size = new System.Drawing.Size(53, 27); minBrakeVibrationNumericUpDown.TabIndex = 29; toolTip.SetToolTip(minBrakeVibrationNumericUpDown, "The Minimum brake frequency in Hz (avoid over 40). Helps avoid clicking in controller"); minBrakeVibrationNumericUpDown.ValueChanged += minBrakeVibrationNumericUpDown_ValueChanged; @@ -758,11 +797,11 @@ private void InitializeComponent() brakeVibrationModeNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; brakeVibrationModeNumericUpDown.AutoSize = true; brakeVibrationModeNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - brakeVibrationModeNumericUpDown.Location = new System.Drawing.Point(781, 304); - brakeVibrationModeNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + brakeVibrationModeNumericUpDown.Location = new System.Drawing.Point(630, 246); + brakeVibrationModeNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); brakeVibrationModeNumericUpDown.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); brakeVibrationModeNumericUpDown.Name = "brakeVibrationModeNumericUpDown"; - brakeVibrationModeNumericUpDown.Size = new System.Drawing.Size(66, 31); + brakeVibrationModeNumericUpDown.Size = new System.Drawing.Size(53, 27); brakeVibrationModeNumericUpDown.TabIndex = 28; toolTip.SetToolTip(brakeVibrationModeNumericUpDown, "The depression of the brake lever at which the program should switch to vibration mode rather than smooth resistance. This helps to avoid clicking as vibration mode clicks when no force is applied. "); brakeVibrationModeNumericUpDown.ValueChanged += brakeVibrationModeNumericUpDown_ValueChanged; @@ -772,11 +811,11 @@ private void InitializeComponent() brakeVibrationStartNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; brakeVibrationStartNumericUpDown.AutoSize = true; brakeVibrationStartNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - brakeVibrationStartNumericUpDown.Location = new System.Drawing.Point(781, 225); - brakeVibrationStartNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + brakeVibrationStartNumericUpDown.Location = new System.Drawing.Point(630, 182); + brakeVibrationStartNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); brakeVibrationStartNumericUpDown.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); brakeVibrationStartNumericUpDown.Name = "brakeVibrationStartNumericUpDown"; - brakeVibrationStartNumericUpDown.Size = new System.Drawing.Size(66, 31); + brakeVibrationStartNumericUpDown.Size = new System.Drawing.Size(53, 27); brakeVibrationStartNumericUpDown.TabIndex = 27; toolTip.SetToolTip(brakeVibrationStartNumericUpDown, "The position in the Trigger (0-255) at which the brake should feel engaged with low grip surfaces"); brakeVibrationStartNumericUpDown.ValueChanged += brakeVibrationStartNumericUpDown_ValueChanged; @@ -786,10 +825,10 @@ private void InitializeComponent() gripLossNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; gripLossNumericUpDown.AutoSize = true; gripLossNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - gripLossNumericUpDown.Location = new System.Drawing.Point(781, 146); - gripLossNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + gripLossNumericUpDown.Location = new System.Drawing.Point(630, 118); + gripLossNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); gripLossNumericUpDown.Name = "gripLossNumericUpDown"; - gripLossNumericUpDown.Size = new System.Drawing.Size(66, 31); + gripLossNumericUpDown.Size = new System.Drawing.Size(53, 27); gripLossNumericUpDown.TabIndex = 26; toolTip.SetToolTip(gripLossNumericUpDown, "The point at which the brake will begin to become choppy (0 = full grip, 100 = no grip)"); gripLossNumericUpDown.ValueChanged += gripLossNumericUpDown_ValueChanged; @@ -799,10 +838,10 @@ private void InitializeComponent() brakeEffectNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; brakeEffectNumericUpDown.AutoSize = true; brakeEffectNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - brakeEffectNumericUpDown.Location = new System.Drawing.Point(781, 67); - brakeEffectNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + brakeEffectNumericUpDown.Location = new System.Drawing.Point(630, 54); + brakeEffectNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); brakeEffectNumericUpDown.Name = "brakeEffectNumericUpDown"; - brakeEffectNumericUpDown.Size = new System.Drawing.Size(66, 31); + brakeEffectNumericUpDown.Size = new System.Drawing.Size(53, 27); brakeEffectNumericUpDown.TabIndex = 2; toolTip.SetToolTip(brakeEffectNumericUpDown, "The percentage of the current RPM when we are in the \"redline\" of the engine"); brakeEffectNumericUpDown.ValueChanged += brakeEffectNumericUpDown_ValueChanged; @@ -812,12 +851,12 @@ private void InitializeComponent() brakeResistanceSmoothingTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; brakeResistanceSmoothingTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; brakeResistanceSmoothingTrackBar.LargeChange = 50; - brakeResistanceSmoothingTrackBar.Location = new System.Drawing.Point(199, 917); - brakeResistanceSmoothingTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + brakeResistanceSmoothingTrackBar.Location = new System.Drawing.Point(164, 744); + brakeResistanceSmoothingTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); brakeResistanceSmoothingTrackBar.Maximum = 100; brakeResistanceSmoothingTrackBar.Minimum = 1; brakeResistanceSmoothingTrackBar.Name = "brakeResistanceSmoothingTrackBar"; - brakeResistanceSmoothingTrackBar.Size = new System.Drawing.Size(574, 69); + brakeResistanceSmoothingTrackBar.Size = new System.Drawing.Size(460, 56); brakeResistanceSmoothingTrackBar.TabIndex = 23; brakeResistanceSmoothingTrackBar.TickFrequency = 10; brakeResistanceSmoothingTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -829,10 +868,9 @@ private void InitializeComponent() // brakeResistanceSmoothingLabel.AutoSize = true; brakeResistanceSmoothingLabel.Dock = System.Windows.Forms.DockStyle.Fill; - brakeResistanceSmoothingLabel.Location = new System.Drawing.Point(4, 912); - brakeResistanceSmoothingLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + brakeResistanceSmoothingLabel.Location = new System.Drawing.Point(3, 740); brakeResistanceSmoothingLabel.Name = "brakeResistanceSmoothingLabel"; - brakeResistanceSmoothingLabel.Size = new System.Drawing.Size(187, 79); + brakeResistanceSmoothingLabel.Size = new System.Drawing.Size(155, 64); brakeResistanceSmoothingLabel.TabIndex = 22; brakeResistanceSmoothingLabel.Text = "Resistance Smoothing"; brakeResistanceSmoothingLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -843,11 +881,11 @@ private void InitializeComponent() maxBrakeResistanceTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; maxBrakeResistanceTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; maxBrakeResistanceTrackBar.LargeChange = 50; - maxBrakeResistanceTrackBar.Location = new System.Drawing.Point(199, 838); - maxBrakeResistanceTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + maxBrakeResistanceTrackBar.Location = new System.Drawing.Point(164, 680); + maxBrakeResistanceTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); maxBrakeResistanceTrackBar.Maximum = 7; maxBrakeResistanceTrackBar.Name = "maxBrakeResistanceTrackBar"; - maxBrakeResistanceTrackBar.Size = new System.Drawing.Size(574, 69); + maxBrakeResistanceTrackBar.Size = new System.Drawing.Size(460, 56); maxBrakeResistanceTrackBar.TabIndex = 21; maxBrakeResistanceTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; toolTip.SetToolTip(maxBrakeResistanceTrackBar, "The Maximum resistance on the Brake (0-7)"); @@ -857,10 +895,9 @@ private void InitializeComponent() // maxBrakeResistanceLabel.AutoSize = true; maxBrakeResistanceLabel.Dock = System.Windows.Forms.DockStyle.Fill; - maxBrakeResistanceLabel.Location = new System.Drawing.Point(4, 833); - maxBrakeResistanceLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + maxBrakeResistanceLabel.Location = new System.Drawing.Point(3, 676); maxBrakeResistanceLabel.Name = "maxBrakeResistanceLabel"; - maxBrakeResistanceLabel.Size = new System.Drawing.Size(187, 79); + maxBrakeResistanceLabel.Size = new System.Drawing.Size(155, 64); maxBrakeResistanceLabel.TabIndex = 20; maxBrakeResistanceLabel.Text = "Max Resistance"; maxBrakeResistanceLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -871,11 +908,11 @@ private void InitializeComponent() minBrakeResistanceTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; minBrakeResistanceTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; minBrakeResistanceTrackBar.LargeChange = 50; - minBrakeResistanceTrackBar.Location = new System.Drawing.Point(199, 759); - minBrakeResistanceTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + minBrakeResistanceTrackBar.Location = new System.Drawing.Point(164, 616); + minBrakeResistanceTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); minBrakeResistanceTrackBar.Maximum = 7; minBrakeResistanceTrackBar.Name = "minBrakeResistanceTrackBar"; - minBrakeResistanceTrackBar.Size = new System.Drawing.Size(574, 69); + minBrakeResistanceTrackBar.Size = new System.Drawing.Size(460, 56); minBrakeResistanceTrackBar.TabIndex = 19; minBrakeResistanceTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; toolTip.SetToolTip(minBrakeResistanceTrackBar, "The Minimum resistance on the Brake (0-7)"); @@ -885,10 +922,9 @@ private void InitializeComponent() // minBrakeResistanceLabel.AutoSize = true; minBrakeResistanceLabel.Dock = System.Windows.Forms.DockStyle.Fill; - minBrakeResistanceLabel.Location = new System.Drawing.Point(4, 754); - minBrakeResistanceLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + minBrakeResistanceLabel.Location = new System.Drawing.Point(3, 612); minBrakeResistanceLabel.Name = "minBrakeResistanceLabel"; - minBrakeResistanceLabel.Size = new System.Drawing.Size(187, 79); + minBrakeResistanceLabel.Size = new System.Drawing.Size(155, 64); minBrakeResistanceLabel.TabIndex = 18; minBrakeResistanceLabel.Text = "Min Resistance"; minBrakeResistanceLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -899,12 +935,12 @@ private void InitializeComponent() maxBrakeStiffnessTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; maxBrakeStiffnessTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; maxBrakeStiffnessTrackBar.LargeChange = 50; - maxBrakeStiffnessTrackBar.Location = new System.Drawing.Point(199, 680); - maxBrakeStiffnessTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + maxBrakeStiffnessTrackBar.Location = new System.Drawing.Point(164, 552); + maxBrakeStiffnessTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); maxBrakeStiffnessTrackBar.Maximum = 255; maxBrakeStiffnessTrackBar.Minimum = 1; maxBrakeStiffnessTrackBar.Name = "maxBrakeStiffnessTrackBar"; - maxBrakeStiffnessTrackBar.Size = new System.Drawing.Size(574, 69); + maxBrakeStiffnessTrackBar.Size = new System.Drawing.Size(460, 56); maxBrakeStiffnessTrackBar.TabIndex = 17; maxBrakeStiffnessTrackBar.TickFrequency = 5; maxBrakeStiffnessTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -916,10 +952,9 @@ private void InitializeComponent() // maxBrakeStiffnessLabel.AutoSize = true; maxBrakeStiffnessLabel.Dock = System.Windows.Forms.DockStyle.Fill; - maxBrakeStiffnessLabel.Location = new System.Drawing.Point(4, 675); - maxBrakeStiffnessLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + maxBrakeStiffnessLabel.Location = new System.Drawing.Point(3, 548); maxBrakeStiffnessLabel.Name = "maxBrakeStiffnessLabel"; - maxBrakeStiffnessLabel.Size = new System.Drawing.Size(187, 79); + maxBrakeStiffnessLabel.Size = new System.Drawing.Size(155, 64); maxBrakeStiffnessLabel.TabIndex = 16; maxBrakeStiffnessLabel.Text = "Max Stiffness"; maxBrakeStiffnessLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -930,12 +965,12 @@ private void InitializeComponent() minBrakeStiffnessTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; minBrakeStiffnessTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; minBrakeStiffnessTrackBar.LargeChange = 50; - minBrakeStiffnessTrackBar.Location = new System.Drawing.Point(199, 601); - minBrakeStiffnessTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + minBrakeStiffnessTrackBar.Location = new System.Drawing.Point(164, 488); + minBrakeStiffnessTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); minBrakeStiffnessTrackBar.Maximum = 255; minBrakeStiffnessTrackBar.Minimum = 1; minBrakeStiffnessTrackBar.Name = "minBrakeStiffnessTrackBar"; - minBrakeStiffnessTrackBar.Size = new System.Drawing.Size(574, 69); + minBrakeStiffnessTrackBar.Size = new System.Drawing.Size(460, 56); minBrakeStiffnessTrackBar.TabIndex = 15; minBrakeStiffnessTrackBar.TickFrequency = 5; minBrakeStiffnessTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -947,10 +982,9 @@ private void InitializeComponent() // minBrakeStiffnessLabel.AutoSize = true; minBrakeStiffnessLabel.Dock = System.Windows.Forms.DockStyle.Fill; - minBrakeStiffnessLabel.Location = new System.Drawing.Point(4, 596); - minBrakeStiffnessLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + minBrakeStiffnessLabel.Location = new System.Drawing.Point(3, 484); minBrakeStiffnessLabel.Name = "minBrakeStiffnessLabel"; - minBrakeStiffnessLabel.Size = new System.Drawing.Size(187, 79); + minBrakeStiffnessLabel.Size = new System.Drawing.Size(155, 64); minBrakeStiffnessLabel.TabIndex = 14; minBrakeStiffnessLabel.Text = "Min Stifness"; minBrakeStiffnessLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -961,12 +995,12 @@ private void InitializeComponent() vibrationSmoothingTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; vibrationSmoothingTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; vibrationSmoothingTrackBar.LargeChange = 50; - vibrationSmoothingTrackBar.Location = new System.Drawing.Point(199, 522); - vibrationSmoothingTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + vibrationSmoothingTrackBar.Location = new System.Drawing.Point(164, 424); + vibrationSmoothingTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); vibrationSmoothingTrackBar.Maximum = 100; vibrationSmoothingTrackBar.Minimum = 1; vibrationSmoothingTrackBar.Name = "vibrationSmoothingTrackBar"; - vibrationSmoothingTrackBar.Size = new System.Drawing.Size(574, 69); + vibrationSmoothingTrackBar.Size = new System.Drawing.Size(460, 56); vibrationSmoothingTrackBar.TabIndex = 13; vibrationSmoothingTrackBar.TickFrequency = 10; vibrationSmoothingTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -978,10 +1012,9 @@ private void InitializeComponent() // vibrationSmoothingLabel.AutoSize = true; vibrationSmoothingLabel.Dock = System.Windows.Forms.DockStyle.Fill; - vibrationSmoothingLabel.Location = new System.Drawing.Point(4, 517); - vibrationSmoothingLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + vibrationSmoothingLabel.Location = new System.Drawing.Point(3, 420); vibrationSmoothingLabel.Name = "vibrationSmoothingLabel"; - vibrationSmoothingLabel.Size = new System.Drawing.Size(187, 79); + vibrationSmoothingLabel.Size = new System.Drawing.Size(155, 64); vibrationSmoothingLabel.TabIndex = 12; vibrationSmoothingLabel.Text = "Vibration Smoothing"; vibrationSmoothingLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -992,11 +1025,11 @@ private void InitializeComponent() maxBrakeVibrationTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; maxBrakeVibrationTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; maxBrakeVibrationTrackBar.LargeChange = 50; - maxBrakeVibrationTrackBar.Location = new System.Drawing.Point(199, 443); - maxBrakeVibrationTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + maxBrakeVibrationTrackBar.Location = new System.Drawing.Point(164, 360); + maxBrakeVibrationTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); maxBrakeVibrationTrackBar.Maximum = 100; maxBrakeVibrationTrackBar.Name = "maxBrakeVibrationTrackBar"; - maxBrakeVibrationTrackBar.Size = new System.Drawing.Size(574, 69); + maxBrakeVibrationTrackBar.Size = new System.Drawing.Size(460, 56); maxBrakeVibrationTrackBar.TabIndex = 11; maxBrakeVibrationTrackBar.TickFrequency = 5; maxBrakeVibrationTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1007,10 +1040,9 @@ private void InitializeComponent() // maxBrakeVibrationLabel.AutoSize = true; maxBrakeVibrationLabel.Dock = System.Windows.Forms.DockStyle.Fill; - maxBrakeVibrationLabel.Location = new System.Drawing.Point(4, 438); - maxBrakeVibrationLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + maxBrakeVibrationLabel.Location = new System.Drawing.Point(3, 356); maxBrakeVibrationLabel.Name = "maxBrakeVibrationLabel"; - maxBrakeVibrationLabel.Size = new System.Drawing.Size(187, 79); + maxBrakeVibrationLabel.Size = new System.Drawing.Size(155, 64); maxBrakeVibrationLabel.TabIndex = 10; maxBrakeVibrationLabel.Text = "Max Brake Vibration"; maxBrakeVibrationLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1021,11 +1053,11 @@ private void InitializeComponent() minBrakeVibrationTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; minBrakeVibrationTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; minBrakeVibrationTrackBar.LargeChange = 50; - minBrakeVibrationTrackBar.Location = new System.Drawing.Point(199, 364); - minBrakeVibrationTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + minBrakeVibrationTrackBar.Location = new System.Drawing.Point(164, 296); + minBrakeVibrationTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); minBrakeVibrationTrackBar.Maximum = 100; minBrakeVibrationTrackBar.Name = "minBrakeVibrationTrackBar"; - minBrakeVibrationTrackBar.Size = new System.Drawing.Size(574, 69); + minBrakeVibrationTrackBar.Size = new System.Drawing.Size(460, 56); minBrakeVibrationTrackBar.TabIndex = 9; minBrakeVibrationTrackBar.TickFrequency = 5; minBrakeVibrationTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1036,10 +1068,9 @@ private void InitializeComponent() // minBrakeVibrationLabel.AutoSize = true; minBrakeVibrationLabel.Dock = System.Windows.Forms.DockStyle.Fill; - minBrakeVibrationLabel.Location = new System.Drawing.Point(4, 359); - minBrakeVibrationLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + minBrakeVibrationLabel.Location = new System.Drawing.Point(3, 292); minBrakeVibrationLabel.Name = "minBrakeVibrationLabel"; - minBrakeVibrationLabel.Size = new System.Drawing.Size(187, 79); + minBrakeVibrationLabel.Size = new System.Drawing.Size(155, 64); minBrakeVibrationLabel.TabIndex = 8; minBrakeVibrationLabel.Text = "Min Brake Vibration"; minBrakeVibrationLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1050,11 +1081,11 @@ private void InitializeComponent() brakeVibrationModeTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; brakeVibrationModeTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; brakeVibrationModeTrackBar.LargeChange = 50; - brakeVibrationModeTrackBar.Location = new System.Drawing.Point(199, 285); - brakeVibrationModeTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + brakeVibrationModeTrackBar.Location = new System.Drawing.Point(164, 232); + brakeVibrationModeTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); brakeVibrationModeTrackBar.Maximum = 255; brakeVibrationModeTrackBar.Name = "brakeVibrationModeTrackBar"; - brakeVibrationModeTrackBar.Size = new System.Drawing.Size(574, 69); + brakeVibrationModeTrackBar.Size = new System.Drawing.Size(460, 56); brakeVibrationModeTrackBar.TabIndex = 7; brakeVibrationModeTrackBar.TickFrequency = 5; brakeVibrationModeTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1065,10 +1096,9 @@ private void InitializeComponent() // brakeVibrationModeStartLabel.AutoSize = true; brakeVibrationModeStartLabel.Dock = System.Windows.Forms.DockStyle.Fill; - brakeVibrationModeStartLabel.Location = new System.Drawing.Point(4, 280); - brakeVibrationModeStartLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + brakeVibrationModeStartLabel.Location = new System.Drawing.Point(3, 228); brakeVibrationModeStartLabel.Name = "brakeVibrationModeStartLabel"; - brakeVibrationModeStartLabel.Size = new System.Drawing.Size(187, 79); + brakeVibrationModeStartLabel.Size = new System.Drawing.Size(155, 64); brakeVibrationModeStartLabel.TabIndex = 6; brakeVibrationModeStartLabel.Text = "Vibration Mode Start"; brakeVibrationModeStartLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1079,11 +1109,11 @@ private void InitializeComponent() brakeVibrationStartTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; brakeVibrationStartTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; brakeVibrationStartTrackBar.LargeChange = 50; - brakeVibrationStartTrackBar.Location = new System.Drawing.Point(199, 206); - brakeVibrationStartTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + brakeVibrationStartTrackBar.Location = new System.Drawing.Point(164, 168); + brakeVibrationStartTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); brakeVibrationStartTrackBar.Maximum = 255; brakeVibrationStartTrackBar.Name = "brakeVibrationStartTrackBar"; - brakeVibrationStartTrackBar.Size = new System.Drawing.Size(574, 69); + brakeVibrationStartTrackBar.Size = new System.Drawing.Size(460, 56); brakeVibrationStartTrackBar.TabIndex = 5; brakeVibrationStartTrackBar.TickFrequency = 5; brakeVibrationStartTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1094,10 +1124,9 @@ private void InitializeComponent() // brakeVibrationStartLabel.AutoSize = true; brakeVibrationStartLabel.Dock = System.Windows.Forms.DockStyle.Fill; - brakeVibrationStartLabel.Location = new System.Drawing.Point(4, 201); - brakeVibrationStartLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + brakeVibrationStartLabel.Location = new System.Drawing.Point(3, 164); brakeVibrationStartLabel.Name = "brakeVibrationStartLabel"; - brakeVibrationStartLabel.Size = new System.Drawing.Size(187, 79); + brakeVibrationStartLabel.Size = new System.Drawing.Size(155, 64); brakeVibrationStartLabel.TabIndex = 4; brakeVibrationStartLabel.Text = "Vibration Start"; brakeVibrationStartLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1107,11 +1136,11 @@ private void InitializeComponent() // gripLossTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; gripLossTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; - gripLossTrackBar.Location = new System.Drawing.Point(199, 127); - gripLossTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + gripLossTrackBar.Location = new System.Drawing.Point(164, 104); + gripLossTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); gripLossTrackBar.Maximum = 100; gripLossTrackBar.Name = "gripLossTrackBar"; - gripLossTrackBar.Size = new System.Drawing.Size(574, 69); + gripLossTrackBar.Size = new System.Drawing.Size(460, 56); gripLossTrackBar.TabIndex = 3; gripLossTrackBar.TickFrequency = 5; gripLossTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1123,10 +1152,9 @@ private void InitializeComponent() // gripLossLabel.AutoSize = true; gripLossLabel.Dock = System.Windows.Forms.DockStyle.Fill; - gripLossLabel.Location = new System.Drawing.Point(4, 122); - gripLossLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + gripLossLabel.Location = new System.Drawing.Point(3, 100); gripLossLabel.Name = "gripLossLabel"; - gripLossLabel.Size = new System.Drawing.Size(187, 79); + gripLossLabel.Size = new System.Drawing.Size(155, 64); gripLossLabel.TabIndex = 2; gripLossLabel.Text = "Grip Loss Value"; gripLossLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1136,10 +1164,9 @@ private void InitializeComponent() // brakeEffectIntensityLabel.AutoSize = true; brakeEffectIntensityLabel.Dock = System.Windows.Forms.DockStyle.Fill; - brakeEffectIntensityLabel.Location = new System.Drawing.Point(4, 43); - brakeEffectIntensityLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + brakeEffectIntensityLabel.Location = new System.Drawing.Point(3, 36); brakeEffectIntensityLabel.Name = "brakeEffectIntensityLabel"; - brakeEffectIntensityLabel.Size = new System.Drawing.Size(187, 79); + brakeEffectIntensityLabel.Size = new System.Drawing.Size(155, 64); brakeEffectIntensityLabel.TabIndex = 0; brakeEffectIntensityLabel.Text = "Effect Intensity"; brakeEffectIntensityLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1150,11 +1177,11 @@ private void InitializeComponent() brakeEffectIntensityTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; brakeEffectIntensityTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; brakeEffectIntensityTrackBar.LargeChange = 10; - brakeEffectIntensityTrackBar.Location = new System.Drawing.Point(199, 48); - brakeEffectIntensityTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + brakeEffectIntensityTrackBar.Location = new System.Drawing.Point(164, 40); + brakeEffectIntensityTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); brakeEffectIntensityTrackBar.Maximum = 100; brakeEffectIntensityTrackBar.Name = "brakeEffectIntensityTrackBar"; - brakeEffectIntensityTrackBar.Size = new System.Drawing.Size(574, 69); + brakeEffectIntensityTrackBar.Size = new System.Drawing.Size(460, 56); brakeEffectIntensityTrackBar.TabIndex = 1; brakeEffectIntensityTrackBar.TickFrequency = 5; brakeEffectIntensityTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1166,10 +1193,10 @@ private void InitializeComponent() // buttonApply_Brake.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; buttonApply_Brake.AutoSize = true; - buttonApply_Brake.Location = new System.Drawing.Point(199, 996); - buttonApply_Brake.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + buttonApply_Brake.Location = new System.Drawing.Point(164, 808); + buttonApply_Brake.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); buttonApply_Brake.Name = "buttonApply_Brake"; - buttonApply_Brake.Size = new System.Drawing.Size(574, 57); + buttonApply_Brake.Size = new System.Drawing.Size(460, 46); buttonApply_Brake.TabIndex = 37; buttonApply_Brake.Text = "Apply"; buttonApply_Brake.UseVisualStyleBackColor = true; @@ -1178,10 +1205,10 @@ private void InitializeComponent() // brakeDefaultsButton // brakeDefaultsButton.AutoSize = true; - brakeDefaultsButton.Location = new System.Drawing.Point(781, 996); - brakeDefaultsButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + brakeDefaultsButton.Location = new System.Drawing.Point(630, 808); + brakeDefaultsButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); brakeDefaultsButton.Name = "brakeDefaultsButton"; - brakeDefaultsButton.Size = new System.Drawing.Size(124, 57); + brakeDefaultsButton.Size = new System.Drawing.Size(99, 46); brakeDefaultsButton.TabIndex = 38; brakeDefaultsButton.Text = "Defaults"; brakeDefaultsButton.UseVisualStyleBackColor = true; @@ -1191,10 +1218,9 @@ private void InitializeComponent() // brakeTriggerMode.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; brakeTriggerMode.AutoSize = true; - brakeTriggerMode.Location = new System.Drawing.Point(25, 0); - brakeTriggerMode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + brakeTriggerMode.Location = new System.Drawing.Point(18, 0); brakeTriggerMode.Name = "brakeTriggerMode"; - brakeTriggerMode.Size = new System.Drawing.Size(166, 43); + brakeTriggerMode.Size = new System.Drawing.Size(140, 36); brakeTriggerMode.TabIndex = 39; brakeTriggerMode.Text = "Brake Trigger Mode"; brakeTriggerMode.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1204,21 +1230,21 @@ private void InitializeComponent() brakeTriggerModeComboBox.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; brakeTriggerModeComboBox.FormattingEnabled = true; brakeTriggerModeComboBox.Items.AddRange(new object[] { "Off", "Resistance", "Vibration" }); - brakeTriggerModeComboBox.Location = new System.Drawing.Point(199, 5); - brakeTriggerModeComboBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + brakeTriggerModeComboBox.Location = new System.Drawing.Point(164, 4); + brakeTriggerModeComboBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); brakeTriggerModeComboBox.Name = "brakeTriggerModeComboBox"; - brakeTriggerModeComboBox.Size = new System.Drawing.Size(574, 33); + brakeTriggerModeComboBox.Size = new System.Drawing.Size(460, 28); brakeTriggerModeComboBox.TabIndex = 40; brakeTriggerModeComboBox.SelectedIndexChanged += brakeTriggerModeComboBox_SelectedIndexChanged; // // throttleConfigTabPage // throttleConfigTabPage.Controls.Add(throttleTableLayoutPanel); - throttleConfigTabPage.Location = new System.Drawing.Point(4, 34); - throttleConfigTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleConfigTabPage.Location = new System.Drawing.Point(4, 29); + throttleConfigTabPage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleConfigTabPage.Name = "throttleConfigTabPage"; - throttleConfigTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); - throttleConfigTabPage.Size = new System.Drawing.Size(1600, 1190); + throttleConfigTabPage.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); + throttleConfigTabPage.Size = new System.Drawing.Size(1279, 781); throttleConfigTabPage.TabIndex = 2; throttleConfigTabPage.Text = "Throttle Trigger"; throttleConfigTabPage.UseVisualStyleBackColor = true; @@ -1277,8 +1303,8 @@ private void InitializeComponent() throttleTableLayoutPanel.Controls.Add(buttonApply_Throttle, 1, 15); throttleTableLayoutPanel.Controls.Add(throttleDefaultsButton, 2, 15); throttleTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; - throttleTableLayoutPanel.Location = new System.Drawing.Point(4, 5); - throttleTableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleTableLayoutPanel.Location = new System.Drawing.Point(3, 4); + throttleTableLayoutPanel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleTableLayoutPanel.Name = "throttleTableLayoutPanel"; throttleTableLayoutPanel.RowCount = 16; throttleTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); @@ -1297,7 +1323,7 @@ private void InitializeComponent() throttleTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); throttleTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); throttleTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); - throttleTableLayoutPanel.Size = new System.Drawing.Size(1592, 1180); + throttleTableLayoutPanel.Size = new System.Drawing.Size(1273, 773); throttleTableLayoutPanel.TabIndex = 0; // // throttleTriggerModeComboBox @@ -1305,10 +1331,10 @@ private void InitializeComponent() throttleTriggerModeComboBox.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; throttleTriggerModeComboBox.FormattingEnabled = true; throttleTriggerModeComboBox.Items.AddRange(new object[] { "Off", "Resistance", "Vibration" }); - throttleTriggerModeComboBox.Location = new System.Drawing.Point(209, 5); - throttleTriggerModeComboBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleTriggerModeComboBox.Location = new System.Drawing.Point(175, 4); + throttleTriggerModeComboBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleTriggerModeComboBox.Name = "throttleTriggerModeComboBox"; - throttleTriggerModeComboBox.Size = new System.Drawing.Size(574, 33); + throttleTriggerModeComboBox.Size = new System.Drawing.Size(460, 28); throttleTriggerModeComboBox.TabIndex = 46; throttleTriggerModeComboBox.SelectedIndexChanged += throttleTriggerModeComboBox_SelectedIndexChanged; // @@ -1316,10 +1342,9 @@ private void InitializeComponent() // throttleTriggerMode.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; throttleTriggerMode.AutoSize = true; - throttleTriggerMode.Location = new System.Drawing.Point(17, 0); - throttleTriggerMode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + throttleTriggerMode.Location = new System.Drawing.Point(14, 0); throttleTriggerMode.Name = "throttleTriggerMode"; - throttleTriggerMode.Size = new System.Drawing.Size(184, 43); + throttleTriggerMode.Size = new System.Drawing.Size(155, 36); throttleTriggerMode.TabIndex = 45; throttleTriggerMode.Text = "Throttle Trigger Mode"; throttleTriggerMode.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1329,11 +1354,11 @@ private void InitializeComponent() throttleResistanceSmoothNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; throttleResistanceSmoothNumericUpDown.AutoSize = true; throttleResistanceSmoothNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - throttleResistanceSmoothNumericUpDown.Location = new System.Drawing.Point(791, 1094); - throttleResistanceSmoothNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleResistanceSmoothNumericUpDown.Location = new System.Drawing.Point(641, 886); + throttleResistanceSmoothNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleResistanceSmoothNumericUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); throttleResistanceSmoothNumericUpDown.Name = "throttleResistanceSmoothNumericUpDown"; - throttleResistanceSmoothNumericUpDown.Size = new System.Drawing.Size(66, 31); + throttleResistanceSmoothNumericUpDown.Size = new System.Drawing.Size(53, 27); throttleResistanceSmoothNumericUpDown.TabIndex = 42; toolTip.SetToolTip(throttleResistanceSmoothNumericUpDown, "Smoothing for Throttle Resistance output. Lower = smoother. Must be greater than 0"); throttleResistanceSmoothNumericUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); @@ -1344,11 +1369,11 @@ private void InitializeComponent() throttleMaxResistanceNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; throttleMaxResistanceNumericUpDown.AutoSize = true; throttleMaxResistanceNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - throttleMaxResistanceNumericUpDown.Location = new System.Drawing.Point(791, 1015); - throttleMaxResistanceNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleMaxResistanceNumericUpDown.Location = new System.Drawing.Point(641, 822); + throttleMaxResistanceNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleMaxResistanceNumericUpDown.Maximum = new decimal(new int[] { 7, 0, 0, 0 }); throttleMaxResistanceNumericUpDown.Name = "throttleMaxResistanceNumericUpDown"; - throttleMaxResistanceNumericUpDown.Size = new System.Drawing.Size(46, 31); + throttleMaxResistanceNumericUpDown.Size = new System.Drawing.Size(37, 27); throttleMaxResistanceNumericUpDown.TabIndex = 41; toolTip.SetToolTip(throttleMaxResistanceNumericUpDown, "The Maximum resistance on the throttle (0-7)"); throttleMaxResistanceNumericUpDown.ValueChanged += throttleMaxResistanceNumericUpDown_ValueChanged; @@ -1358,11 +1383,11 @@ private void InitializeComponent() throttleMinResistanceNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; throttleMinResistanceNumericUpDown.AutoSize = true; throttleMinResistanceNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - throttleMinResistanceNumericUpDown.Location = new System.Drawing.Point(791, 936); - throttleMinResistanceNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleMinResistanceNumericUpDown.Location = new System.Drawing.Point(641, 758); + throttleMinResistanceNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleMinResistanceNumericUpDown.Maximum = new decimal(new int[] { 7, 0, 0, 0 }); throttleMinResistanceNumericUpDown.Name = "throttleMinResistanceNumericUpDown"; - throttleMinResistanceNumericUpDown.Size = new System.Drawing.Size(46, 31); + throttleMinResistanceNumericUpDown.Size = new System.Drawing.Size(37, 27); throttleMinResistanceNumericUpDown.TabIndex = 40; toolTip.SetToolTip(throttleMinResistanceNumericUpDown, "The Minimum resistance on the throttle (0-7)"); throttleMinResistanceNumericUpDown.ValueChanged += throttleMinResistanceNumericUpDown_ValueChanged; @@ -1372,12 +1397,12 @@ private void InitializeComponent() throttleMaxStiffnessNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; throttleMaxStiffnessNumericUpDown.AutoSize = true; throttleMaxStiffnessNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - throttleMaxStiffnessNumericUpDown.Location = new System.Drawing.Point(791, 857); - throttleMaxStiffnessNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleMaxStiffnessNumericUpDown.Location = new System.Drawing.Point(641, 694); + throttleMaxStiffnessNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleMaxStiffnessNumericUpDown.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); throttleMaxStiffnessNumericUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); throttleMaxStiffnessNumericUpDown.Name = "throttleMaxStiffnessNumericUpDown"; - throttleMaxStiffnessNumericUpDown.Size = new System.Drawing.Size(66, 31); + throttleMaxStiffnessNumericUpDown.Size = new System.Drawing.Size(53, 27); throttleMaxStiffnessNumericUpDown.TabIndex = 39; toolTip.SetToolTip(throttleMaxStiffnessNumericUpDown, "On a scale of 1-255 with 1 being most stiff"); throttleMaxStiffnessNumericUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); @@ -1388,12 +1413,12 @@ private void InitializeComponent() throttleMinStiffnessNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; throttleMinStiffnessNumericUpDown.AutoSize = true; throttleMinStiffnessNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - throttleMinStiffnessNumericUpDown.Location = new System.Drawing.Point(791, 778); - throttleMinStiffnessNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleMinStiffnessNumericUpDown.Location = new System.Drawing.Point(641, 630); + throttleMinStiffnessNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleMinStiffnessNumericUpDown.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); throttleMinStiffnessNumericUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); throttleMinStiffnessNumericUpDown.Name = "throttleMinStiffnessNumericUpDown"; - throttleMinStiffnessNumericUpDown.Size = new System.Drawing.Size(66, 31); + throttleMinStiffnessNumericUpDown.Size = new System.Drawing.Size(53, 27); throttleMinStiffnessNumericUpDown.TabIndex = 38; toolTip.SetToolTip(throttleMinStiffnessNumericUpDown, "On a scale of 1-255 with 1 being most stiff"); throttleMinStiffnessNumericUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); @@ -1404,11 +1429,11 @@ private void InitializeComponent() throttleVibrationSmoothNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; throttleVibrationSmoothNumericUpDown.AutoSize = true; throttleVibrationSmoothNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - throttleVibrationSmoothNumericUpDown.Location = new System.Drawing.Point(791, 699); - throttleVibrationSmoothNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleVibrationSmoothNumericUpDown.Location = new System.Drawing.Point(641, 566); + throttleVibrationSmoothNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleVibrationSmoothNumericUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); throttleVibrationSmoothNumericUpDown.Name = "throttleVibrationSmoothNumericUpDown"; - throttleVibrationSmoothNumericUpDown.Size = new System.Drawing.Size(66, 31); + throttleVibrationSmoothNumericUpDown.Size = new System.Drawing.Size(53, 27); throttleVibrationSmoothNumericUpDown.TabIndex = 37; toolTip.SetToolTip(throttleVibrationSmoothNumericUpDown, "Smoothing for Throttle Vibration output. Lower = smoother. Must be greater than 0"); throttleVibrationSmoothNumericUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); @@ -1419,10 +1444,10 @@ private void InitializeComponent() throttleMaxVibrationNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; throttleMaxVibrationNumericUpDown.AutoSize = true; throttleMaxVibrationNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - throttleMaxVibrationNumericUpDown.Location = new System.Drawing.Point(791, 620); - throttleMaxVibrationNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleMaxVibrationNumericUpDown.Location = new System.Drawing.Point(641, 502); + throttleMaxVibrationNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleMaxVibrationNumericUpDown.Name = "throttleMaxVibrationNumericUpDown"; - throttleMaxVibrationNumericUpDown.Size = new System.Drawing.Size(66, 31); + throttleMaxVibrationNumericUpDown.Size = new System.Drawing.Size(53, 27); throttleMaxVibrationNumericUpDown.TabIndex = 36; toolTip.SetToolTip(throttleMaxVibrationNumericUpDown, "The maximum acceleration frequency in Hz (avoid over 40). Correlates to better grip"); throttleMaxVibrationNumericUpDown.ValueChanged += throttleMaxVibrationNumericUpDown_ValueChanged; @@ -1432,10 +1457,10 @@ private void InitializeComponent() throttleMinVibrationNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; throttleMinVibrationNumericUpDown.AutoSize = true; throttleMinVibrationNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - throttleMinVibrationNumericUpDown.Location = new System.Drawing.Point(791, 541); - throttleMinVibrationNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleMinVibrationNumericUpDown.Location = new System.Drawing.Point(641, 438); + throttleMinVibrationNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleMinVibrationNumericUpDown.Name = "throttleMinVibrationNumericUpDown"; - throttleMinVibrationNumericUpDown.Size = new System.Drawing.Size(66, 31); + throttleMinVibrationNumericUpDown.Size = new System.Drawing.Size(53, 27); throttleMinVibrationNumericUpDown.TabIndex = 35; toolTip.SetToolTip(throttleMinVibrationNumericUpDown, "The minimum acceleration frequency in Hz (avoid over 40). Helps avoid clicking in controller"); throttleMinVibrationNumericUpDown.ValueChanged += throttleMinVibrationNumericUpDown_ValueChanged; @@ -1445,11 +1470,11 @@ private void InitializeComponent() throttleVibrationStartNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; throttleVibrationStartNumericUpDown.AutoSize = true; throttleVibrationStartNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - throttleVibrationStartNumericUpDown.Location = new System.Drawing.Point(791, 462); - throttleVibrationStartNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleVibrationStartNumericUpDown.Location = new System.Drawing.Point(641, 374); + throttleVibrationStartNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleVibrationStartNumericUpDown.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); throttleVibrationStartNumericUpDown.Name = "throttleVibrationStartNumericUpDown"; - throttleVibrationStartNumericUpDown.Size = new System.Drawing.Size(66, 31); + throttleVibrationStartNumericUpDown.Size = new System.Drawing.Size(53, 27); throttleVibrationStartNumericUpDown.TabIndex = 34; toolTip.SetToolTip(throttleVibrationStartNumericUpDown, "The depression of the throttle lever at which the program should switch to vibration mode rather than smooth resistance. This helps to avoid clicking as vibration mode clicks when no force is applied."); throttleVibrationStartNumericUpDown.ValueChanged += throttleVibrationStartNumericUpDown_ValueChanged; @@ -1459,11 +1484,11 @@ private void InitializeComponent() throttleAccelLimitNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; throttleAccelLimitNumericUpDown.AutoSize = true; throttleAccelLimitNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - throttleAccelLimitNumericUpDown.Location = new System.Drawing.Point(791, 383); - throttleAccelLimitNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleAccelLimitNumericUpDown.Location = new System.Drawing.Point(641, 310); + throttleAccelLimitNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleAccelLimitNumericUpDown.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); throttleAccelLimitNumericUpDown.Name = "throttleAccelLimitNumericUpDown"; - throttleAccelLimitNumericUpDown.Size = new System.Drawing.Size(66, 31); + throttleAccelLimitNumericUpDown.Size = new System.Drawing.Size(53, 27); throttleAccelLimitNumericUpDown.TabIndex = 33; toolTip.SetToolTip(throttleAccelLimitNumericUpDown, "The upper end acceleration when calculating the throttle resistance. Any acceleration above this will be counted as this value when determining the throttle resistance."); throttleAccelLimitNumericUpDown.ValueChanged += throttleAccelLimitNumericUpDown_ValueChanged; @@ -1473,10 +1498,10 @@ private void InitializeComponent() throttleForwardAccelScaleNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; throttleForwardAccelScaleNumericUpDown.AutoSize = true; throttleForwardAccelScaleNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - throttleForwardAccelScaleNumericUpDown.Location = new System.Drawing.Point(791, 304); - throttleForwardAccelScaleNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleForwardAccelScaleNumericUpDown.Location = new System.Drawing.Point(641, 246); + throttleForwardAccelScaleNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleForwardAccelScaleNumericUpDown.Name = "throttleForwardAccelScaleNumericUpDown"; - throttleForwardAccelScaleNumericUpDown.Size = new System.Drawing.Size(66, 31); + throttleForwardAccelScaleNumericUpDown.Size = new System.Drawing.Size(53, 27); throttleForwardAccelScaleNumericUpDown.TabIndex = 32; toolTip.SetToolTip(throttleForwardAccelScaleNumericUpDown, "How to scale Forward acceleration in determining throttle stiffness."); throttleForwardAccelScaleNumericUpDown.ValueChanged += throttleForwardAccelScaleNumericUpDown_ValueChanged; @@ -1486,10 +1511,10 @@ private void InitializeComponent() throttleTurnAccelScaleNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; throttleTurnAccelScaleNumericUpDown.AutoSize = true; throttleTurnAccelScaleNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - throttleTurnAccelScaleNumericUpDown.Location = new System.Drawing.Point(791, 225); - throttleTurnAccelScaleNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleTurnAccelScaleNumericUpDown.Location = new System.Drawing.Point(641, 182); + throttleTurnAccelScaleNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleTurnAccelScaleNumericUpDown.Name = "throttleTurnAccelScaleNumericUpDown"; - throttleTurnAccelScaleNumericUpDown.Size = new System.Drawing.Size(66, 31); + throttleTurnAccelScaleNumericUpDown.Size = new System.Drawing.Size(53, 27); throttleTurnAccelScaleNumericUpDown.TabIndex = 31; toolTip.SetToolTip(throttleTurnAccelScaleNumericUpDown, "How to scale turning acceleration in determining throttle stiffness."); throttleTurnAccelScaleNumericUpDown.ValueChanged += throttleTurnAccelScaleNumericUpDown_ValueChanged; @@ -1499,10 +1524,10 @@ private void InitializeComponent() throttleGripLossNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; throttleGripLossNumericUpDown.AutoSize = true; throttleGripLossNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - throttleGripLossNumericUpDown.Location = new System.Drawing.Point(791, 146); - throttleGripLossNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleGripLossNumericUpDown.Location = new System.Drawing.Point(641, 118); + throttleGripLossNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleGripLossNumericUpDown.Name = "throttleGripLossNumericUpDown"; - throttleGripLossNumericUpDown.Size = new System.Drawing.Size(66, 31); + throttleGripLossNumericUpDown.Size = new System.Drawing.Size(53, 27); throttleGripLossNumericUpDown.TabIndex = 30; toolTip.SetToolTip(throttleGripLossNumericUpDown, "The point at which the throttle will begin to become choppy (0 = full grip, 100 = no grip)"); throttleGripLossNumericUpDown.ValueChanged += throttleGripLossNumericUpDown_ValueChanged; @@ -1512,10 +1537,10 @@ private void InitializeComponent() throttleIntensityNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.Left; throttleIntensityNumericUpDown.AutoSize = true; throttleIntensityNumericUpDown.Cursor = System.Windows.Forms.Cursors.IBeam; - throttleIntensityNumericUpDown.Location = new System.Drawing.Point(791, 67); - throttleIntensityNumericUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleIntensityNumericUpDown.Location = new System.Drawing.Point(641, 54); + throttleIntensityNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleIntensityNumericUpDown.Name = "throttleIntensityNumericUpDown"; - throttleIntensityNumericUpDown.Size = new System.Drawing.Size(66, 31); + throttleIntensityNumericUpDown.Size = new System.Drawing.Size(53, 27); throttleIntensityNumericUpDown.TabIndex = 29; toolTip.SetToolTip(throttleIntensityNumericUpDown, "The percentage of the trigger effects"); throttleIntensityNumericUpDown.ValueChanged += throttleIntensityNumericUpDown_ValueChanged; @@ -1525,12 +1550,12 @@ private void InitializeComponent() throttleResistanceSmoothTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; throttleResistanceSmoothTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; throttleResistanceSmoothTrackBar.LargeChange = 50; - throttleResistanceSmoothTrackBar.Location = new System.Drawing.Point(209, 1075); - throttleResistanceSmoothTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleResistanceSmoothTrackBar.Location = new System.Drawing.Point(175, 872); + throttleResistanceSmoothTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleResistanceSmoothTrackBar.Maximum = 100; throttleResistanceSmoothTrackBar.Minimum = 1; throttleResistanceSmoothTrackBar.Name = "throttleResistanceSmoothTrackBar"; - throttleResistanceSmoothTrackBar.Size = new System.Drawing.Size(574, 69); + throttleResistanceSmoothTrackBar.Size = new System.Drawing.Size(460, 56); throttleResistanceSmoothTrackBar.TabIndex = 28; throttleResistanceSmoothTrackBar.TickFrequency = 10; throttleResistanceSmoothTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1543,11 +1568,11 @@ private void InitializeComponent() throttleMaxResistanceTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; throttleMaxResistanceTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; throttleMaxResistanceTrackBar.LargeChange = 50; - throttleMaxResistanceTrackBar.Location = new System.Drawing.Point(209, 996); - throttleMaxResistanceTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleMaxResistanceTrackBar.Location = new System.Drawing.Point(175, 808); + throttleMaxResistanceTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleMaxResistanceTrackBar.Maximum = 7; throttleMaxResistanceTrackBar.Name = "throttleMaxResistanceTrackBar"; - throttleMaxResistanceTrackBar.Size = new System.Drawing.Size(574, 69); + throttleMaxResistanceTrackBar.Size = new System.Drawing.Size(460, 56); throttleMaxResistanceTrackBar.TabIndex = 27; throttleMaxResistanceTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; toolTip.SetToolTip(throttleMaxResistanceTrackBar, "The Maximum resistance on the throttle (0-7)"); @@ -1558,11 +1583,11 @@ private void InitializeComponent() throttleMinResistanceTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; throttleMinResistanceTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; throttleMinResistanceTrackBar.LargeChange = 50; - throttleMinResistanceTrackBar.Location = new System.Drawing.Point(209, 917); - throttleMinResistanceTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleMinResistanceTrackBar.Location = new System.Drawing.Point(175, 744); + throttleMinResistanceTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleMinResistanceTrackBar.Maximum = 7; throttleMinResistanceTrackBar.Name = "throttleMinResistanceTrackBar"; - throttleMinResistanceTrackBar.Size = new System.Drawing.Size(574, 69); + throttleMinResistanceTrackBar.Size = new System.Drawing.Size(460, 56); throttleMinResistanceTrackBar.TabIndex = 26; throttleMinResistanceTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; toolTip.SetToolTip(throttleMinResistanceTrackBar, "The Minimum resistance on the throttle (0-7)"); @@ -1573,12 +1598,12 @@ private void InitializeComponent() throttleMaxStiffnessTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; throttleMaxStiffnessTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; throttleMaxStiffnessTrackBar.LargeChange = 50; - throttleMaxStiffnessTrackBar.Location = new System.Drawing.Point(209, 838); - throttleMaxStiffnessTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleMaxStiffnessTrackBar.Location = new System.Drawing.Point(175, 680); + throttleMaxStiffnessTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleMaxStiffnessTrackBar.Maximum = 255; throttleMaxStiffnessTrackBar.Minimum = 1; throttleMaxStiffnessTrackBar.Name = "throttleMaxStiffnessTrackBar"; - throttleMaxStiffnessTrackBar.Size = new System.Drawing.Size(574, 69); + throttleMaxStiffnessTrackBar.Size = new System.Drawing.Size(460, 56); throttleMaxStiffnessTrackBar.TabIndex = 25; throttleMaxStiffnessTrackBar.TickFrequency = 5; throttleMaxStiffnessTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1591,12 +1616,12 @@ private void InitializeComponent() throttleMinStiffnessTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; throttleMinStiffnessTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; throttleMinStiffnessTrackBar.LargeChange = 50; - throttleMinStiffnessTrackBar.Location = new System.Drawing.Point(209, 759); - throttleMinStiffnessTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleMinStiffnessTrackBar.Location = new System.Drawing.Point(175, 616); + throttleMinStiffnessTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleMinStiffnessTrackBar.Maximum = 255; throttleMinStiffnessTrackBar.Minimum = 1; throttleMinStiffnessTrackBar.Name = "throttleMinStiffnessTrackBar"; - throttleMinStiffnessTrackBar.Size = new System.Drawing.Size(574, 69); + throttleMinStiffnessTrackBar.Size = new System.Drawing.Size(460, 56); throttleMinStiffnessTrackBar.TabIndex = 24; throttleMinStiffnessTrackBar.TickFrequency = 5; throttleMinStiffnessTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1609,12 +1634,12 @@ private void InitializeComponent() throttleVibrationSmoothTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; throttleVibrationSmoothTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; throttleVibrationSmoothTrackBar.LargeChange = 50; - throttleVibrationSmoothTrackBar.Location = new System.Drawing.Point(209, 680); - throttleVibrationSmoothTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleVibrationSmoothTrackBar.Location = new System.Drawing.Point(175, 552); + throttleVibrationSmoothTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleVibrationSmoothTrackBar.Maximum = 100; throttleVibrationSmoothTrackBar.Minimum = 1; throttleVibrationSmoothTrackBar.Name = "throttleVibrationSmoothTrackBar"; - throttleVibrationSmoothTrackBar.Size = new System.Drawing.Size(574, 69); + throttleVibrationSmoothTrackBar.Size = new System.Drawing.Size(460, 56); throttleVibrationSmoothTrackBar.TabIndex = 23; throttleVibrationSmoothTrackBar.TickFrequency = 10; throttleVibrationSmoothTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1627,11 +1652,11 @@ private void InitializeComponent() throttleMaxVibrationTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; throttleMaxVibrationTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; throttleMaxVibrationTrackBar.LargeChange = 50; - throttleMaxVibrationTrackBar.Location = new System.Drawing.Point(209, 601); - throttleMaxVibrationTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleMaxVibrationTrackBar.Location = new System.Drawing.Point(175, 488); + throttleMaxVibrationTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleMaxVibrationTrackBar.Maximum = 100; throttleMaxVibrationTrackBar.Name = "throttleMaxVibrationTrackBar"; - throttleMaxVibrationTrackBar.Size = new System.Drawing.Size(574, 69); + throttleMaxVibrationTrackBar.Size = new System.Drawing.Size(460, 56); throttleMaxVibrationTrackBar.TabIndex = 22; throttleMaxVibrationTrackBar.TickFrequency = 5; throttleMaxVibrationTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1643,11 +1668,11 @@ private void InitializeComponent() throttleMinVibrationTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; throttleMinVibrationTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; throttleMinVibrationTrackBar.LargeChange = 50; - throttleMinVibrationTrackBar.Location = new System.Drawing.Point(209, 522); - throttleMinVibrationTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleMinVibrationTrackBar.Location = new System.Drawing.Point(175, 424); + throttleMinVibrationTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleMinVibrationTrackBar.Maximum = 100; throttleMinVibrationTrackBar.Name = "throttleMinVibrationTrackBar"; - throttleMinVibrationTrackBar.Size = new System.Drawing.Size(574, 69); + throttleMinVibrationTrackBar.Size = new System.Drawing.Size(460, 56); throttleMinVibrationTrackBar.TabIndex = 21; throttleMinVibrationTrackBar.TickFrequency = 5; throttleMinVibrationTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1659,11 +1684,11 @@ private void InitializeComponent() throttleVibrationModeStartTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; throttleVibrationModeStartTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; throttleVibrationModeStartTrackBar.LargeChange = 50; - throttleVibrationModeStartTrackBar.Location = new System.Drawing.Point(209, 443); - throttleVibrationModeStartTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleVibrationModeStartTrackBar.Location = new System.Drawing.Point(175, 360); + throttleVibrationModeStartTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleVibrationModeStartTrackBar.Maximum = 255; throttleVibrationModeStartTrackBar.Name = "throttleVibrationModeStartTrackBar"; - throttleVibrationModeStartTrackBar.Size = new System.Drawing.Size(574, 69); + throttleVibrationModeStartTrackBar.Size = new System.Drawing.Size(460, 56); throttleVibrationModeStartTrackBar.TabIndex = 20; throttleVibrationModeStartTrackBar.TickFrequency = 5; throttleVibrationModeStartTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1675,11 +1700,11 @@ private void InitializeComponent() throttleAccelLimitTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; throttleAccelLimitTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; throttleAccelLimitTrackBar.LargeChange = 50; - throttleAccelLimitTrackBar.Location = new System.Drawing.Point(209, 364); - throttleAccelLimitTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleAccelLimitTrackBar.Location = new System.Drawing.Point(175, 296); + throttleAccelLimitTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleAccelLimitTrackBar.Maximum = 255; throttleAccelLimitTrackBar.Name = "throttleAccelLimitTrackBar"; - throttleAccelLimitTrackBar.Size = new System.Drawing.Size(574, 69); + throttleAccelLimitTrackBar.Size = new System.Drawing.Size(460, 56); throttleAccelLimitTrackBar.TabIndex = 19; throttleAccelLimitTrackBar.TickFrequency = 5; throttleAccelLimitTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1690,11 +1715,11 @@ private void InitializeComponent() // throttleForwardAccelScaleTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; throttleForwardAccelScaleTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; - throttleForwardAccelScaleTrackBar.Location = new System.Drawing.Point(209, 285); - throttleForwardAccelScaleTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleForwardAccelScaleTrackBar.Location = new System.Drawing.Point(175, 232); + throttleForwardAccelScaleTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleForwardAccelScaleTrackBar.Maximum = 100; throttleForwardAccelScaleTrackBar.Name = "throttleForwardAccelScaleTrackBar"; - throttleForwardAccelScaleTrackBar.Size = new System.Drawing.Size(574, 69); + throttleForwardAccelScaleTrackBar.Size = new System.Drawing.Size(460, 56); throttleForwardAccelScaleTrackBar.TabIndex = 18; throttleForwardAccelScaleTrackBar.TickFrequency = 5; throttleForwardAccelScaleTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1706,11 +1731,11 @@ private void InitializeComponent() // throttleTurnAccelScaleTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; throttleTurnAccelScaleTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; - throttleTurnAccelScaleTrackBar.Location = new System.Drawing.Point(209, 206); - throttleTurnAccelScaleTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleTurnAccelScaleTrackBar.Location = new System.Drawing.Point(175, 168); + throttleTurnAccelScaleTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleTurnAccelScaleTrackBar.Maximum = 100; throttleTurnAccelScaleTrackBar.Name = "throttleTurnAccelScaleTrackBar"; - throttleTurnAccelScaleTrackBar.Size = new System.Drawing.Size(574, 69); + throttleTurnAccelScaleTrackBar.Size = new System.Drawing.Size(460, 56); throttleTurnAccelScaleTrackBar.TabIndex = 17; throttleTurnAccelScaleTrackBar.TickFrequency = 5; throttleTurnAccelScaleTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1723,11 +1748,11 @@ private void InitializeComponent() throttleGripLossTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; throttleGripLossTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; throttleGripLossTrackBar.LargeChange = 50; - throttleGripLossTrackBar.Location = new System.Drawing.Point(209, 127); - throttleGripLossTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleGripLossTrackBar.Location = new System.Drawing.Point(175, 104); + throttleGripLossTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleGripLossTrackBar.Maximum = 100; throttleGripLossTrackBar.Name = "throttleGripLossTrackBar"; - throttleGripLossTrackBar.Size = new System.Drawing.Size(574, 69); + throttleGripLossTrackBar.Size = new System.Drawing.Size(460, 56); throttleGripLossTrackBar.TabIndex = 16; throttleGripLossTrackBar.TickFrequency = 5; throttleGripLossTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1739,11 +1764,11 @@ private void InitializeComponent() throttleIntensityTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; throttleIntensityTrackBar.Dock = System.Windows.Forms.DockStyle.Fill; throttleIntensityTrackBar.LargeChange = 10; - throttleIntensityTrackBar.Location = new System.Drawing.Point(209, 48); - throttleIntensityTrackBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleIntensityTrackBar.Location = new System.Drawing.Point(175, 40); + throttleIntensityTrackBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleIntensityTrackBar.Maximum = 100; throttleIntensityTrackBar.Name = "throttleIntensityTrackBar"; - throttleIntensityTrackBar.Size = new System.Drawing.Size(574, 69); + throttleIntensityTrackBar.Size = new System.Drawing.Size(460, 56); throttleIntensityTrackBar.TabIndex = 2; throttleIntensityTrackBar.TickFrequency = 5; throttleIntensityTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both; @@ -1755,10 +1780,9 @@ private void InitializeComponent() // throttleResistanceSmoothingLabel.AutoSize = true; throttleResistanceSmoothingLabel.Dock = System.Windows.Forms.DockStyle.Fill; - throttleResistanceSmoothingLabel.Location = new System.Drawing.Point(4, 1070); - throttleResistanceSmoothingLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + throttleResistanceSmoothingLabel.Location = new System.Drawing.Point(3, 868); throttleResistanceSmoothingLabel.Name = "throttleResistanceSmoothingLabel"; - throttleResistanceSmoothingLabel.Size = new System.Drawing.Size(197, 79); + throttleResistanceSmoothingLabel.Size = new System.Drawing.Size(166, 64); throttleResistanceSmoothingLabel.TabIndex = 15; throttleResistanceSmoothingLabel.Text = "Resistance Smoothing"; throttleResistanceSmoothingLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1768,10 +1792,9 @@ private void InitializeComponent() // maxThrottleResistanceLabel.AutoSize = true; maxThrottleResistanceLabel.Dock = System.Windows.Forms.DockStyle.Fill; - maxThrottleResistanceLabel.Location = new System.Drawing.Point(4, 991); - maxThrottleResistanceLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + maxThrottleResistanceLabel.Location = new System.Drawing.Point(3, 804); maxThrottleResistanceLabel.Name = "maxThrottleResistanceLabel"; - maxThrottleResistanceLabel.Size = new System.Drawing.Size(197, 79); + maxThrottleResistanceLabel.Size = new System.Drawing.Size(166, 64); maxThrottleResistanceLabel.TabIndex = 14; maxThrottleResistanceLabel.Text = "Max Throttle Resistance"; maxThrottleResistanceLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1781,10 +1804,9 @@ private void InitializeComponent() // minThrottleResistanceLabel.AutoSize = true; minThrottleResistanceLabel.Dock = System.Windows.Forms.DockStyle.Fill; - minThrottleResistanceLabel.Location = new System.Drawing.Point(4, 912); - minThrottleResistanceLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + minThrottleResistanceLabel.Location = new System.Drawing.Point(3, 740); minThrottleResistanceLabel.Name = "minThrottleResistanceLabel"; - minThrottleResistanceLabel.Size = new System.Drawing.Size(197, 79); + minThrottleResistanceLabel.Size = new System.Drawing.Size(166, 64); minThrottleResistanceLabel.TabIndex = 13; minThrottleResistanceLabel.Text = "Min Throttle Resistance"; minThrottleResistanceLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1794,10 +1816,9 @@ private void InitializeComponent() // maxThrottleStiffnessLabel.AutoSize = true; maxThrottleStiffnessLabel.Dock = System.Windows.Forms.DockStyle.Fill; - maxThrottleStiffnessLabel.Location = new System.Drawing.Point(4, 833); - maxThrottleStiffnessLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + maxThrottleStiffnessLabel.Location = new System.Drawing.Point(3, 676); maxThrottleStiffnessLabel.Name = "maxThrottleStiffnessLabel"; - maxThrottleStiffnessLabel.Size = new System.Drawing.Size(197, 79); + maxThrottleStiffnessLabel.Size = new System.Drawing.Size(166, 64); maxThrottleStiffnessLabel.TabIndex = 12; maxThrottleStiffnessLabel.Text = "Max Throttle Stiffness"; maxThrottleStiffnessLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1807,10 +1828,9 @@ private void InitializeComponent() // minThrottleStiffnessLabel.AutoSize = true; minThrottleStiffnessLabel.Dock = System.Windows.Forms.DockStyle.Fill; - minThrottleStiffnessLabel.Location = new System.Drawing.Point(4, 754); - minThrottleStiffnessLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + minThrottleStiffnessLabel.Location = new System.Drawing.Point(3, 612); minThrottleStiffnessLabel.Name = "minThrottleStiffnessLabel"; - minThrottleStiffnessLabel.Size = new System.Drawing.Size(197, 79); + minThrottleStiffnessLabel.Size = new System.Drawing.Size(166, 64); minThrottleStiffnessLabel.TabIndex = 11; minThrottleStiffnessLabel.Text = "Min Throttle Stiffness"; minThrottleStiffnessLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1820,10 +1840,9 @@ private void InitializeComponent() // throttleVibrationSmoothingLabel.AutoSize = true; throttleVibrationSmoothingLabel.Dock = System.Windows.Forms.DockStyle.Fill; - throttleVibrationSmoothingLabel.Location = new System.Drawing.Point(4, 675); - throttleVibrationSmoothingLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + throttleVibrationSmoothingLabel.Location = new System.Drawing.Point(3, 548); throttleVibrationSmoothingLabel.Name = "throttleVibrationSmoothingLabel"; - throttleVibrationSmoothingLabel.Size = new System.Drawing.Size(197, 79); + throttleVibrationSmoothingLabel.Size = new System.Drawing.Size(166, 64); throttleVibrationSmoothingLabel.TabIndex = 10; throttleVibrationSmoothingLabel.Text = "Vibration Smoothing"; throttleVibrationSmoothingLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1833,10 +1852,9 @@ private void InitializeComponent() // maxThrottleVibrationLabel.AutoSize = true; maxThrottleVibrationLabel.Dock = System.Windows.Forms.DockStyle.Fill; - maxThrottleVibrationLabel.Location = new System.Drawing.Point(4, 596); - maxThrottleVibrationLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + maxThrottleVibrationLabel.Location = new System.Drawing.Point(3, 484); maxThrottleVibrationLabel.Name = "maxThrottleVibrationLabel"; - maxThrottleVibrationLabel.Size = new System.Drawing.Size(197, 79); + maxThrottleVibrationLabel.Size = new System.Drawing.Size(166, 64); maxThrottleVibrationLabel.TabIndex = 9; maxThrottleVibrationLabel.Text = "Max Throttle Vibration"; maxThrottleVibrationLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1846,10 +1864,9 @@ private void InitializeComponent() // minThrottleVibrationLabel.AutoSize = true; minThrottleVibrationLabel.Dock = System.Windows.Forms.DockStyle.Fill; - minThrottleVibrationLabel.Location = new System.Drawing.Point(4, 517); - minThrottleVibrationLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + minThrottleVibrationLabel.Location = new System.Drawing.Point(3, 420); minThrottleVibrationLabel.Name = "minThrottleVibrationLabel"; - minThrottleVibrationLabel.Size = new System.Drawing.Size(197, 79); + minThrottleVibrationLabel.Size = new System.Drawing.Size(166, 64); minThrottleVibrationLabel.TabIndex = 8; minThrottleVibrationLabel.Text = "Min Throttle Vibration"; minThrottleVibrationLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1859,10 +1876,9 @@ private void InitializeComponent() // throttleVibrationStartLabel.AutoSize = true; throttleVibrationStartLabel.Dock = System.Windows.Forms.DockStyle.Fill; - throttleVibrationStartLabel.Location = new System.Drawing.Point(4, 438); - throttleVibrationStartLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + throttleVibrationStartLabel.Location = new System.Drawing.Point(3, 356); throttleVibrationStartLabel.Name = "throttleVibrationStartLabel"; - throttleVibrationStartLabel.Size = new System.Drawing.Size(197, 79); + throttleVibrationStartLabel.Size = new System.Drawing.Size(166, 64); throttleVibrationStartLabel.TabIndex = 7; throttleVibrationStartLabel.Text = "Vibration Mode Start"; throttleVibrationStartLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1872,10 +1888,9 @@ private void InitializeComponent() // accelerationLimitLabel.AutoSize = true; accelerationLimitLabel.Dock = System.Windows.Forms.DockStyle.Fill; - accelerationLimitLabel.Location = new System.Drawing.Point(4, 359); - accelerationLimitLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + accelerationLimitLabel.Location = new System.Drawing.Point(3, 292); accelerationLimitLabel.Name = "accelerationLimitLabel"; - accelerationLimitLabel.Size = new System.Drawing.Size(197, 79); + accelerationLimitLabel.Size = new System.Drawing.Size(166, 64); accelerationLimitLabel.TabIndex = 5; accelerationLimitLabel.Text = "Accel Limit"; accelerationLimitLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1885,10 +1900,9 @@ private void InitializeComponent() // forwardAccelLabel.AutoSize = true; forwardAccelLabel.Dock = System.Windows.Forms.DockStyle.Fill; - forwardAccelLabel.Location = new System.Drawing.Point(4, 280); - forwardAccelLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + forwardAccelLabel.Location = new System.Drawing.Point(3, 228); forwardAccelLabel.Name = "forwardAccelLabel"; - forwardAccelLabel.Size = new System.Drawing.Size(197, 79); + forwardAccelLabel.Size = new System.Drawing.Size(166, 64); forwardAccelLabel.TabIndex = 6; forwardAccelLabel.Text = "Forward Accel Scale"; forwardAccelLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1898,10 +1912,9 @@ private void InitializeComponent() // turnAccelLabel.AutoSize = true; turnAccelLabel.Dock = System.Windows.Forms.DockStyle.Fill; - turnAccelLabel.Location = new System.Drawing.Point(4, 201); - turnAccelLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + turnAccelLabel.Location = new System.Drawing.Point(3, 164); turnAccelLabel.Name = "turnAccelLabel"; - turnAccelLabel.Size = new System.Drawing.Size(197, 79); + turnAccelLabel.Size = new System.Drawing.Size(166, 64); turnAccelLabel.TabIndex = 4; turnAccelLabel.Text = "Turn Accel Scale"; turnAccelLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1911,10 +1924,9 @@ private void InitializeComponent() // throttleGripLossLabel.AutoSize = true; throttleGripLossLabel.Dock = System.Windows.Forms.DockStyle.Fill; - throttleGripLossLabel.Location = new System.Drawing.Point(4, 122); - throttleGripLossLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + throttleGripLossLabel.Location = new System.Drawing.Point(3, 100); throttleGripLossLabel.Name = "throttleGripLossLabel"; - throttleGripLossLabel.Size = new System.Drawing.Size(197, 79); + throttleGripLossLabel.Size = new System.Drawing.Size(166, 64); throttleGripLossLabel.TabIndex = 3; throttleGripLossLabel.Text = "Grip Loss Value"; throttleGripLossLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1924,10 +1936,9 @@ private void InitializeComponent() // throttleIntensityLabel.AutoSize = true; throttleIntensityLabel.Dock = System.Windows.Forms.DockStyle.Fill; - throttleIntensityLabel.Location = new System.Drawing.Point(4, 43); - throttleIntensityLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + throttleIntensityLabel.Location = new System.Drawing.Point(3, 36); throttleIntensityLabel.Name = "throttleIntensityLabel"; - throttleIntensityLabel.Size = new System.Drawing.Size(197, 79); + throttleIntensityLabel.Size = new System.Drawing.Size(166, 64); throttleIntensityLabel.TabIndex = 1; throttleIntensityLabel.Text = "Effect Intensity"; throttleIntensityLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1936,10 +1947,10 @@ private void InitializeComponent() // buttonApply_Throttle // buttonApply_Throttle.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; - buttonApply_Throttle.Location = new System.Drawing.Point(209, 1154); - buttonApply_Throttle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + buttonApply_Throttle.Location = new System.Drawing.Point(175, 936); + buttonApply_Throttle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); buttonApply_Throttle.Name = "buttonApply_Throttle"; - buttonApply_Throttle.Size = new System.Drawing.Size(574, 38); + buttonApply_Throttle.Size = new System.Drawing.Size(460, 30); buttonApply_Throttle.TabIndex = 43; buttonApply_Throttle.Text = "Apply"; buttonApply_Throttle.UseVisualStyleBackColor = true; @@ -1947,10 +1958,10 @@ private void InitializeComponent() // // throttleDefaultsButton // - throttleDefaultsButton.Location = new System.Drawing.Point(791, 1154); - throttleDefaultsButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + throttleDefaultsButton.Location = new System.Drawing.Point(641, 936); + throttleDefaultsButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); throttleDefaultsButton.Name = "throttleDefaultsButton"; - throttleDefaultsButton.Size = new System.Drawing.Size(107, 38); + throttleDefaultsButton.Size = new System.Drawing.Size(86, 30); throttleDefaultsButton.TabIndex = 44; throttleDefaultsButton.Text = "Defaults"; throttleDefaultsButton.UseVisualStyleBackColor = true; @@ -1961,11 +1972,11 @@ private void InitializeComponent() outputTabPage.Controls.Add(raceGroupBox); outputTabPage.Controls.Add(noRaceGroupBox); outputTabPage.Controls.Add(outputListBox); - outputTabPage.Location = new System.Drawing.Point(4, 34); - outputTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + outputTabPage.Location = new System.Drawing.Point(4, 29); + outputTabPage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); outputTabPage.Name = "outputTabPage"; - outputTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); - outputTabPage.Size = new System.Drawing.Size(1600, 1190); + outputTabPage.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); + outputTabPage.Size = new System.Drawing.Size(1279, 781); outputTabPage.TabIndex = 1; outputTabPage.Text = "Output"; outputTabPage.UseVisualStyleBackColor = true; @@ -1974,11 +1985,11 @@ private void InitializeComponent() // raceGroupBox.Controls.Add(tableLayoutPanel1); raceGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom; - raceGroupBox.Location = new System.Drawing.Point(4, 564); - raceGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + raceGroupBox.Location = new System.Drawing.Point(3, 280); + raceGroupBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); raceGroupBox.Name = "raceGroupBox"; - raceGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); - raceGroupBox.Size = new System.Drawing.Size(1592, 454); + raceGroupBox.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); + raceGroupBox.Size = new System.Drawing.Size(1273, 363); raceGroupBox.TabIndex = 3; raceGroupBox.TabStop = false; raceGroupBox.Text = "Racing"; @@ -1987,60 +1998,56 @@ private void InitializeComponent() // tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 29F)); + tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 23F)); tableLayoutPanel1.Controls.Add(brakeMsg, 0, 3); tableLayoutPanel1.Controls.Add(brakeVibrationMsg, 0, 2); tableLayoutPanel1.Controls.Add(throttleMsg, 0, 1); tableLayoutPanel1.Controls.Add(throttleVibrationMsg, 0, 0); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; - tableLayoutPanel1.Location = new System.Drawing.Point(4, 29); - tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + tableLayoutPanel1.Location = new System.Drawing.Point(3, 24); + tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 4; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); - tableLayoutPanel1.Size = new System.Drawing.Size(1584, 420); + tableLayoutPanel1.Size = new System.Drawing.Size(1267, 335); tableLayoutPanel1.TabIndex = 0; // // brakeMsg // brakeMsg.AutoSize = true; - brakeMsg.Location = new System.Drawing.Point(4, 75); - brakeMsg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + brakeMsg.Location = new System.Drawing.Point(3, 60); brakeMsg.Name = "brakeMsg"; - brakeMsg.Size = new System.Drawing.Size(59, 25); + brakeMsg.Size = new System.Drawing.Size(50, 20); brakeMsg.TabIndex = 3; brakeMsg.Text = "label1"; // // brakeVibrationMsg // brakeVibrationMsg.AutoSize = true; - brakeVibrationMsg.Location = new System.Drawing.Point(4, 50); - brakeVibrationMsg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + brakeVibrationMsg.Location = new System.Drawing.Point(3, 40); brakeVibrationMsg.Name = "brakeVibrationMsg"; - brakeVibrationMsg.Size = new System.Drawing.Size(59, 25); + brakeVibrationMsg.Size = new System.Drawing.Size(50, 20); brakeVibrationMsg.TabIndex = 2; brakeVibrationMsg.Text = "label1"; // // throttleMsg // throttleMsg.AutoSize = true; - throttleMsg.Location = new System.Drawing.Point(4, 25); - throttleMsg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + throttleMsg.Location = new System.Drawing.Point(3, 20); throttleMsg.Name = "throttleMsg"; - throttleMsg.Size = new System.Drawing.Size(59, 25); + throttleMsg.Size = new System.Drawing.Size(50, 20); throttleMsg.TabIndex = 1; throttleMsg.Text = "label1"; // // throttleVibrationMsg // throttleVibrationMsg.AutoSize = true; - throttleVibrationMsg.Location = new System.Drawing.Point(4, 0); - throttleVibrationMsg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + throttleVibrationMsg.Location = new System.Drawing.Point(3, 0); throttleVibrationMsg.Name = "throttleVibrationMsg"; - throttleVibrationMsg.Size = new System.Drawing.Size(59, 25); + throttleVibrationMsg.Size = new System.Drawing.Size(50, 20); throttleVibrationMsg.TabIndex = 0; throttleVibrationMsg.Text = "label1"; // @@ -2048,11 +2055,11 @@ private void InitializeComponent() // noRaceGroupBox.Controls.Add(noRaceText); noRaceGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom; - noRaceGroupBox.Location = new System.Drawing.Point(4, 1018); - noRaceGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + noRaceGroupBox.Location = new System.Drawing.Point(3, 643); + noRaceGroupBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); noRaceGroupBox.Name = "noRaceGroupBox"; - noRaceGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); - noRaceGroupBox.Size = new System.Drawing.Size(1592, 167); + noRaceGroupBox.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); + noRaceGroupBox.Size = new System.Drawing.Size(1273, 134); noRaceGroupBox.TabIndex = 2; noRaceGroupBox.TabStop = false; noRaceGroupBox.Text = "Menus"; @@ -2061,10 +2068,9 @@ private void InitializeComponent() // noRaceText.AutoSize = true; noRaceText.Dock = System.Windows.Forms.DockStyle.Fill; - noRaceText.Location = new System.Drawing.Point(4, 29); - noRaceText.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + noRaceText.Location = new System.Drawing.Point(3, 24); noRaceText.Name = "noRaceText"; - noRaceText.Size = new System.Drawing.Size(59, 25); + noRaceText.Size = new System.Drawing.Size(50, 20); noRaceText.TabIndex = 1; noRaceText.Text = "label1"; // @@ -2072,26 +2078,27 @@ private void InitializeComponent() // outputListBox.Dock = System.Windows.Forms.DockStyle.Top; outputListBox.FormattingEnabled = true; - outputListBox.ItemHeight = 25; - outputListBox.Location = new System.Drawing.Point(4, 5); - outputListBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + outputListBox.Location = new System.Drawing.Point(3, 4); + outputListBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); outputListBox.Name = "outputListBox"; - outputListBox.Size = new System.Drawing.Size(1592, 1054); + outputListBox.Size = new System.Drawing.Size(1273, 844); outputListBox.TabIndex = 0; // // toolStripStatusDSX // + toolStripStatusDSX.ForeColor = System.Drawing.Color.White; toolStripStatusDSX.Image = Properties.Resources.redBtn; toolStripStatusDSX.Name = "toolStripStatusDSX"; - toolStripStatusDSX.Size = new System.Drawing.Size(169, 25); + toolStripStatusDSX.Size = new System.Drawing.Size(143, 24); toolStripStatusDSX.Text = "DSX Connection:"; toolStripStatusDSX.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; // // toolStripStatusForza // + toolStripStatusForza.ForeColor = System.Drawing.Color.White; toolStripStatusForza.Image = Properties.Resources.redBtn; toolStripStatusForza.Name = "toolStripStatusForza"; - toolStripStatusForza.Size = new System.Drawing.Size(181, 25); + toolStripStatusForza.Size = new System.Drawing.Size(154, 24); toolStripStatusForza.Text = "Game Connection:"; toolStripStatusForza.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; // @@ -2099,16 +2106,17 @@ private void InitializeComponent() // toolStripVerboseMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; toolStripVerboseMode.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { verboseModeOffToolStripMenuItem, verboseModeLowToolStripMenuItem, verboseModeFullToolStripMenuItem }); + toolStripVerboseMode.ForeColor = System.Drawing.Color.White; toolStripVerboseMode.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripVerboseMode.Name = "toolStripVerboseMode"; - toolStripVerboseMode.Size = new System.Drawing.Size(146, 29); + toolStripVerboseMode.Size = new System.Drawing.Size(119, 28); toolStripVerboseMode.Text = "Verbose Mode"; // // verboseModeOffToolStripMenuItem // verboseModeOffToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; verboseModeOffToolStripMenuItem.Name = "verboseModeOffToolStripMenuItem"; - verboseModeOffToolStripMenuItem.Size = new System.Drawing.Size(215, 34); + verboseModeOffToolStripMenuItem.Size = new System.Drawing.Size(176, 26); verboseModeOffToolStripMenuItem.Text = "Off"; verboseModeOffToolStripMenuItem.Click += verboseModeOffToolStripMenuItem_Click; // @@ -2116,7 +2124,7 @@ private void InitializeComponent() // verboseModeLowToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; verboseModeLowToolStripMenuItem.Name = "verboseModeLowToolStripMenuItem"; - verboseModeLowToolStripMenuItem.Size = new System.Drawing.Size(215, 34); + verboseModeLowToolStripMenuItem.Size = new System.Drawing.Size(176, 26); verboseModeLowToolStripMenuItem.Text = "Low Verbose"; verboseModeLowToolStripMenuItem.Click += verboseModeLowToolStripMenuItem_Click; // @@ -2124,18 +2132,19 @@ private void InitializeComponent() // verboseModeFullToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; verboseModeFullToolStripMenuItem.Name = "verboseModeFullToolStripMenuItem"; - verboseModeFullToolStripMenuItem.Size = new System.Drawing.Size(215, 34); + verboseModeFullToolStripMenuItem.Size = new System.Drawing.Size(176, 26); verboseModeFullToolStripMenuItem.Text = "Full Verbose"; verboseModeFullToolStripMenuItem.Click += verboseModeFullToolStripMenuItem_Click; // // statusStrip1 // + statusStrip1.BackColor = System.Drawing.Color.FromArgb(18, 18, 18); statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripStatusDSX, toolStripStatusForza, toolStripVerboseMode, toolStripDSXPortButton, toolStripAppCheckButton }); - statusStrip1.Location = new System.Drawing.Point(0, 1228); + statusStrip1.Location = new System.Drawing.Point(0, 814); statusStrip1.Name = "statusStrip1"; - statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 20, 0); - statusStrip1.Size = new System.Drawing.Size(1848, 32); + statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0); + statusStrip1.Size = new System.Drawing.Size(1478, 30); statusStrip1.TabIndex = 0; statusStrip1.Text = "statusStrip1"; // @@ -2143,10 +2152,11 @@ private void InitializeComponent() // toolStripDSXPortButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; toolStripDSXPortButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripDSXPortTextBox }); + toolStripDSXPortButton.ForeColor = System.Drawing.Color.White; toolStripDSXPortButton.Image = (System.Drawing.Image)resources.GetObject("toolStripDSXPortButton.Image"); toolStripDSXPortButton.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripDSXPortButton.Name = "toolStripDSXPortButton"; - toolStripDSXPortButton.Size = new System.Drawing.Size(101, 29); + toolStripDSXPortButton.Size = new System.Drawing.Size(81, 28); toolStripDSXPortButton.Text = "DSX Port"; toolStripDSXPortButton.Click += toolStripDSXPortButton_Click; // @@ -2154,7 +2164,7 @@ private void InitializeComponent() // toolStripDSXPortTextBox.MaxLength = 5; toolStripDSXPortTextBox.Name = "toolStripDSXPortTextBox"; - toolStripDSXPortTextBox.Size = new System.Drawing.Size(100, 31); + toolStripDSXPortTextBox.Size = new System.Drawing.Size(100, 27); toolStripDSXPortTextBox.Text = "0"; toolStripDSXPortTextBox.KeyDown += toolStripDSXPortTextBox_KeyDown; // @@ -2162,23 +2172,24 @@ private void InitializeComponent() // toolStripAppCheckButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; toolStripAppCheckButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripAppCheckOffItem, toolStripAppCheckOnItem }); + toolStripAppCheckButton.ForeColor = System.Drawing.Color.White; toolStripAppCheckButton.Image = (System.Drawing.Image)resources.GetObject("toolStripAppCheckButton.Image"); toolStripAppCheckButton.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripAppCheckButton.Name = "toolStripAppCheckButton"; - toolStripAppCheckButton.Size = new System.Drawing.Size(184, 29); + toolStripAppCheckButton.Size = new System.Drawing.Size(152, 28); toolStripAppCheckButton.Text = "App Check Enabled"; // // toolStripAppCheckOffItem // toolStripAppCheckOffItem.Name = "toolStripAppCheckOffItem"; - toolStripAppCheckOffItem.Size = new System.Drawing.Size(140, 34); + toolStripAppCheckOffItem.Size = new System.Drawing.Size(113, 26); toolStripAppCheckOffItem.Text = "Off"; toolStripAppCheckOffItem.Click += toolStripAppCheckOffItem_Click; // // toolStripAppCheckOnItem // toolStripAppCheckOnItem.Name = "toolStripAppCheckOnItem"; - toolStripAppCheckOnItem.Size = new System.Drawing.Size(140, 34); + toolStripAppCheckOnItem.Size = new System.Drawing.Size(113, 26); toolStripAppCheckOnItem.Text = "On"; toolStripAppCheckOnItem.Click += toolStripAppCheckOnItem_Click; // @@ -2187,67 +2198,68 @@ private void InitializeComponent() ProfilesContextMenu.ImageScalingSize = new System.Drawing.Size(24, 24); ProfilesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripMenuItem, renameToolStripMenuItem, disableToolStripMenuItem, deleteToolStripMenuItem, copyToolStripMenuItem, defaultToolStripMenuItem, setActiveToolStripMenuItem }); ProfilesContextMenu.Name = "ProfilesContextMenu"; - ProfilesContextMenu.Size = new System.Drawing.Size(163, 228); + ProfilesContextMenu.Size = new System.Drawing.Size(145, 172); // // newToolStripMenuItem // newToolStripMenuItem.Name = "newToolStripMenuItem"; - newToolStripMenuItem.Size = new System.Drawing.Size(162, 32); + newToolStripMenuItem.Size = new System.Drawing.Size(144, 24); newToolStripMenuItem.Text = "New"; newToolStripMenuItem.Click += newToolStripMenuItem_Click; // // renameToolStripMenuItem // renameToolStripMenuItem.Name = "renameToolStripMenuItem"; - renameToolStripMenuItem.Size = new System.Drawing.Size(162, 32); + renameToolStripMenuItem.Size = new System.Drawing.Size(144, 24); renameToolStripMenuItem.Text = "Rename"; renameToolStripMenuItem.Click += renameToolStripMenuItem_Click; // // disableToolStripMenuItem // disableToolStripMenuItem.Name = "disableToolStripMenuItem"; - disableToolStripMenuItem.Size = new System.Drawing.Size(162, 32); + disableToolStripMenuItem.Size = new System.Drawing.Size(144, 24); disableToolStripMenuItem.Text = "Disable"; disableToolStripMenuItem.Click += disableToolStripMenuItem_Click; // // deleteToolStripMenuItem // deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; - deleteToolStripMenuItem.Size = new System.Drawing.Size(162, 32); + deleteToolStripMenuItem.Size = new System.Drawing.Size(144, 24); deleteToolStripMenuItem.Text = "Delete"; deleteToolStripMenuItem.Click += deleteToolStripMenuItem_Click; // // copyToolStripMenuItem // copyToolStripMenuItem.Name = "copyToolStripMenuItem"; - copyToolStripMenuItem.Size = new System.Drawing.Size(162, 32); + copyToolStripMenuItem.Size = new System.Drawing.Size(144, 24); copyToolStripMenuItem.Text = "Copy"; copyToolStripMenuItem.Click += copyToolStripMenuItem_Click; // // defaultToolStripMenuItem // defaultToolStripMenuItem.Name = "defaultToolStripMenuItem"; - defaultToolStripMenuItem.Size = new System.Drawing.Size(162, 32); + defaultToolStripMenuItem.Size = new System.Drawing.Size(144, 24); defaultToolStripMenuItem.Text = "Default"; defaultToolStripMenuItem.Click += defaultToolStripMenuItem_Click; // // setActiveToolStripMenuItem // setActiveToolStripMenuItem.Name = "setActiveToolStripMenuItem"; - setActiveToolStripMenuItem.Size = new System.Drawing.Size(162, 32); + setActiveToolStripMenuItem.Size = new System.Drawing.Size(144, 24); setActiveToolStripMenuItem.Text = "Set Active"; setActiveToolStripMenuItem.Click += setActiveToolStripMenuItem_Click; // // UI // - AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); + AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - ClientSize = new System.Drawing.Size(1848, 1260); + BackColor = System.Drawing.Color.FromArgb(18, 18, 18); + ClientSize = new System.Drawing.Size(1478, 844); Controls.Add(mainPanel); Controls.Add(statusStrip1); DoubleBuffered = true; - Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - MinimumSize = new System.Drawing.Size(491, 296); + Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + MinimumSize = new System.Drawing.Size(396, 246); Name = "UI"; Text = "UI"; Load += UI_Load; diff --git a/UI.cs b/UI.cs index 48b8591..54c064f 100644 --- a/UI.cs +++ b/UI.cs @@ -1404,7 +1404,7 @@ private void EditExecutableButton_Click(object sender, EventArgs e) { string message = "You cannot have a duplicate Executable Name! Executable already part of Profile " + prof.First().Name; MessageBox.Show(message); - return; + return; } int index = selectedProfile.executableNames.IndexOf(oldExecutableName); executables[index] = newExecutableName; @@ -1460,5 +1460,20 @@ private void GameModeComboBox_SelectedIndexChanged(object sender, EventArgs e) } } + + private void rpmLabel_Click(object sender, EventArgs e) + { + + } + + private void profilesListView_SelectedIndexChanged_1(object sender, EventArgs e) + { + + } + + private void forzaPortLabel_Click(object sender, EventArgs e) + { + + } } } \ No newline at end of file diff --git a/UI.resx b/UI.resx index a88e6e7..377f56f 100644 --- a/UI.resx +++ b/UI.resx @@ -1,7 +1,7 @@