namespace Test_Merge { partial class Form1 { /// /// 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.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.textBox1 = 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.tbxResult = new System.Windows.Forms.TextBox(); this.gpbxOvertakes = new System.Windows.Forms.GroupBox(); this.pnlOvertakes = new System.Windows.Forms.Panel(); this.gpbxDriverInfos = new System.Windows.Forms.GroupBox(); this.lblCurrentDriverPosition = new System.Windows.Forms.Label(); this.lblCurrentDriverDRS = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.lblCurrentDriverTyreAge = new System.Windows.Forms.Label(); this.lblCurrentDriverTyreType = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.lblCurrentDriverGapToLeader = new System.Windows.Forms.Label(); this.label5 = 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.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.pnlLosingTime = new System.Windows.Forms.Panel(); this.pnlGainingTime = new System.Windows.Forms.Panel(); this.gpbxBattles = new System.Windows.Forms.GroupBox(); this.pnlBattles = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.pbxResult)).BeginInit(); this.gpbxControls.SuspendLayout(); this.gpbxRanking.SuspendLayout(); this.pnlLiveRanking.SuspendLayout(); this.gpbxOvertakes.SuspendLayout(); this.gpbxDriverInfos.SuspendLayout(); this.gpbxLapTimes.SuspendLayout(); this.gpbxBattles.SuspendLayout(); this.SuspendLayout(); // // btnSettings // this.btnSettings.Location = new System.Drawing.Point(6, 21); this.btnSettings.Name = "btnSettings"; this.btnSettings.Size = new System.Drawing.Size(127, 27); this.btnSettings.TabIndex = 0; this.btnSettings.Text = "Config"; this.btnSettings.UseVisualStyleBackColor = true; this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click); // // btnStartDecoding // this.btnStartDecoding.Enabled = false; this.btnStartDecoding.Location = new System.Drawing.Point(6, 54); this.btnStartDecoding.Name = "btnStartDecoding"; this.btnStartDecoding.Size = new System.Drawing.Size(127, 27); this.btnStartDecoding.TabIndex = 2; this.btnStartDecoding.Text = "Start"; this.btnStartDecoding.UseVisualStyleBackColor = true; this.btnStartDecoding.Click += new System.EventHandler(this.btnUpdate_Click); // // pbxResult // this.pbxResult.Location = new System.Drawing.Point(6, 191); this.pbxResult.Name = "pbxResult"; this.pbxResult.Size = new System.Drawing.Size(274, 151); this.pbxResult.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbxResult.TabIndex = 3; this.pbxResult.TabStop = false; // // btnStopUpdating // this.btnStopUpdating.Enabled = false; this.btnStopUpdating.Location = new System.Drawing.Point(153, 54); this.btnStopUpdating.Name = "btnStopUpdating"; this.btnStopUpdating.Size = new System.Drawing.Size(128, 27); this.btnStopUpdating.TabIndex = 4; this.btnStopUpdating.Text = "Stop"; this.btnStopUpdating.UseVisualStyleBackColor = true; this.btnStopUpdating.Click += new System.EventHandler(this.btnStopUpdating_Click); // // btnResetEmulator // this.btnResetEmulator.Location = new System.Drawing.Point(153, 21); this.btnResetEmulator.Name = "btnResetEmulator"; this.btnResetEmulator.Size = new System.Drawing.Size(128, 27); this.btnResetEmulator.TabIndex = 5; this.btnResetEmulator.Text = "Start driver"; this.btnResetEmulator.UseVisualStyleBackColor = true; this.btnResetEmulator.Click += new System.EventHandler(this.button1_Click); // // lsbPresets // this.lsbPresets.FormattingEnabled = true; this.lsbPresets.ItemHeight = 16; this.lsbPresets.Location = new System.Drawing.Point(6, 133); this.lsbPresets.Name = "lsbPresets"; this.lsbPresets.Size = new System.Drawing.Size(274, 52); this.lsbPresets.TabIndex = 6; this.lsbPresets.SelectedIndexChanged += new System.EventHandler(this.lsbPresets_SelectedIndexChanged); // // gpbxControls // this.gpbxControls.Controls.Add(this.textBox1); 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.Location = new System.Drawing.Point(987, 360); this.gpbxControls.Name = "gpbxControls"; this.gpbxControls.Size = new System.Drawing.Size(287, 348); this.gpbxControls.TabIndex = 7; this.gpbxControls.TabStop = false; this.gpbxControls.Text = "Controls"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(6, 105); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(274, 22); this.textBox1.TabIndex = 8; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 86); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(99, 16); this.label1.TabIndex = 7; this.label1.Text = "Grand Prix URL"; // // gpbxRanking // this.gpbxRanking.Controls.Add(this.pnlLiveRanking); this.gpbxRanking.Location = new System.Drawing.Point(12, 12); this.gpbxRanking.Name = "gpbxRanking"; this.gpbxRanking.Size = new System.Drawing.Size(353, 696); this.gpbxRanking.TabIndex = 8; this.gpbxRanking.TabStop = false; this.gpbxRanking.Text = "Live Ranking"; // // pnlLiveRanking // this.pnlLiveRanking.Controls.Add(this.tbxResult); this.pnlLiveRanking.Location = new System.Drawing.Point(6, 21); this.pnlLiveRanking.Name = "pnlLiveRanking"; this.pnlLiveRanking.Size = new System.Drawing.Size(341, 669); this.pnlLiveRanking.TabIndex = 0; // // tbxResult // this.tbxResult.Location = new System.Drawing.Point(17, 12); this.tbxResult.Multiline = true; this.tbxResult.Name = "tbxResult"; this.tbxResult.Size = new System.Drawing.Size(307, 442); this.tbxResult.TabIndex = 0; // // gpbxOvertakes // this.gpbxOvertakes.Controls.Add(this.pnlOvertakes); this.gpbxOvertakes.Location = new System.Drawing.Point(987, 12); this.gpbxOvertakes.Name = "gpbxOvertakes"; this.gpbxOvertakes.Size = new System.Drawing.Size(287, 342); this.gpbxOvertakes.TabIndex = 9; this.gpbxOvertakes.TabStop = false; this.gpbxOvertakes.Text = "Overtakes"; // // pnlOvertakes // this.pnlOvertakes.Location = new System.Drawing.Point(6, 21); this.pnlOvertakes.Name = "pnlOvertakes"; this.pnlOvertakes.Size = new System.Drawing.Size(275, 315); this.pnlOvertakes.TabIndex = 2; // // gpbxDriverInfos // this.gpbxDriverInfos.Controls.Add(this.lblCurrentDriverPosition); this.gpbxDriverInfos.Controls.Add(this.lblCurrentDriverDRS); this.gpbxDriverInfos.Controls.Add(this.label11); this.gpbxDriverInfos.Controls.Add(this.lblCurrentDriverTyreAge); this.gpbxDriverInfos.Controls.Add(this.lblCurrentDriverTyreType); this.gpbxDriverInfos.Controls.Add(this.label8); this.gpbxDriverInfos.Controls.Add(this.lblCurrentDriverGapToLeader); this.gpbxDriverInfos.Controls.Add(this.label5); 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.Location = new System.Drawing.Point(371, 461); this.gpbxDriverInfos.Name = "gpbxDriverInfos"; this.gpbxDriverInfos.Size = new System.Drawing.Size(610, 247); this.gpbxDriverInfos.TabIndex = 10; this.gpbxDriverInfos.TabStop = false; this.gpbxDriverInfos.Text = "Driver infos"; // // 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, 18); this.lblCurrentDriverPosition.Name = "lblCurrentDriverPosition"; this.lblCurrentDriverPosition.Size = new System.Drawing.Size(43, 36); this.lblCurrentDriverPosition.TabIndex = 12; this.lblCurrentDriverPosition.Text = "-1"; // // lblCurrentDriverDRS // this.lblCurrentDriverDRS.AutoSize = true; this.lblCurrentDriverDRS.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.lblCurrentDriverDRS.Location = new System.Drawing.Point(191, 198); this.lblCurrentDriverDRS.Name = "lblCurrentDriverDRS"; this.lblCurrentDriverDRS.Size = new System.Drawing.Size(41, 27); this.lblCurrentDriverDRS.TabIndex = 11; this.lblCurrentDriverDRS.Text = "No"; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.label11.Location = new System.Drawing.Point(7, 198); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(52, 27); this.label11.TabIndex = 10; this.label11.Text = "DRS"; // // lblCurrentDriverTyreAge // this.lblCurrentDriverTyreAge.AutoSize = true; this.lblCurrentDriverTyreAge.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.lblCurrentDriverTyreAge.Location = new System.Drawing.Point(190, 157); this.lblCurrentDriverTyreAge.Name = "lblCurrentDriverTyreAge"; this.lblCurrentDriverTyreAge.Size = new System.Drawing.Size(85, 27); this.lblCurrentDriverTyreAge.TabIndex = 9; this.lblCurrentDriverTyreAge.Text = "10 Laps"; // // lblCurrentDriverTyreType // this.lblCurrentDriverTyreType.AutoSize = true; this.lblCurrentDriverTyreType.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.lblCurrentDriverTyreType.Location = new System.Drawing.Point(65, 157); this.lblCurrentDriverTyreType.Name = "lblCurrentDriverTyreType"; this.lblCurrentDriverTyreType.Size = new System.Drawing.Size(111, 27); this.lblCurrentDriverTyreType.TabIndex = 8; this.lblCurrentDriverTyreType.Text = "Undefined"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.label8.Location = new System.Drawing.Point(6, 157); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(58, 27); this.label8.TabIndex = 7; this.label8.Text = "Tyre:"; // // lblCurrentDriverGapToLeader // this.lblCurrentDriverGapToLeader.AutoSize = true; this.lblCurrentDriverGapToLeader.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.lblCurrentDriverGapToLeader.Location = new System.Drawing.Point(190, 113); 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(6, 113); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(153, 27); this.label5.TabIndex = 5; this.label5.Text = "Gap to leader :"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F); this.label6.Location = new System.Drawing.Point(299, 25); 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.Location = new System.Drawing.Point(304, 55); this.pnlCurrentDriverLapsHistory.Name = "pnlCurrentDriverLapsHistory"; this.pnlCurrentDriverLapsHistory.Size = new System.Drawing.Size(300, 186); 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, 69); 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, 68); 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, 18); 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.Controls.Add(this.label3); this.gpbxLapTimes.Controls.Add(this.label2); this.gpbxLapTimes.Controls.Add(this.pnlLosingTime); this.gpbxLapTimes.Controls.Add(this.pnlGainingTime); this.gpbxLapTimes.Location = new System.Drawing.Point(371, 12); this.gpbxLapTimes.Name = "gpbxLapTimes"; this.gpbxLapTimes.Size = new System.Drawing.Size(610, 239); this.gpbxLapTimes.TabIndex = 11; this.gpbxLapTimes.TabStop = false; this.gpbxLapTimes.Text = "Driver infos"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(311, 14); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(75, 16); this.label3.TabIndex = 3; this.label3.Text = "Losing time"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 14); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(81, 16); this.label2.TabIndex = 2; this.label2.Text = "Gaining time"; // // pnlLosingTime // this.pnlLosingTime.Location = new System.Drawing.Point(314, 33); this.pnlLosingTime.Name = "pnlLosingTime"; this.pnlLosingTime.Size = new System.Drawing.Size(290, 200); this.pnlLosingTime.TabIndex = 1; // // pnlGainingTime // this.pnlGainingTime.Location = new System.Drawing.Point(6, 33); this.pnlGainingTime.Name = "pnlGainingTime"; this.pnlGainingTime.Size = new System.Drawing.Size(290, 200); this.pnlGainingTime.TabIndex = 0; // // gpbxBattles // this.gpbxBattles.Controls.Add(this.pnlBattles); this.gpbxBattles.Location = new System.Drawing.Point(371, 257); this.gpbxBattles.Name = "gpbxBattles"; this.gpbxBattles.Size = new System.Drawing.Size(610, 198); this.gpbxBattles.TabIndex = 11; this.gpbxBattles.TabStop = false; this.gpbxBattles.Text = "Battles"; // // pnlBattles // this.pnlBattles.Location = new System.Drawing.Point(9, 21); this.pnlBattles.Name = "pnlBattles"; this.pnlBattles.Size = new System.Drawing.Size(595, 171); this.pnlBattles.TabIndex = 2; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1286, 720); this.Controls.Add(this.gpbxBattles); this.Controls.Add(this.gpbxLapTimes); this.Controls.Add(this.gpbxDriverInfos); this.Controls.Add(this.gpbxOvertakes); this.Controls.Add(this.gpbxRanking); this.Controls.Add(this.gpbxControls); this.Name = "Form1"; this.Text = "Form1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.pbxResult)).EndInit(); this.gpbxControls.ResumeLayout(false); this.gpbxControls.PerformLayout(); this.gpbxRanking.ResumeLayout(false); this.pnlLiveRanking.ResumeLayout(false); this.pnlLiveRanking.PerformLayout(); this.gpbxOvertakes.ResumeLayout(false); this.gpbxDriverInfos.ResumeLayout(false); this.gpbxDriverInfos.PerformLayout(); this.gpbxLapTimes.ResumeLayout(false); this.gpbxLapTimes.PerformLayout(); this.gpbxBattles.ResumeLayout(false); this.ResumeLayout(false); } #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 textBox1; 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.Panel pnlOvertakes; 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 pnlLosingTime; private System.Windows.Forms.Panel pnlGainingTime; private System.Windows.Forms.GroupBox gpbxBattles; private System.Windows.Forms.Panel pnlBattles; private System.Windows.Forms.TextBox tbxResult; } }