namespace TIWebApi.Clients.MarketData { partial class frmGUI { /// /// 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 dataGridViewCellStyle11 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGUI)); this.dgvMarketData = new System.Windows.Forms.DataGridView(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.tslConnectionMade = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel(); this.tslSubscriptions = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); this.tslMessageCount = new System.Windows.Forms.ToolStripStatusLabel(); this.tslReconnection = new System.Windows.Forms.ToolStripStatusLabel(); this.tslvReconnection = new System.Windows.Forms.ToolStripStatusLabel(); this.Symbol = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TradeSize = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Last = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Bid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Ask = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LastTradeTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Messages = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Subscibed = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Sources = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1 = new System.Windows.Forms.Panel(); this.txtSources = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dgvMarketData)).BeginInit(); this.statusStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // dgvMarketData // this.dgvMarketData.AllowUserToAddRows = false; this.dgvMarketData.AllowUserToDeleteRows = false; this.dgvMarketData.AllowUserToOrderColumns = true; this.dgvMarketData.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))); this.dgvMarketData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvMarketData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvMarketData.BackgroundColor = System.Drawing.SystemColors.Window; this.dgvMarketData.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvMarketData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvMarketData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvMarketData.ColumnHeadersHeight = 25; this.dgvMarketData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Symbol, this.TradeSize, this.Last, this.Bid, this.Ask, this.LastTradeTime, this.Messages, this.Subscibed, this.Sources}); this.dgvMarketData.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvMarketData.EnableHeadersVisualStyles = false; this.dgvMarketData.Location = new System.Drawing.Point(0, 0); this.dgvMarketData.Name = "dgvMarketData"; this.dgvMarketData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvMarketData.RowHeadersDefaultCellStyle = dataGridViewCellStyle11; this.dgvMarketData.RowHeadersVisible = false; this.dgvMarketData.RowTemplate.Height = 30; this.dgvMarketData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.dgvMarketData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvMarketData.Size = new System.Drawing.Size(730, 458); this.dgvMarketData.TabIndex = 1; this.dgvMarketData.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMarketData_CellClick); this.dgvMarketData.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMarketData_CellContentClick); // // statusStrip1 // this.statusStrip1.BackColor = System.Drawing.Color.Transparent; this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1, this.tslConnectionMade, this.toolStripStatusLabel5, this.tslSubscriptions, this.toolStripStatusLabel2, this.tslMessageCount, this.tslReconnection, this.tslvReconnection}); this.statusStrip1.Location = new System.Drawing.Point(0, 458); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1092, 24); this.statusStrip1.TabIndex = 4; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(105, 19); this.toolStripStatusLabel1.Text = "Connection Made:"; // // tslConnectionMade // this.tslConnectionMade.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right; this.tslConnectionMade.Margin = new System.Windows.Forms.Padding(0, 3, 10, 2); this.tslConnectionMade.Name = "tslConnectionMade"; this.tslConnectionMade.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0); this.tslConnectionMade.Size = new System.Drawing.Size(79, 19); this.tslConnectionMade.Text = "2021-01-01"; // // toolStripStatusLabel5 // this.toolStripStatusLabel5.Name = "toolStripStatusLabel5"; this.toolStripStatusLabel5.Size = new System.Drawing.Size(81, 19); this.toolStripStatusLabel5.Text = "Subscriptions:"; // // tslSubscriptions // this.tslSubscriptions.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right; this.tslSubscriptions.Margin = new System.Windows.Forms.Padding(0, 3, 10, 2); this.tslSubscriptions.Name = "tslSubscriptions"; this.tslSubscriptions.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0); this.tslSubscriptions.Size = new System.Drawing.Size(27, 19); this.tslSubscriptions.Text = "0"; // // toolStripStatusLabel2 // this.toolStripStatusLabel2.Name = "toolStripStatusLabel2"; this.toolStripStatusLabel2.Size = new System.Drawing.Size(61, 19); this.toolStripStatusLabel2.Text = "Messages:"; // // tslMessageCount // this.tslMessageCount.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right; this.tslMessageCount.Margin = new System.Windows.Forms.Padding(0, 3, 10, 2); this.tslMessageCount.Name = "tslMessageCount"; this.tslMessageCount.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0); this.tslMessageCount.Size = new System.Drawing.Size(27, 19); this.tslMessageCount.Text = "0"; // // tslReconnection // this.tslReconnection.Name = "tslReconnection"; this.tslReconnection.Size = new System.Drawing.Size(83, 19); this.tslReconnection.Text = "Reconnection:"; // // tslvReconnection // this.tslvReconnection.Margin = new System.Windows.Forms.Padding(0, 3, 10, 2); this.tslvReconnection.Name = "tslvReconnection"; this.tslvReconnection.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0); this.tslvReconnection.Size = new System.Drawing.Size(23, 19); this.tslvReconnection.Text = "0"; // // Symbol // this.Symbol.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.Symbol.DataPropertyName = "Symbol"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.Symbol.DefaultCellStyle = dataGridViewCellStyle3; this.Symbol.FillWeight = 55.39339F; this.Symbol.Frozen = true; this.Symbol.HeaderText = "Symbol"; this.Symbol.MinimumWidth = 100; this.Symbol.Name = "Symbol"; this.Symbol.ReadOnly = true; // // TradeSize // this.TradeSize.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.TradeSize.DataPropertyName = "LastTradeSize"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.Format = "N0"; this.TradeSize.DefaultCellStyle = dataGridViewCellStyle4; this.TradeSize.FillWeight = 55.39339F; this.TradeSize.HeaderText = "Size"; this.TradeSize.MinimumWidth = 80; this.TradeSize.Name = "TradeSize"; this.TradeSize.ReadOnly = true; // // Last // this.Last.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Last.DataPropertyName = "LastTradePrice"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle5.Format = "N4"; this.Last.DefaultCellStyle = dataGridViewCellStyle5; this.Last.FillWeight = 55.39339F; this.Last.HeaderText = "Last"; this.Last.MinimumWidth = 80; this.Last.Name = "Last"; this.Last.ReadOnly = true; // // Bid // this.Bid.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Bid.DataPropertyName = "Bid"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle6.Format = "N4"; this.Bid.DefaultCellStyle = dataGridViewCellStyle6; this.Bid.FillWeight = 55.39339F; this.Bid.HeaderText = "Bid"; this.Bid.MinimumWidth = 80; this.Bid.Name = "Bid"; this.Bid.ReadOnly = true; // // Ask // this.Ask.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Ask.DataPropertyName = "Ask"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.Format = "N2"; this.Ask.DefaultCellStyle = dataGridViewCellStyle7; this.Ask.FillWeight = 55.39339F; this.Ask.HeaderText = "Ask"; this.Ask.MinimumWidth = 80; this.Ask.Name = "Ask"; this.Ask.ReadOnly = true; // // LastTradeTime // this.LastTradeTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.LastTradeTime.DataPropertyName = "LastTradeTime"; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.Format = "HH:mm:ss"; this.LastTradeTime.DefaultCellStyle = dataGridViewCellStyle8; this.LastTradeTime.FillWeight = 55.39339F; this.LastTradeTime.HeaderText = "Time"; this.LastTradeTime.MinimumWidth = 100; this.LastTradeTime.Name = "LastTradeTime"; this.LastTradeTime.ReadOnly = true; // // Messages // this.Messages.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Messages.DataPropertyName = "MessageCount"; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle9.Format = "N0"; this.Messages.DefaultCellStyle = dataGridViewCellStyle9; this.Messages.FillWeight = 55.39339F; this.Messages.HeaderText = "Messages"; this.Messages.MinimumWidth = 80; this.Messages.Name = "Messages"; this.Messages.ReadOnly = true; // // Subscibed // this.Subscibed.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Subscibed.DataPropertyName = "SubscribedWhen"; dataGridViewCellStyle10.Format = "yyyy-MM-dd HH:mm:ss"; this.Subscibed.DefaultCellStyle = dataGridViewCellStyle10; this.Subscibed.FillWeight = 55.39339F; this.Subscibed.HeaderText = "Subscribed"; this.Subscibed.MinimumWidth = 125; this.Subscibed.Name = "Subscibed"; this.Subscibed.ReadOnly = true; // // Sources // this.Sources.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Sources.DataPropertyName = "Sources"; this.Sources.FillWeight = 456.8529F; this.Sources.HeaderText = "Source(s)"; this.Sources.MinimumWidth = 300; this.Sources.Name = "Sources"; this.Sources.ReadOnly = true; this.Sources.Visible = false; // // panel1 // this.panel1.Controls.Add(this.txtSources); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(730, 0); this.panel1.Margin = new System.Windows.Forms.Padding(0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(362, 458); this.panel1.TabIndex = 6; // // txtSources // this.txtSources.BackColor = System.Drawing.Color.Black; this.txtSources.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtSources.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSources.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtSources.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.txtSources.Location = new System.Drawing.Point(0, 33); this.txtSources.Margin = new System.Windows.Forms.Padding(0); this.txtSources.Multiline = true; this.txtSources.Name = "txtSources"; this.txtSources.Size = new System.Drawing.Size(362, 425); this.txtSources.TabIndex = 6; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(88)))), ((int)(((byte)(75))))); this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label1.Dock = System.Windows.Forms.DockStyle.Top; this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(206))))); this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(362, 33); this.label1.TabIndex = 7; this.label1.Text = "Sources"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // frmGUI // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1092, 482); this.Controls.Add(this.dgvMarketData); this.Controls.Add(this.panel1); this.Controls.Add(this.statusStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmGUI"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Market Data Client"; this.Deactivate += new System.EventHandler(this.frmGUI_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmGUI_FormClosing); this.Load += new System.EventHandler(this.frmGUI_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvMarketData)).EndInit(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dgvMarketData; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.ToolStripStatusLabel tslConnectionMade; private System.Windows.Forms.ToolStripStatusLabel tslReconnection; private System.Windows.Forms.ToolStripStatusLabel tslvReconnection; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5; private System.Windows.Forms.ToolStripStatusLabel tslSubscriptions; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2; private System.Windows.Forms.ToolStripStatusLabel tslMessageCount; private System.Windows.Forms.DataGridViewTextBoxColumn Symbol; private System.Windows.Forms.DataGridViewTextBoxColumn TradeSize; private System.Windows.Forms.DataGridViewTextBoxColumn Last; private System.Windows.Forms.DataGridViewTextBoxColumn Bid; private System.Windows.Forms.DataGridViewTextBoxColumn Ask; private System.Windows.Forms.DataGridViewTextBoxColumn LastTradeTime; private System.Windows.Forms.DataGridViewTextBoxColumn Messages; private System.Windows.Forms.DataGridViewTextBoxColumn Subscibed; private System.Windows.Forms.DataGridViewTextBoxColumn Sources; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtSources; } }