namespace Test_Merge { partial class Settings { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.btnRefresh = new System.Windows.Forms.Button(); 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.tbxPresetName = new System.Windows.Forms.TextBox(); this.btnSavePreset = new System.Windows.Forms.Button(); this.lblWindowsRemaining = new System.Windows.Forms.Label(); this.lblZonePointsRemaning = new System.Windows.Forms.Label(); this.lblWindowPointsRemaining = new System.Windows.Forms.Label(); this.btnCreateWindow = new System.Windows.Forms.Button(); this.btnCreatZone = new System.Windows.Forms.Button(); this.btnResetDriver = new System.Windows.Forms.Button(); this.btnLoadPreset = 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; this.tbxGpYear.TextChanged += new System.EventHandler(this.tbxGpYear_TextChanged); // // 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; this.tbxGpName.TextChanged += new System.EventHandler(this.tbxGpName_TextChanged); // // 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; this.tbxGpUrl.TextChanged += new System.EventHandler(this.tbxGpUrl_TextChanged); // // 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, 109); 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, 24); 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; this.btnRemoveDriver.Click += new System.EventHandler(this.btnRemoveDriver_Click); // // 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, 24); 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; this.btnAddDriver.Click += new System.EventHandler(this.btnAddDriver_Click); // // 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, 74); this.tbxDriverName.Name = "tbxDriverName"; this.tbxDriverName.Size = new System.Drawing.Size(243, 29); this.tbxDriverName.TabIndex = 7; // // groupBox2 // this.groupBox2.Controls.Add(this.btnResetDriver); this.groupBox2.Controls.Add(this.btnRefresh); 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(968, 608); this.groupBox2.TabIndex = 4; this.groupBox2.TabStop = false; this.groupBox2.Text = "Preview"; // // btnRefresh // this.btnRefresh.Location = new System.Drawing.Point(6, 23); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(101, 33); this.btnRefresh.TabIndex = 1; this.btnRefresh.Text = "Refresh"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // pbxMain // this.pbxMain.Location = new System.Drawing.Point(6, 62); this.pbxMain.Name = "pbxMain"; this.pbxMain.Size = new System.Drawing.Size(950, 535); this.pbxMain.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbxMain.TabIndex = 0; this.pbxMain.TabStop = false; this.pbxMain.Click += new System.EventHandler(this.pbxMain_Click); this.pbxMain.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pbxMain_MouseClick); // // 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(1452, 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(1436, 50); this.pbxDriverZone.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbxDriverZone.TabIndex = 0; this.pbxDriverZone.TabStop = false; this.pbxDriverZone.Click += new System.EventHandler(this.pbxDriverZone_Click); this.pbxDriverZone.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pbxDriverZone_MouseClick); // // groupBox4 // this.groupBox4.Controls.Add(this.btnLoadPreset); this.groupBox4.Controls.Add(this.label8); this.groupBox4.Controls.Add(this.lsbPresets); this.groupBox4.Controls.Add(this.tbxPresetName); this.groupBox4.Controls.Add(this.btnSavePreset); this.groupBox4.Controls.Add(this.lblWindowsRemaining); this.groupBox4.Controls.Add(this.lblZonePointsRemaning); this.groupBox4.Controls.Add(this.lblWindowPointsRemaining); 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(1257, 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, 337); 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, 363); this.lsbPresets.Name = "lsbPresets"; this.lsbPresets.Size = new System.Drawing.Size(197, 234); this.lsbPresets.TabIndex = 8; this.lsbPresets.SelectedIndexChanged += new System.EventHandler(this.lsbPresets_SelectedIndexChanged); // // tbxPresetName // this.tbxPresetName.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbxPresetName.Location = new System.Drawing.Point(10, 216); this.tbxPresetName.Name = "tbxPresetName"; this.tbxPresetName.Size = new System.Drawing.Size(197, 29); this.tbxPresetName.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; this.btnSavePreset.Click += new System.EventHandler(this.btnSavePreset_Click); // // lblWindowsRemaining // this.lblWindowsRemaining.AutoSize = true; this.lblWindowsRemaining.Location = new System.Drawing.Point(6, 184); this.lblWindowsRemaining.Name = "lblWindowsRemaining"; this.lblWindowsRemaining.Size = new System.Drawing.Size(183, 23); this.lblWindowsRemaining.TabIndex = 6; this.lblWindowsRemaining.Text = "7 windows remaining"; // // lblZonePointsRemaning // this.lblZonePointsRemaning.AutoSize = true; this.lblZonePointsRemaning.Location = new System.Drawing.Point(6, 85); this.lblZonePointsRemaning.Name = "lblZonePointsRemaning"; this.lblZonePointsRemaning.Size = new System.Drawing.Size(163, 23); this.lblZonePointsRemaning.TabIndex = 5; this.lblZonePointsRemaning.Text = "0 points remaining"; // // lblWindowPointsRemaining // this.lblWindowPointsRemaining.AutoSize = true; this.lblWindowPointsRemaining.Location = new System.Drawing.Point(6, 161); this.lblWindowPointsRemaining.Name = "lblWindowPointsRemaining"; this.lblWindowPointsRemaining.Size = new System.Drawing.Size(163, 23); this.lblWindowPointsRemaining.TabIndex = 4; this.lblWindowPointsRemaining.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; this.btnCreateWindow.Click += new System.EventHandler(this.btnCreateWindow_Click); // // 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; this.btnCreatZone.Click += new System.EventHandler(this.btnCreatZone_Click); // // btnResetDriver // this.btnResetDriver.Location = new System.Drawing.Point(113, 22); this.btnResetDriver.Name = "btnResetDriver"; this.btnResetDriver.Size = new System.Drawing.Size(101, 33); this.btnResetDriver.TabIndex = 2; this.btnResetDriver.Text = "Reset"; this.btnResetDriver.UseVisualStyleBackColor = true; this.btnResetDriver.Click += new System.EventHandler(this.btnResetDriver_Click); // // btnLoadPreset // this.btnLoadPreset.Location = new System.Drawing.Point(6, 297); this.btnLoadPreset.Name = "btnLoadPreset"; this.btnLoadPreset.Size = new System.Drawing.Size(201, 40); this.btnLoadPreset.TabIndex = 10; this.btnLoadPreset.Text = "LoadPreset"; this.btnLoadPreset.UseVisualStyleBackColor = true; this.btnLoadPreset.Click += new System.EventHandler(this.btnLoadPreset_Click); // // Settings // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1478, 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.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Settings_FormClosing); 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 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.Label label8; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.Button btnResetDriver; private System.Windows.Forms.Button btnLoadPreset; } }