namespace Test_Merge { partial class Main { /// /// 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.components = new System.ComponentModel.Container(); this.btnSettings = new System.Windows.Forms.Button(); this.btnStartDecoding = new System.Windows.Forms.Button(); this.pbxResult = new System.Windows.Forms.PictureBox(); this.btnStopUpdating = new System.Windows.Forms.Button(); this.btnResetEmulator = new System.Windows.Forms.Button(); this.lsbPresets = new System.Windows.Forms.ListBox(); this.gpbxControls = new System.Windows.Forms.GroupBox(); this.label7 = new System.Windows.Forms.Label(); this.tbxGpUrl = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.gpbxRanking = new System.Windows.Forms.GroupBox(); this.pnlLiveRanking = new System.Windows.Forms.Panel(); this.gpbxOvertakes = new System.Windows.Forms.GroupBox(); this.lsbOvertakes = new System.Windows.Forms.ListBox(); this.gpbxDriverInfos = new System.Windows.Forms.GroupBox(); this.pnlCover = new System.Windows.Forms.Panel(); this.lbl = new System.Windows.Forms.Label(); this.lblCurrentDriverDRS = new System.Windows.Forms.Label(); this.lblCurrentDriverTyreType = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.lblCurrentDriverPosition = new System.Windows.Forms.Label(); this.lblCurrentDriverGapToLeader = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.lblCurrentDriverTyreAge = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.pnlCurrentDriverLapsHistory = new System.Windows.Forms.Panel(); this.lblCurrentDriverLapTime = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.lblCurrentDriverName = new System.Windows.Forms.Label(); this.gpbxLapTimes = new System.Windows.Forms.GroupBox(); this.pnlSlowest = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.pnlFastest = new System.Windows.Forms.Panel(); this.gpbxBattles = new System.Windows.Forms.GroupBox(); this.pnlBattles = new System.Windows.Forms.Panel(); this.label9 = new System.Windows.Forms.Label(); this.tip1 = new System.Windows.Forms.ToolTip(this.components); ((System.ComponentModel.ISupportInitialize)(this.pbxResult)).BeginInit(); this.gpbxControls.SuspendLayout(); this.gpbxRanking.SuspendLayout(); this.gpbxOvertakes.SuspendLayout(); this.gpbxDriverInfos.SuspendLayout(); this.pnlCover.SuspendLayout(); this.gpbxLapTimes.SuspendLayout(); this.gpbxBattles.SuspendLayout(); this.SuspendLayout(); // // btnSettings // this.btnSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.btnSettings.Location = new System.Drawing.Point(9, 25); this.btnSettings.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnSettings.Name = "btnSettings"; this.btnSettings.Size = new System.Drawing.Size(111, 43); this.btnSettings.TabIndex = 0; this.btnSettings.Text = "Config"; this.btnSettings.UseVisualStyleBackColor = false; this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click); // // btnStartDecoding // this.btnStartDecoding.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnStartDecoding.Enabled = false; this.btnStartDecoding.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnStartDecoding.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.btnStartDecoding.Location = new System.Drawing.Point(9, 76); this.btnStartDecoding.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnStartDecoding.Name = "btnStartDecoding"; this.btnStartDecoding.Size = new System.Drawing.Size(112, 43); this.btnStartDecoding.TabIndex = 2; this.btnStartDecoding.Text = "Start"; this.btnStartDecoding.UseVisualStyleBackColor = false; this.btnStartDecoding.Click += new System.EventHandler(this.btnUpdate_Click); // // pbxResult // this.pbxResult.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.pbxResult.Location = new System.Drawing.Point(6, 296); this.pbxResult.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pbxResult.Name = "pbxResult"; this.pbxResult.Size = new System.Drawing.Size(246, 139); this.pbxResult.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbxResult.TabIndex = 3; this.pbxResult.TabStop = false; // // btnStopUpdating // this.btnStopUpdating.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnStopUpdating.Enabled = false; this.btnStopUpdating.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnStopUpdating.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.btnStopUpdating.Location = new System.Drawing.Point(142, 76); this.btnStopUpdating.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnStopUpdating.Name = "btnStopUpdating"; this.btnStopUpdating.Size = new System.Drawing.Size(110, 43); this.btnStopUpdating.TabIndex = 4; this.btnStopUpdating.Text = "Stop"; this.btnStopUpdating.UseVisualStyleBackColor = false; this.btnStopUpdating.Click += new System.EventHandler(this.btnStopUpdating_Click); // // btnResetEmulator // this.btnResetEmulator.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnResetEmulator.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnResetEmulator.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.btnResetEmulator.Location = new System.Drawing.Point(142, 25); this.btnResetEmulator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnResetEmulator.Name = "btnResetEmulator"; this.btnResetEmulator.Size = new System.Drawing.Size(110, 43); this.btnResetEmulator.TabIndex = 5; this.btnResetEmulator.Text = "Launch"; this.btnResetEmulator.UseVisualStyleBackColor = false; this.btnResetEmulator.Click += new System.EventHandler(this.button1_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(9, 176); this.lsbPresets.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lsbPresets.Name = "lsbPresets"; this.lsbPresets.Size = new System.Drawing.Size(243, 92); this.lsbPresets.TabIndex = 6; this.lsbPresets.SelectedIndexChanged += new System.EventHandler(this.lsbPresets_SelectedIndexChanged); // // gpbxControls // this.gpbxControls.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79))))); this.gpbxControls.Controls.Add(this.label7); this.gpbxControls.Controls.Add(this.tbxGpUrl); this.gpbxControls.Controls.Add(this.btnResetEmulator); this.gpbxControls.Controls.Add(this.label1); this.gpbxControls.Controls.Add(this.btnStopUpdating); this.gpbxControls.Controls.Add(this.pbxResult); this.gpbxControls.Controls.Add(this.btnStartDecoding); this.gpbxControls.Controls.Add(this.lsbPresets); this.gpbxControls.Controls.Add(this.btnSettings); this.gpbxControls.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252))))); this.gpbxControls.Location = new System.Drawing.Point(12, 56); this.gpbxControls.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gpbxControls.Name = "gpbxControls"; this.gpbxControls.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gpbxControls.Size = new System.Drawing.Size(263, 450); this.gpbxControls.TabIndex = 7; this.gpbxControls.TabStop = false; this.gpbxControls.Text = "Controls"; this.gpbxControls.Paint += new System.Windows.Forms.PaintEventHandler(this.removeBorders); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 273); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(56, 19); this.label7.TabIndex = 9; this.label7.Text = "Preview"; // // 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.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252))))); this.tbxGpUrl.Location = new System.Drawing.Point(10, 146); this.tbxGpUrl.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tbxGpUrl.Name = "tbxGpUrl"; this.tbxGpUrl.Size = new System.Drawing.Size(242, 22); this.tbxGpUrl.TabIndex = 8; this.tbxGpUrl.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(5, 123); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(103, 19); this.label1.TabIndex = 7; this.label1.Text = "Grand Prix URL"; // // gpbxRanking // this.gpbxRanking.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79))))); this.gpbxRanking.Controls.Add(this.pnlLiveRanking); this.gpbxRanking.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252))))); this.gpbxRanking.Location = new System.Drawing.Point(838, 9); this.gpbxRanking.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gpbxRanking.Name = "gpbxRanking"; this.gpbxRanking.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gpbxRanking.Size = new System.Drawing.Size(314, 747); this.gpbxRanking.TabIndex = 8; this.gpbxRanking.TabStop = false; this.gpbxRanking.Text = "Live Ranking"; this.gpbxRanking.Paint += new System.Windows.Forms.PaintEventHandler(this.removeBorders); // // pnlLiveRanking // this.pnlLiveRanking.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.pnlLiveRanking.Location = new System.Drawing.Point(6, 25); this.pnlLiveRanking.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlLiveRanking.Name = "pnlLiveRanking"; this.pnlLiveRanking.Size = new System.Drawing.Size(300, 714); this.pnlLiveRanking.TabIndex = 0; // // gpbxOvertakes // this.gpbxOvertakes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79))))); this.gpbxOvertakes.Controls.Add(this.lsbOvertakes); this.gpbxOvertakes.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252))))); this.gpbxOvertakes.Location = new System.Drawing.Point(12, 514); this.gpbxOvertakes.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gpbxOvertakes.Name = "gpbxOvertakes"; this.gpbxOvertakes.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gpbxOvertakes.Size = new System.Drawing.Size(263, 242); this.gpbxOvertakes.TabIndex = 9; this.gpbxOvertakes.TabStop = false; this.gpbxOvertakes.Text = "Overtakes"; this.gpbxOvertakes.Paint += new System.Windows.Forms.PaintEventHandler(this.removeBorders); // // lsbOvertakes // this.lsbOvertakes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lsbOvertakes.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lsbOvertakes.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252))))); this.lsbOvertakes.FormattingEnabled = true; this.lsbOvertakes.ItemHeight = 19; this.lsbOvertakes.Location = new System.Drawing.Point(6, 25); this.lsbOvertakes.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lsbOvertakes.Name = "lsbOvertakes"; this.lsbOvertakes.Size = new System.Drawing.Size(246, 209); this.lsbOvertakes.TabIndex = 0; // // gpbxDriverInfos // this.gpbxDriverInfos.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79))))); this.gpbxDriverInfos.Controls.Add(this.pnlCover); this.gpbxDriverInfos.Controls.Add(this.lblCurrentDriverDRS); this.gpbxDriverInfos.Controls.Add(this.lblCurrentDriverTyreType); this.gpbxDriverInfos.Controls.Add(this.label11); this.gpbxDriverInfos.Controls.Add(this.lblCurrentDriverPosition); this.gpbxDriverInfos.Controls.Add(this.lblCurrentDriverGapToLeader); this.gpbxDriverInfos.Controls.Add(this.label5); this.gpbxDriverInfos.Controls.Add(this.label8); this.gpbxDriverInfos.Controls.Add(this.lblCurrentDriverTyreAge); this.gpbxDriverInfos.Controls.Add(this.label6); this.gpbxDriverInfos.Controls.Add(this.pnlCurrentDriverLapsHistory); this.gpbxDriverInfos.Controls.Add(this.lblCurrentDriverLapTime); this.gpbxDriverInfos.Controls.Add(this.label4); this.gpbxDriverInfos.Controls.Add(this.lblCurrentDriverName); this.gpbxDriverInfos.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252))))); this.gpbxDriverInfos.Location = new System.Drawing.Point(281, 514); this.gpbxDriverInfos.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gpbxDriverInfos.Name = "gpbxDriverInfos"; this.gpbxDriverInfos.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gpbxDriverInfos.Size = new System.Drawing.Size(550, 242); this.gpbxDriverInfos.TabIndex = 10; this.gpbxDriverInfos.TabStop = false; this.gpbxDriverInfos.Text = "Driver infos"; this.gpbxDriverInfos.Paint += new System.Windows.Forms.PaintEventHandler(this.removeBorders); // // pnlCover // this.pnlCover.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79))))); this.pnlCover.Controls.Add(this.lbl); this.pnlCover.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252))))); this.pnlCover.Location = new System.Drawing.Point(9, 19); this.pnlCover.Name = "pnlCover"; this.pnlCover.Size = new System.Drawing.Size(535, 216); this.pnlCover.TabIndex = 13; // // lbl // this.lbl.AutoSize = true; this.lbl.Font = new System.Drawing.Font("Microsoft YaHei UI", 20F); this.lbl.Location = new System.Drawing.Point(18, 90); this.lbl.Name = "lbl"; this.lbl.Size = new System.Drawing.Size(497, 45); this.lbl.TabIndex = 0; this.lbl.Text = "Select a driver to see its infos"; // // lblCurrentDriverDRS // this.lblCurrentDriverDRS.AutoSize = true; this.lblCurrentDriverDRS.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.lblCurrentDriverDRS.Location = new System.Drawing.Point(191, 192); this.lblCurrentDriverDRS.Name = "lblCurrentDriverDRS"; this.lblCurrentDriverDRS.Size = new System.Drawing.Size(41, 27); this.lblCurrentDriverDRS.TabIndex = 11; this.lblCurrentDriverDRS.Text = "No"; // // lblCurrentDriverTyreType // this.lblCurrentDriverTyreType.AutoSize = true; this.lblCurrentDriverTyreType.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.lblCurrentDriverTyreType.Location = new System.Drawing.Point(66, 155); this.lblCurrentDriverTyreType.Name = "lblCurrentDriverTyreType"; this.lblCurrentDriverTyreType.Size = new System.Drawing.Size(111, 27); this.lblCurrentDriverTyreType.TabIndex = 8; this.lblCurrentDriverTyreType.Text = "Undefined"; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.label11.Location = new System.Drawing.Point(7, 192); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(52, 27); this.label11.TabIndex = 10; this.label11.Text = "DRS"; // // lblCurrentDriverPosition // this.lblCurrentDriverPosition.AutoSize = true; this.lblCurrentDriverPosition.Font = new System.Drawing.Font("Microsoft YaHei UI", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCurrentDriverPosition.Location = new System.Drawing.Point(216, 21); this.lblCurrentDriverPosition.Name = "lblCurrentDriverPosition"; this.lblCurrentDriverPosition.Size = new System.Drawing.Size(43, 36); this.lblCurrentDriverPosition.TabIndex = 12; this.lblCurrentDriverPosition.Text = "-1"; // // lblCurrentDriverGapToLeader // this.lblCurrentDriverGapToLeader.AutoSize = true; this.lblCurrentDriverGapToLeader.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.lblCurrentDriverGapToLeader.Location = new System.Drawing.Point(191, 119); this.lblCurrentDriverGapToLeader.Name = "lblCurrentDriverGapToLeader"; this.lblCurrentDriverGapToLeader.Size = new System.Drawing.Size(94, 27); this.lblCurrentDriverGapToLeader.TabIndex = 6; this.lblCurrentDriverGapToLeader.Text = "0:00.000"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.label5.Location = new System.Drawing.Point(7, 119); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(153, 27); this.label5.TabIndex = 5; this.label5.Text = "Gap to leader :"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.label8.Location = new System.Drawing.Point(7, 155); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(58, 27); this.label8.TabIndex = 7; this.label8.Text = "Tyre:"; // // lblCurrentDriverTyreAge // this.lblCurrentDriverTyreAge.AutoSize = true; this.lblCurrentDriverTyreAge.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.lblCurrentDriverTyreAge.Location = new System.Drawing.Point(191, 155); this.lblCurrentDriverTyreAge.Name = "lblCurrentDriverTyreAge"; this.lblCurrentDriverTyreAge.Size = new System.Drawing.Size(85, 27); this.lblCurrentDriverTyreAge.TabIndex = 9; this.lblCurrentDriverTyreAge.Text = "10 Laps"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.label6.Location = new System.Drawing.Point(299, 30); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(111, 27); this.label6.TabIndex = 4; this.label6.Text = "Last 5 laps"; // // pnlCurrentDriverLapsHistory // this.pnlCurrentDriverLapsHistory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.pnlCurrentDriverLapsHistory.Location = new System.Drawing.Point(304, 65); this.pnlCurrentDriverLapsHistory.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlCurrentDriverLapsHistory.Name = "pnlCurrentDriverLapsHistory"; this.pnlCurrentDriverLapsHistory.Size = new System.Drawing.Size(237, 169); this.pnlCurrentDriverLapsHistory.TabIndex = 3; // // lblCurrentDriverLapTime // this.lblCurrentDriverLapTime.AutoSize = true; this.lblCurrentDriverLapTime.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.lblCurrentDriverLapTime.Location = new System.Drawing.Point(190, 83); this.lblCurrentDriverLapTime.Name = "lblCurrentDriverLapTime"; this.lblCurrentDriverLapTime.Size = new System.Drawing.Size(94, 27); this.lblCurrentDriverLapTime.TabIndex = 2; this.lblCurrentDriverLapTime.Text = "0:00.000"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.label4.Location = new System.Drawing.Point(6, 82); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(105, 27); this.label4.TabIndex = 1; this.label4.Text = "Lap time :"; // // lblCurrentDriverName // this.lblCurrentDriverName.AutoSize = true; this.lblCurrentDriverName.Font = new System.Drawing.Font("Microsoft YaHei UI", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCurrentDriverName.Location = new System.Drawing.Point(6, 21); this.lblCurrentDriverName.Name = "lblCurrentDriverName"; this.lblCurrentDriverName.Size = new System.Drawing.Size(178, 36); this.lblCurrentDriverName.TabIndex = 0; this.lblCurrentDriverName.Text = "Driver name"; // // gpbxLapTimes // this.gpbxLapTimes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79))))); this.gpbxLapTimes.Controls.Add(this.pnlSlowest); this.gpbxLapTimes.Controls.Add(this.label3); this.gpbxLapTimes.Controls.Add(this.label2); this.gpbxLapTimes.Controls.Add(this.pnlFastest); this.gpbxLapTimes.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252))))); this.gpbxLapTimes.Location = new System.Drawing.Point(281, 9); this.gpbxLapTimes.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gpbxLapTimes.Name = "gpbxLapTimes"; this.gpbxLapTimes.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gpbxLapTimes.Size = new System.Drawing.Size(550, 275); this.gpbxLapTimes.TabIndex = 11; this.gpbxLapTimes.TabStop = false; this.gpbxLapTimes.Text = "Last five laps"; this.gpbxLapTimes.Paint += new System.Windows.Forms.PaintEventHandler(this.removeBorders); // // pnlSlowest // this.pnlSlowest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.pnlSlowest.Location = new System.Drawing.Point(280, 39); this.pnlSlowest.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlSlowest.Name = "pnlSlowest"; this.pnlSlowest.Size = new System.Drawing.Size(264, 228); this.pnlSlowest.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(276, 16); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(62, 19); this.label3.TabIndex = 3; this.label3.Text = "Slowests"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 17); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(58, 19); this.label2.TabIndex = 2; this.label2.Text = "Fastests"; // // pnlFastest // this.pnlFastest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.pnlFastest.Location = new System.Drawing.Point(6, 39); this.pnlFastest.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlFastest.Name = "pnlFastest"; this.pnlFastest.Size = new System.Drawing.Size(270, 228); this.pnlFastest.TabIndex = 0; // // gpbxBattles // this.gpbxBattles.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79))))); this.gpbxBattles.Controls.Add(this.pnlBattles); this.gpbxBattles.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252))))); this.gpbxBattles.Location = new System.Drawing.Point(281, 292); this.gpbxBattles.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gpbxBattles.Name = "gpbxBattles"; this.gpbxBattles.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gpbxBattles.Size = new System.Drawing.Size(550, 214); this.gpbxBattles.TabIndex = 11; this.gpbxBattles.TabStop = false; this.gpbxBattles.Text = "Battles"; this.gpbxBattles.Paint += new System.Windows.Forms.PaintEventHandler(this.removeBorders); // // pnlBattles // this.pnlBattles.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.pnlBattles.Location = new System.Drawing.Point(9, 25); this.pnlBattles.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlBattles.Name = "pnlBattles"; this.pnlBattles.Size = new System.Drawing.Size(532, 181); this.pnlBattles.TabIndex = 2; // // label9 // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Font = new System.Drawing.Font("Microsoft YaHei UI", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252))))); this.label9.Location = new System.Drawing.Point(33, 9); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(221, 43); this.label9.TabIndex = 12; this.label9.Text = "Track Trends"; // // Main // 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(1164, 761); this.Controls.Add(this.label9); this.Controls.Add(this.gpbxBattles); this.Controls.Add(this.gpbxLapTimes); this.Controls.Add(this.gpbxDriverInfos); this.Controls.Add(this.gpbxRanking); this.Controls.Add(this.gpbxOvertakes); this.Controls.Add(this.gpbxControls); 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(1182, 808); this.Name = "Main"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Track Trends"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.Resize += new System.EventHandler(this.Main_Resize); ((System.ComponentModel.ISupportInitialize)(this.pbxResult)).EndInit(); this.gpbxControls.ResumeLayout(false); this.gpbxControls.PerformLayout(); this.gpbxRanking.ResumeLayout(false); this.gpbxOvertakes.ResumeLayout(false); this.gpbxDriverInfos.ResumeLayout(false); this.gpbxDriverInfos.PerformLayout(); this.pnlCover.ResumeLayout(false); this.pnlCover.PerformLayout(); this.gpbxLapTimes.ResumeLayout(false); this.gpbxLapTimes.PerformLayout(); this.gpbxBattles.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnSettings; private System.Windows.Forms.Button btnStartDecoding; private System.Windows.Forms.PictureBox pbxResult; private System.Windows.Forms.Button btnStopUpdating; private System.Windows.Forms.Button btnResetEmulator; private System.Windows.Forms.ListBox lsbPresets; private System.Windows.Forms.GroupBox gpbxControls; private System.Windows.Forms.TextBox tbxGpUrl; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox gpbxRanking; private System.Windows.Forms.Panel pnlLiveRanking; private System.Windows.Forms.GroupBox gpbxOvertakes; private System.Windows.Forms.GroupBox gpbxDriverInfos; private System.Windows.Forms.Label lblCurrentDriverPosition; private System.Windows.Forms.Label lblCurrentDriverDRS; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label lblCurrentDriverTyreAge; private System.Windows.Forms.Label lblCurrentDriverTyreType; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label lblCurrentDriverGapToLeader; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Panel pnlCurrentDriverLapsHistory; private System.Windows.Forms.Label lblCurrentDriverLapTime; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label lblCurrentDriverName; private System.Windows.Forms.GroupBox gpbxLapTimes; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel pnlSlowest; private System.Windows.Forms.Panel pnlFastest; private System.Windows.Forms.GroupBox gpbxBattles; private System.Windows.Forms.Panel pnlBattles; private System.Windows.Forms.ListBox lsbOvertakes; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label9; private System.Windows.Forms.ToolTip tip1; private System.Windows.Forms.Panel pnlCover; private System.Windows.Forms.Label lbl; } }