namespace MarketDataClientTester
{
partial class frmClientConsumer
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmClientConsumer));
this.tcClientConsumer = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.dgvTrades = new System.Windows.Forms.DataGridView();
this.Logo = new System.Windows.Forms.DataGridViewImageColumn();
this.Time = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MessageCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Symbol = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ReportingExchange = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TradeCondition = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PriceFlags = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ConditionFlags = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Size = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Last = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Open = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.High = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Low = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Ticks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Volume = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.QuoteCondition = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.QuoteBidSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.QuoteBid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.QuoteAskSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.QuoteAsk = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvQuotes = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Quotes = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Bid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AskExchange = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.txtLog = new System.Windows.Forms.TextBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.tsslMessageCount = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslMessageCountValue = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslLastMessageTime = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslLastMessageTimeValue = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslLatency = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslLatencyValue = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslLastTradeTime = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslLastTradeTimeValue = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslLastSymbol = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslLastSymbolValue = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbStartConsumer = new System.Windows.Forms.ToolStripButton();
this.tsbStopConsumer = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tslSymbol = new System.Windows.Forms.ToolStripLabel();
this.tstbSymbol = new System.Windows.Forms.ToolStripTextBox();
this.tsbSubscribe = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.tcClientConsumer.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvTrades)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvQuotes)).BeginInit();
this.tabPage2.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// tcClientConsumer
//
this.tcClientConsumer.Controls.Add(this.tabPage1);
this.tcClientConsumer.Controls.Add(this.tabPage2);
this.tcClientConsumer.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcClientConsumer.Location = new System.Drawing.Point(0, 25);
this.tcClientConsumer.Name = "tcClientConsumer";
this.tcClientConsumer.SelectedIndex = 0;
this.tcClientConsumer.Size = new System.Drawing.Size(1514, 279);
this.tcClientConsumer.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.dgvTrades);
this.tabPage1.Controls.Add(this.dgvQuotes);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1506, 253);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Main";
this.tabPage1.UseVisualStyleBackColor = true;
//
// dgvTrades
//
this.dgvTrades.AllowUserToAddRows = false;
this.dgvTrades.AllowUserToDeleteRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.dgvTrades.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvTrades.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvTrades.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvTrades.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Logo,
this.Time,
this.MessageCount,
this.Symbol,
this.ReportingExchange,
this.TradeCondition,
this.PriceFlags,
this.ConditionFlags,
this.Size,
this.Last,
this.Open,
this.High,
this.Low,
this.Ticks,
this.Volume,
this.QuoteCondition,
this.QuoteBidSize,
this.QuoteBid,
this.QuoteAskSize,
this.QuoteAsk});
this.dgvTrades.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvTrades.Location = new System.Drawing.Point(3, 3);
this.dgvTrades.Name = "dgvTrades";
this.dgvTrades.RowHeadersVisible = false;
this.dgvTrades.RowTemplate.Height = 48;
this.dgvTrades.Size = new System.Drawing.Size(1500, 247);
this.dgvTrades.TabIndex = 1;
this.dgvTrades.Visible = false;
//
// Logo
//
this.Logo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.Logo.DataPropertyName = "Image";
this.Logo.FillWeight = 1F;
this.Logo.HeaderText = "Logo";
this.Logo.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch;
this.Logo.MinimumWidth = 48;
this.Logo.Name = "Logo";
this.Logo.Width = 48;
//
// Time
//
this.Time.DataPropertyName = "Time";
dataGridViewCellStyle2.Format = "HH:mm:ss.fff";
this.Time.DefaultCellStyle = dataGridViewCellStyle2;
this.Time.FillWeight = 60.25645F;
this.Time.HeaderText = "Time";
this.Time.Name = "Time";
//
// MessageCount
//
this.MessageCount.DataPropertyName = "MessageCount";
dataGridViewCellStyle3.Format = "N0";
this.MessageCount.DefaultCellStyle = dataGridViewCellStyle3;
this.MessageCount.FillWeight = 60.25645F;
this.MessageCount.HeaderText = "Count";
this.MessageCount.Name = "MessageCount";
//
// Symbol
//
this.Symbol.DataPropertyName = "Symbol";
this.Symbol.FillWeight = 60.25645F;
this.Symbol.HeaderText = "Symbol";
this.Symbol.Name = "Symbol";
//
// ReportingExchange
//
this.ReportingExchange.DataPropertyName = "ReportingExchange";
this.ReportingExchange.FillWeight = 60.25645F;
this.ReportingExchange.HeaderText = "Reporting Exch.";
this.ReportingExchange.Name = "ReportingExchange";
//
// TradeCondition
//
this.TradeCondition.DataPropertyName = "TradeCondition";
this.TradeCondition.FillWeight = 60.25645F;
this.TradeCondition.HeaderText = "Trade Condition";
this.TradeCondition.Name = "TradeCondition";
//
// PriceFlags
//
this.PriceFlags.DataPropertyName = "PriceFlags";
this.PriceFlags.FillWeight = 60.25645F;
this.PriceFlags.HeaderText = "Price Flags";
this.PriceFlags.Name = "PriceFlags";
//
// ConditionFlags
//
this.ConditionFlags.DataPropertyName = "ConditionFlags";
this.ConditionFlags.FillWeight = 60.25645F;
this.ConditionFlags.HeaderText = "Condition Flags";
this.ConditionFlags.Name = "ConditionFlags";
//
// Size
//
this.Size.DataPropertyName = "Size";
dataGridViewCellStyle4.Format = "N0";
this.Size.DefaultCellStyle = dataGridViewCellStyle4;
this.Size.FillWeight = 60.25645F;
this.Size.HeaderText = "Size";
this.Size.Name = "Size";
//
// Last
//
this.Last.DataPropertyName = "Price";
dataGridViewCellStyle5.Format = "N4";
this.Last.DefaultCellStyle = dataGridViewCellStyle5;
this.Last.FillWeight = 60.25645F;
this.Last.HeaderText = "Last";
this.Last.Name = "Last";
//
// Open
//
this.Open.DataPropertyName = "Open";
dataGridViewCellStyle6.Format = "N4";
this.Open.DefaultCellStyle = dataGridViewCellStyle6;
this.Open.FillWeight = 60.25645F;
this.Open.HeaderText = "Open";
this.Open.Name = "Open";
//
// High
//
this.High.DataPropertyName = "High";
dataGridViewCellStyle7.Format = "N4";
this.High.DefaultCellStyle = dataGridViewCellStyle7;
this.High.FillWeight = 60.25645F;
this.High.HeaderText = "High";
this.High.Name = "High";
//
// Low
//
this.Low.DataPropertyName = "Low";
dataGridViewCellStyle8.Format = "N4";
this.Low.DefaultCellStyle = dataGridViewCellStyle8;
this.Low.FillWeight = 60.25645F;
this.Low.HeaderText = "Low";
this.Low.Name = "Low";
//
// Ticks
//
this.Ticks.DataPropertyName = "TickVolume";
dataGridViewCellStyle9.Format = "N0";
this.Ticks.DefaultCellStyle = dataGridViewCellStyle9;
this.Ticks.FillWeight = 60.25645F;
this.Ticks.HeaderText = "Tick Volume";
this.Ticks.Name = "Ticks";
//
// Volume
//
this.Volume.DataPropertyName = "TotalVolume";
dataGridViewCellStyle10.Format = "N0";
this.Volume.DefaultCellStyle = dataGridViewCellStyle10;
this.Volume.FillWeight = 60.25645F;
this.Volume.HeaderText = "Total Volume";
this.Volume.Name = "Volume";
//
// QuoteCondition
//
this.QuoteCondition.DataPropertyName = "QuoteCondition";
this.QuoteCondition.FillWeight = 60.25645F;
this.QuoteCondition.HeaderText = "Q-Condition";
this.QuoteCondition.Name = "QuoteCondition";
//
// QuoteBidSize
//
this.QuoteBidSize.DataPropertyName = "QuoteBidSize";
this.QuoteBidSize.FillWeight = 60.25645F;
this.QuoteBidSize.HeaderText = "Q-Bid Size";
this.QuoteBidSize.Name = "QuoteBidSize";
//
// QuoteBid
//
this.QuoteBid.DataPropertyName = "QuoteBid";
dataGridViewCellStyle11.Format = "N4";
this.QuoteBid.DefaultCellStyle = dataGridViewCellStyle11;
this.QuoteBid.FillWeight = 60.25645F;
this.QuoteBid.HeaderText = "Q-Bid";
this.QuoteBid.Name = "QuoteBid";
//
// QuoteAskSize
//
this.QuoteAskSize.DataPropertyName = "QuoteAskSize";
this.QuoteAskSize.FillWeight = 60.25645F;
this.QuoteAskSize.HeaderText = "Q-Ask Size";
this.QuoteAskSize.Name = "QuoteAskSize";
//
// QuoteAsk
//
this.QuoteAsk.DataPropertyName = "QuoteAsk";
dataGridViewCellStyle12.Format = "N4";
this.QuoteAsk.DefaultCellStyle = dataGridViewCellStyle12;
this.QuoteAsk.FillWeight = 60.25645F;
this.QuoteAsk.HeaderText = "Q-Ask";
this.QuoteAsk.Name = "QuoteAsk";
//
// dgvQuotes
//
this.dgvQuotes.AllowUserToAddRows = false;
this.dgvQuotes.AllowUserToDeleteRows = false;
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.dgvQuotes.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13;
this.dgvQuotes.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvQuotes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvQuotes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.Quotes,
this.Bid,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6,
this.AskExchange,
this.dataGridViewTextBoxColumn7});
this.dgvQuotes.Location = new System.Drawing.Point(3, 3);
this.dgvQuotes.Name = "dgvQuotes";
this.dgvQuotes.RowHeadersVisible = false;
this.dgvQuotes.Size = new System.Drawing.Size(781, 247);
this.dgvQuotes.TabIndex = 2;
this.dgvQuotes.Visible = false;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "Symbol";
this.dataGridViewTextBoxColumn1.HeaderText = "Symbol";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// Quotes
//
this.Quotes.DataPropertyName = "QuoteCount";
dataGridViewCellStyle14.Format = "N0";
this.Quotes.DefaultCellStyle = dataGridViewCellStyle14;
this.Quotes.HeaderText = "Quotes";
this.Quotes.Name = "Quotes";
//
// Bid
//
this.Bid.DataPropertyName = "Bid";
dataGridViewCellStyle15.Format = "N4";
this.Bid.DefaultCellStyle = dataGridViewCellStyle15;
this.Bid.HeaderText = "Bid";
this.Bid.Name = "Bid";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "BidSize";
dataGridViewCellStyle16.Format = "N0";
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle16;
this.dataGridViewTextBoxColumn3.HeaderText = "Bid Size";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "BidExchange";
this.dataGridViewTextBoxColumn4.HeaderText = "Bid Exch.";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "Ask";
dataGridViewCellStyle17.Format = "N4";
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle17;
this.dataGridViewTextBoxColumn5.HeaderText = "Ask";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "AskSize";
dataGridViewCellStyle18.Format = "N0";
this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle18;
this.dataGridViewTextBoxColumn6.HeaderText = "Ask Size";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
//
// AskExchange
//
this.AskExchange.DataPropertyName = "AskExchange";
this.AskExchange.HeaderText = "Ask Exch.";
this.AskExchange.Name = "AskExchange";
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "Time";
dataGridViewCellStyle19.Format = "HH:mm:ss.fff";
dataGridViewCellStyle19.NullValue = null;
this.dataGridViewTextBoxColumn7.DefaultCellStyle = dataGridViewCellStyle19;
this.dataGridViewTextBoxColumn7.HeaderText = "Time";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.txtLog);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(1506, 253);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Log";
this.tabPage2.UseVisualStyleBackColor = true;
//
// txtLog
//
this.txtLog.AllowDrop = true;
this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtLog.Location = new System.Drawing.Point(3, 3);
this.txtLog.Multiline = true;
this.txtLog.Name = "txtLog";
this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtLog.Size = new System.Drawing.Size(1500, 247);
this.txtLog.TabIndex = 0;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsslMessageCount,
this.tsslMessageCountValue,
this.tsslLastMessageTime,
this.tsslLastMessageTimeValue,
this.tsslLatency,
this.tsslLatencyValue,
this.tsslLastTradeTime,
this.tsslLastTradeTimeValue,
this.tsslLastSymbol,
this.tsslLastSymbolValue});
this.statusStrip1.Location = new System.Drawing.Point(0, 304);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1514, 24);
this.statusStrip1.TabIndex = 1;
this.statusStrip1.Text = "statusStrip1";
//
// tsslMessageCount
//
this.tsslMessageCount.Name = "tsslMessageCount";
this.tsslMessageCount.Size = new System.Drawing.Size(111, 19);
this.tsslMessageCount.Text = "Messages Received:";
//
// tsslMessageCountValue
//
this.tsslMessageCountValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
this.tsslMessageCountValue.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.tsslMessageCountValue.Name = "tsslMessageCountValue";
this.tsslMessageCountValue.Size = new System.Drawing.Size(16, 19);
this.tsslMessageCountValue.Text = "-";
//
// tsslLastMessageTime
//
this.tsslLastMessageTime.Name = "tsslLastMessageTime";
this.tsslLastMessageTime.Size = new System.Drawing.Size(109, 19);
this.tsslLastMessageTime.Text = "Last Message Time:";
//
// tsslLastMessageTimeValue
//
this.tsslLastMessageTimeValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
this.tsslLastMessageTimeValue.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.tsslLastMessageTimeValue.Name = "tsslLastMessageTimeValue";
this.tsslLastMessageTimeValue.Size = new System.Drawing.Size(16, 19);
this.tsslLastMessageTimeValue.Text = "-";
//
// tsslLatency
//
this.tsslLatency.Name = "tsslLatency";
this.tsslLatency.Size = new System.Drawing.Size(78, 19);
this.tsslLatency.Text = "Latency (ms):";
//
// tsslLatencyValue
//
this.tsslLatencyValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
this.tsslLatencyValue.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.tsslLatencyValue.Name = "tsslLatencyValue";
this.tsslLatencyValue.Size = new System.Drawing.Size(16, 19);
this.tsslLatencyValue.Text = "-";
//
// tsslLastTradeTime
//
this.tsslLastTradeTime.Name = "tsslLastTradeTime";
this.tsslLastTradeTime.Size = new System.Drawing.Size(91, 19);
this.tsslLastTradeTime.Text = "Last Trade Time:";
//
// tsslLastTradeTimeValue
//
this.tsslLastTradeTimeValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
this.tsslLastTradeTimeValue.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.tsslLastTradeTimeValue.Name = "tsslLastTradeTimeValue";
this.tsslLastTradeTimeValue.Size = new System.Drawing.Size(16, 19);
this.tsslLastTradeTimeValue.Text = "-";
//
// tsslLastSymbol
//
this.tsslLastSymbol.Name = "tsslLastSymbol";
this.tsslLastSymbol.Size = new System.Drawing.Size(74, 19);
this.tsslLastSymbol.Text = "Last Symbol:";
//
// tsslLastSymbolValue
//
this.tsslLastSymbolValue.Name = "tsslLastSymbolValue";
this.tsslLastSymbolValue.Size = new System.Drawing.Size(12, 19);
this.tsslLastSymbolValue.Text = "-";
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbStartConsumer,
this.tsbStopConsumer,
this.toolStripSeparator1,
this.tslSymbol,
this.tstbSymbol,
this.tsbSubscribe,
this.toolStripButton1});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1514, 25);
this.toolStrip1.TabIndex = 2;
this.toolStrip1.Text = "toolStrip1";
//
// tsbStartConsumer
//
this.tsbStartConsumer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tsbStartConsumer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbStartConsumer.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbStartConsumer.Name = "tsbStartConsumer";
this.tsbStartConsumer.Size = new System.Drawing.Size(93, 22);
this.tsbStartConsumer.Text = "Start Consumer";
this.tsbStartConsumer.Click += new System.EventHandler(this.tsbStartConsumer_Click);
//
// tsbStopConsumer
//
this.tsbStopConsumer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.tsbStopConsumer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbStopConsumer.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbStopConsumer.Name = "tsbStopConsumer";
this.tsbStopConsumer.Size = new System.Drawing.Size(93, 22);
this.tsbStopConsumer.Text = "Stop Consumer";
this.tsbStopConsumer.Visible = false;
this.tsbStopConsumer.Click += new System.EventHandler(this.tsbStopConsumer_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tslSymbol
//
this.tslSymbol.Name = "tslSymbol";
this.tslSymbol.Size = new System.Drawing.Size(47, 22);
this.tslSymbol.Text = "Symbol";
this.tslSymbol.Visible = false;
//
// tstbSymbol
//
this.tstbSymbol.Font = new System.Drawing.Font("Segoe UI", 9F);
this.tstbSymbol.Name = "tstbSymbol";
this.tstbSymbol.Size = new System.Drawing.Size(100, 25);
this.tstbSymbol.Visible = false;
//
// tsbSubscribe
//
this.tsbSubscribe.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbSubscribe.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSubscribe.Name = "tsbSubscribe";
this.tsbSubscribe.Size = new System.Drawing.Size(62, 22);
this.tsbSubscribe.Text = "Subscribe";
this.tsbSubscribe.Visible = false;
this.tsbSubscribe.Click += new System.EventHandler(this.tsbSubscribe_Click);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// frmClientConsumer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1514, 328);
this.Controls.Add(this.tcClientConsumer);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.statusStrip1);
this.MaximizeBox = false;
this.Name = "frmClientConsumer";
this.Text = "Client Consumer";
this.tcClientConsumer.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvTrades)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvQuotes)).EndInit();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabControl tcClientConsumer;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TextBox txtLog;
private System.Windows.Forms.DataGridView dgvTrades;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbStartConsumer;
private System.Windows.Forms.ToolStripStatusLabel tsslMessageCount;
private System.Windows.Forms.ToolStripStatusLabel tsslMessageCountValue;
private System.Windows.Forms.ToolStripStatusLabel tsslLastMessageTime;
private System.Windows.Forms.ToolStripStatusLabel tsslLastMessageTimeValue;
private System.Windows.Forms.ToolStripStatusLabel tsslLatency;
private System.Windows.Forms.ToolStripStatusLabel tsslLatencyValue;
private System.Windows.Forms.ToolStripStatusLabel tsslLastTradeTime;
private System.Windows.Forms.ToolStripStatusLabel tsslLastTradeTimeValue;
private System.Windows.Forms.ToolStripStatusLabel tsslLastSymbol;
private System.Windows.Forms.ToolStripStatusLabel tsslLastSymbolValue;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripLabel tslSymbol;
private System.Windows.Forms.ToolStripTextBox tstbSymbol;
private System.Windows.Forms.ToolStripButton tsbSubscribe;
private System.Windows.Forms.ToolStripButton tsbStopConsumer;
private System.Windows.Forms.DataGridView dgvQuotes;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn Quotes;
private System.Windows.Forms.DataGridViewTextBoxColumn Bid;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn AskExchange;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.DataGridViewImageColumn Logo;
private System.Windows.Forms.DataGridViewTextBoxColumn Time;
private System.Windows.Forms.DataGridViewTextBoxColumn MessageCount;
private System.Windows.Forms.DataGridViewTextBoxColumn Symbol;
private System.Windows.Forms.DataGridViewTextBoxColumn ReportingExchange;
private System.Windows.Forms.DataGridViewTextBoxColumn TradeCondition;
private System.Windows.Forms.DataGridViewTextBoxColumn PriceFlags;
private System.Windows.Forms.DataGridViewTextBoxColumn ConditionFlags;
private System.Windows.Forms.DataGridViewTextBoxColumn Size;
private System.Windows.Forms.DataGridViewTextBoxColumn Last;
private System.Windows.Forms.DataGridViewTextBoxColumn Open;
private System.Windows.Forms.DataGridViewTextBoxColumn High;
private System.Windows.Forms.DataGridViewTextBoxColumn Low;
private System.Windows.Forms.DataGridViewTextBoxColumn Ticks;
private System.Windows.Forms.DataGridViewTextBoxColumn Volume;
private System.Windows.Forms.DataGridViewTextBoxColumn QuoteCondition;
private System.Windows.Forms.DataGridViewTextBoxColumn QuoteBidSize;
private System.Windows.Forms.DataGridViewTextBoxColumn QuoteBid;
private System.Windows.Forms.DataGridViewTextBoxColumn QuoteAskSize;
private System.Windows.Forms.DataGridViewTextBoxColumn QuoteAsk;
}
}