namespace TIProSkunkWorksExtension
{
partial class RealTimeStockRaceForm
{
///
/// 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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RealTimeStockRaceForm));
this.trckRaceProgress = new System.Windows.Forms.TrackBar();
this.numFinishValue = new System.Windows.Forms.NumericUpDown();
this.lblTargetValueTitle = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.cboBasedOn = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.numRaceLanes = new System.Windows.Forms.NumericUpDown();
this.raceTimer = new System.Windows.Forms.Timer(this.components);
this.lblRaceStatus = new System.Windows.Forms.Label();
this.lblRaceClock = new System.Windows.Forms.Label();
this.finishFlagTimer = new System.Windows.Forms.Timer(this.components);
this.cboSortOn = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.radSortOnDescending = new System.Windows.Forms.RadioButton();
this.radSortOnAscending = new System.Windows.Forms.RadioButton();
this.cboGoal = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.pnlSortOrder = new System.Windows.Forms.Panel();
this.pnlDeltaTotal = new System.Windows.Forms.Panel();
this.radBasedOnTotal = new System.Windows.Forms.RadioButton();
this.radBasedOnDelta = new System.Windows.Forms.RadioButton();
this.btnStartStop = new System.Windows.Forms.Button();
this.chkReplaceCars = new System.Windows.Forms.CheckBox();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.raceSetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.clearRaceWinnersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showTopWinnersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openTopListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.configureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.symbolLinkingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.duplicateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pinnedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.saveOrShareToCloudToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pnlFinishLine = new System.Windows.Forms.Panel();
this.picWinnersScrollDown = new System.Windows.Forms.PictureBox();
this.picWinnersScrollUp = new System.Windows.Forms.PictureBox();
this.pnlRaceWinnersHolder = new System.Windows.Forms.Panel();
this.pnlRaceWinners = new System.Windows.Forms.Panel();
this.pnlRaceTopWinners = new System.Windows.Forms.Panel();
this.picFinishLine = new System.Windows.Forms.PictureBox();
this.chkAutoReRun = new System.Windows.Forms.CheckBox();
this.reRunTimer = new System.Windows.Forms.Timer(this.components);
this.btnReplay = new System.Windows.Forms.Button();
this.replayTimer = new System.Windows.Forms.Timer(this.components);
this.pnlRaceSetup = new System.Windows.Forms.Panel();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.datReplayTo = new System.Windows.Forms.DateTimePicker();
this.datReplayFrom = new System.Windows.Forms.DateTimePicker();
this.chkReplayMode = new System.Windows.Forms.CheckBox();
this.chkAutoStartOnLoad = new System.Windows.Forms.CheckBox();
this.chkBiggestLoserWins = new System.Windows.Forms.CheckBox();
this.raceStartTimer = new System.Windows.Forms.Timer(this.components);
this.lblRaceMinutes = new System.Windows.Forms.Label();
this.pnlRaceStatus = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.lblRaceBasedOn = new System.Windows.Forms.Label();
this.formSnapper1 = new Informacija.FormSnapper(this.components);
this.realTimeStockRaceControl1 = new TIProSkunkWorksExtension.RealTimeStockRaceControl();
((System.ComponentModel.ISupportInitialize)(this.trckRaceProgress)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numFinishValue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numRaceLanes)).BeginInit();
this.pnlSortOrder.SuspendLayout();
this.pnlDeltaTotal.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.pnlFinishLine.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picWinnersScrollDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picWinnersScrollUp)).BeginInit();
this.pnlRaceWinnersHolder.SuspendLayout();
this.pnlRaceWinners.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picFinishLine)).BeginInit();
this.pnlRaceSetup.SuspendLayout();
this.pnlRaceStatus.SuspendLayout();
this.SuspendLayout();
//
// trckRaceProgress
//
this.trckRaceProgress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.trckRaceProgress.Location = new System.Drawing.Point(12, 211);
this.trckRaceProgress.Maximum = 100;
this.trckRaceProgress.Name = "trckRaceProgress";
this.trckRaceProgress.Size = new System.Drawing.Size(510, 45);
this.trckRaceProgress.TabIndex = 1;
this.trckRaceProgress.TickFrequency = 5;
this.trckRaceProgress.Scroll += new System.EventHandler(this.trckRaceProgress_Scroll);
this.trckRaceProgress.ValueChanged += new System.EventHandler(this.trckRaceProgress_ValueChanged);
//
// numFinishValue
//
this.numFinishValue.Location = new System.Drawing.Point(92, 34);
this.numFinishValue.Maximum = new decimal(new int[] {
1215752192,
23,
0,
0});
this.numFinishValue.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numFinishValue.Name = "numFinishValue";
this.numFinishValue.Size = new System.Drawing.Size(141, 20);
this.numFinishValue.TabIndex = 3;
this.numFinishValue.Value = new decimal(new int[] {
1,
0,
0,
0});
this.numFinishValue.ValueChanged += new System.EventHandler(this.numFinishValue_ValueChanged);
//
// lblTargetValueTitle
//
this.lblTargetValueTitle.AutoSize = true;
this.lblTargetValueTitle.Location = new System.Drawing.Point(3, 36);
this.lblTargetValueTitle.Name = "lblTargetValueTitle";
this.lblTargetValueTitle.Size = new System.Drawing.Size(82, 13);
this.lblTargetValueTitle.TabIndex = 4;
this.lblTargetValueTitle.Text = "Minutes to Run:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 63);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(57, 13);
this.label2.TabIndex = 5;
this.label2.Text = "Based On:";
//
// cboBasedOn
//
this.cboBasedOn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboBasedOn.FormattingEnabled = true;
this.cboBasedOn.Location = new System.Drawing.Point(68, 60);
this.cboBasedOn.Name = "cboBasedOn";
this.cboBasedOn.Size = new System.Drawing.Size(174, 21);
this.cboBasedOn.TabIndex = 6;
this.cboBasedOn.SelectedIndexChanged += new System.EventHandler(this.cboBasedOn_SelectedIndexChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(165, 9);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(68, 13);
this.label3.TabIndex = 8;
this.label3.Text = "Race Lanes:";
//
// numRaceLanes
//
this.numRaceLanes.Location = new System.Drawing.Point(239, 7);
this.numRaceLanes.Maximum = new decimal(new int[] {
5,
0,
0,
0});
this.numRaceLanes.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.numRaceLanes.Name = "numRaceLanes";
this.numRaceLanes.Size = new System.Drawing.Size(52, 20);
this.numRaceLanes.TabIndex = 7;
this.numRaceLanes.Value = new decimal(new int[] {
5,
0,
0,
0});
//
// raceTimer
//
this.raceTimer.Interval = 1000;
this.raceTimer.Tick += new System.EventHandler(this.raceTimer_Tick);
//
// lblRaceStatus
//
this.lblRaceStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblRaceStatus.AutoSize = true;
this.lblRaceStatus.BackColor = System.Drawing.Color.White;
this.lblRaceStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRaceStatus.Location = new System.Drawing.Point(74, 1);
this.lblRaceStatus.Name = "lblRaceStatus";
this.lblRaceStatus.Size = new System.Drawing.Size(107, 16);
this.lblRaceStatus.TabIndex = 10;
this.lblRaceStatus.Text = "Ready to Start";
this.lblRaceStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblRaceClock
//
this.lblRaceClock.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblRaceClock.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRaceClock.Location = new System.Drawing.Point(442, 167);
this.lblRaceClock.Name = "lblRaceClock";
this.lblRaceClock.Size = new System.Drawing.Size(80, 20);
this.lblRaceClock.TabIndex = 11;
this.lblRaceClock.Text = "00:00:00";
this.lblRaceClock.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// finishFlagTimer
//
this.finishFlagTimer.Interval = 2000;
this.finishFlagTimer.Tick += new System.EventHandler(this.finishFlagTimer_Tick);
//
// cboSortOn
//
this.cboSortOn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSortOn.FormattingEnabled = true;
this.cboSortOn.Location = new System.Drawing.Point(68, 87);
this.cboSortOn.Name = "cboSortOn";
this.cboSortOn.Size = new System.Drawing.Size(174, 21);
this.cboSortOn.TabIndex = 14;
this.cboSortOn.SelectedIndexChanged += new System.EventHandler(this.cboSortOn_SelectedIndexChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(3, 90);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(46, 13);
this.label4.TabIndex = 13;
this.label4.Text = "Sort On:";
//
// radSortOnDescending
//
this.radSortOnDescending.AutoSize = true;
this.radSortOnDescending.Checked = true;
this.radSortOnDescending.Enabled = false;
this.radSortOnDescending.Location = new System.Drawing.Point(3, 3);
this.radSortOnDescending.Name = "radSortOnDescending";
this.radSortOnDescending.Size = new System.Drawing.Size(82, 17);
this.radSortOnDescending.TabIndex = 15;
this.radSortOnDescending.TabStop = true;
this.radSortOnDescending.Text = "Descending";
this.radSortOnDescending.UseVisualStyleBackColor = true;
this.radSortOnDescending.CheckedChanged += new System.EventHandler(this.radSortOnDescending_CheckedChanged);
//
// radSortOnAscending
//
this.radSortOnAscending.AutoSize = true;
this.radSortOnAscending.Enabled = false;
this.radSortOnAscending.Location = new System.Drawing.Point(91, 3);
this.radSortOnAscending.Name = "radSortOnAscending";
this.radSortOnAscending.Size = new System.Drawing.Size(75, 17);
this.radSortOnAscending.TabIndex = 16;
this.radSortOnAscending.Text = "Ascending";
this.radSortOnAscending.UseVisualStyleBackColor = true;
this.radSortOnAscending.CheckedChanged += new System.EventHandler(this.radSortOnAscending_CheckedChanged);
//
// cboGoal
//
this.cboGoal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboGoal.FormattingEnabled = true;
this.cboGoal.Items.AddRange(new object[] {
"Time",
"Based On Value"});
this.cboGoal.Location = new System.Drawing.Point(41, 6);
this.cboGoal.Name = "cboGoal";
this.cboGoal.Size = new System.Drawing.Size(103, 21);
this.cboGoal.TabIndex = 18;
this.cboGoal.SelectedIndexChanged += new System.EventHandler(this.cboGoal_SelectedIndexChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(3, 9);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(32, 13);
this.label5.TabIndex = 17;
this.label5.Text = "Goal:";
//
// pnlSortOrder
//
this.pnlSortOrder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlSortOrder.Controls.Add(this.radSortOnAscending);
this.pnlSortOrder.Controls.Add(this.radSortOnDescending);
this.pnlSortOrder.Location = new System.Drawing.Point(248, 85);
this.pnlSortOrder.Name = "pnlSortOrder";
this.pnlSortOrder.Size = new System.Drawing.Size(172, 26);
this.pnlSortOrder.TabIndex = 19;
//
// pnlDeltaTotal
//
this.pnlDeltaTotal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlDeltaTotal.Controls.Add(this.radBasedOnTotal);
this.pnlDeltaTotal.Controls.Add(this.radBasedOnDelta);
this.pnlDeltaTotal.Location = new System.Drawing.Point(248, 58);
this.pnlDeltaTotal.Name = "pnlDeltaTotal";
this.pnlDeltaTotal.Size = new System.Drawing.Size(172, 25);
this.pnlDeltaTotal.TabIndex = 20;
//
// radBasedOnTotal
//
this.radBasedOnTotal.AutoSize = true;
this.radBasedOnTotal.Location = new System.Drawing.Point(91, 3);
this.radBasedOnTotal.Name = "radBasedOnTotal";
this.radBasedOnTotal.Size = new System.Drawing.Size(49, 17);
this.radBasedOnTotal.TabIndex = 1;
this.radBasedOnTotal.Text = "Total";
this.radBasedOnTotal.UseVisualStyleBackColor = true;
//
// radBasedOnDelta
//
this.radBasedOnDelta.AutoSize = true;
this.radBasedOnDelta.Checked = true;
this.radBasedOnDelta.Location = new System.Drawing.Point(3, 3);
this.radBasedOnDelta.Name = "radBasedOnDelta";
this.radBasedOnDelta.Size = new System.Drawing.Size(50, 17);
this.radBasedOnDelta.TabIndex = 0;
this.radBasedOnDelta.TabStop = true;
this.radBasedOnDelta.Text = "Delta";
this.radBasedOnDelta.UseVisualStyleBackColor = true;
this.radBasedOnDelta.CheckedChanged += new System.EventHandler(this.radBasedOnDelta_CheckedChanged);
//
// btnStartStop
//
this.btnStartStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnStartStop.BackgroundImage = global::TIProSkunkWorksExtension.Properties.Resources.play_enabled;
this.btnStartStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnStartStop.FlatAppearance.BorderSize = 0;
this.btnStartStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnStartStop.Location = new System.Drawing.Point(12, 170);
this.btnStartStop.Name = "btnStartStop";
this.btnStartStop.Size = new System.Drawing.Size(35, 35);
this.btnStartStop.TabIndex = 2;
this.btnStartStop.UseVisualStyleBackColor = true;
this.btnStartStop.Click += new System.EventHandler(this.btnStartStop_Click);
//
// chkReplaceCars
//
this.chkReplaceCars.AutoSize = true;
this.chkReplaceCars.Location = new System.Drawing.Point(8, 118);
this.chkReplaceCars.Name = "chkReplaceCars";
this.chkReplaceCars.Size = new System.Drawing.Size(90, 17);
this.chkReplaceCars.TabIndex = 21;
this.chkReplaceCars.Text = "Replace Cars";
this.chkReplaceCars.UseVisualStyleBackColor = true;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.raceSetupToolStripMenuItem,
this.clearRaceWinnersToolStripMenuItem,
this.showTopWinnersToolStripMenuItem,
this.openTopListToolStripMenuItem,
this.toolStripSeparator1,
this.configureToolStripMenuItem,
this.symbolLinkingToolStripMenuItem,
this.duplicateToolStripMenuItem,
this.pinnedToolStripMenuItem,
this.toolStripSeparator2,
this.saveOrShareToCloudToolStripMenuItem,
this.saveAsToolStripMenuItem,
this.saveAsDefaultToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(203, 258);
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
//
// raceSetupToolStripMenuItem
//
this.raceSetupToolStripMenuItem.Name = "raceSetupToolStripMenuItem";
this.raceSetupToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.raceSetupToolStripMenuItem.Text = "Show Race Setup";
this.raceSetupToolStripMenuItem.Click += new System.EventHandler(this.raceSetupToolStripMenuItem_Click);
//
// clearRaceWinnersToolStripMenuItem
//
this.clearRaceWinnersToolStripMenuItem.Name = "clearRaceWinnersToolStripMenuItem";
this.clearRaceWinnersToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.clearRaceWinnersToolStripMenuItem.Text = "Clear Race Winners";
this.clearRaceWinnersToolStripMenuItem.Click += new System.EventHandler(this.clearRaceWinnersToolStripMenuItem_Click);
//
// showTopWinnersToolStripMenuItem
//
this.showTopWinnersToolStripMenuItem.Name = "showTopWinnersToolStripMenuItem";
this.showTopWinnersToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.showTopWinnersToolStripMenuItem.Text = "Show Top Winners";
this.showTopWinnersToolStripMenuItem.Click += new System.EventHandler(this.showTopWinnersToolStripMenuItem_Click);
//
// openTopListToolStripMenuItem
//
this.openTopListToolStripMenuItem.Name = "openTopListToolStripMenuItem";
this.openTopListToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.openTopListToolStripMenuItem.Text = "Open Top List";
this.openTopListToolStripMenuItem.Click += new System.EventHandler(this.openTopListToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(199, 6);
//
// configureToolStripMenuItem
//
this.configureToolStripMenuItem.Name = "configureToolStripMenuItem";
this.configureToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.configureToolStripMenuItem.Text = "Configure...";
this.configureToolStripMenuItem.Click += new System.EventHandler(this.configureToolStripMenuItem_Click);
//
// symbolLinkingToolStripMenuItem
//
this.symbolLinkingToolStripMenuItem.Name = "symbolLinkingToolStripMenuItem";
this.symbolLinkingToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.symbolLinkingToolStripMenuItem.Text = "Symbol Linking";
//
// duplicateToolStripMenuItem
//
this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem";
this.duplicateToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.duplicateToolStripMenuItem.Text = "Duplicate";
this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.duplicateToolStripMenuItem_Click);
//
// pinnedToolStripMenuItem
//
this.pinnedToolStripMenuItem.Name = "pinnedToolStripMenuItem";
this.pinnedToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.pinnedToolStripMenuItem.Text = "Pinned";
this.pinnedToolStripMenuItem.Click += new System.EventHandler(this.pinnedToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(199, 6);
//
// saveOrShareToCloudToolStripMenuItem
//
this.saveOrShareToCloudToolStripMenuItem.Name = "saveOrShareToCloudToolStripMenuItem";
this.saveOrShareToCloudToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.saveOrShareToCloudToolStripMenuItem.Text = "Save or Share to Cloud...";
this.saveOrShareToCloudToolStripMenuItem.Click += new System.EventHandler(this.saveOrShareToCloudToolStripMenuItem_Click);
//
// saveAsToolStripMenuItem
//
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.saveAsToolStripMenuItem.Text = "Save As...";
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
//
// saveAsDefaultToolStripMenuItem
//
this.saveAsDefaultToolStripMenuItem.Name = "saveAsDefaultToolStripMenuItem";
this.saveAsDefaultToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.saveAsDefaultToolStripMenuItem.Text = "Save as Default";
this.saveAsDefaultToolStripMenuItem.Click += new System.EventHandler(this.saveAsDefaultToolStripMenuItem_Click);
//
// pnlFinishLine
//
this.pnlFinishLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlFinishLine.Controls.Add(this.picWinnersScrollDown);
this.pnlFinishLine.Controls.Add(this.picWinnersScrollUp);
this.pnlFinishLine.Controls.Add(this.pnlRaceWinnersHolder);
this.pnlFinishLine.Controls.Add(this.picFinishLine);
this.pnlFinishLine.Location = new System.Drawing.Point(437, 12);
this.pnlFinishLine.Name = "pnlFinishLine";
this.pnlFinishLine.Size = new System.Drawing.Size(84, 152);
this.pnlFinishLine.TabIndex = 22;
this.pnlFinishLine.Resize += new System.EventHandler(this.pnlFinishLine_Resize);
//
// picWinnersScrollDown
//
this.picWinnersScrollDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.picWinnersScrollDown.Image = global::TIProSkunkWorksExtension.Properties.Resources.down;
this.picWinnersScrollDown.Location = new System.Drawing.Point(5, 127);
this.picWinnersScrollDown.Name = "picWinnersScrollDown";
this.picWinnersScrollDown.Size = new System.Drawing.Size(75, 20);
this.picWinnersScrollDown.TabIndex = 13;
this.picWinnersScrollDown.TabStop = false;
this.picWinnersScrollDown.Visible = false;
this.picWinnersScrollDown.Click += new System.EventHandler(this.picWinnersScrollDown_Click);
//
// picWinnersScrollUp
//
this.picWinnersScrollUp.Image = global::TIProSkunkWorksExtension.Properties.Resources.up;
this.picWinnersScrollUp.Location = new System.Drawing.Point(5, 5);
this.picWinnersScrollUp.Name = "picWinnersScrollUp";
this.picWinnersScrollUp.Size = new System.Drawing.Size(75, 20);
this.picWinnersScrollUp.TabIndex = 12;
this.picWinnersScrollUp.TabStop = false;
this.picWinnersScrollUp.Visible = false;
this.picWinnersScrollUp.Click += new System.EventHandler(this.picWinnersScrollUp_Click);
//
// pnlRaceWinnersHolder
//
this.pnlRaceWinnersHolder.BackColor = System.Drawing.Color.Black;
this.pnlRaceWinnersHolder.Controls.Add(this.pnlRaceWinners);
this.pnlRaceWinnersHolder.Location = new System.Drawing.Point(5, 25);
this.pnlRaceWinnersHolder.Name = "pnlRaceWinnersHolder";
this.pnlRaceWinnersHolder.Size = new System.Drawing.Size(75, 25);
this.pnlRaceWinnersHolder.TabIndex = 11;
this.pnlRaceWinnersHolder.Visible = false;
//
// pnlRaceWinners
//
this.pnlRaceWinners.BackColor = System.Drawing.Color.Black;
this.pnlRaceWinners.Controls.Add(this.pnlRaceTopWinners);
this.pnlRaceWinners.Location = new System.Drawing.Point(0, 0);
this.pnlRaceWinners.Name = "pnlRaceWinners";
this.pnlRaceWinners.Size = new System.Drawing.Size(100, 25);
this.pnlRaceWinners.TabIndex = 12;
this.pnlRaceWinners.Visible = false;
this.pnlRaceWinners.Resize += new System.EventHandler(this.pnlRaceWinners_Resize);
//
// pnlRaceTopWinners
//
this.pnlRaceTopWinners.BackColor = System.Drawing.Color.White;
this.pnlRaceTopWinners.Enabled = false;
this.pnlRaceTopWinners.Location = new System.Drawing.Point(0, 0);
this.pnlRaceTopWinners.Name = "pnlRaceTopWinners";
this.pnlRaceTopWinners.Size = new System.Drawing.Size(100, 25);
this.pnlRaceTopWinners.TabIndex = 0;
this.pnlRaceTopWinners.Visible = false;
this.pnlRaceTopWinners.Resize += new System.EventHandler(this.pnlRaceTopWinners_Resize);
//
// picFinishLine
//
this.picFinishLine.Image = ((System.Drawing.Image)(resources.GetObject("picFinishLine.Image")));
this.picFinishLine.Location = new System.Drawing.Point(0, 0);
this.picFinishLine.Name = "picFinishLine";
this.picFinishLine.Size = new System.Drawing.Size(84, 304);
this.picFinishLine.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picFinishLine.TabIndex = 10;
this.picFinishLine.TabStop = false;
this.picFinishLine.Click += new System.EventHandler(this.picFinishLine_Click);
//
// chkAutoReRun
//
this.chkAutoReRun.AutoSize = true;
this.chkAutoReRun.Location = new System.Drawing.Point(8, 141);
this.chkAutoReRun.Name = "chkAutoReRun";
this.chkAutoReRun.Size = new System.Drawing.Size(88, 17);
this.chkAutoReRun.TabIndex = 23;
this.chkAutoReRun.Text = "Auto Re-Run";
this.chkAutoReRun.UseVisualStyleBackColor = true;
//
// reRunTimer
//
this.reRunTimer.Interval = 2000;
this.reRunTimer.Tick += new System.EventHandler(this.ReRunTimer_Tick);
//
// btnReplay
//
this.btnReplay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnReplay.BackgroundImage = global::TIProSkunkWorksExtension.Properties.Resources.replay_disabled;
this.btnReplay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnReplay.Enabled = false;
this.btnReplay.FlatAppearance.BorderSize = 0;
this.btnReplay.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnReplay.Location = new System.Drawing.Point(48, 170);
this.btnReplay.Name = "btnReplay";
this.btnReplay.Size = new System.Drawing.Size(35, 35);
this.btnReplay.TabIndex = 24;
this.btnReplay.UseVisualStyleBackColor = true;
this.btnReplay.Click += new System.EventHandler(this.btnReplay_Click);
//
// replayTimer
//
this.replayTimer.Tick += new System.EventHandler(this.replayTimer_Tick);
//
// pnlRaceSetup
//
this.pnlRaceSetup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlRaceSetup.Controls.Add(this.label8);
this.pnlRaceSetup.Controls.Add(this.label7);
this.pnlRaceSetup.Controls.Add(this.datReplayTo);
this.pnlRaceSetup.Controls.Add(this.datReplayFrom);
this.pnlRaceSetup.Controls.Add(this.chkReplayMode);
this.pnlRaceSetup.Controls.Add(this.chkAutoStartOnLoad);
this.pnlRaceSetup.Controls.Add(this.chkBiggestLoserWins);
this.pnlRaceSetup.Controls.Add(this.numRaceLanes);
this.pnlRaceSetup.Controls.Add(this.numFinishValue);
this.pnlRaceSetup.Controls.Add(this.lblTargetValueTitle);
this.pnlRaceSetup.Controls.Add(this.chkAutoReRun);
this.pnlRaceSetup.Controls.Add(this.label3);
this.pnlRaceSetup.Controls.Add(this.chkReplaceCars);
this.pnlRaceSetup.Controls.Add(this.label5);
this.pnlRaceSetup.Controls.Add(this.cboGoal);
this.pnlRaceSetup.Controls.Add(this.pnlDeltaTotal);
this.pnlRaceSetup.Controls.Add(this.pnlSortOrder);
this.pnlRaceSetup.Controls.Add(this.cboBasedOn);
this.pnlRaceSetup.Controls.Add(this.label2);
this.pnlRaceSetup.Controls.Add(this.cboSortOn);
this.pnlRaceSetup.Controls.Add(this.label4);
this.pnlRaceSetup.Location = new System.Drawing.Point(3, 3);
this.pnlRaceSetup.Name = "pnlRaceSetup";
this.pnlRaceSetup.Size = new System.Drawing.Size(433, 161);
this.pnlRaceSetup.TabIndex = 25;
this.pnlRaceSetup.Visible = false;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(3, 214);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(59, 13);
this.label8.TabIndex = 30;
this.label8.Text = "Replay To:";
this.label8.Visible = false;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(3, 190);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(69, 13);
this.label7.TabIndex = 29;
this.label7.Text = "Replay From:";
this.label7.Visible = false;
//
// datReplayTo
//
this.datReplayTo.CustomFormat = "MM/dd/yyyy hh:mm:ss";
this.datReplayTo.Enabled = false;
this.datReplayTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.datReplayTo.Location = new System.Drawing.Point(78, 211);
this.datReplayTo.Name = "datReplayTo";
this.datReplayTo.Size = new System.Drawing.Size(140, 20);
this.datReplayTo.TabIndex = 28;
this.datReplayTo.Visible = false;
//
// datReplayFrom
//
this.datReplayFrom.CustomFormat = "MM/dd/yyyy hh:mm:ss";
this.datReplayFrom.Enabled = false;
this.datReplayFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.datReplayFrom.Location = new System.Drawing.Point(78, 187);
this.datReplayFrom.Name = "datReplayFrom";
this.datReplayFrom.Size = new System.Drawing.Size(140, 20);
this.datReplayFrom.TabIndex = 27;
this.datReplayFrom.Visible = false;
//
// chkReplayMode
//
this.chkReplayMode.AutoSize = true;
this.chkReplayMode.Location = new System.Drawing.Point(8, 164);
this.chkReplayMode.Name = "chkReplayMode";
this.chkReplayMode.Size = new System.Drawing.Size(89, 17);
this.chkReplayMode.TabIndex = 26;
this.chkReplayMode.Text = "Replay Mode";
this.chkReplayMode.UseVisualStyleBackColor = true;
this.chkReplayMode.Visible = false;
this.chkReplayMode.CheckedChanged += new System.EventHandler(this.chkReplayMode_CheckedChanged);
//
// chkAutoStartOnLoad
//
this.chkAutoStartOnLoad.AutoSize = true;
this.chkAutoStartOnLoad.Location = new System.Drawing.Point(125, 141);
this.chkAutoStartOnLoad.Name = "chkAutoStartOnLoad";
this.chkAutoStartOnLoad.Size = new System.Drawing.Size(115, 17);
this.chkAutoStartOnLoad.TabIndex = 25;
this.chkAutoStartOnLoad.Text = "Auto Start on Load";
this.chkAutoStartOnLoad.UseVisualStyleBackColor = true;
//
// chkBiggestLoserWins
//
this.chkBiggestLoserWins.AutoSize = true;
this.chkBiggestLoserWins.Location = new System.Drawing.Point(125, 118);
this.chkBiggestLoserWins.Name = "chkBiggestLoserWins";
this.chkBiggestLoserWins.Size = new System.Drawing.Size(117, 17);
this.chkBiggestLoserWins.TabIndex = 24;
this.chkBiggestLoserWins.Text = "Biggest Loser Wins";
this.chkBiggestLoserWins.UseVisualStyleBackColor = true;
//
// raceStartTimer
//
this.raceStartTimer.Interval = 1000;
this.raceStartTimer.Tick += new System.EventHandler(this.raceStartTimer_Tick);
//
// lblRaceMinutes
//
this.lblRaceMinutes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblRaceMinutes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRaceMinutes.Location = new System.Drawing.Point(428, 184);
this.lblRaceMinutes.Name = "lblRaceMinutes";
this.lblRaceMinutes.Size = new System.Drawing.Size(102, 20);
this.lblRaceMinutes.TabIndex = 26;
this.lblRaceMinutes.Text = "10 MIN RACE";
this.lblRaceMinutes.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pnlRaceStatus
//
this.pnlRaceStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.pnlRaceStatus.BackColor = System.Drawing.Color.White;
this.pnlRaceStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlRaceStatus.Controls.Add(this.label6);
this.pnlRaceStatus.Controls.Add(this.label1);
this.pnlRaceStatus.Controls.Add(this.lblRaceBasedOn);
this.pnlRaceStatus.Controls.Add(this.lblRaceStatus);
this.pnlRaceStatus.Location = new System.Drawing.Point(88, 169);
this.pnlRaceStatus.Margin = new System.Windows.Forms.Padding(2);
this.pnlRaceStatus.Name = "pnlRaceStatus";
this.pnlRaceStatus.Size = new System.Drawing.Size(319, 37);
this.pnlRaceStatus.TabIndex = 27;
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.White;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ForeColor = System.Drawing.Color.Black;
this.label6.Location = new System.Drawing.Point(3, 18);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(89, 16);
this.label6.TabIndex = 13;
this.label6.Text = "BASED ON:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.White;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.Black;
this.label1.Location = new System.Drawing.Point(3, 1);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(73, 16);
this.label1.TabIndex = 12;
this.label1.Text = "STATUS:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblRaceBasedOn
//
this.lblRaceBasedOn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblRaceBasedOn.AutoSize = true;
this.lblRaceBasedOn.BackColor = System.Drawing.Color.White;
this.lblRaceBasedOn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRaceBasedOn.Location = new System.Drawing.Point(90, 18);
this.lblRaceBasedOn.Name = "lblRaceBasedOn";
this.lblRaceBasedOn.Size = new System.Drawing.Size(0, 16);
this.lblRaceBasedOn.TabIndex = 11;
this.lblRaceBasedOn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// formSnapper1
//
this.formSnapper1.ContainerControl = this;
this.formSnapper1.Enabled = false;
this.formSnapper1.FamilyName = "";
this.formSnapper1.SnapDistance = 20;
this.formSnapper1.Win10HeightAdjustment = 0;
this.formSnapper1.Win10WidthAdjustment = 0;
//
// realTimeStockRaceControl1
//
this.realTimeStockRaceControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.realTimeStockRaceControl1.BackColor = System.Drawing.Color.DarkGray;
this.realTimeStockRaceControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.realTimeStockRaceControl1.Location = new System.Drawing.Point(12, 12);
this.realTimeStockRaceControl1.Margin = new System.Windows.Forms.Padding(6);
this.realTimeStockRaceControl1.Name = "realTimeStockRaceControl1";
this.realTimeStockRaceControl1.Size = new System.Drawing.Size(425, 152);
this.realTimeStockRaceControl1.TabIndex = 0;
//
// RealTimeStockRaceForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(534, 258);
this.ContextMenuStrip = this.contextMenuStrip1;
this.Controls.Add(this.pnlRaceStatus);
this.Controls.Add(this.lblRaceMinutes);
this.Controls.Add(this.pnlRaceSetup);
this.Controls.Add(this.btnReplay);
this.Controls.Add(this.pnlFinishLine);
this.Controls.Add(this.lblRaceClock);
this.Controls.Add(this.btnStartStop);
this.Controls.Add(this.trckRaceProgress);
this.Controls.Add(this.realTimeStockRaceControl1);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "RealTimeStockRaceForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Real-Time Stock Race";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RealTimeStockRaceForm_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.RealTimeStockRaceForm_FormClosed);
this.Resize += new System.EventHandler(this.RealTimeStockRaceForm_Resize);
((System.ComponentModel.ISupportInitialize)(this.trckRaceProgress)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numFinishValue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numRaceLanes)).EndInit();
this.pnlSortOrder.ResumeLayout(false);
this.pnlSortOrder.PerformLayout();
this.pnlDeltaTotal.ResumeLayout(false);
this.pnlDeltaTotal.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.pnlFinishLine.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picWinnersScrollDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picWinnersScrollUp)).EndInit();
this.pnlRaceWinnersHolder.ResumeLayout(false);
this.pnlRaceWinners.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picFinishLine)).EndInit();
this.pnlRaceSetup.ResumeLayout(false);
this.pnlRaceSetup.PerformLayout();
this.pnlRaceStatus.ResumeLayout(false);
this.pnlRaceStatus.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private RealTimeStockRaceControl realTimeStockRaceControl1;
private System.Windows.Forms.TrackBar trckRaceProgress;
private System.Windows.Forms.Button btnStartStop;
private System.Windows.Forms.NumericUpDown numFinishValue;
private System.Windows.Forms.Label lblTargetValueTitle;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cboBasedOn;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.NumericUpDown numRaceLanes;
private System.Windows.Forms.Timer raceTimer;
private System.Windows.Forms.Label lblRaceStatus;
private System.Windows.Forms.Label lblRaceClock;
private System.Windows.Forms.Timer finishFlagTimer;
private System.Windows.Forms.ComboBox cboSortOn;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.RadioButton radSortOnDescending;
private System.Windows.Forms.RadioButton radSortOnAscending;
private System.Windows.Forms.ComboBox cboGoal;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Panel pnlSortOrder;
private System.Windows.Forms.Panel pnlDeltaTotal;
private System.Windows.Forms.RadioButton radBasedOnTotal;
private System.Windows.Forms.RadioButton radBasedOnDelta;
private System.Windows.Forms.CheckBox chkReplaceCars;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem configureToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem symbolLinkingToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem duplicateToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveOrShareToCloudToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pinnedToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveAsDefaultToolStripMenuItem;
private Informacija.FormSnapper formSnapper1;
private System.Windows.Forms.Panel pnlFinishLine;
private System.Windows.Forms.PictureBox picFinishLine;
private System.Windows.Forms.CheckBox chkAutoReRun;
private System.Windows.Forms.Timer reRunTimer;
private System.Windows.Forms.Panel pnlRaceWinnersHolder;
private System.Windows.Forms.ToolStripMenuItem clearRaceWinnersToolStripMenuItem;
private System.Windows.Forms.Button btnReplay;
private System.Windows.Forms.Timer replayTimer;
private System.Windows.Forms.Panel pnlRaceSetup;
private System.Windows.Forms.ToolStripMenuItem raceSetupToolStripMenuItem;
private System.Windows.Forms.CheckBox chkBiggestLoserWins;
private System.Windows.Forms.ToolStripMenuItem openTopListToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.CheckBox chkAutoStartOnLoad;
private System.Windows.Forms.Timer raceStartTimer;
private System.Windows.Forms.Label lblRaceMinutes;
private System.Windows.Forms.Panel pnlRaceStatus;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblRaceBasedOn;
private System.Windows.Forms.PictureBox picWinnersScrollDown;
private System.Windows.Forms.PictureBox picWinnersScrollUp;
private System.Windows.Forms.Panel pnlRaceWinners;
private System.Windows.Forms.CheckBox chkReplayMode;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.DateTimePicker datReplayTo;
private System.Windows.Forms.DateTimePicker datReplayFrom;
private System.Windows.Forms.Panel pnlRaceTopWinners;
private System.Windows.Forms.ToolStripMenuItem showTopWinnersToolStripMenuItem;
}
}