namespace MarketDataProcessorGUI
{
partial class frmMain
{
///
/// 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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openTapeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveTapeStateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tapeImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tslTapeLabel = new System.Windows.Forms.ToolStripLabel();
this.tslLoadedTapeFile = new System.Windows.Forms.ToolStripLabel();
this.cmdProcessTape = new System.Windows.Forms.ToolStripButton();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.tsslCurrentTape = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslCurrentTapeValue = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslTapeTime = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslTapeTimeValue = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslMessagesProduced = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslMessagesProducedValue = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslQuoteMessagesProduced = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslQuoteMessagesProducedValue = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslHaltsProducedLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslHaltsProducedValue = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslImbalancesProducedLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslImbalancesProducedValue = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslNextTapeSaveLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslNextTapeSaveValue = new System.Windows.Forms.ToolStripStatusLabel();
this.lblTapeTimeValue = new System.Windows.Forms.Label();
this.producedCount = new System.Windows.Forms.Label();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tpTapeLog = new System.Windows.Forms.TabPage();
this.listLog = new System.Windows.Forms.ListBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.dgvTapeHistory = new System.Windows.Forms.DataGridView();
this.TapeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Opened = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TapeTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Trades = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Quotes = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Closed = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.listSubscriptionLog = new System.Windows.Forms.ListBox();
this.listConsumerGroupsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tpTapeLog.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvTapeHistory)).BeginInit();
this.tabPage1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
this.menuStrip1.Size = new System.Drawing.Size(1162, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openTapeToolStripMenuItem,
this.saveTapeStateToolStripMenuItem,
this.tapeImportToolStripMenuItem,
this.listConsumerGroupsToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "&File";
this.fileToolStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click);
//
// openTapeToolStripMenuItem
//
this.openTapeToolStripMenuItem.Name = "openTapeToolStripMenuItem";
this.openTapeToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.openTapeToolStripMenuItem.Text = "Open Tape";
this.openTapeToolStripMenuItem.Click += new System.EventHandler(this.openTapeToolStripMenuItem_Click);
//
// saveTapeStateToolStripMenuItem
//
this.saveTapeStateToolStripMenuItem.Name = "saveTapeStateToolStripMenuItem";
this.saveTapeStateToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.saveTapeStateToolStripMenuItem.Text = "Save Tape State";
this.saveTapeStateToolStripMenuItem.Click += new System.EventHandler(this.saveTapeStateToolStripMenuItem_Click);
//
// tapeImportToolStripMenuItem
//
this.tapeImportToolStripMenuItem.Name = "tapeImportToolStripMenuItem";
this.tapeImportToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.tapeImportToolStripMenuItem.Text = "Tape Import";
this.tapeImportToolStripMenuItem.Click += new System.EventHandler(this.tapeImportToolStripMenuItem_Click);
//
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tslTapeLabel,
this.tslLoadedTapeFile,
this.cmdProcessTape});
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1162, 25);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// tslTapeLabel
//
this.tslTapeLabel.Name = "tslTapeLabel";
this.tslTapeLabel.Size = new System.Drawing.Size(34, 22);
this.tslTapeLabel.Text = "Tape:";
this.tslTapeLabel.Visible = false;
//
// tslLoadedTapeFile
//
this.tslLoadedTapeFile.ForeColor = System.Drawing.Color.DarkBlue;
this.tslLoadedTapeFile.Name = "tslLoadedTapeFile";
this.tslLoadedTapeFile.Size = new System.Drawing.Size(0, 22);
this.tslLoadedTapeFile.Visible = false;
//
// cmdProcessTape
//
this.cmdProcessTape.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.cmdProcessTape.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.cmdProcessTape.ImageTransparentColor = System.Drawing.Color.Magenta;
this.cmdProcessTape.Name = "cmdProcessTape";
this.cmdProcessTape.Size = new System.Drawing.Size(78, 22);
this.cmdProcessTape.Text = "Process Tape";
this.cmdProcessTape.Click += new System.EventHandler(this.cmdProcessTape_Click);
//
// statusStrip1
//
this.statusStrip1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsslCurrentTape,
this.tsslCurrentTapeValue,
this.tsslTapeTime,
this.tsslTapeTimeValue,
this.tsslMessagesProduced,
this.tsslMessagesProducedValue,
this.tsslQuoteMessagesProduced,
this.tsslQuoteMessagesProducedValue,
this.tsslHaltsProducedLabel,
this.tsslHaltsProducedValue,
this.tsslImbalancesProducedLabel,
this.tsslImbalancesProducedValue,
this.tsslNextTapeSaveLabel,
this.tsslNextTapeSaveValue});
this.statusStrip1.Location = new System.Drawing.Point(0, 557);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
this.statusStrip1.Size = new System.Drawing.Size(1162, 24);
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
//
// tsslCurrentTape
//
this.tsslCurrentTape.Name = "tsslCurrentTape";
this.tsslCurrentTape.Size = new System.Drawing.Size(77, 19);
this.tsslCurrentTape.Text = "Current Tape:";
//
// tsslCurrentTapeValue
//
this.tsslCurrentTapeValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
this.tsslCurrentTapeValue.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.tsslCurrentTapeValue.Name = "tsslCurrentTapeValue";
this.tsslCurrentTapeValue.Size = new System.Drawing.Size(4, 19);
//
// tsslTapeTime
//
this.tsslTapeTime.Name = "tsslTapeTime";
this.tsslTapeTime.Size = new System.Drawing.Size(63, 19);
this.tsslTapeTime.Text = "Tape Time:";
//
// tsslTapeTimeValue
//
this.tsslTapeTimeValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
this.tsslTapeTimeValue.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.tsslTapeTimeValue.Name = "tsslTapeTimeValue";
this.tsslTapeTimeValue.Size = new System.Drawing.Size(4, 19);
//
// tsslMessagesProduced
//
this.tsslMessagesProduced.Name = "tsslMessagesProduced";
this.tsslMessagesProduced.Size = new System.Drawing.Size(146, 19);
this.tsslMessagesProduced.Text = "Trade Messages Produced:";
//
// tsslMessagesProducedValue
//
this.tsslMessagesProducedValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
this.tsslMessagesProducedValue.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.tsslMessagesProducedValue.Name = "tsslMessagesProducedValue";
this.tsslMessagesProducedValue.Size = new System.Drawing.Size(17, 19);
this.tsslMessagesProducedValue.Text = "0";
//
// tsslQuoteMessagesProduced
//
this.tsslQuoteMessagesProduced.Name = "tsslQuoteMessagesProduced";
this.tsslQuoteMessagesProduced.Size = new System.Drawing.Size(151, 19);
this.tsslQuoteMessagesProduced.Text = "Quote Messages Produced:";
//
// tsslQuoteMessagesProducedValue
//
this.tsslQuoteMessagesProducedValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
this.tsslQuoteMessagesProducedValue.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.tsslQuoteMessagesProducedValue.Name = "tsslQuoteMessagesProducedValue";
this.tsslQuoteMessagesProducedValue.Size = new System.Drawing.Size(17, 19);
this.tsslQuoteMessagesProducedValue.Text = "0";
//
// tsslHaltsProducedLabel
//
this.tsslHaltsProducedLabel.Name = "tsslHaltsProducedLabel";
this.tsslHaltsProducedLabel.Size = new System.Drawing.Size(91, 19);
this.tsslHaltsProducedLabel.Text = "Halts Produced:";
this.tsslHaltsProducedLabel.Click += new System.EventHandler(this.toolStripStatusLabel1_Click);
//
// tsslHaltsProducedValue
//
this.tsslHaltsProducedValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
this.tsslHaltsProducedValue.Name = "tsslHaltsProducedValue";
this.tsslHaltsProducedValue.Size = new System.Drawing.Size(17, 19);
this.tsslHaltsProducedValue.Text = "0";
//
// tsslImbalancesProducedLabel
//
this.tsslImbalancesProducedLabel.Name = "tsslImbalancesProducedLabel";
this.tsslImbalancesProducedLabel.Size = new System.Drawing.Size(124, 19);
this.tsslImbalancesProducedLabel.Text = "Imbalances Produced:";
//
// tsslImbalancesProducedValue
//
this.tsslImbalancesProducedValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
this.tsslImbalancesProducedValue.Name = "tsslImbalancesProducedValue";
this.tsslImbalancesProducedValue.Size = new System.Drawing.Size(17, 19);
this.tsslImbalancesProducedValue.Text = "0";
//
// tsslNextTapeSaveLabel
//
this.tsslNextTapeSaveLabel.Name = "tsslNextTapeSaveLabel";
this.tsslNextTapeSaveLabel.Size = new System.Drawing.Size(131, 19);
this.tsslNextTapeSaveLabel.Text = "Next Save Tape State In:";
this.tsslNextTapeSaveLabel.Click += new System.EventHandler(this.tsslNextTapeSaveLabel_Click);
//
// tsslNextTapeSaveValue
//
this.tsslNextTapeSaveValue.Name = "tsslNextTapeSaveValue";
this.tsslNextTapeSaveValue.Size = new System.Drawing.Size(31, 19);
this.tsslNextTapeSaveValue.Text = "xxxx";
//
// lblTapeTimeValue
//
this.lblTapeTimeValue.AutoSize = true;
this.lblTapeTimeValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTapeTimeValue.Location = new System.Drawing.Point(485, 61);
this.lblTapeTimeValue.Name = "lblTapeTimeValue";
this.lblTapeTimeValue.Size = new System.Drawing.Size(0, 16);
this.lblTapeTimeValue.TabIndex = 7;
//
// producedCount
//
this.producedCount.AutoSize = true;
this.producedCount.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.producedCount.Location = new System.Drawing.Point(111, 210);
this.producedCount.Name = "producedCount";
this.producedCount.Size = new System.Drawing.Size(0, 15);
this.producedCount.TabIndex = 12;
//
// openFileDialog1
//
this.openFileDialog1.Filter = "NX2 File (*.nx2)|*.nx2";
this.openFileDialog1.InitialDirectory = "C:\\NanexCoreData";
this.openFileDialog1.Title = "Open Tape File";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tpTapeLog);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 49);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1162, 508);
this.tabControl1.TabIndex = 13;
//
// tpTapeLog
//
this.tpTapeLog.Controls.Add(this.listLog);
this.tpTapeLog.Location = new System.Drawing.Point(4, 24);
this.tpTapeLog.Name = "tpTapeLog";
this.tpTapeLog.Padding = new System.Windows.Forms.Padding(3);
this.tpTapeLog.Size = new System.Drawing.Size(1154, 480);
this.tpTapeLog.TabIndex = 0;
this.tpTapeLog.Text = "General Log";
this.tpTapeLog.UseVisualStyleBackColor = true;
//
// listLog
//
this.listLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.listLog.FormattingEnabled = true;
this.listLog.ItemHeight = 15;
this.listLog.Location = new System.Drawing.Point(3, 3);
this.listLog.Name = "listLog";
this.listLog.Size = new System.Drawing.Size(1148, 474);
this.listLog.TabIndex = 7;
this.listLog.SelectedIndexChanged += new System.EventHandler(this.listLog_SelectedIndexChanged);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.dgvTapeHistory);
this.tabPage2.Location = new System.Drawing.Point(4, 24);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(1154, 480);
this.tabPage2.TabIndex = 2;
this.tabPage2.Text = "Tape History";
this.tabPage2.UseVisualStyleBackColor = true;
//
// dgvTapeHistory
//
this.dgvTapeHistory.AllowUserToAddRows = false;
this.dgvTapeHistory.AllowUserToDeleteRows = false;
this.dgvTapeHistory.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvTapeHistory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvTapeHistory.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvTapeHistory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvTapeHistory.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.TapeName,
this.Opened,
this.TapeTime,
this.Trades,
this.Quotes,
this.Closed});
this.dgvTapeHistory.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvTapeHistory.Location = new System.Drawing.Point(3, 3);
this.dgvTapeHistory.Name = "dgvTapeHistory";
this.dgvTapeHistory.RowHeadersVisible = false;
this.dgvTapeHistory.Size = new System.Drawing.Size(1148, 474);
this.dgvTapeHistory.TabIndex = 0;
//
// TapeName
//
this.TapeName.HeaderText = "Tape Name";
this.TapeName.Name = "TapeName";
this.TapeName.ReadOnly = true;
//
// Opened
//
dataGridViewCellStyle2.Format = "MM-dd-yyyy hh:mm:ss.fff tt";
dataGridViewCellStyle2.NullValue = null;
this.Opened.DefaultCellStyle = dataGridViewCellStyle2;
this.Opened.HeaderText = "Opened";
this.Opened.Name = "Opened";
//
// TapeTime
//
dataGridViewCellStyle3.Format = "MM-dd-yyyy hh:mm:ss.fff tt";
dataGridViewCellStyle3.NullValue = null;
this.TapeTime.DefaultCellStyle = dataGridViewCellStyle3;
this.TapeTime.HeaderText = "Tape Time";
this.TapeTime.Name = "TapeTime";
this.TapeTime.ReadOnly = true;
//
// Trades
//
dataGridViewCellStyle4.Format = "N0";
dataGridViewCellStyle4.NullValue = null;
this.Trades.DefaultCellStyle = dataGridViewCellStyle4;
this.Trades.HeaderText = "Trades";
this.Trades.Name = "Trades";
this.Trades.ReadOnly = true;
//
// Quotes
//
dataGridViewCellStyle5.Format = "N0";
dataGridViewCellStyle5.NullValue = null;
this.Quotes.DefaultCellStyle = dataGridViewCellStyle5;
this.Quotes.HeaderText = "Quotes";
this.Quotes.Name = "Quotes";
this.Quotes.ReadOnly = true;
//
// Closed
//
dataGridViewCellStyle6.Format = "MM-dd-yyyy hh:mm:ss.fff tt";
dataGridViewCellStyle6.NullValue = null;
this.Closed.DefaultCellStyle = dataGridViewCellStyle6;
this.Closed.HeaderText = "Closed";
this.Closed.Name = "Closed";
//
// tabPage1
//
this.tabPage1.Controls.Add(this.listSubscriptionLog);
this.tabPage1.Location = new System.Drawing.Point(4, 24);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1154, 480);
this.tabPage1.TabIndex = 1;
this.tabPage1.Text = "Subscriptions";
this.tabPage1.UseVisualStyleBackColor = true;
//
// listSubscriptionLog
//
this.listSubscriptionLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.listSubscriptionLog.FormattingEnabled = true;
this.listSubscriptionLog.ItemHeight = 15;
this.listSubscriptionLog.Location = new System.Drawing.Point(3, 3);
this.listSubscriptionLog.Name = "listSubscriptionLog";
this.listSubscriptionLog.Size = new System.Drawing.Size(1148, 474);
this.listSubscriptionLog.TabIndex = 8;
//
// listConsumerGroupsToolStripMenuItem
//
this.listConsumerGroupsToolStripMenuItem.Name = "listConsumerGroupsToolStripMenuItem";
this.listConsumerGroupsToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.listConsumerGroupsToolStripMenuItem.Text = "List Consumer Groups";
this.listConsumerGroupsToolStripMenuItem.Click += new System.EventHandler(this.listConsumerGroupsToolStripMenuItem_Click);
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1162, 581);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.producedCount);
this.Controls.Add(this.lblTapeTimeValue);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "frmMain";
this.Text = "Market Data Processor (Active)";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tpTapeLog.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvTapeHistory)).EndInit();
this.tabPage1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.Label producedCount;
private System.Windows.Forms.Label label3;
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.Label lblTapeTimeValue;
private System.Windows.Forms.ToolStripMenuItem openTapeToolStripMenuItem;
private System.Windows.Forms.ToolStripLabel tslTapeLabel;
private System.Windows.Forms.ToolStripLabel tslLoadedTapeFile;
private System.Windows.Forms.ToolStripButton cmdProcessTape;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.ToolStripStatusLabel tsslTapeTime;
private System.Windows.Forms.ToolStripStatusLabel tsslTapeTimeValue;
private System.Windows.Forms.ToolStripStatusLabel tsslMessagesProduced;
private System.Windows.Forms.ToolStripStatusLabel tsslMessagesProducedValue;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tpTapeLog;
private System.Windows.Forms.ToolStripStatusLabel tsslQuoteMessagesProduced;
private System.Windows.Forms.ToolStripStatusLabel tsslQuoteMessagesProducedValue;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.ToolStripStatusLabel tsslCurrentTape;
private System.Windows.Forms.ToolStripStatusLabel tsslCurrentTapeValue;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.DataGridView dgvTapeHistory;
private System.Windows.Forms.DataGridViewTextBoxColumn TapeName;
private System.Windows.Forms.DataGridViewTextBoxColumn Opened;
private System.Windows.Forms.DataGridViewTextBoxColumn TapeTime;
private System.Windows.Forms.DataGridViewTextBoxColumn Trades;
private System.Windows.Forms.DataGridViewTextBoxColumn Quotes;
private System.Windows.Forms.DataGridViewTextBoxColumn Closed;
private System.Windows.Forms.ListBox listLog;
private System.Windows.Forms.ListBox listSubscriptionLog;
private System.Windows.Forms.ToolStripMenuItem saveTapeStateToolStripMenuItem;
private System.Windows.Forms.ToolStripStatusLabel tsslNextTapeSaveLabel;
private System.Windows.Forms.ToolStripStatusLabel tsslNextTapeSaveValue;
private System.Windows.Forms.ToolStripMenuItem tapeImportToolStripMenuItem;
private System.Windows.Forms.ToolStripStatusLabel tsslHaltsProducedLabel;
private System.Windows.Forms.ToolStripStatusLabel tsslHaltsProducedValue;
private System.Windows.Forms.ToolStripStatusLabel tsslImbalancesProducedLabel;
private System.Windows.Forms.ToolStripStatusLabel tsslImbalancesProducedValue;
private System.Windows.Forms.ToolStripMenuItem listConsumerGroupsToolStripMenuItem;
}
}