Added further customization

This commit is contained in:
2023-05-25 10:49:45 +02:00
parent 398466c671
commit 5a6ca35334
7 changed files with 169 additions and 101 deletions
+4 -1
View File
@@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.gpbxRaceSettings = new System.Windows.Forms.GroupBox();
@@ -54,6 +55,7 @@
this.btnSavePreset = new System.Windows.Forms.Button();
this.gpbxPresets = new System.Windows.Forms.GroupBox();
this.btnDeletePreset = new System.Windows.Forms.Button();
this.tip1 = new System.Windows.Forms.ToolTip(this.components);
this.gpbxRaceSettings.SuspendLayout();
this.gpbxDriverList.SuspendLayout();
this.gpbxPreview.SuspendLayout();
@@ -70,7 +72,7 @@
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(12, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(323, 45);
this.label1.Size = new System.Drawing.Size(309, 43);
this.label1.TabIndex = 0;
this.label1.Text = "Configuration tool";
//
@@ -483,5 +485,6 @@
private System.Windows.Forms.Button btnLoadPreset;
private System.Windows.Forms.GroupBox gpbxPresets;
private System.Windows.Forms.Button btnDeletePreset;
private System.Windows.Forms.ToolTip tip1;
}
}