499 lines
30 KiB
Markdown
499 lines
30 KiB
Markdown
# Settings.Designer.cs
|
|
|
|
``` cs
|
|
namespace TrackTrends
|
|
{
|
|
partial class Settings
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </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();
|
|
this.tbxGpUrl = new System.Windows.Forms.TextBox();
|
|
this.gpbxDriverList = new System.Windows.Forms.GroupBox();
|
|
this.lsbDrivers = new System.Windows.Forms.ListBox();
|
|
this.btnRemoveDriver = new System.Windows.Forms.Button();
|
|
this.btnAddDriver = new System.Windows.Forms.Button();
|
|
this.tbxDriverName = new System.Windows.Forms.TextBox();
|
|
this.gpbxPreview = new System.Windows.Forms.GroupBox();
|
|
this.lblWindowsRemaining = new System.Windows.Forms.Label();
|
|
this.btnResetDriver = new System.Windows.Forms.Button();
|
|
this.btnRefresh = new System.Windows.Forms.Button();
|
|
this.lblWindowPointsRemaining = new System.Windows.Forms.Label();
|
|
this.lblZonePointsRemaning = new System.Windows.Forms.Label();
|
|
this.btnCreateWindow = new System.Windows.Forms.Button();
|
|
this.pbxPreview = new System.Windows.Forms.PictureBox();
|
|
this.btnCreatZone = new System.Windows.Forms.Button();
|
|
this.gpbxWindowPreview = new System.Windows.Forms.GroupBox();
|
|
this.pbxWindowPreview = new System.Windows.Forms.PictureBox();
|
|
this.btnLoadPreset = new System.Windows.Forms.Button();
|
|
this.lsbPresets = new System.Windows.Forms.ListBox();
|
|
this.tbxPresetName = new System.Windows.Forms.TextBox();
|
|
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();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxPreview)).BeginInit();
|
|
this.gpbxWindowPreview.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxWindowPreview)).BeginInit();
|
|
this.gpbxPresets.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
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(309, 43);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Configuration tool";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(3, 25);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(132, 23);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Grand Prix URL";
|
|
//
|
|
// gpbxRaceSettings
|
|
//
|
|
this.gpbxRaceSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.gpbxRaceSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79)))));
|
|
this.gpbxRaceSettings.Controls.Add(this.tbxGpUrl);
|
|
this.gpbxRaceSettings.Controls.Add(this.label2);
|
|
this.gpbxRaceSettings.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gpbxRaceSettings.ForeColor = System.Drawing.Color.White;
|
|
this.gpbxRaceSettings.Location = new System.Drawing.Point(733, 9);
|
|
this.gpbxRaceSettings.Name = "gpbxRaceSettings";
|
|
this.gpbxRaceSettings.Padding = new System.Windows.Forms.Padding(0);
|
|
this.gpbxRaceSettings.Size = new System.Drawing.Size(521, 58);
|
|
this.gpbxRaceSettings.TabIndex = 2;
|
|
this.gpbxRaceSettings.TabStop = false;
|
|
this.gpbxRaceSettings.Text = "RaceSettings";
|
|
this.gpbxRaceSettings.Paint += new System.Windows.Forms.PaintEventHandler(this.removeBorders);
|
|
//
|
|
// tbxGpUrl
|
|
//
|
|
this.tbxGpUrl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.tbxGpUrl.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.tbxGpUrl.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tbxGpUrl.ForeColor = System.Drawing.Color.White;
|
|
this.tbxGpUrl.Location = new System.Drawing.Point(141, 25);
|
|
this.tbxGpUrl.Name = "tbxGpUrl";
|
|
this.tbxGpUrl.Size = new System.Drawing.Size(367, 22);
|
|
this.tbxGpUrl.TabIndex = 4;
|
|
this.tbxGpUrl.TextChanged += new System.EventHandler(this.tbxGpUrl_TextChanged);
|
|
//
|
|
// gpbxDriverList
|
|
//
|
|
this.gpbxDriverList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.gpbxDriverList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79)))));
|
|
this.gpbxDriverList.Controls.Add(this.lsbDrivers);
|
|
this.gpbxDriverList.Controls.Add(this.btnRemoveDriver);
|
|
this.gpbxDriverList.Controls.Add(this.btnAddDriver);
|
|
this.gpbxDriverList.Controls.Add(this.tbxDriverName);
|
|
this.gpbxDriverList.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.gpbxDriverList.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
|
this.gpbxDriverList.ForeColor = System.Drawing.Color.White;
|
|
this.gpbxDriverList.Location = new System.Drawing.Point(995, 73);
|
|
this.gpbxDriverList.Name = "gpbxDriverList";
|
|
this.gpbxDriverList.Padding = new System.Windows.Forms.Padding(0);
|
|
this.gpbxDriverList.Size = new System.Drawing.Size(259, 269);
|
|
this.gpbxDriverList.TabIndex = 3;
|
|
this.gpbxDriverList.TabStop = false;
|
|
this.gpbxDriverList.Text = "DriverList";
|
|
this.gpbxDriverList.Paint += new System.Windows.Forms.PaintEventHandler(this.removeBorders);
|
|
//
|
|
// lsbDrivers
|
|
//
|
|
this.lsbDrivers.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lsbDrivers.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lsbDrivers.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
|
this.lsbDrivers.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
|
|
this.lsbDrivers.FormattingEnabled = true;
|
|
this.lsbDrivers.ItemHeight = 23;
|
|
this.lsbDrivers.Location = new System.Drawing.Point(10, 23);
|
|
this.lsbDrivers.Name = "lsbDrivers";
|
|
this.lsbDrivers.Size = new System.Drawing.Size(243, 138);
|
|
this.lsbDrivers.TabIndex = 10;
|
|
//
|
|
// btnRemoveDriver
|
|
//
|
|
this.btnRemoveDriver.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnRemoveDriver.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.btnRemoveDriver.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnRemoveDriver.ForeColor = System.Drawing.Color.White;
|
|
this.btnRemoveDriver.Location = new System.Drawing.Point(132, 167);
|
|
this.btnRemoveDriver.Name = "btnRemoveDriver";
|
|
this.btnRemoveDriver.Size = new System.Drawing.Size(121, 62);
|
|
this.btnRemoveDriver.TabIndex = 9;
|
|
this.btnRemoveDriver.Text = "Remove";
|
|
this.btnRemoveDriver.UseVisualStyleBackColor = false;
|
|
this.btnRemoveDriver.Click += new System.EventHandler(this.btnRemoveDriver_Click);
|
|
//
|
|
// btnAddDriver
|
|
//
|
|
this.btnAddDriver.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnAddDriver.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.btnAddDriver.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAddDriver.ForeColor = System.Drawing.Color.White;
|
|
this.btnAddDriver.Location = new System.Drawing.Point(10, 167);
|
|
this.btnAddDriver.Name = "btnAddDriver";
|
|
this.btnAddDriver.Size = new System.Drawing.Size(116, 62);
|
|
this.btnAddDriver.TabIndex = 8;
|
|
this.btnAddDriver.Text = "Add";
|
|
this.btnAddDriver.UseVisualStyleBackColor = false;
|
|
this.btnAddDriver.Click += new System.EventHandler(this.btnAddDriver_Click);
|
|
//
|
|
// tbxDriverName
|
|
//
|
|
this.tbxDriverName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.tbxDriverName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.tbxDriverName.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F);
|
|
this.tbxDriverName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
|
|
this.tbxDriverName.Location = new System.Drawing.Point(10, 235);
|
|
this.tbxDriverName.Name = "tbxDriverName";
|
|
this.tbxDriverName.Size = new System.Drawing.Size(243, 24);
|
|
this.tbxDriverName.TabIndex = 7;
|
|
//
|
|
// gpbxPreview
|
|
//
|
|
this.gpbxPreview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79)))));
|
|
this.gpbxPreview.Controls.Add(this.lblWindowsRemaining);
|
|
this.gpbxPreview.Controls.Add(this.btnResetDriver);
|
|
this.gpbxPreview.Controls.Add(this.btnRefresh);
|
|
this.gpbxPreview.Controls.Add(this.lblWindowPointsRemaining);
|
|
this.gpbxPreview.Controls.Add(this.lblZonePointsRemaning);
|
|
this.gpbxPreview.Controls.Add(this.btnCreateWindow);
|
|
this.gpbxPreview.Controls.Add(this.pbxPreview);
|
|
this.gpbxPreview.Controls.Add(this.btnCreatZone);
|
|
this.gpbxPreview.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.gpbxPreview.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
|
this.gpbxPreview.ForeColor = System.Drawing.Color.White;
|
|
this.gpbxPreview.Location = new System.Drawing.Point(18, 73);
|
|
this.gpbxPreview.Name = "gpbxPreview";
|
|
this.gpbxPreview.Padding = new System.Windows.Forms.Padding(0);
|
|
this.gpbxPreview.Size = new System.Drawing.Size(968, 608);
|
|
this.gpbxPreview.TabIndex = 4;
|
|
this.gpbxPreview.TabStop = false;
|
|
this.gpbxPreview.Text = "Preview";
|
|
this.gpbxPreview.Paint += new System.Windows.Forms.PaintEventHandler(this.removeBorders);
|
|
//
|
|
// lblWindowsRemaining
|
|
//
|
|
this.lblWindowsRemaining.AutoSize = true;
|
|
this.lblWindowsRemaining.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblWindowsRemaining.ForeColor = System.Drawing.Color.White;
|
|
this.lblWindowsRemaining.Location = new System.Drawing.Point(215, 82);
|
|
this.lblWindowsRemaining.Name = "lblWindowsRemaining";
|
|
this.lblWindowsRemaining.Size = new System.Drawing.Size(183, 23);
|
|
this.lblWindowsRemaining.TabIndex = 6;
|
|
this.lblWindowsRemaining.Text = "7 windows remaining";
|
|
//
|
|
// btnResetDriver
|
|
//
|
|
this.btnResetDriver.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnResetDriver.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnResetDriver.Enabled = false;
|
|
this.btnResetDriver.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.btnResetDriver.ForeColor = System.Drawing.Color.White;
|
|
this.btnResetDriver.Location = new System.Drawing.Point(748, 20);
|
|
this.btnResetDriver.Name = "btnResetDriver";
|
|
this.btnResetDriver.Size = new System.Drawing.Size(211, 33);
|
|
this.btnResetDriver.TabIndex = 2;
|
|
this.btnResetDriver.Text = "Reset the emulator";
|
|
this.btnResetDriver.UseVisualStyleBackColor = false;
|
|
this.btnResetDriver.Click += new System.EventHandler(this.btnResetDriver_Click);
|
|
//
|
|
// btnRefresh
|
|
//
|
|
this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.btnRefresh.ForeColor = System.Drawing.Color.White;
|
|
this.btnRefresh.Location = new System.Drawing.Point(549, 20);
|
|
this.btnRefresh.Name = "btnRefresh";
|
|
this.btnRefresh.Size = new System.Drawing.Size(193, 33);
|
|
this.btnRefresh.TabIndex = 1;
|
|
this.btnRefresh.Text = "Start the browser";
|
|
this.btnRefresh.UseVisualStyleBackColor = false;
|
|
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
|
|
//
|
|
// lblWindowPointsRemaining
|
|
//
|
|
this.lblWindowPointsRemaining.AutoSize = true;
|
|
this.lblWindowPointsRemaining.ForeColor = System.Drawing.Color.White;
|
|
this.lblWindowPointsRemaining.Location = new System.Drawing.Point(215, 59);
|
|
this.lblWindowPointsRemaining.Name = "lblWindowPointsRemaining";
|
|
this.lblWindowPointsRemaining.Size = new System.Drawing.Size(163, 23);
|
|
this.lblWindowPointsRemaining.TabIndex = 4;
|
|
this.lblWindowPointsRemaining.Text = "0 points remaining";
|
|
//
|
|
// lblZonePointsRemaning
|
|
//
|
|
this.lblZonePointsRemaning.AutoSize = true;
|
|
this.lblZonePointsRemaning.ForeColor = System.Drawing.Color.White;
|
|
this.lblZonePointsRemaning.Location = new System.Drawing.Point(19, 59);
|
|
this.lblZonePointsRemaning.Name = "lblZonePointsRemaning";
|
|
this.lblZonePointsRemaning.Size = new System.Drawing.Size(163, 23);
|
|
this.lblZonePointsRemaning.TabIndex = 5;
|
|
this.lblZonePointsRemaning.Text = "0 points remaining";
|
|
//
|
|
// btnCreateWindow
|
|
//
|
|
this.btnCreateWindow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnCreateWindow.Enabled = false;
|
|
this.btnCreateWindow.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.btnCreateWindow.ForeColor = System.Drawing.Color.White;
|
|
this.btnCreateWindow.Location = new System.Drawing.Point(213, 23);
|
|
this.btnCreateWindow.Name = "btnCreateWindow";
|
|
this.btnCreateWindow.Size = new System.Drawing.Size(201, 33);
|
|
this.btnCreateWindow.TabIndex = 2;
|
|
this.btnCreateWindow.Text = "Create the windows";
|
|
this.btnCreateWindow.UseVisualStyleBackColor = false;
|
|
this.btnCreateWindow.Click += new System.EventHandler(this.btnCreateWindow_Click);
|
|
//
|
|
// pbxPreview
|
|
//
|
|
this.pbxPreview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.pbxPreview.Location = new System.Drawing.Point(10, 62);
|
|
this.pbxPreview.Name = "pbxPreview";
|
|
this.pbxPreview.Size = new System.Drawing.Size(950, 540);
|
|
this.pbxPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pbxPreview.TabIndex = 0;
|
|
this.pbxPreview.TabStop = false;
|
|
this.pbxPreview.Click += new System.EventHandler(this.pbxMain_Click);
|
|
this.pbxPreview.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pbxMain_MouseClick);
|
|
//
|
|
// btnCreatZone
|
|
//
|
|
this.btnCreatZone.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnCreatZone.Enabled = false;
|
|
this.btnCreatZone.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.btnCreatZone.ForeColor = System.Drawing.Color.White;
|
|
this.btnCreatZone.Location = new System.Drawing.Point(6, 23);
|
|
this.btnCreatZone.Name = "btnCreatZone";
|
|
this.btnCreatZone.Size = new System.Drawing.Size(201, 33);
|
|
this.btnCreatZone.TabIndex = 1;
|
|
this.btnCreatZone.Text = "Create the main zone";
|
|
this.btnCreatZone.UseVisualStyleBackColor = false;
|
|
this.btnCreatZone.Click += new System.EventHandler(this.btnCreatZone_Click);
|
|
//
|
|
// gpbxWindowPreview
|
|
//
|
|
this.gpbxWindowPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.gpbxWindowPreview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79)))));
|
|
this.gpbxWindowPreview.Controls.Add(this.pbxWindowPreview);
|
|
this.gpbxWindowPreview.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.gpbxWindowPreview.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
|
this.gpbxWindowPreview.ForeColor = System.Drawing.Color.White;
|
|
this.gpbxWindowPreview.Location = new System.Drawing.Point(18, 688);
|
|
this.gpbxWindowPreview.Name = "gpbxWindowPreview";
|
|
this.gpbxWindowPreview.Padding = new System.Windows.Forms.Padding(0);
|
|
this.gpbxWindowPreview.Size = new System.Drawing.Size(1237, 88);
|
|
this.gpbxWindowPreview.TabIndex = 5;
|
|
this.gpbxWindowPreview.TabStop = false;
|
|
this.gpbxWindowPreview.Text = "DriverZonePreview";
|
|
this.gpbxWindowPreview.Paint += new System.Windows.Forms.PaintEventHandler(this.removeBorders);
|
|
//
|
|
// pbxWindowPreview
|
|
//
|
|
this.pbxWindowPreview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.pbxWindowPreview.Location = new System.Drawing.Point(6, 30);
|
|
this.pbxWindowPreview.Name = "pbxWindowPreview";
|
|
this.pbxWindowPreview.Size = new System.Drawing.Size(1225, 50);
|
|
this.pbxWindowPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pbxWindowPreview.TabIndex = 0;
|
|
this.pbxWindowPreview.TabStop = false;
|
|
this.pbxWindowPreview.Click += new System.EventHandler(this.pbxDriverZone_Click);
|
|
this.pbxWindowPreview.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pbxDriverZone_MouseClick);
|
|
//
|
|
// btnLoadPreset
|
|
//
|
|
this.btnLoadPreset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnLoadPreset.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.btnLoadPreset.ForeColor = System.Drawing.Color.White;
|
|
this.btnLoadPreset.Location = new System.Drawing.Point(10, 213);
|
|
this.btnLoadPreset.Name = "btnLoadPreset";
|
|
this.btnLoadPreset.Size = new System.Drawing.Size(243, 40);
|
|
this.btnLoadPreset.TabIndex = 10;
|
|
this.btnLoadPreset.Text = "Load the preset";
|
|
this.btnLoadPreset.UseVisualStyleBackColor = false;
|
|
this.btnLoadPreset.Click += new System.EventHandler(this.btnLoadPreset_Click);
|
|
//
|
|
// lsbPresets
|
|
//
|
|
this.lsbPresets.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lsbPresets.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lsbPresets.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
|
this.lsbPresets.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
|
|
this.lsbPresets.FormattingEnabled = true;
|
|
this.lsbPresets.ItemHeight = 23;
|
|
this.lsbPresets.Location = new System.Drawing.Point(10, 23);
|
|
this.lsbPresets.Name = "lsbPresets";
|
|
this.lsbPresets.Size = new System.Drawing.Size(243, 138);
|
|
this.lsbPresets.TabIndex = 8;
|
|
this.lsbPresets.SelectedIndexChanged += new System.EventHandler(this.lsbPresets_SelectedIndexChanged);
|
|
//
|
|
// tbxPresetName
|
|
//
|
|
this.tbxPresetName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.tbxPresetName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.tbxPresetName.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F);
|
|
this.tbxPresetName.ForeColor = System.Drawing.Color.White;
|
|
this.tbxPresetName.Location = new System.Drawing.Point(10, 303);
|
|
this.tbxPresetName.Name = "tbxPresetName";
|
|
this.tbxPresetName.Size = new System.Drawing.Size(243, 24);
|
|
this.tbxPresetName.TabIndex = 7;
|
|
//
|
|
// btnSavePreset
|
|
//
|
|
this.btnSavePreset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnSavePreset.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.btnSavePreset.ForeColor = System.Drawing.Color.White;
|
|
this.btnSavePreset.Location = new System.Drawing.Point(10, 259);
|
|
this.btnSavePreset.Name = "btnSavePreset";
|
|
this.btnSavePreset.Size = new System.Drawing.Size(243, 40);
|
|
this.btnSavePreset.TabIndex = 7;
|
|
this.btnSavePreset.Text = "Save current preset";
|
|
this.btnSavePreset.UseVisualStyleBackColor = false;
|
|
this.btnSavePreset.Click += new System.EventHandler(this.btnSavePreset_Click);
|
|
//
|
|
// gpbxPresets
|
|
//
|
|
this.gpbxPresets.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.gpbxPresets.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79)))));
|
|
this.gpbxPresets.Controls.Add(this.btnSavePreset);
|
|
this.gpbxPresets.Controls.Add(this.btnDeletePreset);
|
|
this.gpbxPresets.Controls.Add(this.tbxPresetName);
|
|
this.gpbxPresets.Controls.Add(this.btnLoadPreset);
|
|
this.gpbxPresets.Controls.Add(this.lsbPresets);
|
|
this.gpbxPresets.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.gpbxPresets.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
|
this.gpbxPresets.ForeColor = System.Drawing.Color.White;
|
|
this.gpbxPresets.Location = new System.Drawing.Point(995, 348);
|
|
this.gpbxPresets.Name = "gpbxPresets";
|
|
this.gpbxPresets.Padding = new System.Windows.Forms.Padding(0);
|
|
this.gpbxPresets.Size = new System.Drawing.Size(259, 333);
|
|
this.gpbxPresets.TabIndex = 6;
|
|
this.gpbxPresets.TabStop = false;
|
|
this.gpbxPresets.Text = "Presets";
|
|
this.gpbxPresets.Paint += new System.Windows.Forms.PaintEventHandler(this.removeBorders);
|
|
//
|
|
// btnDeletePreset
|
|
//
|
|
this.btnDeletePreset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnDeletePreset.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.btnDeletePreset.ForeColor = System.Drawing.Color.White;
|
|
this.btnDeletePreset.Location = new System.Drawing.Point(10, 167);
|
|
this.btnDeletePreset.Name = "btnDeletePreset";
|
|
this.btnDeletePreset.Size = new System.Drawing.Size(243, 40);
|
|
this.btnDeletePreset.TabIndex = 11;
|
|
this.btnDeletePreset.Text = "Delete the preset";
|
|
this.btnDeletePreset.UseVisualStyleBackColor = false;
|
|
this.btnDeletePreset.Click += new System.EventHandler(this.btnDeletePreset_Click);
|
|
//
|
|
// Settings
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.ClientSize = new System.Drawing.Size(1266, 788);
|
|
this.Controls.Add(this.gpbxPresets);
|
|
this.Controls.Add(this.gpbxWindowPreview);
|
|
this.Controls.Add(this.gpbxPreview);
|
|
this.Controls.Add(this.gpbxDriverList);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.gpbxRaceSettings);
|
|
this.Font = new System.Drawing.Font("Microsoft YaHei UI", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.MinimumSize = new System.Drawing.Size(1284, 835);
|
|
this.Name = "Settings";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Settings";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Settings_FormClosing);
|
|
this.Resize += new System.EventHandler(this.Settings_Resize);
|
|
this.gpbxRaceSettings.ResumeLayout(false);
|
|
this.gpbxRaceSettings.PerformLayout();
|
|
this.gpbxDriverList.ResumeLayout(false);
|
|
this.gpbxDriverList.PerformLayout();
|
|
this.gpbxPreview.ResumeLayout(false);
|
|
this.gpbxPreview.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxPreview)).EndInit();
|
|
this.gpbxWindowPreview.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxWindowPreview)).EndInit();
|
|
this.gpbxPresets.ResumeLayout(false);
|
|
this.gpbxPresets.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.GroupBox gpbxRaceSettings;
|
|
private System.Windows.Forms.TextBox tbxGpUrl;
|
|
private System.Windows.Forms.GroupBox gpbxDriverList;
|
|
private System.Windows.Forms.ListBox lsbDrivers;
|
|
private System.Windows.Forms.Button btnRemoveDriver;
|
|
private System.Windows.Forms.Button btnAddDriver;
|
|
private System.Windows.Forms.TextBox tbxDriverName;
|
|
private System.Windows.Forms.GroupBox gpbxPreview;
|
|
private System.Windows.Forms.PictureBox pbxPreview;
|
|
private System.Windows.Forms.GroupBox gpbxWindowPreview;
|
|
private System.Windows.Forms.PictureBox pbxWindowPreview;
|
|
private System.Windows.Forms.Button btnCreateWindow;
|
|
private System.Windows.Forms.Button btnCreatZone;
|
|
private System.Windows.Forms.ListBox lsbPresets;
|
|
private System.Windows.Forms.TextBox tbxPresetName;
|
|
private System.Windows.Forms.Button btnSavePreset;
|
|
private System.Windows.Forms.Label lblWindowsRemaining;
|
|
private System.Windows.Forms.Label lblZonePointsRemaning;
|
|
private System.Windows.Forms.Label lblWindowPointsRemaining;
|
|
private System.Windows.Forms.Button btnRefresh;
|
|
private System.Windows.Forms.Button btnResetDriver;
|
|
private System.Windows.Forms.Button btnLoadPreset;
|
|
private System.Windows.Forms.GroupBox gpbxPresets;
|
|
private System.Windows.Forms.Button btnDeletePreset;
|
|
private System.Windows.Forms.ToolTip tip1;
|
|
}
|
|
}
|
|
```
|