Added further customization
This commit is contained in:
Generated
+4
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user