399 lines
19 KiB
C#
399 lines
19 KiB
C#
namespace Test_Merge
|
|
{
|
|
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.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.gpbxInfos = new System.Windows.Forms.GroupBox();
|
|
this.tbxGpYear = new System.Windows.Forms.TextBox();
|
|
this.tbxGpName = new System.Windows.Forms.TextBox();
|
|
this.tbxGpUrl = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = 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.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.pbxMain = new System.Windows.Forms.PictureBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.pbxDriverZone = new System.Windows.Forms.PictureBox();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.lsbPresets = new System.Windows.Forms.ListBox();
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
this.btnSavePreset = new System.Windows.Forms.Button();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.btnCreateWindow = new System.Windows.Forms.Button();
|
|
this.btnCreatZone = new System.Windows.Forms.Button();
|
|
this.gpbxInfos.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxMain)).BeginInit();
|
|
this.groupBox3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxDriverZone)).BeginInit();
|
|
this.groupBox4.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(593, 16);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(132, 36);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Setttings";
|
|
//
|
|
// 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.Location = new System.Drawing.Point(6, 27);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(132, 23);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Grand Prix URL";
|
|
//
|
|
// gpbxInfos
|
|
//
|
|
this.gpbxInfos.Controls.Add(this.tbxGpYear);
|
|
this.gpbxInfos.Controls.Add(this.tbxGpName);
|
|
this.gpbxInfos.Controls.Add(this.tbxGpUrl);
|
|
this.gpbxInfos.Controls.Add(this.label4);
|
|
this.gpbxInfos.Controls.Add(this.label3);
|
|
this.gpbxInfos.Controls.Add(this.label2);
|
|
this.gpbxInfos.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gpbxInfos.Location = new System.Drawing.Point(18, 55);
|
|
this.gpbxInfos.Name = "gpbxInfos";
|
|
this.gpbxInfos.Size = new System.Drawing.Size(259, 226);
|
|
this.gpbxInfos.TabIndex = 2;
|
|
this.gpbxInfos.TabStop = false;
|
|
this.gpbxInfos.Text = "RaceSettings";
|
|
//
|
|
// tbxGpYear
|
|
//
|
|
this.tbxGpYear.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tbxGpYear.Location = new System.Drawing.Point(6, 187);
|
|
this.tbxGpYear.Name = "tbxGpYear";
|
|
this.tbxGpYear.Size = new System.Drawing.Size(247, 29);
|
|
this.tbxGpYear.TabIndex = 6;
|
|
//
|
|
// tbxGpName
|
|
//
|
|
this.tbxGpName.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tbxGpName.Location = new System.Drawing.Point(6, 117);
|
|
this.tbxGpName.Name = "tbxGpName";
|
|
this.tbxGpName.Size = new System.Drawing.Size(247, 29);
|
|
this.tbxGpName.TabIndex = 5;
|
|
//
|
|
// tbxGpUrl
|
|
//
|
|
this.tbxGpUrl.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tbxGpUrl.Location = new System.Drawing.Point(6, 53);
|
|
this.tbxGpUrl.Name = "tbxGpUrl";
|
|
this.tbxGpUrl.Size = new System.Drawing.Size(247, 29);
|
|
this.tbxGpUrl.TabIndex = 4;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.Location = new System.Drawing.Point(6, 161);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(45, 23);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "Year";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.Location = new System.Drawing.Point(6, 91);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(59, 23);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "Name";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.lsbDrivers);
|
|
this.groupBox1.Controls.Add(this.btnRemoveDriver);
|
|
this.groupBox1.Controls.Add(this.btnAddDriver);
|
|
this.groupBox1.Controls.Add(this.tbxDriverName);
|
|
this.groupBox1.Location = new System.Drawing.Point(18, 287);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(259, 376);
|
|
this.groupBox1.TabIndex = 3;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "DriverList";
|
|
//
|
|
// lsbDrivers
|
|
//
|
|
this.lsbDrivers.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
|
this.lsbDrivers.FormattingEnabled = true;
|
|
this.lsbDrivers.ItemHeight = 23;
|
|
this.lsbDrivers.Location = new System.Drawing.Point(10, 108);
|
|
this.lsbDrivers.Name = "lsbDrivers";
|
|
this.lsbDrivers.Size = new System.Drawing.Size(243, 257);
|
|
this.lsbDrivers.TabIndex = 10;
|
|
//
|
|
// btnRemoveDriver
|
|
//
|
|
this.btnRemoveDriver.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnRemoveDriver.Location = new System.Drawing.Point(132, 23);
|
|
this.btnRemoveDriver.Name = "btnRemoveDriver";
|
|
this.btnRemoveDriver.Size = new System.Drawing.Size(121, 44);
|
|
this.btnRemoveDriver.TabIndex = 9;
|
|
this.btnRemoveDriver.Text = "Remove";
|
|
this.btnRemoveDriver.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnAddDriver
|
|
//
|
|
this.btnAddDriver.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAddDriver.Location = new System.Drawing.Point(10, 23);
|
|
this.btnAddDriver.Name = "btnAddDriver";
|
|
this.btnAddDriver.Size = new System.Drawing.Size(116, 44);
|
|
this.btnAddDriver.TabIndex = 8;
|
|
this.btnAddDriver.Text = "Add";
|
|
this.btnAddDriver.UseVisualStyleBackColor = true;
|
|
//
|
|
// tbxDriverName
|
|
//
|
|
this.tbxDriverName.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tbxDriverName.Location = new System.Drawing.Point(10, 73);
|
|
this.tbxDriverName.Name = "tbxDriverName";
|
|
this.tbxDriverName.Size = new System.Drawing.Size(243, 29);
|
|
this.tbxDriverName.TabIndex = 7;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.pbxMain);
|
|
this.groupBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
|
this.groupBox2.Location = new System.Drawing.Point(283, 55);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(906, 608);
|
|
this.groupBox2.TabIndex = 4;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Preview";
|
|
//
|
|
// pbxMain
|
|
//
|
|
this.pbxMain.Location = new System.Drawing.Point(6, 23);
|
|
this.pbxMain.Name = "pbxMain";
|
|
this.pbxMain.Size = new System.Drawing.Size(900, 579);
|
|
this.pbxMain.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbxMain.TabIndex = 0;
|
|
this.pbxMain.TabStop = false;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.pbxDriverZone);
|
|
this.groupBox3.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
|
this.groupBox3.Location = new System.Drawing.Point(18, 669);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(1390, 83);
|
|
this.groupBox3.TabIndex = 5;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "DriverZonePreview";
|
|
//
|
|
// pbxDriverZone
|
|
//
|
|
this.pbxDriverZone.Location = new System.Drawing.Point(10, 27);
|
|
this.pbxDriverZone.Name = "pbxDriverZone";
|
|
this.pbxDriverZone.Size = new System.Drawing.Size(1374, 50);
|
|
this.pbxDriverZone.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbxDriverZone.TabIndex = 0;
|
|
this.pbxDriverZone.TabStop = false;
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.label8);
|
|
this.groupBox4.Controls.Add(this.lsbPresets);
|
|
this.groupBox4.Controls.Add(this.textBox5);
|
|
this.groupBox4.Controls.Add(this.btnSavePreset);
|
|
this.groupBox4.Controls.Add(this.label7);
|
|
this.groupBox4.Controls.Add(this.label5);
|
|
this.groupBox4.Controls.Add(this.label6);
|
|
this.groupBox4.Controls.Add(this.btnCreateWindow);
|
|
this.groupBox4.Controls.Add(this.btnCreatZone);
|
|
this.groupBox4.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
|
this.groupBox4.Location = new System.Drawing.Point(1195, 55);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(213, 608);
|
|
this.groupBox4.TabIndex = 6;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Calibration settings";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(6, 314);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(68, 23);
|
|
this.label8.TabIndex = 9;
|
|
this.label8.Text = "Presets";
|
|
//
|
|
// lsbPresets
|
|
//
|
|
this.lsbPresets.FormattingEnabled = true;
|
|
this.lsbPresets.ItemHeight = 23;
|
|
this.lsbPresets.Location = new System.Drawing.Point(10, 340);
|
|
this.lsbPresets.Name = "lsbPresets";
|
|
this.lsbPresets.Size = new System.Drawing.Size(197, 257);
|
|
this.lsbPresets.TabIndex = 8;
|
|
this.lsbPresets.SelectedIndexChanged += new System.EventHandler(this.lsbPresets_SelectedIndexChanged);
|
|
//
|
|
// textBox5
|
|
//
|
|
this.textBox5.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBox5.Location = new System.Drawing.Point(10, 216);
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.Size = new System.Drawing.Size(197, 29);
|
|
this.textBox5.TabIndex = 7;
|
|
//
|
|
// btnSavePreset
|
|
//
|
|
this.btnSavePreset.Location = new System.Drawing.Point(6, 251);
|
|
this.btnSavePreset.Name = "btnSavePreset";
|
|
this.btnSavePreset.Size = new System.Drawing.Size(201, 40);
|
|
this.btnSavePreset.TabIndex = 7;
|
|
this.btnSavePreset.Text = "Save as new preset";
|
|
this.btnSavePreset.UseVisualStyleBackColor = true;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(6, 184);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(183, 23);
|
|
this.label7.TabIndex = 6;
|
|
this.label7.Text = "7 windows remaining";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(6, 85);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(163, 23);
|
|
this.label5.TabIndex = 5;
|
|
this.label5.Text = "0 points remaining";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(6, 161);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(163, 23);
|
|
this.label6.TabIndex = 4;
|
|
this.label6.Text = "0 points remaining";
|
|
//
|
|
// btnCreateWindow
|
|
//
|
|
this.btnCreateWindow.Location = new System.Drawing.Point(6, 118);
|
|
this.btnCreateWindow.Name = "btnCreateWindow";
|
|
this.btnCreateWindow.Size = new System.Drawing.Size(201, 40);
|
|
this.btnCreateWindow.TabIndex = 2;
|
|
this.btnCreateWindow.Text = "Create new Window";
|
|
this.btnCreateWindow.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnCreatZone
|
|
//
|
|
this.btnCreatZone.Location = new System.Drawing.Point(6, 42);
|
|
this.btnCreatZone.Name = "btnCreatZone";
|
|
this.btnCreatZone.Size = new System.Drawing.Size(201, 40);
|
|
this.btnCreatZone.TabIndex = 1;
|
|
this.btnCreatZone.Text = "Create main zone";
|
|
this.btnCreatZone.UseVisualStyleBackColor = true;
|
|
//
|
|
// Settings
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1420, 760);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.gpbxInfos);
|
|
this.Controls.Add(this.label1);
|
|
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.Name = "Settings";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Settings";
|
|
this.gpbxInfos.ResumeLayout(false);
|
|
this.gpbxInfos.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxMain)).EndInit();
|
|
this.groupBox3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxDriverZone)).EndInit();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.GroupBox gpbxInfos;
|
|
private System.Windows.Forms.TextBox tbxGpYear;
|
|
private System.Windows.Forms.TextBox tbxGpName;
|
|
private System.Windows.Forms.TextBox tbxGpUrl;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
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 groupBox2;
|
|
private System.Windows.Forms.PictureBox pbxMain;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.PictureBox pbxDriverZone;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.Button btnCreateWindow;
|
|
private System.Windows.Forms.Button btnCreatZone;
|
|
private System.Windows.Forms.ListBox lsbPresets;
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
private System.Windows.Forms.Button btnSavePreset;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label8;
|
|
}
|
|
} |