/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dgvSpdOrderBook = new CustomControls.AtsGrid.AtsDataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.dgvSpdOrderBook)).BeginInit();
     this.SuspendLayout();
     //
     // dgvSpdOrderBook
     //
     this.dgvSpdOrderBook.AllowUserToAddRows = false;
     this.dgvSpdOrderBook.AllowUserToDeleteRows = false;
     this.dgvSpdOrderBook.AllowUserToOrderColumns = true;
     this.dgvSpdOrderBook.AllowUserToResizeRows = false;
     this.dgvSpdOrderBook.BackgroundColor = System.Drawing.Color.White;
     this.dgvSpdOrderBook.BindSource = null;
     this.dgvSpdOrderBook.BindSourceView = null;
     this.dgvSpdOrderBook.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvSpdOrderBook.CurGroupColIdx = -1;
     this.dgvSpdOrderBook.CurMouseColIdx = 0;
     this.dgvSpdOrderBook.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvSpdOrderBook.EnableHeadersVisualStyles = false;
     this.dgvSpdOrderBook.Location = new System.Drawing.Point(0, 0);
     this.dgvSpdOrderBook.Name = "dgvSpdOrderBook";
     this.dgvSpdOrderBook.ReadOnly = true;
     this.dgvSpdOrderBook.RowHeadersVisible = false;
     this.dgvSpdOrderBook.RowHeadersWidth = 11;
     this.dgvSpdOrderBook.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvSpdOrderBook.SettingPath = "";
     this.dgvSpdOrderBook.Size = new System.Drawing.Size(719, 368);
     this.dgvSpdOrderBook.TabIndex = 0;
     this.dgvSpdOrderBook.UniqueName = "";
     this.dgvSpdOrderBook.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvSpdOrderBook_DataError_1);
     //
     // FrmSpdOrderBook
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(719, 368);
     this.Controls.Add(this.dgvSpdOrderBook);
     this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.KeyPreview = true;
     this.Name = "FrmSpdOrderBook";
     this.Text = "Spread Order Book";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmSpdOrderBook_FormClosing);
     this.Load += new System.EventHandler(this.FrmOrderBook_Load_1);
     ((System.ComponentModel.ISupportInitialize)(this.dgvSpdOrderBook)).EndInit();
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.dgvMktWatch = new CustomControls.AtsGrid.AtsDataGridView();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addRowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMktWatch)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // dgvMktWatch
     //
     this.dgvMktWatch.AllowUserToAddRows = false;
     this.dgvMktWatch.AllowUserToDeleteRows = false;
     this.dgvMktWatch.AllowUserToOrderColumns = true;
     this.dgvMktWatch.AllowUserToResizeRows = false;
     this.dgvMktWatch.BackgroundColor = System.Drawing.Color.White;
     this.dgvMktWatch.BindSource = null;
     this.dgvMktWatch.BindSourceView = null;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvMktWatch.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvMktWatch.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvMktWatch.CurGroupColIdx = -1;
     this.dgvMktWatch.CurMouseColIdx = 0;
     this.dgvMktWatch.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvMktWatch.EnableHeadersVisualStyles = false;
     this.dgvMktWatch.Location = new System.Drawing.Point(0, 0);
     this.dgvMktWatch.Name = "dgvMktWatch";
     this.dgvMktWatch.ReadOnly = true;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvMktWatch.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvMktWatch.RowHeadersVisible = false;
     this.dgvMktWatch.RowHeadersWidth = 11;
     this.dgvMktWatch.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvMktWatch.SettingPath = "";
     this.dgvMktWatch.Size = new System.Drawing.Size(456, 169);
     this.dgvMktWatch.TabIndex = 5;
     this.dgvMktWatch.UniqueName = "";
     this.dgvMktWatch.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMktWatch_CellContentClick);
     this.dgvMktWatch.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvMktWatch_DataError);
     this.dgvMktWatch.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dgvMktWatch_MouseClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addRowToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(125, 26);
     //
     // addRowToolStripMenuItem
     //
     this.addRowToolStripMenuItem.Name = "addRowToolStripMenuItem";
     this.addRowToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.addRowToolStripMenuItem.Text = "Add_Row";
     this.addRowToolStripMenuItem.Click += new System.EventHandler(this.addRowToolStripMenuItem_Click);
     //
     // frmSpot
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(456, 169);
     this.Controls.Add(this.dgvMktWatch);
     this.Name = "frmSpot";
     this.Text = "frmSpot";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSpot_FormClosing);
     this.Load += new System.EventHandler(this.frmSpot_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvMktWatch)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.pbtrend = new System.Windows.Forms.PictureBox();
     this.dgvMarketPicture = new CustomControls.AtsGrid.AtsDataGridView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.lblTotalSellQuantity = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.lblTotalBuyQuantity = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.lblLastTradeTime = new System.Windows.Forms.Label();
     this.lblTotalTrades = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.tbpnlBestFive = new System.Windows.Forms.TableLayoutPanel();
     this.lblLastTrdQty = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lblOpen = new System.Windows.Forms.Label();
     this.lblVolume = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.lblValue = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.lblAvgTradePrice = new System.Windows.Forms.Label();
     this.lblper = new System.Windows.Forms.Label();
     this.lblPercentage = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.lblPrevClose = new System.Windows.Forms.Label();
     this.lbllow = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.lblHigh = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lblLtHigh = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.lblLtlLow = new System.Windows.Forms.Label();
     this.lblDprLow = new System.Windows.Forms.Label();
     this.lblLastUpdt = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.lblOpenIntrestTXT = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.lblOI = new System.Windows.Forms.Label();
     this.lblDprHigh = new System.Windows.Forms.Label();
     this.lblVol = new System.Windows.Forms.Label();
     this.cmbInstrument = new System.Windows.Forms.ComboBox();
     this.cmbSymbol = new System.Windows.Forms.ComboBox();
     this.cmbSeries = new System.Windows.Forms.ComboBox();
     this.cmbStrikePrice = new System.Windows.Forms.ComboBox();
     this.cmbExpirty = new System.Windows.Forms.ComboBox();
     this.pbCollExp = new System.Windows.Forms.PictureBox();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.token = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.pbtrend)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMarketPicture)).BeginInit();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tbpnlBestFive.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbCollExp)).BeginInit();
     this.SuspendLayout();
     //
     // pbtrend
     //
     this.pbtrend.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.pbtrend.BackColor = System.Drawing.Color.Transparent;
     this.pbtrend.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.pbtrend.Location = new System.Drawing.Point(806, 121);
     this.pbtrend.Name = "pbtrend";
     this.pbtrend.Size = new System.Drawing.Size(19, 14);
     this.pbtrend.TabIndex = 55;
     this.pbtrend.TabStop = false;
     //
     // dgvMarketPicture
     //
     this.dgvMarketPicture.AllowUserToAddRows = false;
     this.dgvMarketPicture.AllowUserToDeleteRows = false;
     this.dgvMarketPicture.AllowUserToOrderColumns = true;
     this.dgvMarketPicture.AllowUserToResizeRows = false;
     this.dgvMarketPicture.BackgroundColor = System.Drawing.Color.White;
     this.dgvMarketPicture.BindSource = null;
     this.dgvMarketPicture.BindSourceView = null;
     this.dgvMarketPicture.BorderStyle = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvMarketPicture.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvMarketPicture.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.tbpnlBestFive.SetColumnSpan(this.dgvMarketPicture, 5);
     this.dgvMarketPicture.CurGroupColIdx = -1;
     this.dgvMarketPicture.CurMouseColIdx = 0;
     this.dgvMarketPicture.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvMarketPicture.EnableHeadersVisualStyles = false;
     this.dgvMarketPicture.Location = new System.Drawing.Point(0, 43);
     this.dgvMarketPicture.Margin = new System.Windows.Forms.Padding(0);
     this.dgvMarketPicture.Name = "dgvMarketPicture";
     this.dgvMarketPicture.ReadOnly = true;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvMarketPicture.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvMarketPicture.RowHeadersVisible = false;
     this.dgvMarketPicture.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
     this.tbpnlBestFive.SetRowSpan(this.dgvMarketPicture, 6);
     this.dgvMarketPicture.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dgvMarketPicture.SettingPath = "";
     this.dgvMarketPicture.Size = new System.Drawing.Size(408, 145);
     this.dgvMarketPicture.TabIndex = 91;
     this.dgvMarketPicture.UniqueName = "";
     //
     // panel1
     //
     this.tbpnlBestFive.SetColumnSpan(this.panel1, 5);
     this.panel1.Controls.Add(this.tableLayoutPanel1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 191);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(402, 20);
     this.panel1.TabIndex = 93;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 4;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 44F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 44F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.lblTotalSellQuantity, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.label17, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblTotalBuyQuantity, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label8, 0, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(402, 20);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // lblTotalSellQuantity
     //
     this.lblTotalSellQuantity.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblTotalSellQuantity.AutoSize = true;
     this.lblTotalSellQuantity.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotalSellQuantity.ForeColor = System.Drawing.Color.Black;
     this.lblTotalSellQuantity.Location = new System.Drawing.Point(248, 3);
     this.lblTotalSellQuantity.Name = "lblTotalSellQuantity";
     this.lblTotalSellQuantity.Size = new System.Drawing.Size(0, 13);
     this.lblTotalSellQuantity.TabIndex = 66;
     this.lblTotalSellQuantity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label17
     //
     this.label17.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(209, 3);
     this.label17.Margin = new System.Windows.Forms.Padding(0);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(36, 13);
     this.label17.TabIndex = 65;
     this.label17.Text = "TSQ:";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblTotalBuyQuantity
     //
     this.lblTotalBuyQuantity.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblTotalBuyQuantity.AutoSize = true;
     this.lblTotalBuyQuantity.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotalBuyQuantity.ForeColor = System.Drawing.Color.Black;
     this.lblTotalBuyQuantity.Location = new System.Drawing.Point(47, 3);
     this.lblTotalBuyQuantity.Name = "lblTotalBuyQuantity";
     this.lblTotalBuyQuantity.Size = new System.Drawing.Size(0, 13);
     this.lblTotalBuyQuantity.TabIndex = 62;
     this.lblTotalBuyQuantity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label8
     //
     this.label8.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(8, 3);
     this.label8.Margin = new System.Windows.Forms.Padding(0);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(36, 13);
     this.label8.TabIndex = 61;
     this.label8.Text = "TBQ:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label26
     //
     this.label26.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label26.AutoSize = true;
     this.label26.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label26.ForeColor = System.Drawing.Color.Black;
     this.label26.Location = new System.Drawing.Point(742, 54);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(58, 13);
     this.label26.TabIndex = 60;
     this.label26.Text = "DPRLow:";
     //
     // lblLastTradeTime
     //
     this.lblLastTradeTime.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblLastTradeTime.AutoSize = true;
     this.lblLastTradeTime.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastTradeTime.Location = new System.Drawing.Point(467, 194);
     this.lblLastTradeTime.Name = "lblLastTradeTime";
     this.lblLastTradeTime.Size = new System.Drawing.Size(0, 13);
     this.lblLastTradeTime.TabIndex = 82;
     this.lblLastTradeTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTotalTrades
     //
     this.lblTotalTrades.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblTotalTrades.AutoSize = true;
     this.lblTotalTrades.Location = new System.Drawing.Point(467, 81);
     this.lblTotalTrades.Name = "lblTotalTrades";
     this.lblTotalTrades.Size = new System.Drawing.Size(0, 13);
     this.lblTotalTrades.TabIndex = 70;
     this.lblTotalTrades.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location = new System.Drawing.Point(429, 194);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(32, 13);
     this.label4.TabIndex = 42;
     this.label4.Text = "LTT:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location = new System.Drawing.Point(414, 81);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(47, 13);
     this.label2.TabIndex = 46;
     this.label2.Text = "Trades :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     this.label9.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.Black;
     this.label9.Location = new System.Drawing.Point(586, 54);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(42, 13);
     this.label9.TabIndex = 47;
     this.label9.Text = "Open:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tbpnlBestFive
     //
     this.tbpnlBestFive.ColumnCount = 11;
     this.tbpnlBestFive.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 73F));
     this.tbpnlBestFive.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 93F));
     this.tbpnlBestFive.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tbpnlBestFive.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 71F));
     this.tbpnlBestFive.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 91F));
     this.tbpnlBestFive.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 56F));
     this.tbpnlBestFive.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22.80285F));
     this.tbpnlBestFive.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.87648F));
     this.tbpnlBestFive.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 19.47744F));
     this.tbpnlBestFive.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.15202F));
     this.tbpnlBestFive.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.69121F));
     this.tbpnlBestFive.Controls.Add(this.lblLastTrdQty, 6, 1);
     this.tbpnlBestFive.Controls.Add(this.label1, 5, 1);
     this.tbpnlBestFive.Controls.Add(this.lblOpen, 8, 1);
     this.tbpnlBestFive.Controls.Add(this.lblVolume, 6, 3);
     this.tbpnlBestFive.Controls.Add(this.label16, 7, 7);
     this.tbpnlBestFive.Controls.Add(this.label18, 5, 4);
     this.tbpnlBestFive.Controls.Add(this.lblValue, 6, 4);
     this.tbpnlBestFive.Controls.Add(this.label6, 5, 5);
     this.tbpnlBestFive.Controls.Add(this.lblAvgTradePrice, 6, 5);
     this.tbpnlBestFive.Controls.Add(this.lblper, 5, 6);
     this.tbpnlBestFive.Controls.Add(this.lblPercentage, 6, 6);
     this.tbpnlBestFive.Controls.Add(this.label10, 7, 2);
     this.tbpnlBestFive.Controls.Add(this.lblPrevClose, 8, 2);
     this.tbpnlBestFive.Controls.Add(this.lbllow, 8, 4);
     this.tbpnlBestFive.Controls.Add(this.label12, 7, 4);
     this.tbpnlBestFive.Controls.Add(this.label11, 7, 3);
     this.tbpnlBestFive.Controls.Add(this.lblHigh, 8, 3);
     this.tbpnlBestFive.Controls.Add(this.label5, 7, 5);
     this.tbpnlBestFive.Controls.Add(this.lblLtHigh, 8, 5);
     this.tbpnlBestFive.Controls.Add(this.label7, 7, 6);
     this.tbpnlBestFive.Controls.Add(this.lblLtlLow, 8, 6);
     this.tbpnlBestFive.Controls.Add(this.lblDprLow, 10, 1);
     this.tbpnlBestFive.Controls.Add(this.label9, 7, 1);
     this.tbpnlBestFive.Controls.Add(this.label2, 5, 2);
     this.tbpnlBestFive.Controls.Add(this.label4, 5, 7);
     this.tbpnlBestFive.Controls.Add(this.lblTotalTrades, 6, 2);
     this.tbpnlBestFive.Controls.Add(this.lblLastTradeTime, 6, 7);
     this.tbpnlBestFive.Controls.Add(this.label26, 9, 1);
     this.tbpnlBestFive.Controls.Add(this.panel1, 0, 7);
     this.tbpnlBestFive.Controls.Add(this.lblLastUpdt, 8, 7);
     this.tbpnlBestFive.Controls.Add(this.label15, 9, 4);
     this.tbpnlBestFive.Controls.Add(this.lblOpenIntrestTXT, 9, 3);
     this.tbpnlBestFive.Controls.Add(this.label3, 9, 2);
     this.tbpnlBestFive.Controls.Add(this.lblOI, 10, 3);
     this.tbpnlBestFive.Controls.Add(this.lblDprHigh, 10, 2);
     this.tbpnlBestFive.Controls.Add(this.dgvMarketPicture, 0, 1);
     this.tbpnlBestFive.Controls.Add(this.pbtrend, 10, 4);
     this.tbpnlBestFive.Controls.Add(this.lblVol, 5, 3);
     this.tbpnlBestFive.Controls.Add(this.cmbInstrument, 0, 0);
     this.tbpnlBestFive.Controls.Add(this.cmbSymbol, 1, 0);
     this.tbpnlBestFive.Controls.Add(this.token, 10, 0);
     this.tbpnlBestFive.Controls.Add(this.cmbExpirty, 2, 0);
     this.tbpnlBestFive.Controls.Add(this.cmbSeries, 3, 0);
     this.tbpnlBestFive.Controls.Add(this.cmbStrikePrice, 4, 0);
     this.tbpnlBestFive.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tbpnlBestFive.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbpnlBestFive.Location = new System.Drawing.Point(0, 0);
     this.tbpnlBestFive.Margin = new System.Windows.Forms.Padding(0);
     this.tbpnlBestFive.Name = "tbpnlBestFive";
     this.tbpnlBestFive.RowCount = 8;
     this.tbpnlBestFive.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
     this.tbpnlBestFive.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tbpnlBestFive.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 19F));
     this.tbpnlBestFive.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 21F));
     this.tbpnlBestFive.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tbpnlBestFive.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tbpnlBestFive.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tbpnlBestFive.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F));
     this.tbpnlBestFive.Size = new System.Drawing.Size(947, 214);
     this.tbpnlBestFive.TabIndex = 97;
     //
     // lblLastTrdQty
     //
     this.lblLastTrdQty.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblLastTrdQty.AutoSize = true;
     this.lblLastTrdQty.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastTrdQty.Location = new System.Drawing.Point(467, 54);
     this.lblLastTrdQty.Name = "lblLastTrdQty";
     this.lblLastTrdQty.Size = new System.Drawing.Size(0, 13);
     this.lblLastTrdQty.TabIndex = 71;
     this.lblLastTrdQty.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location = new System.Drawing.Point(427, 54);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(34, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "LTQ:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblOpen
     //
     this.lblOpen.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblOpen.AutoSize = true;
     this.lblOpen.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOpen.Location = new System.Drawing.Point(634, 54);
     this.lblOpen.Name = "lblOpen";
     this.lblOpen.Size = new System.Drawing.Size(0, 13);
     this.lblOpen.TabIndex = 75;
     this.lblOpen.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblVolume
     //
     this.lblVolume.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblVolume.AutoSize = true;
     this.lblVolume.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVolume.Location = new System.Drawing.Point(467, 101);
     this.lblVolume.Name = "lblVolume";
     this.lblVolume.Size = new System.Drawing.Size(0, 13);
     this.lblVolume.TabIndex = 85;
     this.lblVolume.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label16
     //
     this.label16.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label16.AutoSize = true;
     this.label16.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label16.Location = new System.Drawing.Point(594, 194);
     this.label16.Margin = new System.Windows.Forms.Padding(0);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(37, 13);
     this.label16.TabIndex = 63;
     this.label16.Text = "LUT :";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label18
     //
     this.label18.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label18.AutoSize = true;
     this.label18.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.ForeColor = System.Drawing.Color.Black;
     this.label18.Location = new System.Drawing.Point(412, 121);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(49, 13);
     this.label18.TabIndex = 86;
     this.label18.Text = "VALUE:";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblValue
     //
     this.lblValue.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblValue.AutoSize = true;
     this.lblValue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblValue.Location = new System.Drawing.Point(467, 121);
     this.lblValue.Name = "lblValue";
     this.lblValue.Size = new System.Drawing.Size(0, 13);
     this.lblValue.TabIndex = 69;
     this.lblValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Black;
     this.label6.Location = new System.Drawing.Point(427, 144);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(34, 13);
     this.label6.TabIndex = 43;
     this.label6.Text = "ATP:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblAvgTradePrice
     //
     this.lblAvgTradePrice.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblAvgTradePrice.AutoSize = true;
     this.lblAvgTradePrice.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAvgTradePrice.Location = new System.Drawing.Point(467, 144);
     this.lblAvgTradePrice.Name = "lblAvgTradePrice";
     this.lblAvgTradePrice.Size = new System.Drawing.Size(0, 13);
     this.lblAvgTradePrice.TabIndex = 81;
     this.lblAvgTradePrice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblper
     //
     this.lblper.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lblper.AutoSize = true;
     this.lblper.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblper.ForeColor = System.Drawing.Color.Black;
     this.lblper.Location = new System.Drawing.Point(437, 169);
     this.lblper.Name = "lblper";
     this.lblper.Size = new System.Drawing.Size(24, 13);
     this.lblper.TabIndex = 87;
     this.lblper.Text = "%:";
     this.lblper.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblPercentage
     //
     this.lblPercentage.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblPercentage.AutoSize = true;
     this.lblPercentage.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPercentage.Location = new System.Drawing.Point(467, 169);
     this.lblPercentage.Name = "lblPercentage";
     this.lblPercentage.Size = new System.Drawing.Size(0, 13);
     this.lblPercentage.TabIndex = 88;
     this.lblPercentage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label10
     //
     this.label10.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.Black;
     this.label10.Location = new System.Drawing.Point(584, 81);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(44, 13);
     this.label10.TabIndex = 48;
     this.label10.Text = "Close:";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblPrevClose
     //
     this.lblPrevClose.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblPrevClose.AutoSize = true;
     this.lblPrevClose.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPrevClose.Location = new System.Drawing.Point(634, 81);
     this.lblPrevClose.Name = "lblPrevClose";
     this.lblPrevClose.Size = new System.Drawing.Size(0, 13);
     this.lblPrevClose.TabIndex = 72;
     this.lblPrevClose.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbllow
     //
     this.lbllow.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lbllow.AutoSize = true;
     this.lbllow.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbllow.Location = new System.Drawing.Point(634, 121);
     this.lbllow.Name = "lbllow";
     this.lbllow.Size = new System.Drawing.Size(0, 13);
     this.lbllow.TabIndex = 79;
     this.lbllow.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label12
     //
     this.label12.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.Color.Black;
     this.label12.Location = new System.Drawing.Point(594, 121);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(34, 13);
     this.label12.TabIndex = 50;
     this.label12.Text = "Low:";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Black;
     this.label11.Location = new System.Drawing.Point(591, 101);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(37, 13);
     this.label11.TabIndex = 49;
     this.label11.Text = "High:";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblHigh
     //
     this.lblHigh.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblHigh.AutoSize = true;
     this.lblHigh.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHigh.Location = new System.Drawing.Point(634, 101);
     this.lblHigh.Name = "lblHigh";
     this.lblHigh.Size = new System.Drawing.Size(0, 13);
     this.lblHigh.TabIndex = 78;
     this.lblHigh.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location = new System.Drawing.Point(595, 144);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(33, 13);
     this.label5.TabIndex = 53;
     this.label5.Text = "LTH:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblLtHigh
     //
     this.lblLtHigh.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblLtHigh.AutoSize = true;
     this.lblLtHigh.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLtHigh.Location = new System.Drawing.Point(634, 144);
     this.lblLtHigh.Name = "lblLtHigh";
     this.lblLtHigh.Size = new System.Drawing.Size(0, 13);
     this.lblLtHigh.TabIndex = 76;
     this.lblLtHigh.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label7
     //
     this.label7.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Location = new System.Drawing.Point(597, 169);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(31, 13);
     this.label7.TabIndex = 54;
     this.label7.Text = "LTL:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblLtlLow
     //
     this.lblLtlLow.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblLtlLow.AutoSize = true;
     this.lblLtlLow.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLtlLow.Location = new System.Drawing.Point(634, 168);
     this.lblLtlLow.Name = "lblLtlLow";
     this.lblLtlLow.Size = new System.Drawing.Size(0, 15);
     this.lblLtlLow.TabIndex = 67;
     this.lblLtlLow.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblDprLow
     //
     this.lblDprLow.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblDprLow.AutoSize = true;
     this.lblDprLow.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDprLow.Location = new System.Drawing.Point(806, 54);
     this.lblDprLow.Name = "lblDprLow";
     this.lblDprLow.Size = new System.Drawing.Size(0, 13);
     this.lblDprLow.TabIndex = 74;
     this.lblDprLow.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblLastUpdt
     //
     this.lblLastUpdt.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblLastUpdt.AutoSize = true;
     this.lblLastUpdt.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastUpdt.ForeColor = System.Drawing.Color.Black;
     this.lblLastUpdt.Location = new System.Drawing.Point(634, 194);
     this.lblLastUpdt.Name = "lblLastUpdt";
     this.lblLastUpdt.Size = new System.Drawing.Size(0, 13);
     this.lblLastUpdt.TabIndex = 94;
     this.lblLastUpdt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label15
     //
     this.label15.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label15.AutoSize = true;
     this.label15.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.Black;
     this.label15.Location = new System.Drawing.Point(758, 121);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(42, 13);
     this.label15.TabIndex = 51;
     this.label15.Text = "Trend :";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblOpenIntrestTXT
     //
     this.lblOpenIntrestTXT.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lblOpenIntrestTXT.AutoSize = true;
     this.lblOpenIntrestTXT.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOpenIntrestTXT.ForeColor = System.Drawing.Color.Black;
     this.lblOpenIntrestTXT.Location = new System.Drawing.Point(770, 101);
     this.lblOpenIntrestTXT.Name = "lblOpenIntrestTXT";
     this.lblOpenIntrestTXT.Size = new System.Drawing.Size(30, 13);
     this.lblOpenIntrestTXT.TabIndex = 52;
     this.lblOpenIntrestTXT.Text = "OI :";
     this.lblOpenIntrestTXT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location = new System.Drawing.Point(739, 81);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(61, 13);
     this.label3.TabIndex = 95;
     this.label3.Text = "DPRHigh:";
     //
     // lblOI
     //
     this.lblOI.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblOI.AutoSize = true;
     this.lblOI.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOI.Location = new System.Drawing.Point(806, 101);
     this.lblOI.Name = "lblOI";
     this.lblOI.Size = new System.Drawing.Size(0, 13);
     this.lblOI.TabIndex = 77;
     this.lblOI.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblDprHigh
     //
     this.lblDprHigh.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblDprHigh.AutoSize = true;
     this.lblDprHigh.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDprHigh.Location = new System.Drawing.Point(806, 81);
     this.lblDprHigh.Name = "lblDprHigh";
     this.lblDprHigh.Size = new System.Drawing.Size(0, 13);
     this.lblDprHigh.TabIndex = 96;
     //
     // lblVol
     //
     this.lblVol.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lblVol.AutoSize = true;
     this.lblVol.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVol.ForeColor = System.Drawing.Color.Black;
     this.lblVol.Location = new System.Drawing.Point(426, 101);
     this.lblVol.Name = "lblVol";
     this.lblVol.Size = new System.Drawing.Size(35, 13);
     this.lblVol.TabIndex = 84;
     this.lblVol.Text = "VOL:";
     this.lblVol.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbInstrument
     //
     this.cmbInstrument.FormattingEnabled = true;
     this.cmbInstrument.Location = new System.Drawing.Point(3, 3);
     this.cmbInstrument.Name = "cmbInstrument";
     this.cmbInstrument.Size = new System.Drawing.Size(63, 21);
     this.cmbInstrument.TabIndex = 99;
     this.cmbInstrument.SelectedIndexChanged += new System.EventHandler(this.cmbInstrument_SelectedIndexChanged);
     //
     // cmbSymbol
     //
     this.cmbSymbol.FormattingEnabled = true;
     this.cmbSymbol.Location = new System.Drawing.Point(76, 3);
     this.cmbSymbol.Name = "cmbSymbol";
     this.cmbSymbol.Size = new System.Drawing.Size(87, 21);
     this.cmbSymbol.TabIndex = 100;
     this.cmbSymbol.SelectedIndexChanged += new System.EventHandler(this.cmbSymbol_SelectedIndexChanged);
     //
     // cmbSeries
     //
     this.cmbSeries.FormattingEnabled = true;
     this.cmbSeries.Location = new System.Drawing.Point(249, 3);
     this.cmbSeries.Name = "cmbSeries";
     this.cmbSeries.Size = new System.Drawing.Size(65, 21);
     this.cmbSeries.TabIndex = 103;
     this.cmbSeries.Visible = false;
     this.cmbSeries.SelectedIndexChanged += new System.EventHandler(this.cmbSeries_SelectedIndexChanged);
     //
     // cmbStrikePrice
     //
     this.cmbStrikePrice.FormattingEnabled = true;
     this.cmbStrikePrice.Location = new System.Drawing.Point(320, 3);
     this.cmbStrikePrice.Name = "cmbStrikePrice";
     this.cmbStrikePrice.Size = new System.Drawing.Size(52, 21);
     this.cmbStrikePrice.TabIndex = 104;
     this.cmbStrikePrice.Visible = false;
     this.cmbStrikePrice.SelectedIndexChanged += new System.EventHandler(this.cmbStrikePrice_SelectedIndexChanged);
     //
     // cmbExpirty
     //
     this.cmbExpirty.FormattingEnabled = true;
     this.cmbExpirty.Location = new System.Drawing.Point(169, 3);
     this.cmbExpirty.Name = "cmbExpirty";
     this.cmbExpirty.Size = new System.Drawing.Size(74, 21);
     this.cmbExpirty.TabIndex = 102;
     this.cmbExpirty.SelectedIndexChanged += new System.EventHandler(this.cmbExpirty_SelectedIndexChanged);
     this.cmbExpirty.Enter += new System.EventHandler(this.cmbExpirty_Enter);
     //
     // pbCollExp
     //
     this.pbCollExp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.pbCollExp.BackColor = System.Drawing.Color.Transparent;
     this.pbCollExp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pbCollExp.Cursor = System.Windows.Forms.Cursors.PanWest;
     this.pbCollExp.Location = new System.Drawing.Point(910, 184);
     this.pbCollExp.Name = "pbCollExp";
     this.pbCollExp.Size = new System.Drawing.Size(37, 30);
     this.pbCollExp.TabIndex = 99;
     this.pbCollExp.TabStop = false;
     this.pbCollExp.Tag = "Expanded";
     //
     // token
     //
     this.token.Location = new System.Drawing.Point(806, 3);
     this.token.Name = "token";
     this.token.Size = new System.Drawing.Size(100, 21);
     this.token.TabIndex = 105;
     //
     // FrmMarketPicture
     //
     this.AllowDrop = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(947, 214);
     this.Controls.Add(this.pbCollExp);
     this.Controls.Add(this.tbpnlBestFive);
     this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor = System.Drawing.Color.Black;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmMarketPicture";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Market Picture";
     this.Load += new System.EventHandler(this.FrmMarketPicture_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pbtrend)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMarketPicture)).EndInit();
     this.panel1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tbpnlBestFive.ResumeLayout(false);
     this.tbpnlBestFive.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbCollExp)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSpreadMktWatch));
     this.dgvMktWatch = new CustomControls.AtsGrid.AtsDataGridView();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.cmbInstType = new System.Windows.Forms.ToolStripComboBox();
     this.cmbSymbol = new System.Windows.Forms.ToolStripComboBox();
     this.cmbOptionType = new System.Windows.Forms.ToolStripComboBox();
     this.cmbStrikePrice = new System.Windows.Forms.ToolStripComboBox();
     this.cmbExpiry = new System.Windows.Forms.ToolStripComboBox();
     this.cmbSymDiscription = new System.Windows.Forms.ToolStripComboBox();
     this.btnsaveMktwatch = new System.Windows.Forms.ToolStripButton();
     this.btnLoadMktWatch = new System.Windows.Forms.ToolStripButton();
     this.btnprofile = new System.Windows.Forms.ToolStripButton();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.textBox1 = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMktWatch)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // dgvMktWatch
     //
     this.dgvMktWatch.AllowUserToAddRows = false;
     this.dgvMktWatch.AllowUserToDeleteRows = false;
     this.dgvMktWatch.AllowUserToOrderColumns = true;
     this.dgvMktWatch.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
     this.dgvMktWatch.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvMktWatch.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.dgvMktWatch.BindSource = null;
     this.dgvMktWatch.BindSourceView = null;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvMktWatch.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvMktWatch.CurGroupColIdx = -1;
     this.dgvMktWatch.CurMouseColIdx = 0;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.InfoText;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Coral;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvMktWatch.DefaultCellStyle = dataGridViewCellStyle3;
     this.dgvMktWatch.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvMktWatch.EnableHeadersVisualStyles = false;
     this.dgvMktWatch.Location = new System.Drawing.Point(0, 25);
     this.dgvMktWatch.Name = "dgvMktWatch";
     this.dgvMktWatch.ReadOnly = true;
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvMktWatch.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.dgvMktWatch.RowHeadersVisible = false;
     this.dgvMktWatch.RowHeadersWidth = 11;
     this.dgvMktWatch.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvMktWatch.SettingPath = "";
     this.dgvMktWatch.Size = new System.Drawing.Size(1028, 337);
     this.dgvMktWatch.TabIndex = 1;
     this.dgvMktWatch.UniqueName = "";
     this.dgvMktWatch.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMktWatch_CellContentClick);
     this.dgvMktWatch.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvMktWatch_ColumnHeaderMouseClick_1);
     this.dgvMktWatch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvMktWatch_KeyDown);
     this.dgvMktWatch.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.dgvMktWatch_KeyPress);
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cmbInstType,
     this.cmbSymbol,
     this.cmbOptionType,
     this.cmbStrikePrice,
     this.cmbExpiry,
     this.cmbSymDiscription,
     this.btnsaveMktwatch,
     this.btnLoadMktWatch,
     this.btnprofile});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(1028, 25);
     this.toolStrip1.TabIndex = 4;
     this.toolStrip1.Text = "toolStrip1";
     //
     // cmbInstType
     //
     this.cmbInstType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbInstType.Name = "cmbInstType";
     this.cmbInstType.Size = new System.Drawing.Size(75, 25);
     this.cmbInstType.Sorted = true;
     this.cmbInstType.ToolTipText = "Instrument Type";
     this.cmbInstType.SelectedIndexChanged += new System.EventHandler(this.cmbInstType_SelectedIndexChanged);
     //
     // cmbSymbol
     //
     this.cmbSymbol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSymbol.Name = "cmbSymbol";
     this.cmbSymbol.Size = new System.Drawing.Size(121, 25);
     this.cmbSymbol.Sorted = true;
     this.cmbSymbol.ToolTipText = "Symbol";
     this.cmbSymbol.SelectedIndexChanged += new System.EventHandler(this.cmbSymbol_SelectedIndexChanged);
     //
     // cmbOptionType
     //
     this.cmbOptionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbOptionType.Name = "cmbOptionType";
     this.cmbOptionType.Size = new System.Drawing.Size(75, 25);
     this.cmbOptionType.ToolTipText = "CE/PE";
     this.cmbOptionType.SelectedIndexChanged += new System.EventHandler(this.cmbOptionType_SelectedIndexChanged);
     //
     // cmbStrikePrice
     //
     this.cmbStrikePrice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbStrikePrice.Name = "cmbStrikePrice";
     this.cmbStrikePrice.Size = new System.Drawing.Size(75, 25);
     this.cmbStrikePrice.ToolTipText = "Strike Price";
     this.cmbStrikePrice.SelectedIndexChanged += new System.EventHandler(this.cmbStrikePrice_SelectedIndexChanged);
     //
     // cmbExpiry
     //
     this.cmbExpiry.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbExpiry.Name = "cmbExpiry";
     this.cmbExpiry.Size = new System.Drawing.Size(125, 25);
     this.cmbExpiry.ToolTipText = "Combined Expiry";
     this.cmbExpiry.SelectedIndexChanged += new System.EventHandler(this.cmbExpiry_SelectedIndexChanged);
     //
     // cmbSymDiscription
     //
     this.cmbSymDiscription.Name = "cmbSymDiscription";
     this.cmbSymDiscription.Size = new System.Drawing.Size(170, 25);
     this.cmbSymDiscription.ToolTipText = "Combined Symbol";
     this.cmbSymDiscription.Enter += new System.EventHandler(this.cmbSymDiscription_Enter);
     //
     // btnsaveMktwatch
     //
     this.btnsaveMktwatch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnsaveMktwatch.Image = ((System.Drawing.Image)(resources.GetObject("btnsaveMktwatch.Image")));
     this.btnsaveMktwatch.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnsaveMktwatch.Name = "btnsaveMktwatch";
     this.btnsaveMktwatch.Size = new System.Drawing.Size(23, 22);
     this.btnsaveMktwatch.Text = "Save Market Watch";
     this.btnsaveMktwatch.ToolTipText = "Save Market Watch";
     this.btnsaveMktwatch.Click += new System.EventHandler(this.btnsaveMktwatch_Click);
     //
     // btnLoadMktWatch
     //
     this.btnLoadMktWatch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnLoadMktWatch.Image = ((System.Drawing.Image)(resources.GetObject("btnLoadMktWatch.Image")));
     this.btnLoadMktWatch.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnLoadMktWatch.Name = "btnLoadMktWatch";
     this.btnLoadMktWatch.Size = new System.Drawing.Size(23, 22);
     this.btnLoadMktWatch.Text = "Load Market Watch";
     this.btnLoadMktWatch.Click += new System.EventHandler(this.btnLoadMktWatch_Click);
     //
     // btnprofile
     //
     this.btnprofile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnprofile.Image = ((System.Drawing.Image)(resources.GetObject("btnprofile.Image")));
     this.btnprofile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnprofile.Name = "btnprofile";
     this.btnprofile.Size = new System.Drawing.Size(23, 22);
     this.btnprofile.Text = "Create/Load Profile";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(789, -1);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 5;
     this.textBox1.Visible = false;
     //
     // frmSpreadMktWatch
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 362);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.dgvMktWatch);
     this.Controls.Add(this.toolStrip1);
     this.Name = "frmSpreadMktWatch";
     this.Text = "Spread Market Watch";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSpreadMktWatch_FormClosing);
     this.Load += new System.EventHandler(this.frmSpreadMktWatch_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvMktWatch)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }