namespace CryptoQuoteProcessorGUI { 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.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.tslTradeMessagesProducedLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.tslTradeMessagesProducedValue = new System.Windows.Forms.ToolStripStatusLabel(); this.tlsQuoteMessagesProducedLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.tslQuoteMessagesProducedValue = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.cmdStartFeed = new System.Windows.Forms.ToolStripButton(); this.tabFeedHistory = new System.Windows.Forms.TabControl(); this.tabPageGeneralLog = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.listLog = new System.Windows.Forms.ListBox(); this.dgvFeedHistory = new System.Windows.Forms.DataGridView(); this.Opened = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.FeedTime = 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.tabSubscriptions = new System.Windows.Forms.TabPage(); this.tslStartTimeLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.tslStartTimeValue = new System.Windows.Forms.ToolStripStatusLabel(); this.tslRunTimeLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.tslRuntimeValue = new System.Windows.Forms.ToolStripStatusLabel(); this.listSubscriptionsLog = new System.Windows.Forms.ListBox(); this.statusStrip1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.tabFeedHistory.SuspendLayout(); this.tabPageGeneralLog.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvFeedHistory)).BeginInit(); this.tabSubscriptions.SuspendLayout(); this.SuspendLayout(); // // statusStrip1 // this.statusStrip1.BackColor = System.Drawing.Color.CornflowerBlue; this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tslStartTimeLabel, this.tslStartTimeValue, this.tslTradeMessagesProducedLabel, this.tslTradeMessagesProducedValue, this.tlsQuoteMessagesProducedLabel, this.tslQuoteMessagesProducedValue, this.tslRunTimeLabel, this.tslRuntimeValue}); this.statusStrip1.Location = new System.Drawing.Point(0, 426); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(800, 24); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // tslTradeMessagesProducedLabel // this.tslTradeMessagesProducedLabel.Name = "tslTradeMessagesProducedLabel"; this.tslTradeMessagesProducedLabel.Size = new System.Drawing.Size(146, 19); this.tslTradeMessagesProducedLabel.Text = "Trade Messages Produced:"; // // tslTradeMessagesProducedValue // this.tslTradeMessagesProducedValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right; this.tslTradeMessagesProducedValue.Name = "tslTradeMessagesProducedValue"; this.tslTradeMessagesProducedValue.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0); this.tslTradeMessagesProducedValue.Size = new System.Drawing.Size(22, 19); this.tslTradeMessagesProducedValue.Text = "0"; // // tlsQuoteMessagesProducedLabel // this.tlsQuoteMessagesProducedLabel.Name = "tlsQuoteMessagesProducedLabel"; this.tlsQuoteMessagesProducedLabel.Size = new System.Drawing.Size(151, 19); this.tlsQuoteMessagesProducedLabel.Text = "Quote Messages Produced:"; // // tslQuoteMessagesProducedValue // this.tslQuoteMessagesProducedValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right; this.tslQuoteMessagesProducedValue.Name = "tslQuoteMessagesProducedValue"; this.tslQuoteMessagesProducedValue.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0); this.tslQuoteMessagesProducedValue.Size = new System.Drawing.Size(22, 19); this.tslQuoteMessagesProducedValue.Text = "0"; // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.Color.CornflowerBlue; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cmdStartFeed}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(800, 25); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; // // cmdStartFeed // this.cmdStartFeed.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.cmdStartFeed.ImageTransparentColor = System.Drawing.Color.Magenta; this.cmdStartFeed.Name = "cmdStartFeed"; this.cmdStartFeed.Size = new System.Drawing.Size(63, 22); this.cmdStartFeed.Text = "Start Feed"; this.cmdStartFeed.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.cmdStartFeed.Click += new System.EventHandler(this.toolStripButton1_Click); // // tabFeedHistory // this.tabFeedHistory.Controls.Add(this.tabPageGeneralLog); this.tabFeedHistory.Controls.Add(this.tabPage2); this.tabFeedHistory.Controls.Add(this.tabSubscriptions); this.tabFeedHistory.Dock = System.Windows.Forms.DockStyle.Fill; this.tabFeedHistory.Location = new System.Drawing.Point(0, 25); this.tabFeedHistory.Name = "tabFeedHistory"; this.tabFeedHistory.SelectedIndex = 0; this.tabFeedHistory.Size = new System.Drawing.Size(800, 401); this.tabFeedHistory.TabIndex = 3; // // tabPageGeneralLog // this.tabPageGeneralLog.Controls.Add(this.listLog); this.tabPageGeneralLog.Location = new System.Drawing.Point(4, 22); this.tabPageGeneralLog.Name = "tabPageGeneralLog"; this.tabPageGeneralLog.Padding = new System.Windows.Forms.Padding(3); this.tabPageGeneralLog.Size = new System.Drawing.Size(792, 375); this.tabPageGeneralLog.TabIndex = 0; this.tabPageGeneralLog.Text = "General Log"; this.tabPageGeneralLog.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(this.dgvFeedHistory); 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(792, 375); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Feed History"; this.tabPage2.UseVisualStyleBackColor = true; // // listLog // this.listLog.Dock = System.Windows.Forms.DockStyle.Fill; this.listLog.FormattingEnabled = true; this.listLog.Location = new System.Drawing.Point(3, 3); this.listLog.Name = "listLog"; this.listLog.Size = new System.Drawing.Size(786, 369); this.listLog.TabIndex = 0; // // dgvFeedHistory // this.dgvFeedHistory.AllowUserToAddRows = false; this.dgvFeedHistory.AllowUserToDeleteRows = false; this.dgvFeedHistory.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvFeedHistory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvFeedHistory.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvFeedHistory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvFeedHistory.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Opened, this.FeedTime, this.Trades, this.Quotes, this.Closed}); this.dgvFeedHistory.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvFeedHistory.Location = new System.Drawing.Point(3, 3); this.dgvFeedHistory.Name = "dgvFeedHistory"; this.dgvFeedHistory.RowHeadersVisible = false; this.dgvFeedHistory.Size = new System.Drawing.Size(786, 369); this.dgvFeedHistory.TabIndex = 1; // // 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"; // // FeedTime // dataGridViewCellStyle3.Format = "MM-dd-yyyy hh:mm:ss.fff tt"; dataGridViewCellStyle3.NullValue = null; this.FeedTime.DefaultCellStyle = dataGridViewCellStyle3; this.FeedTime.HeaderText = "Feed Time"; this.FeedTime.Name = "FeedTime"; this.FeedTime.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"; // // tabSubscriptions // this.tabSubscriptions.Controls.Add(this.listSubscriptionsLog); this.tabSubscriptions.Location = new System.Drawing.Point(4, 22); this.tabSubscriptions.Name = "tabSubscriptions"; this.tabSubscriptions.Padding = new System.Windows.Forms.Padding(3); this.tabSubscriptions.Size = new System.Drawing.Size(792, 375); this.tabSubscriptions.TabIndex = 2; this.tabSubscriptions.Text = "Subscriptions"; this.tabSubscriptions.UseVisualStyleBackColor = true; // // tslStartTimeLabel // this.tslStartTimeLabel.Name = "tslStartTimeLabel"; this.tslStartTimeLabel.Size = new System.Drawing.Size(63, 19); this.tslStartTimeLabel.Text = "Start Time:"; // // tslStartTimeValue // this.tslStartTimeValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right; this.tslStartTimeValue.Name = "tslStartTimeValue"; this.tslStartTimeValue.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0); this.tslStartTimeValue.Size = new System.Drawing.Size(119, 19); this.tslStartTimeValue.Text = "1900-01-01 01:01:01"; // // tslRunTimeLabel // this.tslRunTimeLabel.Name = "tslRunTimeLabel"; this.tslRunTimeLabel.Size = new System.Drawing.Size(60, 19); this.tslRunTimeLabel.Text = "Run Time:"; // // tslRuntimeValue // this.tslRuntimeValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right; this.tslRuntimeValue.Name = "tslRuntimeValue"; this.tslRuntimeValue.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0); this.tslRuntimeValue.Size = new System.Drawing.Size(119, 19); this.tslRuntimeValue.Text = "1900-01-01 01:01:01"; // // listSubscriptionsLog // this.listSubscriptionsLog.Dock = System.Windows.Forms.DockStyle.Fill; this.listSubscriptionsLog.FormattingEnabled = true; this.listSubscriptionsLog.Location = new System.Drawing.Point(3, 3); this.listSubscriptionsLog.Name = "listSubscriptionsLog"; this.listSubscriptionsLog.Size = new System.Drawing.Size(786, 369); this.listSubscriptionsLog.TabIndex = 1; // // frmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.tabFeedHistory); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.statusStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmMain"; this.Text = "Crypto Quote Processor"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.tabFeedHistory.ResumeLayout(false); this.tabPageGeneralLog.ResumeLayout(false); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvFeedHistory)).EndInit(); this.tabSubscriptions.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton cmdStartFeed; private System.Windows.Forms.ToolStripStatusLabel tslTradeMessagesProducedLabel; private System.Windows.Forms.ToolStripStatusLabel tslTradeMessagesProducedValue; private System.Windows.Forms.ToolStripStatusLabel tlsQuoteMessagesProducedLabel; private System.Windows.Forms.ToolStripStatusLabel tslQuoteMessagesProducedValue; private System.Windows.Forms.TabControl tabFeedHistory; private System.Windows.Forms.TabPage tabPageGeneralLog; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.ListBox listLog; private System.Windows.Forms.DataGridView dgvFeedHistory; private System.Windows.Forms.DataGridViewTextBoxColumn Opened; private System.Windows.Forms.DataGridViewTextBoxColumn FeedTime; private System.Windows.Forms.DataGridViewTextBoxColumn Trades; private System.Windows.Forms.DataGridViewTextBoxColumn Quotes; private System.Windows.Forms.DataGridViewTextBoxColumn Closed; private System.Windows.Forms.TabPage tabSubscriptions; private System.Windows.Forms.ToolStripStatusLabel tslStartTimeLabel; private System.Windows.Forms.ToolStripStatusLabel tslStartTimeValue; private System.Windows.Forms.ToolStripStatusLabel tslRunTimeLabel; private System.Windows.Forms.ToolStripStatusLabel tslRuntimeValue; private System.Windows.Forms.ListBox listSubscriptionsLog; } }