Beispiel #1
0
 private void InitializeComponent()
 {
     this.ltvChldStatistics = new ListViewNB();
     this.columnHeader1     = new ColumnHeader();
     this.columnHeader2     = new ColumnHeader();
     this.columnHeader3     = new ColumnHeader();
     this.columnHeader4     = new ColumnHeader();
     this.columnHeader5     = new ColumnHeader();
     this.columnHeader6     = new ColumnHeader();
     this.columnHeader7     = new ColumnHeader();
     this.columnHeader8     = new ColumnHeader();
     this.SuspendLayout();
     this.ltvChldStatistics.Columns.AddRange(new ColumnHeader[8]
     {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8
     });
     this.ltvChldStatistics.Dock     = DockStyle.Fill;
     this.ltvChldStatistics.Location = new Point(0, 0);
     this.ltvChldStatistics.Name     = "ltvChldStatistics";
     this.ltvChldStatistics.Size     = new Size(851, 386);
     this.ltvChldStatistics.TabIndex = 0;
     this.ltvChldStatistics.UseCompatibleStateImageBehavior = false;
     this.ltvChldStatistics.View  = View.Details;
     this.columnHeader1.Text      = "Portfolio";
     this.columnHeader1.Width     = 140;
     this.columnHeader2.Text      = "Net Profit";
     this.columnHeader2.TextAlign = HorizontalAlignment.Right;
     this.columnHeader2.Width     = 80;
     this.columnHeader3.Text      = "Gross Profit";
     this.columnHeader3.TextAlign = HorizontalAlignment.Right;
     this.columnHeader3.Width     = 80;
     this.columnHeader4.Text      = "Gross Loss";
     this.columnHeader4.TextAlign = HorizontalAlignment.Right;
     this.columnHeader4.Width     = 80;
     this.columnHeader5.Text      = "Avg Drawdown %";
     this.columnHeader5.TextAlign = HorizontalAlignment.Right;
     this.columnHeader5.Width     = 100;
     this.columnHeader6.Text      = "Max Drawdown %";
     this.columnHeader6.TextAlign = HorizontalAlignment.Right;
     this.columnHeader6.Width     = 110;
     this.columnHeader7.Text      = "Profit Factor";
     this.columnHeader7.TextAlign = HorizontalAlignment.Right;
     this.columnHeader7.Width     = 90;
     this.columnHeader8.Text      = "Recovery Factor";
     this.columnHeader8.TextAlign = HorizontalAlignment.Right;
     this.columnHeader8.Width     = 100;
     this.AutoScaleDimensions     = new SizeF(6f, 13f);
     this.AutoScaleMode           = AutoScaleMode.Font;
     this.Controls.Add((Control)this.ltvChldStatistics);
     this.Name = "ChildrenStatistics";
     this.Size = new Size(851, 386);
     this.ResumeLayout(false);
 }
Beispiel #2
0
 private void InitializeComponent()
 {
     this.cmbChooseStatistics = new ComboBox();
     this.label1    = new Label();
     this.ltvMatrix = new ListViewNB();
     this.panel1    = new Panel();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     this.cmbChooseStatistics.DropDownStyle     = ComboBoxStyle.DropDownList;
     this.cmbChooseStatistics.FormattingEnabled = true;
     this.cmbChooseStatistics.Location          = new Point(109, 13);
     this.cmbChooseStatistics.Name                  = "cmbChooseStatistics";
     this.cmbChooseStatistics.Size                  = new Size(251, 21);
     this.cmbChooseStatistics.TabIndex              = 0;
     this.cmbChooseStatistics.SelectedIndexChanged += new EventHandler(this.cmbChooseStatistics_SelectedIndexChanged);
     this.label1.AutoSize    = true;
     this.label1.Location    = new Point(14, 16);
     this.label1.Name        = "label1";
     this.label1.Size        = new Size(89, 13);
     this.label1.TabIndex    = 1;
     this.label1.Text        = "Choose statistics:";
     this.ltvMatrix.Dock     = DockStyle.Fill;
     this.ltvMatrix.Location = new Point(0, 43);
     this.ltvMatrix.Name     = "ltvMatrix";
     this.ltvMatrix.Size     = new Size(699, 446);
     this.ltvMatrix.TabIndex = 2;
     this.ltvMatrix.UseCompatibleStateImageBehavior = false;
     this.ltvMatrix.View = View.Details;
     this.panel1.Controls.Add((Control)this.cmbChooseStatistics);
     this.panel1.Controls.Add((Control)this.label1);
     this.panel1.Dock         = DockStyle.Top;
     this.panel1.Location     = new Point(0, 0);
     this.panel1.Name         = "panel1";
     this.panel1.Size         = new Size(699, 43);
     this.panel1.TabIndex     = 4;
     this.AutoScaleDimensions = new SizeF(6f, 13f);
     this.AutoScaleMode       = AutoScaleMode.Font;
     this.Controls.Add((Control)this.ltvMatrix);
     this.Controls.Add((Control)this.panel1);
     this.Name = "CorrelationMatrix";
     this.Size = new Size(699, 489);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #3
0
        private void InitializeComponent()
        {
            this.components = (IContainer) new Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(InstrumentData));

            this.splitContainer1            = new SplitContainer();
            this.ltvDataSeries              = new ListViewNB();
            this.columnHeader1              = new ColumnHeader();
            this.columnHeader2              = new ColumnHeader();
            this.columnHeader3              = new ColumnHeader();
            this.columnHeader4              = new ColumnHeader();
            this.ctxDataSeries              = new ContextMenuStrip(this.components);
            this.ctxDataSeries_New          = new ToolStripMenuItem();
            this.ctxDataSeries_New_Bar      = new ToolStripMenuItem();
            this.toolStripMenuItem1         = new ToolStripMenuItem();
            this.ctxDataSeries_New_Trade    = new ToolStripMenuItem();
            this.ctxDataSeries_New_Quote    = new ToolStripMenuItem();
            this.toolStripSeparator3        = new ToolStripSeparator();
            this.ctxDataSeries_Refresh      = new ToolStripMenuItem();
            this.toolStripSeparator2        = new ToolStripSeparator();
            this.ctxDataSeries_Dump         = new ToolStripMenuItem();
            this.ctxDataSeries_ExportCSV    = new ToolStripMenuItem();
            this.toolStripSeparator4        = new ToolStripSeparator();
            this.ctxDataSeries_CompressBars = new ToolStripMenuItem();
            this.toolStripSeparator5        = new ToolStripSeparator();
            this.ctxDataSeries_Clear        = new ToolStripMenuItem();
            this.toolStripSeparator1        = new ToolStripSeparator();
            this.ctxDataSeries_Delete       = new ToolStripMenuItem();
            this.images           = new ImageList(this.components);
            this.tabControl2      = new TabControl();
            this.tabData          = new TabPage();
            this.dataSeriesViewer = new DataSeriesViewer();
            this.toolStrip1       = new ToolStrip();
            this.tsbRefresh       = new ToolStripButton();
            this.splitContainer1.BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.ctxDataSeries.SuspendLayout();
            this.tabControl2.SuspendLayout();
            this.tabData.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            this.splitContainer1.Dock        = DockStyle.Fill;
            this.splitContainer1.Location    = new Point(0, 25);
            this.splitContainer1.Name        = "splitContainer1";
            this.splitContainer1.Orientation = Orientation.Horizontal;
            this.splitContainer1.Panel1.Controls.Add((Control)this.ltvDataSeries);
            this.splitContainer1.Panel1.Padding = new Padding(4);
            this.splitContainer1.Panel2.Controls.Add((Control)this.tabControl2);
            this.splitContainer1.Panel2.Padding   = new Padding(4);
            this.splitContainer1.Size             = new Size(584, 442);
            this.splitContainer1.SplitterDistance = 114;
            this.splitContainer1.TabIndex         = 0;
            this.ltvDataSeries.Columns.AddRange(new ColumnHeader[4]
            {
                this.columnHeader1,
                this.columnHeader2,
                this.columnHeader3,
                this.columnHeader4
            });
            this.ltvDataSeries.ContextMenuStrip = this.ctxDataSeries;
            this.ltvDataSeries.Dock             = DockStyle.Fill;
            this.ltvDataSeries.FullRowSelect    = true;
            this.ltvDataSeries.GridLines        = true;
            this.ltvDataSeries.HideSelection    = false;
            this.ltvDataSeries.Location         = new Point(4, 4);
            this.ltvDataSeries.Name             = "ltvDataSeries";
            this.ltvDataSeries.ShowGroups       = false;
            this.ltvDataSeries.Size             = new Size(576, 106);
            this.ltvDataSeries.SmallImageList   = this.images;
            this.ltvDataSeries.Sorting          = SortOrder.Ascending;
            this.ltvDataSeries.TabIndex         = 1;
            this.ltvDataSeries.UseCompatibleStateImageBehavior = false;
            this.ltvDataSeries.View = View.Details;
            this.ltvDataSeries.SelectedIndexChanged += new EventHandler(this.ltvDataSeries_SelectedIndexChanged);
            this.columnHeader1.Text      = "Data Series";
            this.columnHeader1.Width     = 112;
            this.columnHeader2.Text      = "Object Count";
            this.columnHeader2.TextAlign = HorizontalAlignment.Right;
            this.columnHeader2.Width     = 96;
            this.columnHeader3.Text      = "First DateTime";
            this.columnHeader3.TextAlign = HorizontalAlignment.Right;
            this.columnHeader3.Width     = 144;
            this.columnHeader4.Text      = "Last DateTime";
            this.columnHeader4.TextAlign = HorizontalAlignment.Right;
            this.columnHeader4.Width     = 144;
            this.ctxDataSeries.Items.AddRange(new ToolStripItem[12]
            {
                (ToolStripItem)this.ctxDataSeries_New,
                (ToolStripItem)this.toolStripSeparator3,
                (ToolStripItem)this.ctxDataSeries_Refresh,
                (ToolStripItem)this.toolStripSeparator2,
                (ToolStripItem)this.ctxDataSeries_Dump,
                (ToolStripItem)this.ctxDataSeries_ExportCSV,
                (ToolStripItem)this.toolStripSeparator4,
                (ToolStripItem)this.ctxDataSeries_CompressBars,
                (ToolStripItem)this.toolStripSeparator5,
                (ToolStripItem)this.ctxDataSeries_Clear,
                (ToolStripItem)this.toolStripSeparator1,
                (ToolStripItem)this.ctxDataSeries_Delete
            });
            this.ctxDataSeries.Name     = "ctxDataSeries";
            this.ctxDataSeries.Size     = new Size(162, 210);
            this.ctxDataSeries.Opening += new CancelEventHandler(this.ctxDataSeries_Opening);
            this.ctxDataSeries_New.DropDownItems.AddRange(new ToolStripItem[3]
            {
                (ToolStripItem)this.ctxDataSeries_New_Bar,
                (ToolStripItem)this.ctxDataSeries_New_Trade,
                (ToolStripItem)this.ctxDataSeries_New_Quote
            });
            this.ctxDataSeries_New.Name = "ctxDataSeries_New";
            this.ctxDataSeries_New.Size = new Size(161, 22);
            this.ctxDataSeries_New.Text = "New Data Series";
            this.ctxDataSeries_New_Bar.DropDownItems.AddRange(new ToolStripItem[1]
            {
                (ToolStripItem)this.toolStripMenuItem1
            });
            this.ctxDataSeries_New_Bar.Name                 = "ctxDataSeries_New_Bar";
            this.ctxDataSeries_New_Bar.Size                 = new Size(152, 22);
            this.ctxDataSeries_New_Bar.Text                 = "Bar";
            this.ctxDataSeries_New_Bar.DropDownOpening     += new EventHandler(this.ctxDataSeries_New_Bar_DropDownOpening);
            this.ctxDataSeries_New_Bar.DropDownItemClicked += new ToolStripItemClickedEventHandler(this.ctxDataSeries_New_Bar_DropDownItemClicked);
            this.toolStripMenuItem1.Name           = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size           = new Size(152, 22);
            this.toolStripMenuItem1.Text           = "(Empty)";
            this.ctxDataSeries_New_Trade.Name      = "ctxDataSeries_New_Trade";
            this.ctxDataSeries_New_Trade.Size      = new Size(152, 22);
            this.ctxDataSeries_New_Trade.Text      = "Trade";
            this.ctxDataSeries_New_Trade.Click    += new EventHandler(this.ctxDataSeries_New_Trade_Click);
            this.ctxDataSeries_New_Quote.Name      = "ctxDataSeries_New_Quote";
            this.ctxDataSeries_New_Quote.Size      = new Size(152, 22);
            this.ctxDataSeries_New_Quote.Text      = "Quote";
            this.ctxDataSeries_New_Quote.Click    += new EventHandler(this.ctxDataSeries_New_Quote_Click);
            this.toolStripSeparator3.Name          = "toolStripSeparator3";
            this.toolStripSeparator3.Size          = new Size(158, 6);
            this.ctxDataSeries_Refresh.Name        = "ctxDataSeries_Refresh";
            this.ctxDataSeries_Refresh.Size        = new Size(161, 22);
            this.ctxDataSeries_Refresh.Text        = "Refresh";
            this.ctxDataSeries_Refresh.Click      += new EventHandler(this.ctxDataSeries_Refresh_Click);
            this.toolStripSeparator2.Name          = "toolStripSeparator2";
            this.toolStripSeparator2.Size          = new Size(158, 6);
            this.ctxDataSeries_Dump.Name           = "ctxDataSeries_Dump";
            this.ctxDataSeries_Dump.Size           = new Size(161, 22);
            this.ctxDataSeries_Dump.Text           = "Dump";
            this.ctxDataSeries_Dump.Click         += new EventHandler(this.ctxDataSeries_Dump_Click);
            this.ctxDataSeries_ExportCSV.Name      = "ctxDataSeries_ExportCSV";
            this.ctxDataSeries_ExportCSV.Size      = new Size(161, 22);
            this.ctxDataSeries_ExportCSV.Text      = "Export To CSV...";
            this.ctxDataSeries_ExportCSV.Click    += new EventHandler(this.ctxDataSeries_ExportCSV_Click);
            this.toolStripSeparator4.Name          = "toolStripSeparator4";
            this.toolStripSeparator4.Size          = new Size(158, 6);
            this.ctxDataSeries_CompressBars.Name   = "ctxDataSeries_CompressBars";
            this.ctxDataSeries_CompressBars.Size   = new Size(161, 22);
            this.ctxDataSeries_CompressBars.Text   = "Compress Bars...";
            this.ctxDataSeries_CompressBars.Click += new EventHandler(this.ctxDataSeries_CompressBars_Click);
            this.toolStripSeparator5.Name          = "toolStripSeparator5";
            this.toolStripSeparator5.Size          = new Size(158, 6);
            this.ctxDataSeries_Clear.Name          = "ctxDataSeries_Clear";
            this.ctxDataSeries_Clear.Size          = new Size(161, 22);
            this.ctxDataSeries_Clear.Text          = "Clear";
            this.ctxDataSeries_Clear.Click        += new EventHandler(this.ctxDataSeries_Clear_Click);
            this.toolStripSeparator1.Name          = "toolStripSeparator1";
            this.toolStripSeparator1.Size          = new Size(158, 6);
            this.ctxDataSeries_Delete.Name         = "ctxDataSeries_Delete";
            this.ctxDataSeries_Delete.Size         = new Size(161, 22);
            this.ctxDataSeries_Delete.Text         = "Delete";
            this.ctxDataSeries_Delete.Click       += new EventHandler(this.ctxDataSeries_Delete_Click);
            this.images.ImageStream      = (ImageListStreamer)componentResourceManager.GetObject("images.ImageStream");
            this.images.TransparentColor = Color.Transparent;
            this.images.Images.SetKeyName(0, "data.png");
            this.tabControl2.Controls.Add((Control)this.tabData);
            this.tabControl2.Dock          = DockStyle.Fill;
            this.tabControl2.Location      = new Point(4, 4);
            this.tabControl2.Name          = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size          = new Size(576, 316);
            this.tabControl2.TabIndex      = 0;
            this.tabData.Controls.Add((Control)this.dataSeriesViewer);
            this.tabData.Location = new Point(4, 22);
            this.tabData.Name     = "tabData";
            this.tabData.Padding  = new Padding(3);
            this.tabData.Size     = new Size(568, 290);
            this.tabData.TabIndex = 0;
            this.tabData.Text     = "Data";
            this.tabData.UseVisualStyleBackColor = true;
            this.dataSeriesViewer.Dock           = DockStyle.Fill;
            this.dataSeriesViewer.Location       = new Point(3, 3);
            this.dataSeriesViewer.Name           = "dataSeriesViewer";
            this.dataSeriesViewer.Size           = new Size(562, 284);
            this.dataSeriesViewer.TabIndex       = 0;
            this.toolStrip1.Items.AddRange(new ToolStripItem[1]
            {
                (ToolStripItem)this.tsbRefresh
            });
            this.toolStrip1.Location     = new Point(0, 0);
            this.toolStrip1.Name         = "toolStrip1";
            this.toolStrip1.Size         = new Size(584, 25);
            this.toolStrip1.TabIndex     = 1;
            this.toolStrip1.Text         = "toolStrip1";
            this.tsbRefresh.DisplayStyle = ToolStripItemDisplayStyle.Image;
            //   this.tsbRefresh.Image = (Image) Resources.refresh;
            this.tsbRefresh.ImageTransparentColor = Color.Magenta;
            this.tsbRefresh.Name     = "tsbRefresh";
            this.tsbRefresh.Size     = new Size(23, 22);
            this.tsbRefresh.Text     = "Refresh";
            this.tsbRefresh.Click   += new EventHandler(this.tsbRefresh_Click);
            this.AutoScaleDimensions = new SizeF(6f, 13f);
            this.AutoScaleMode       = AutoScaleMode.Font;
            this.Controls.Add((Control)this.splitContainer1);
            this.Controls.Add((Control)this.toolStrip1);
            this.Name = "InstrumentData";
            this.Size = new Size(584, 467);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.ctxDataSeries.ResumeLayout(false);
            this.tabControl2.ResumeLayout(false);
            this.tabData.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
 private void InitializeComponent()
 {
     this.components = (IContainer)new Container();
     this.ctxOrder = new ContextMenuStrip(this.components);
     this.ctxOrder_Modify = new ToolStripMenuItem();
     this.toolStripSeparator1 = new ToolStripSeparator();
     this.ctxOrder_Cancel = new ToolStripMenuItem();
     this.columnHeader27 = new ColumnHeader();
     this.columnHeader36 = new ColumnHeader();
     this.columnHeader45 = new ColumnHeader();
     this.columnHeader46 = new ColumnHeader();
     this.columnHeader47 = new ColumnHeader();
     this.columnHeader48 = new ColumnHeader();
     this.columnHeader49 = new ColumnHeader();
     this.columnHeader50 = new ColumnHeader();
     this.columnHeader51 = new ColumnHeader();
     this.panel2 = new Panel();
     this.lblReportsSettings = new Label();
     this.ctxReportsSettings = new ContextMenuStrip(this.components);
     this.ctxReportsSettings_ExportToCSV = new ToolStripMenuItem();
     this.ctxReportsSettings_ExportToXLS = new ToolStripMenuItem();
     this.tabReports = new TabControl();
     this.tabPage6 = new TabPage();
     this.ltvReports = new ListViewNB();
     this.columnHeader52 = new ColumnHeader();
     this.columnHeader55 = new ColumnHeader();
     this.columnHeader59 = new ColumnHeader();
     this.columnHeader56 = new ColumnHeader();
     this.columnHeader57 = new ColumnHeader();
     this.columnHeader68 = new ColumnHeader();
     this.columnHeader58 = new ColumnHeader();
     this.columnHeader60 = new ColumnHeader();
     this.columnHeader53 = new ColumnHeader();
     this.columnHeader54 = new ColumnHeader();
     this.columnHeader66 = new ColumnHeader();
     this.columnHeader67 = new ColumnHeader();
     this.columnHeader69 = new ColumnHeader();
     this.columnHeader71 = new ColumnHeader();
     this.ctxOrdersSettings = new ContextMenuStrip(this.components);
     this.ctxOrdersSettings_ExportToCSV = new ToolStripMenuItem();
     this.ctxOrdersSettings_ExportToXLS = new ToolStripMenuItem();
     this.ctxOrdersSettings_Separator1 = new ToolStripSeparator();
     this.ctxOrdersSettings_AutoScrolling = new ToolStripMenuItem();
     this.panel1 = new Panel();
     this.lblOrdersSetttings = new Label();
     this.tabOrders = new TabControl();
     this.tabPage1 = new TabPage();
     this.dgvOrders = new DataGridView();
     this.Column1 = new DataGridViewTextBoxColumn();
     this.Column2 = new DataGridViewTextBoxColumn();
     this.Column3 = new DataGridViewTextBoxColumn();
     this.Column4 = new DataGridViewTextBoxColumn();
     this.Column5 = new DataGridViewTextBoxColumn();
     this.Column6 = new DataGridViewTextBoxColumn();
     this.Column7 = new DataGridViewTextBoxColumn();
     this.Column8 = new DataGridViewTextBoxColumn();
     this.Column9 = new DataGridViewTextBoxColumn();
     this.Column10 = new DataGridViewTextBoxColumn();
     this.Column11 = new DataGridViewTextBoxColumn();
     this.tabPage2 = new TabPage();
     this.dgvWorkingOrders = new DataGridView();
     this.dataGridViewTextBoxColumn1 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new DataGridViewTextBoxColumn();
     this.tabPage3 = new TabPage();
     this.dgvFilledOrders = new DataGridView();
     this.dataGridViewTextBoxColumn12 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn15 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn16 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn17 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn18 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn19 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn20 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn21 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn22 = new DataGridViewTextBoxColumn();
     this.tabPage4 = new TabPage();
     this.dgvCancelledOrders = new DataGridView();
     this.dataGridViewTextBoxColumn23 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn24 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn25 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn26 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn27 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn28 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn29 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn30 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn31 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn32 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn33 = new DataGridViewTextBoxColumn();
     this.tabPage5 = new TabPage();
     this.dgvRejectedOrders = new DataGridView();
     this.dataGridViewTextBoxColumn34 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn35 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn36 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn37 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn38 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn39 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn40 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn41 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn42 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn43 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn44 = new DataGridViewTextBoxColumn();
     this.splitter1 = new Splitter();
     this.ctxOrder.SuspendLayout();
     this.panel2.SuspendLayout();
     this.ctxReportsSettings.SuspendLayout();
     this.tabReports.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.ctxOrdersSettings.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tabOrders.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((ISupportInitialize)this.dgvOrders).BeginInit();
     this.tabPage2.SuspendLayout();
     ((ISupportInitialize)this.dgvWorkingOrders).BeginInit();
     this.tabPage3.SuspendLayout();
     ((ISupportInitialize)this.dgvFilledOrders).BeginInit();
     this.tabPage4.SuspendLayout();
     ((ISupportInitialize)this.dgvCancelledOrders).BeginInit();
     this.tabPage5.SuspendLayout();
     ((ISupportInitialize)this.dgvRejectedOrders).BeginInit();
     this.SuspendLayout();
     this.ctxOrder.Items.AddRange(new ToolStripItem[3]
     {
 (ToolStripItem) this.ctxOrder_Modify,
 (ToolStripItem) this.toolStripSeparator1,
 (ToolStripItem) this.ctxOrder_Cancel
     });
     this.ctxOrder.Name = "ctxOrder";
     this.ctxOrder.Size = new Size(122, 54);
     this.ctxOrder.Opening += new CancelEventHandler(this.ctxOrder_Opening);
     this.ctxOrder_Modify.Enabled = false;
     this.ctxOrder_Modify.Name = "ctxOrder_Modify";
     this.ctxOrder_Modify.Size = new Size(121, 22);
     this.ctxOrder_Modify.Text = "Modify...";
     this.ctxOrder_Modify.Click += new EventHandler(this.ctxOrder_Modify_Click);
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new Size(118, 6);
     this.ctxOrder_Cancel.Name = "ctxOrder_Cancel";
     this.ctxOrder_Cancel.Size = new Size(121, 22);
     this.ctxOrder_Cancel.Text = "Cancel";
     this.ctxOrder_Cancel.Click += new EventHandler(this.ctxOrder_Cancel_Click);
     this.columnHeader27.Text = "DateTime";
     this.columnHeader27.Width = 116;
     this.columnHeader36.Text = "Symbol";
     this.columnHeader36.TextAlign = HorizontalAlignment.Right;
     this.columnHeader45.Text = "Side";
     this.columnHeader45.TextAlign = HorizontalAlignment.Right;
     this.columnHeader46.Text = "Type";
     this.columnHeader46.TextAlign = HorizontalAlignment.Right;
     this.columnHeader47.Text = "Qty";
     this.columnHeader47.TextAlign = HorizontalAlignment.Right;
     this.columnHeader48.Text = "Avg. Price";
     this.columnHeader48.TextAlign = HorizontalAlignment.Right;
     this.columnHeader48.Width = 73;
     this.columnHeader49.Text = "Price";
     this.columnHeader49.TextAlign = HorizontalAlignment.Right;
     this.columnHeader50.Text = "Stop Price";
     this.columnHeader50.TextAlign = HorizontalAlignment.Right;
     this.columnHeader50.Width = 72;
     this.columnHeader51.Text = "Status";
     this.columnHeader51.TextAlign = HorizontalAlignment.Right;
     this.panel2.Controls.Add((Control)this.lblReportsSettings);
     this.panel2.Controls.Add((Control)this.tabReports);
     this.panel2.Dock = DockStyle.Bottom;
     this.panel2.Location = new Point(0, 369);
     this.panel2.Name = "panel2";
     this.panel2.Size = new Size(743, 151);
     this.panel2.TabIndex = 2;
     this.lblReportsSettings.Anchor = AnchorStyles.Top | AnchorStyles.Right;
     this.lblReportsSettings.ContextMenuStrip = this.ctxReportsSettings;
     //     this.lblReportsSettings.Image = (Image) Resources.settings;
     this.lblReportsSettings.Location = new Point(723, 0);
     this.lblReportsSettings.Name = "lblReportsSettings";
     this.lblReportsSettings.Size = new Size(16, 16);
     this.lblReportsSettings.TabIndex = 3;
     this.ctxReportsSettings.Items.AddRange(new ToolStripItem[2]
     {
 (ToolStripItem) this.ctxReportsSettings_ExportToCSV,
 (ToolStripItem) this.ctxReportsSettings_ExportToXLS
     });
     this.ctxReportsSettings.Name = "ctxReportsSettings";
     this.ctxReportsSettings.Size = new Size(153, 70);
     this.ctxReportsSettings_ExportToCSV.Name = "ctxReportsSettings_ExportToCSV";
     this.ctxReportsSettings_ExportToCSV.Size = new Size(152, 22);
     this.ctxReportsSettings_ExportToCSV.Text = "ExportToCSV";
     this.ctxReportsSettings_ExportToCSV.Click += new EventHandler(this.ctxReportsSettings_ExportToCSV_Click);
     this.ctxReportsSettings_ExportToXLS.Name = "ctxReportsSettings_ExportToXLS";
     this.ctxReportsSettings_ExportToXLS.Size = new Size(152, 22);
     this.ctxReportsSettings_ExportToXLS.Text = "ExportToXLS";
     this.ctxReportsSettings_ExportToXLS.Click += new EventHandler(this.ctxReportsSettings_ExportToXLS_Click);
     this.tabReports.Controls.Add((Control)this.tabPage6);
     this.tabReports.Dock = DockStyle.Fill;
     this.tabReports.Location = new Point(0, 0);
     this.tabReports.Name = "tabReports";
     this.tabReports.SelectedIndex = 0;
     this.tabReports.Size = new Size(743, 151);
     this.tabReports.TabIndex = 5;
     this.tabPage6.Controls.Add((Control)this.ltvReports);
     this.tabPage6.Location = new Point(4, 22);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Size = new Size(735, 125);
     this.tabPage6.TabIndex = 0;
     this.tabPage6.Text = "Reports";
     this.tabPage6.UseVisualStyleBackColor = true;
     this.ltvReports.BorderStyle = BorderStyle.None;
     this.ltvReports.Columns.AddRange(new ColumnHeader[14]
     {
 this.columnHeader52,
 this.columnHeader55,
 this.columnHeader59,
 this.columnHeader56,
 this.columnHeader57,
 this.columnHeader68,
 this.columnHeader58,
 this.columnHeader60,
 this.columnHeader53,
 this.columnHeader54,
 this.columnHeader66,
 this.columnHeader67,
 this.columnHeader69,
 this.columnHeader71
     });
     this.ltvReports.Dock = DockStyle.Fill;
     this.ltvReports.FullRowSelect = true;
     this.ltvReports.GridLines = true;
     this.ltvReports.HideSelection = false;
     this.ltvReports.Location = new Point(0, 0);
     this.ltvReports.MultiSelect = false;
     this.ltvReports.Name = "ltvReports";
     this.ltvReports.ShowGroups = false;
     this.ltvReports.ShowItemToolTips = true;
     this.ltvReports.Size = new Size(735, 125);
     this.ltvReports.TabIndex = 0;
     this.ltvReports.UseCompatibleStateImageBehavior = false;
     this.ltvReports.View = View.Details;
     this.ltvReports.SelectedIndexChanged += new EventHandler(this.ltvReports_SelectedIndexChanged);
     this.columnHeader52.Text = "TransactTime";
     this.columnHeader52.Width = 97;
     this.columnHeader55.Text = "Command";
     this.columnHeader55.TextAlign = HorizontalAlignment.Center;
     this.columnHeader55.Width = 74;
     this.columnHeader59.Text = "ExecType";
     this.columnHeader59.TextAlign = HorizontalAlignment.Center;
     this.columnHeader59.Width = 75;
     this.columnHeader56.Text = "Status";
     this.columnHeader56.TextAlign = HorizontalAlignment.Center;
     this.columnHeader56.Width = 67;
     this.columnHeader57.Text = "Side";
     this.columnHeader57.TextAlign = HorizontalAlignment.Center;
     this.columnHeader57.Width = 73;
     this.columnHeader68.Text = "Type";
     this.columnHeader68.TextAlign = HorizontalAlignment.Right;
     this.columnHeader68.Width = 71;
     this.columnHeader58.Text = "Price";
     this.columnHeader58.TextAlign = HorizontalAlignment.Right;
     this.columnHeader58.Width = 64;
     this.columnHeader60.Text = "StopPx";
     this.columnHeader60.TextAlign = HorizontalAlignment.Right;
     this.columnHeader60.Width = 63;
     this.columnHeader53.Text = "Qty";
     this.columnHeader53.TextAlign = HorizontalAlignment.Right;
     this.columnHeader53.Width = 100;
     this.columnHeader54.Text = "CumQty";
     this.columnHeader54.TextAlign = HorizontalAlignment.Right;
     this.columnHeader66.Text = "LeavesQty";
     this.columnHeader66.TextAlign = HorizontalAlignment.Right;
     this.columnHeader67.Text = "LastQty";
     this.columnHeader67.TextAlign = HorizontalAlignment.Right;
     this.columnHeader69.Text = "LastPx";
     this.columnHeader69.TextAlign = HorizontalAlignment.Right;
     this.columnHeader71.Text = "Text";
     this.ctxOrdersSettings.Items.AddRange(new ToolStripItem[4]
     {
 (ToolStripItem) this.ctxOrdersSettings_ExportToCSV,
 (ToolStripItem) this.ctxOrdersSettings_ExportToXLS,
 (ToolStripItem) this.ctxOrdersSettings_Separator1,
 (ToolStripItem) this.ctxOrdersSettings_AutoScrolling
     });
     this.ctxOrdersSettings.Name = "ctxSettings";
     this.ctxOrdersSettings.Size = new Size(147, 76);
     this.ctxOrdersSettings_ExportToCSV.Name = "ctxOrdersSettings_ExportToCSV";
     this.ctxOrdersSettings_ExportToCSV.Size = new Size(146, 22);
     this.ctxOrdersSettings_ExportToCSV.Text = "ExportToCSV";
     this.ctxOrdersSettings_ExportToCSV.Click += new EventHandler(this.ctxOrdersSettings_ExportToCSV_Click);
     this.ctxOrdersSettings_ExportToXLS.Name = "ctxOrdersSettings_ExportToXLS";
     this.ctxOrdersSettings_ExportToXLS.Size = new Size(146, 22);
     this.ctxOrdersSettings_ExportToXLS.Text = "ExportToXLS";
     this.ctxOrdersSettings_ExportToXLS.Click += new EventHandler(this.ctxOrdersSettings_ExportToXLS_Click);
     this.ctxOrdersSettings_Separator1.Name = "ctxOrdersSettings_Separator1";
     this.ctxOrdersSettings_Separator1.Size = new Size(143, 6);
     this.ctxOrdersSettings_AutoScrolling.Checked = true;
     this.ctxOrdersSettings_AutoScrolling.CheckState = CheckState.Checked;
     this.ctxOrdersSettings_AutoScrolling.Name = "ctxOrdersSettings_AutoScrolling";
     this.ctxOrdersSettings_AutoScrolling.Size = new Size(146, 22);
     this.ctxOrdersSettings_AutoScrolling.Text = "AutoScrolling";
     this.ctxOrdersSettings_AutoScrolling.Click += new EventHandler(this.ctxOrdersSettings_AutoScrolling_Click);
     this.panel1.Controls.Add((Control)this.lblOrdersSetttings);
     this.panel1.Controls.Add((Control)this.tabOrders);
     this.panel1.Dock = DockStyle.Fill;
     this.panel1.Location = new Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new Size(743, 369);
     this.panel1.TabIndex = 6;
     this.lblOrdersSetttings.Anchor = AnchorStyles.Top | AnchorStyles.Right;
     this.lblOrdersSetttings.ContextMenuStrip = this.ctxOrdersSettings;
     //     this.lblOrdersSetttings.Image = (Image) Resources.settings;
     this.lblOrdersSetttings.Location = new Point(723, 0);
     this.lblOrdersSetttings.Name = "lblOrdersSetttings";
     this.lblOrdersSetttings.Size = new Size(16, 16);
     this.lblOrdersSetttings.TabIndex = 1;
     this.tabOrders.Controls.Add((Control)this.tabPage1);
     this.tabOrders.Controls.Add((Control)this.tabPage2);
     this.tabOrders.Controls.Add((Control)this.tabPage3);
     this.tabOrders.Controls.Add((Control)this.tabPage4);
     this.tabOrders.Controls.Add((Control)this.tabPage5);
     this.tabOrders.Dock = DockStyle.Fill;
     this.tabOrders.Location = new Point(0, 0);
     this.tabOrders.Name = "tabOrders";
     this.tabOrders.SelectedIndex = 0;
     this.tabOrders.Size = new Size(743, 369);
     this.tabOrders.TabIndex = 2;
     this.tabPage1.Controls.Add((Control)this.dgvOrders);
     this.tabPage1.Location = new Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new Padding(3);
     this.tabPage1.Size = new Size(735, 343);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "All";
     this.tabPage1.UseVisualStyleBackColor = true;
     this.dgvOrders.AllowUserToAddRows = false;
     this.dgvOrders.AllowUserToDeleteRows = false;
     this.dgvOrders.AllowUserToOrderColumns = true;
     this.dgvOrders.AllowUserToResizeRows = false;
     this.dgvOrders.BackgroundColor = SystemColors.Window;
     this.dgvOrders.CellBorderStyle = DataGridViewCellBorderStyle.None;
     this.dgvOrders.ColumnHeadersHeight = 21;
     this.dgvOrders.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgvOrders.Columns.AddRange((DataGridViewColumn)this.Column1, (DataGridViewColumn)this.Column2, (DataGridViewColumn)this.Column3, (DataGridViewColumn)this.Column4, (DataGridViewColumn)this.Column5, (DataGridViewColumn)this.Column6, (DataGridViewColumn)this.Column7, (DataGridViewColumn)this.Column8, (DataGridViewColumn)this.Column9, (DataGridViewColumn)this.Column10, (DataGridViewColumn)this.Column11);
     this.dgvOrders.ContextMenuStrip = this.ctxOrder;
     this.dgvOrders.Dock = DockStyle.Fill;
     this.dgvOrders.Location = new Point(3, 3);
     this.dgvOrders.MultiSelect = false;
     this.dgvOrders.Name = "dgvOrders";
     this.dgvOrders.ReadOnly = true;
     this.dgvOrders.RowHeadersVisible = false;
     this.dgvOrders.RowHeadersWidth = 30;
     this.dgvOrders.RowTemplate.Height = 18;
     this.dgvOrders.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
     this.dgvOrders.ShowCellErrors = false;
     this.dgvOrders.ShowEditingIcon = false;
     this.dgvOrders.ShowRowErrors = false;
     this.dgvOrders.Size = new Size(729, 337);
     this.dgvOrders.TabIndex = 0;
     this.dgvOrders.VirtualMode = true;
     this.dgvOrders.CellFormatting += new DataGridViewCellFormattingEventHandler(this.dgvOrders_CellFormatting);
     this.dgvOrders.CellValueNeeded += new DataGridViewCellValueEventHandler(this.dgvOrders_CellValueNeeded);
     this.dgvOrders.SelectionChanged += new EventHandler(this.dgvOrders_SelectionChanged);
     this.dgvOrders.MouseUp += new MouseEventHandler(this.dgvOrders_MouseUp);
     this.Column1.FillWeight = 120f;
     this.Column1.HeaderText = "DateTime";
     this.Column1.MinimumWidth = 30;
     this.Column1.Name = "Column1";
     this.Column1.ReadOnly = true;
     this.Column1.Width = 120;
     this.Column2.HeaderText = "Provider";
     this.Column2.MinimumWidth = 30;
     this.Column2.Name = "Column2";
     this.Column2.ReadOnly = true;
     this.Column2.Width = 60;
     this.Column3.HeaderText = "Symbol";
     this.Column3.MinimumWidth = 30;
     this.Column3.Name = "Column3";
     this.Column3.ReadOnly = true;
     this.Column3.Width = 60;
     this.Column4.HeaderText = "Side";
     this.Column4.MinimumWidth = 30;
     this.Column4.Name = "Column4";
     this.Column4.ReadOnly = true;
     this.Column4.Width = 60;
     this.Column5.HeaderText = "Type";
     this.Column5.MinimumWidth = 30;
     this.Column5.Name = "Column5";
     this.Column5.ReadOnly = true;
     this.Column5.Width = 60;
     this.Column6.HeaderText = "Qty";
     this.Column6.MinimumWidth = 30;
     this.Column6.Name = "Column6";
     this.Column6.ReadOnly = true;
     this.Column6.Width = 60;
     this.Column7.HeaderText = "Avg. Price";
     this.Column7.MinimumWidth = 30;
     this.Column7.Name = "Column7";
     this.Column7.ReadOnly = true;
     this.Column7.Width = 60;
     this.Column8.HeaderText = "Price";
     this.Column8.MinimumWidth = 30;
     this.Column8.Name = "Column8";
     this.Column8.ReadOnly = true;
     this.Column8.Width = 60;
     this.Column9.HeaderText = "Stop Price";
     this.Column9.MinimumWidth = 30;
     this.Column9.Name = "Column9";
     this.Column9.ReadOnly = true;
     this.Column9.Width = 60;
     this.Column10.HeaderText = "Status";
     this.Column10.MinimumWidth = 30;
     this.Column10.Name = "Column10";
     this.Column10.ReadOnly = true;
     this.Column10.Width = 60;
     this.Column11.HeaderText = "Text";
     this.Column11.MinimumWidth = 30;
     this.Column11.Name = "Column11";
     this.Column11.ReadOnly = true;
     this.tabPage2.Controls.Add((Control)this.dgvWorkingOrders);
     this.tabPage2.Location = new Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new Padding(3);
     this.tabPage2.Size = new Size(735, 343);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Working";
     this.tabPage2.UseVisualStyleBackColor = true;
     this.dgvWorkingOrders.AllowUserToAddRows = false;
     this.dgvWorkingOrders.AllowUserToDeleteRows = false;
     this.dgvWorkingOrders.AllowUserToOrderColumns = true;
     this.dgvWorkingOrders.AllowUserToResizeRows = false;
     this.dgvWorkingOrders.BackgroundColor = SystemColors.Window;
     this.dgvWorkingOrders.CellBorderStyle = DataGridViewCellBorderStyle.None;
     this.dgvWorkingOrders.ColumnHeadersHeight = 21;
     this.dgvWorkingOrders.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgvWorkingOrders.Columns.AddRange((DataGridViewColumn)this.dataGridViewTextBoxColumn1, (DataGridViewColumn)this.dataGridViewTextBoxColumn2, (DataGridViewColumn)this.dataGridViewTextBoxColumn3, (DataGridViewColumn)this.dataGridViewTextBoxColumn4, (DataGridViewColumn)this.dataGridViewTextBoxColumn5, (DataGridViewColumn)this.dataGridViewTextBoxColumn6, (DataGridViewColumn)this.dataGridViewTextBoxColumn7, (DataGridViewColumn)this.dataGridViewTextBoxColumn8, (DataGridViewColumn)this.dataGridViewTextBoxColumn9, (DataGridViewColumn)this.dataGridViewTextBoxColumn10, (DataGridViewColumn)this.dataGridViewTextBoxColumn11);
     this.dgvWorkingOrders.ContextMenuStrip = this.ctxOrder;
     this.dgvWorkingOrders.Dock = DockStyle.Fill;
     this.dgvWorkingOrders.Location = new Point(3, 3);
     this.dgvWorkingOrders.MultiSelect = false;
     this.dgvWorkingOrders.Name = "dgvWorkingOrders";
     this.dgvWorkingOrders.ReadOnly = true;
     this.dgvWorkingOrders.RowHeadersVisible = false;
     this.dgvWorkingOrders.RowHeadersWidth = 30;
     this.dgvWorkingOrders.RowTemplate.Height = 18;
     this.dgvWorkingOrders.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
     this.dgvWorkingOrders.ShowCellErrors = false;
     this.dgvWorkingOrders.ShowEditingIcon = false;
     this.dgvWorkingOrders.ShowRowErrors = false;
     this.dgvWorkingOrders.Size = new Size(729, 337);
     this.dgvWorkingOrders.TabIndex = 1;
     this.dgvWorkingOrders.VirtualMode = true;
     this.dgvWorkingOrders.CellFormatting += new DataGridViewCellFormattingEventHandler(this.dgvOrders_CellFormatting);
     this.dgvWorkingOrders.CellValueNeeded += new DataGridViewCellValueEventHandler(this.dgvOrders_CellValueNeeded);
     this.dgvWorkingOrders.SelectionChanged += new EventHandler(this.dgvOrders_SelectionChanged);
     this.dgvWorkingOrders.MouseUp += new MouseEventHandler(this.dgvOrders_MouseUp);
     this.dataGridViewTextBoxColumn1.FillWeight = 120f;
     this.dataGridViewTextBoxColumn1.HeaderText = "DateTime";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     this.dataGridViewTextBoxColumn1.Width = 120;
     this.dataGridViewTextBoxColumn2.HeaderText = "Provider";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     this.dataGridViewTextBoxColumn2.Width = 60;
     this.dataGridViewTextBoxColumn3.HeaderText = "Symbol";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly = true;
     this.dataGridViewTextBoxColumn3.Width = 60;
     this.dataGridViewTextBoxColumn4.HeaderText = "Side";
     this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly = true;
     this.dataGridViewTextBoxColumn4.Width = 60;
     this.dataGridViewTextBoxColumn5.HeaderText = "Type";
     this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly = true;
     this.dataGridViewTextBoxColumn5.Width = 60;
     this.dataGridViewTextBoxColumn6.HeaderText = "Qty";
     this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly = true;
     this.dataGridViewTextBoxColumn6.Width = 60;
     this.dataGridViewTextBoxColumn7.HeaderText = "Avg. Price";
     this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.ReadOnly = true;
     this.dataGridViewTextBoxColumn7.Width = 60;
     this.dataGridViewTextBoxColumn8.HeaderText = "Price";
     this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
     this.dataGridViewTextBoxColumn8.ReadOnly = true;
     this.dataGridViewTextBoxColumn8.Width = 60;
     this.dataGridViewTextBoxColumn9.HeaderText = "Stop Price";
     this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
     this.dataGridViewTextBoxColumn9.ReadOnly = true;
     this.dataGridViewTextBoxColumn9.Width = 60;
     this.dataGridViewTextBoxColumn10.HeaderText = "Status";
     this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
     this.dataGridViewTextBoxColumn10.ReadOnly = true;
     this.dataGridViewTextBoxColumn10.Width = 60;
     this.dataGridViewTextBoxColumn11.HeaderText = "Text";
     this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
     this.dataGridViewTextBoxColumn11.ReadOnly = true;
     this.tabPage3.Controls.Add((Control)this.dgvFilledOrders);
     this.tabPage3.Location = new Point(4, 22);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new Padding(3);
     this.tabPage3.Size = new Size(735, 343);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Filled";
     this.tabPage3.UseVisualStyleBackColor = true;
     this.dgvFilledOrders.AllowUserToAddRows = false;
     this.dgvFilledOrders.AllowUserToDeleteRows = false;
     this.dgvFilledOrders.AllowUserToOrderColumns = true;
     this.dgvFilledOrders.AllowUserToResizeRows = false;
     this.dgvFilledOrders.BackgroundColor = SystemColors.Window;
     this.dgvFilledOrders.CellBorderStyle = DataGridViewCellBorderStyle.None;
     this.dgvFilledOrders.ColumnHeadersHeight = 21;
     this.dgvFilledOrders.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgvFilledOrders.Columns.AddRange((DataGridViewColumn)this.dataGridViewTextBoxColumn12, (DataGridViewColumn)this.dataGridViewTextBoxColumn13, (DataGridViewColumn)this.dataGridViewTextBoxColumn14, (DataGridViewColumn)this.dataGridViewTextBoxColumn15, (DataGridViewColumn)this.dataGridViewTextBoxColumn16, (DataGridViewColumn)this.dataGridViewTextBoxColumn17, (DataGridViewColumn)this.dataGridViewTextBoxColumn18, (DataGridViewColumn)this.dataGridViewTextBoxColumn19, (DataGridViewColumn)this.dataGridViewTextBoxColumn20, (DataGridViewColumn)this.dataGridViewTextBoxColumn21, (DataGridViewColumn)this.dataGridViewTextBoxColumn22);
     this.dgvFilledOrders.ContextMenuStrip = this.ctxOrder;
     this.dgvFilledOrders.Dock = DockStyle.Fill;
     this.dgvFilledOrders.Location = new Point(3, 3);
     this.dgvFilledOrders.MultiSelect = false;
     this.dgvFilledOrders.Name = "dgvFilledOrders";
     this.dgvFilledOrders.ReadOnly = true;
     this.dgvFilledOrders.RowHeadersVisible = false;
     this.dgvFilledOrders.RowHeadersWidth = 30;
     this.dgvFilledOrders.RowTemplate.Height = 18;
     this.dgvFilledOrders.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
     this.dgvFilledOrders.ShowCellErrors = false;
     this.dgvFilledOrders.ShowEditingIcon = false;
     this.dgvFilledOrders.ShowRowErrors = false;
     this.dgvFilledOrders.Size = new Size(729, 337);
     this.dgvFilledOrders.TabIndex = 2;
     this.dgvFilledOrders.VirtualMode = true;
     this.dgvFilledOrders.CellFormatting += new DataGridViewCellFormattingEventHandler(this.dgvOrders_CellFormatting);
     this.dgvFilledOrders.CellValueNeeded += new DataGridViewCellValueEventHandler(this.dgvOrders_CellValueNeeded);
     this.dgvFilledOrders.SelectionChanged += new EventHandler(this.dgvOrders_SelectionChanged);
     this.dgvFilledOrders.MouseUp += new MouseEventHandler(this.dgvOrders_MouseUp);
     this.dataGridViewTextBoxColumn12.FillWeight = 120f;
     this.dataGridViewTextBoxColumn12.HeaderText = "DateTime";
     this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
     this.dataGridViewTextBoxColumn12.ReadOnly = true;
     this.dataGridViewTextBoxColumn12.Width = 120;
     this.dataGridViewTextBoxColumn13.HeaderText = "Provider";
     this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
     this.dataGridViewTextBoxColumn13.ReadOnly = true;
     this.dataGridViewTextBoxColumn13.Width = 60;
     this.dataGridViewTextBoxColumn14.HeaderText = "Symbol";
     this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
     this.dataGridViewTextBoxColumn14.ReadOnly = true;
     this.dataGridViewTextBoxColumn14.Width = 60;
     this.dataGridViewTextBoxColumn15.HeaderText = "Side";
     this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
     this.dataGridViewTextBoxColumn15.ReadOnly = true;
     this.dataGridViewTextBoxColumn15.Width = 60;
     this.dataGridViewTextBoxColumn16.HeaderText = "Type";
     this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
     this.dataGridViewTextBoxColumn16.ReadOnly = true;
     this.dataGridViewTextBoxColumn16.Width = 60;
     this.dataGridViewTextBoxColumn17.HeaderText = "Qty";
     this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
     this.dataGridViewTextBoxColumn17.ReadOnly = true;
     this.dataGridViewTextBoxColumn17.Width = 60;
     this.dataGridViewTextBoxColumn18.HeaderText = "Avg. Price";
     this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
     this.dataGridViewTextBoxColumn18.ReadOnly = true;
     this.dataGridViewTextBoxColumn18.Width = 60;
     this.dataGridViewTextBoxColumn19.HeaderText = "Price";
     this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
     this.dataGridViewTextBoxColumn19.ReadOnly = true;
     this.dataGridViewTextBoxColumn19.Width = 60;
     this.dataGridViewTextBoxColumn20.HeaderText = "Stop Price";
     this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
     this.dataGridViewTextBoxColumn20.ReadOnly = true;
     this.dataGridViewTextBoxColumn20.Width = 60;
     this.dataGridViewTextBoxColumn21.HeaderText = "Status";
     this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
     this.dataGridViewTextBoxColumn21.ReadOnly = true;
     this.dataGridViewTextBoxColumn21.Width = 60;
     this.dataGridViewTextBoxColumn22.HeaderText = "Text";
     this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
     this.dataGridViewTextBoxColumn22.ReadOnly = true;
     this.tabPage4.Controls.Add((Control)this.dgvCancelledOrders);
     this.tabPage4.Location = new Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new Padding(3);
     this.tabPage4.Size = new Size(735, 343);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "Cancelled";
     this.tabPage4.UseVisualStyleBackColor = true;
     this.dgvCancelledOrders.AllowUserToAddRows = false;
     this.dgvCancelledOrders.AllowUserToDeleteRows = false;
     this.dgvCancelledOrders.AllowUserToOrderColumns = true;
     this.dgvCancelledOrders.AllowUserToResizeRows = false;
     this.dgvCancelledOrders.BackgroundColor = SystemColors.Window;
     this.dgvCancelledOrders.CellBorderStyle = DataGridViewCellBorderStyle.None;
     this.dgvCancelledOrders.ColumnHeadersHeight = 21;
     this.dgvCancelledOrders.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgvCancelledOrders.Columns.AddRange((DataGridViewColumn)this.dataGridViewTextBoxColumn23, (DataGridViewColumn)this.dataGridViewTextBoxColumn24, (DataGridViewColumn)this.dataGridViewTextBoxColumn25, (DataGridViewColumn)this.dataGridViewTextBoxColumn26, (DataGridViewColumn)this.dataGridViewTextBoxColumn27, (DataGridViewColumn)this.dataGridViewTextBoxColumn28, (DataGridViewColumn)this.dataGridViewTextBoxColumn29, (DataGridViewColumn)this.dataGridViewTextBoxColumn30, (DataGridViewColumn)this.dataGridViewTextBoxColumn31, (DataGridViewColumn)this.dataGridViewTextBoxColumn32, (DataGridViewColumn)this.dataGridViewTextBoxColumn33);
     this.dgvCancelledOrders.ContextMenuStrip = this.ctxOrder;
     this.dgvCancelledOrders.Dock = DockStyle.Fill;
     this.dgvCancelledOrders.Location = new Point(3, 3);
     this.dgvCancelledOrders.MultiSelect = false;
     this.dgvCancelledOrders.Name = "dgvCancelledOrders";
     this.dgvCancelledOrders.ReadOnly = true;
     this.dgvCancelledOrders.RowHeadersVisible = false;
     this.dgvCancelledOrders.RowHeadersWidth = 30;
     this.dgvCancelledOrders.RowTemplate.Height = 18;
     this.dgvCancelledOrders.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
     this.dgvCancelledOrders.ShowCellErrors = false;
     this.dgvCancelledOrders.ShowEditingIcon = false;
     this.dgvCancelledOrders.ShowRowErrors = false;
     this.dgvCancelledOrders.Size = new Size(729, 337);
     this.dgvCancelledOrders.TabIndex = 2;
     this.dgvCancelledOrders.VirtualMode = true;
     this.dgvCancelledOrders.CellFormatting += new DataGridViewCellFormattingEventHandler(this.dgvOrders_CellFormatting);
     this.dgvCancelledOrders.CellValueNeeded += new DataGridViewCellValueEventHandler(this.dgvOrders_CellValueNeeded);
     this.dgvCancelledOrders.SelectionChanged += new EventHandler(this.dgvOrders_SelectionChanged);
     this.dgvCancelledOrders.MouseUp += new MouseEventHandler(this.dgvOrders_MouseUp);
     this.dataGridViewTextBoxColumn23.FillWeight = 120f;
     this.dataGridViewTextBoxColumn23.HeaderText = "DateTime";
     this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
     this.dataGridViewTextBoxColumn23.ReadOnly = true;
     this.dataGridViewTextBoxColumn23.Width = 120;
     this.dataGridViewTextBoxColumn24.HeaderText = "Provider";
     this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
     this.dataGridViewTextBoxColumn24.ReadOnly = true;
     this.dataGridViewTextBoxColumn24.Width = 60;
     this.dataGridViewTextBoxColumn25.HeaderText = "Symbol";
     this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25";
     this.dataGridViewTextBoxColumn25.ReadOnly = true;
     this.dataGridViewTextBoxColumn25.Width = 60;
     this.dataGridViewTextBoxColumn26.HeaderText = "Side";
     this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26";
     this.dataGridViewTextBoxColumn26.ReadOnly = true;
     this.dataGridViewTextBoxColumn26.Width = 60;
     this.dataGridViewTextBoxColumn27.HeaderText = "Type";
     this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27";
     this.dataGridViewTextBoxColumn27.ReadOnly = true;
     this.dataGridViewTextBoxColumn27.Width = 60;
     this.dataGridViewTextBoxColumn28.HeaderText = "Qty";
     this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28";
     this.dataGridViewTextBoxColumn28.ReadOnly = true;
     this.dataGridViewTextBoxColumn28.Width = 60;
     this.dataGridViewTextBoxColumn29.HeaderText = "Avg. Price";
     this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29";
     this.dataGridViewTextBoxColumn29.ReadOnly = true;
     this.dataGridViewTextBoxColumn29.Width = 60;
     this.dataGridViewTextBoxColumn30.HeaderText = "Price";
     this.dataGridViewTextBoxColumn30.Name = "dataGridViewTextBoxColumn30";
     this.dataGridViewTextBoxColumn30.ReadOnly = true;
     this.dataGridViewTextBoxColumn30.Width = 60;
     this.dataGridViewTextBoxColumn31.HeaderText = "Stop Price";
     this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31";
     this.dataGridViewTextBoxColumn31.ReadOnly = true;
     this.dataGridViewTextBoxColumn31.Width = 60;
     this.dataGridViewTextBoxColumn32.HeaderText = "Status";
     this.dataGridViewTextBoxColumn32.Name = "dataGridViewTextBoxColumn32";
     this.dataGridViewTextBoxColumn32.ReadOnly = true;
     this.dataGridViewTextBoxColumn32.Width = 60;
     this.dataGridViewTextBoxColumn33.HeaderText = "Text";
     this.dataGridViewTextBoxColumn33.Name = "dataGridViewTextBoxColumn33";
     this.dataGridViewTextBoxColumn33.ReadOnly = true;
     this.tabPage5.Controls.Add((Control)this.dgvRejectedOrders);
     this.tabPage5.Location = new Point(4, 22);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Padding = new Padding(3);
     this.tabPage5.Size = new Size(735, 343);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text = "Rejected";
     this.tabPage5.UseVisualStyleBackColor = true;
     this.dgvRejectedOrders.AllowUserToAddRows = false;
     this.dgvRejectedOrders.AllowUserToDeleteRows = false;
     this.dgvRejectedOrders.AllowUserToOrderColumns = true;
     this.dgvRejectedOrders.AllowUserToResizeRows = false;
     this.dgvRejectedOrders.BackgroundColor = SystemColors.Window;
     this.dgvRejectedOrders.CellBorderStyle = DataGridViewCellBorderStyle.None;
     this.dgvRejectedOrders.ColumnHeadersHeight = 21;
     this.dgvRejectedOrders.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgvRejectedOrders.Columns.AddRange((DataGridViewColumn)this.dataGridViewTextBoxColumn34, (DataGridViewColumn)this.dataGridViewTextBoxColumn35, (DataGridViewColumn)this.dataGridViewTextBoxColumn36, (DataGridViewColumn)this.dataGridViewTextBoxColumn37, (DataGridViewColumn)this.dataGridViewTextBoxColumn38, (DataGridViewColumn)this.dataGridViewTextBoxColumn39, (DataGridViewColumn)this.dataGridViewTextBoxColumn40, (DataGridViewColumn)this.dataGridViewTextBoxColumn41, (DataGridViewColumn)this.dataGridViewTextBoxColumn42, (DataGridViewColumn)this.dataGridViewTextBoxColumn43, (DataGridViewColumn)this.dataGridViewTextBoxColumn44);
     this.dgvRejectedOrders.ContextMenuStrip = this.ctxOrder;
     this.dgvRejectedOrders.Dock = DockStyle.Fill;
     this.dgvRejectedOrders.Location = new Point(3, 3);
     this.dgvRejectedOrders.MultiSelect = false;
     this.dgvRejectedOrders.Name = "dgvRejectedOrders";
     this.dgvRejectedOrders.ReadOnly = true;
     this.dgvRejectedOrders.RowHeadersVisible = false;
     this.dgvRejectedOrders.RowHeadersWidth = 30;
     this.dgvRejectedOrders.RowTemplate.Height = 18;
     this.dgvRejectedOrders.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
     this.dgvRejectedOrders.ShowCellErrors = false;
     this.dgvRejectedOrders.ShowEditingIcon = false;
     this.dgvRejectedOrders.ShowRowErrors = false;
     this.dgvRejectedOrders.Size = new Size(729, 337);
     this.dgvRejectedOrders.TabIndex = 2;
     this.dgvRejectedOrders.VirtualMode = true;
     this.dgvRejectedOrders.CellFormatting += new DataGridViewCellFormattingEventHandler(this.dgvOrders_CellFormatting);
     this.dgvRejectedOrders.CellValueNeeded += new DataGridViewCellValueEventHandler(this.dgvOrders_CellValueNeeded);
     this.dgvRejectedOrders.SelectionChanged += new EventHandler(this.dgvOrders_SelectionChanged);
     this.dgvRejectedOrders.MouseUp += new MouseEventHandler(this.dgvOrders_MouseUp);
     this.dataGridViewTextBoxColumn34.HeaderText = "DateTime";
     this.dataGridViewTextBoxColumn34.Name = "dataGridViewTextBoxColumn34";
     this.dataGridViewTextBoxColumn34.ReadOnly = true;
     this.dataGridViewTextBoxColumn34.Width = 140;
     this.dataGridViewTextBoxColumn35.HeaderText = "Provider";
     this.dataGridViewTextBoxColumn35.Name = "dataGridViewTextBoxColumn35";
     this.dataGridViewTextBoxColumn35.ReadOnly = true;
     this.dataGridViewTextBoxColumn35.Width = 60;
     this.dataGridViewTextBoxColumn36.HeaderText = "Symbol";
     this.dataGridViewTextBoxColumn36.Name = "dataGridViewTextBoxColumn36";
     this.dataGridViewTextBoxColumn36.ReadOnly = true;
     this.dataGridViewTextBoxColumn36.Width = 60;
     this.dataGridViewTextBoxColumn37.HeaderText = "Side";
     this.dataGridViewTextBoxColumn37.Name = "dataGridViewTextBoxColumn37";
     this.dataGridViewTextBoxColumn37.ReadOnly = true;
     this.dataGridViewTextBoxColumn37.Width = 60;
     this.dataGridViewTextBoxColumn38.HeaderText = "Type";
     this.dataGridViewTextBoxColumn38.Name = "dataGridViewTextBoxColumn38";
     this.dataGridViewTextBoxColumn38.ReadOnly = true;
     this.dataGridViewTextBoxColumn38.Width = 60;
     this.dataGridViewTextBoxColumn39.HeaderText = "Qty";
     this.dataGridViewTextBoxColumn39.Name = "dataGridViewTextBoxColumn39";
     this.dataGridViewTextBoxColumn39.ReadOnly = true;
     this.dataGridViewTextBoxColumn39.Width = 60;
     this.dataGridViewTextBoxColumn40.HeaderText = "Avg. Price";
     this.dataGridViewTextBoxColumn40.Name = "dataGridViewTextBoxColumn40";
     this.dataGridViewTextBoxColumn40.ReadOnly = true;
     this.dataGridViewTextBoxColumn40.Width = 60;
     this.dataGridViewTextBoxColumn41.HeaderText = "Price";
     this.dataGridViewTextBoxColumn41.Name = "dataGridViewTextBoxColumn41";
     this.dataGridViewTextBoxColumn41.ReadOnly = true;
     this.dataGridViewTextBoxColumn41.Width = 60;
     this.dataGridViewTextBoxColumn42.HeaderText = "Stop Price";
     this.dataGridViewTextBoxColumn42.Name = "dataGridViewTextBoxColumn42";
     this.dataGridViewTextBoxColumn42.ReadOnly = true;
     this.dataGridViewTextBoxColumn42.Width = 60;
     this.dataGridViewTextBoxColumn43.HeaderText = "Status";
     this.dataGridViewTextBoxColumn43.Name = "dataGridViewTextBoxColumn43";
     this.dataGridViewTextBoxColumn43.ReadOnly = true;
     this.dataGridViewTextBoxColumn43.Width = 60;
     this.dataGridViewTextBoxColumn44.HeaderText = "Text";
     this.dataGridViewTextBoxColumn44.Name = "dataGridViewTextBoxColumn44";
     this.dataGridViewTextBoxColumn44.ReadOnly = true;
     this.splitter1.Cursor = Cursors.HSplit;
     this.splitter1.Dock = DockStyle.Bottom;
     this.splitter1.Location = new Point(0, 366);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new Size(743, 3);
     this.splitter1.TabIndex = 7;
     this.splitter1.TabStop = false;
     this.AutoScaleDimensions = new SizeF(6f, 13f);
     this.AutoScaleMode = AutoScaleMode.Font;
     this.Controls.Add((Control)this.splitter1);
     this.Controls.Add((Control)this.panel1);
     this.Controls.Add((Control)this.panel2);
     this.Name = "OrderManagerWindow";
     this.Size = new Size(743, 520);
     this.ctxOrder.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ctxReportsSettings.ResumeLayout(false);
     this.tabReports.ResumeLayout(false);
     this.tabPage6.ResumeLayout(false);
     this.ctxOrdersSettings.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tabOrders.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((ISupportInitialize)this.dgvOrders).EndInit();
     this.tabPage2.ResumeLayout(false);
     ((ISupportInitialize)this.dgvWorkingOrders).EndInit();
     this.tabPage3.ResumeLayout(false);
     ((ISupportInitialize)this.dgvFilledOrders).EndInit();
     this.tabPage4.ResumeLayout(false);
     ((ISupportInitialize)this.dgvCancelledOrders).EndInit();
     this.tabPage5.ResumeLayout(false);
     ((ISupportInitialize)this.dgvRejectedOrders).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #5
0
 private void InitializeComponent()
 {
     this.groupBox2       = new GroupBox();
     this.ltvTransactions = new ListViewNB();
     this.columnHeader1   = new ColumnHeader();
     this.columnHeader2   = new ColumnHeader();
     this.columnHeader3   = new ColumnHeader();
     this.columnHeader4   = new ColumnHeader();
     this.columnHeader5   = new ColumnHeader();
     this.columnHeader14  = new ColumnHeader();
     this.groupBox3       = new GroupBox();
     this.ltvPortfolio    = new ListViewNB();
     this.columnHeader10  = new ColumnHeader();
     this.columnHeader11  = new ColumnHeader();
     this.columnHeader12  = new ColumnHeader();
     this.columnHeader13  = new ColumnHeader();
     this.groupBox1       = new GroupBox();
     this.ltvPositions    = new ListViewNB();
     this.columnHeader6   = new ColumnHeader();
     this.columnHeader7   = new ColumnHeader();
     this.columnHeader8   = new ColumnHeader();
     this.columnHeader9   = new ColumnHeader();
     this.columnHeader15  = new ColumnHeader();
     this.columnHeader16  = new ColumnHeader();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     this.groupBox2.Controls.Add((Control)this.ltvTransactions);
     this.groupBox2.Dock     = DockStyle.Fill;
     this.groupBox2.Location = new Point(0, 117);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new Size(745, 312);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Transactions";
     this.ltvTransactions.Columns.AddRange(new ColumnHeader[8]
     {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader15,
         this.columnHeader16,
         this.columnHeader14
     });
     this.ltvTransactions.Dock             = DockStyle.Fill;
     this.ltvTransactions.FullRowSelect    = true;
     this.ltvTransactions.GridLines        = true;
     this.ltvTransactions.HeaderStyle      = ColumnHeaderStyle.Nonclickable;
     this.ltvTransactions.LabelWrap        = false;
     this.ltvTransactions.Location         = new Point(3, 16);
     this.ltvTransactions.Name             = "ltvTransactions";
     this.ltvTransactions.ShowGroups       = false;
     this.ltvTransactions.ShowItemToolTips = true;
     this.ltvTransactions.Size             = new Size(739, 293);
     this.ltvTransactions.TabIndex         = 0;
     this.ltvTransactions.UseCompatibleStateImageBehavior = false;
     this.ltvTransactions.View                  = View.Details;
     this.ltvTransactions.VirtualMode           = true;
     this.ltvTransactions.RetrieveVirtualItem  += new RetrieveVirtualItemEventHandler(this.ltvTransactions_RetrieveVirtualItem);
     this.ltvTransactions.SelectedIndexChanged += new EventHandler(this.ltvTransactions_SelectedIndexChanged);
     this.ltvTransactions.KeyDown              += new KeyEventHandler(this.ltvTransactions_KeyDown);
     this.ltvTransactions.MouseClick           += new MouseEventHandler(this.ltvTransactions_MouseClick);
     this.ltvTransactions.MouseDoubleClick     += new MouseEventHandler(this.ltvTransactions_MouseDoubleClick);
     this.columnHeader1.Text      = "DateTime";
     this.columnHeader1.Width     = 126;
     this.columnHeader2.Text      = "Instrument";
     this.columnHeader2.TextAlign = HorizontalAlignment.Right;
     this.columnHeader2.Width     = 88;
     this.columnHeader3.Text      = "Side";
     this.columnHeader3.TextAlign = HorizontalAlignment.Right;
     this.columnHeader3.Width     = 62;
     this.columnHeader4.Text      = "Price";
     this.columnHeader4.TextAlign = HorizontalAlignment.Right;
     this.columnHeader4.Width     = 68;
     this.columnHeader5.Text      = "Qty";
     this.columnHeader5.TextAlign = HorizontalAlignment.Right;
     this.columnHeader5.Width     = 65;
     this.columnHeader14.Text     = "Text";
     this.columnHeader14.Width    = 250;
     this.groupBox3.Controls.Add((Control)this.ltvPortfolio);
     this.groupBox3.Dock     = DockStyle.Bottom;
     this.groupBox3.Location = new Point(0, 429);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new Size(745, 81);
     this.groupBox3.TabIndex = 6;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Value";
     this.ltvPortfolio.Columns.AddRange(new ColumnHeader[4]
     {
         this.columnHeader10,
         this.columnHeader11,
         this.columnHeader12,
         this.columnHeader13
     });
     this.ltvPortfolio.Dock      = DockStyle.Fill;
     this.ltvPortfolio.GridLines = true;
     this.ltvPortfolio.Location  = new Point(3, 16);
     this.ltvPortfolio.Name      = "ltvPortfolio";
     this.ltvPortfolio.Size      = new Size(739, 62);
     this.ltvPortfolio.TabIndex  = 0;
     this.ltvPortfolio.UseCompatibleStateImageBehavior = false;
     this.ltvPortfolio.View        = View.Details;
     this.columnHeader10.Text      = "Currency";
     this.columnHeader10.Width     = 80;
     this.columnHeader11.Text      = "Account";
     this.columnHeader11.TextAlign = HorizontalAlignment.Right;
     this.columnHeader11.Width     = 101;
     this.columnHeader12.Text      = "Position";
     this.columnHeader12.TextAlign = HorizontalAlignment.Right;
     this.columnHeader12.Width     = 100;
     this.columnHeader13.Text      = "Portfolio";
     this.columnHeader13.TextAlign = HorizontalAlignment.Right;
     this.columnHeader13.Width     = 100;
     this.groupBox1.Controls.Add((Control)this.ltvPositions);
     this.groupBox1.Dock     = DockStyle.Top;
     this.groupBox1.Location = new Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new Size(745, 117);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Positions";
     this.ltvPositions.Columns.AddRange(new ColumnHeader[4]
     {
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8,
         this.columnHeader9
     });
     this.ltvPositions.Dock             = DockStyle.Fill;
     this.ltvPositions.FullRowSelect    = true;
     this.ltvPositions.GridLines        = true;
     this.ltvPositions.HeaderStyle      = ColumnHeaderStyle.Nonclickable;
     this.ltvPositions.LabelWrap        = false;
     this.ltvPositions.Location         = new Point(3, 16);
     this.ltvPositions.Name             = "ltvPositions";
     this.ltvPositions.ShowGroups       = false;
     this.ltvPositions.ShowItemToolTips = true;
     this.ltvPositions.Size             = new Size(739, 98);
     this.ltvPositions.TabIndex         = 0;
     this.ltvPositions.UseCompatibleStateImageBehavior = false;
     this.ltvPositions.View = View.Details;
     this.ltvPositions.SelectedIndexChanged += new EventHandler(this.ltvPositions_SelectedIndexChanged);
     this.columnHeader6.Text       = "Instrument";
     this.columnHeader6.Width      = 94;
     this.columnHeader7.Text       = "Amount";
     this.columnHeader7.TextAlign  = HorizontalAlignment.Right;
     this.columnHeader7.Width      = 79;
     this.columnHeader8.Text       = "Bought";
     this.columnHeader8.TextAlign  = HorizontalAlignment.Right;
     this.columnHeader8.Width      = 72;
     this.columnHeader9.Text       = "Sold";
     this.columnHeader9.TextAlign  = HorizontalAlignment.Right;
     this.columnHeader9.Width      = 65;
     this.columnHeader15.Text      = "Value";
     this.columnHeader15.TextAlign = HorizontalAlignment.Right;
     this.columnHeader15.Width     = 68;
     this.columnHeader16.Text      = "Cost";
     this.columnHeader16.TextAlign = HorizontalAlignment.Right;
     this.AutoScaleDimensions      = new SizeF(6f, 13f);
     this.AutoScaleMode            = AutoScaleMode.Font;
     this.Controls.Add((Control)this.groupBox2);
     this.Controls.Add((Control)this.groupBox3);
     this.Controls.Add((Control)this.groupBox1);
     this.Name = "Composition";
     this.Size = new Size(745, 510);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #6
0
        private void InitializeComponent()
        {
            this.components = (IContainer) new Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(DataManager));

            this.tabControl1                = new TabControl();
            this.tabPage1                   = new TabPage();
            this.trvDataTypes               = new TreeView();
            this.imgDataTypes               = new ImageList(this.components);
            this.splitter1                  = new Splitter();
            this.tabControl2                = new TabControl();
            this.tabDataSeries              = new TabPage();
            this.ltvDataSeries              = new ListViewNB();
            this.columnHeader1              = new ColumnHeader();
            this.columnHeader2              = new ColumnHeader();
            this.columnHeader3              = new ColumnHeader();
            this.columnHeader4              = new ColumnHeader();
            this.ctxDataSeries              = new ContextMenuStrip(this.components);
            this.ctxDataSeries_Export       = new ToolStripMenuItem();
            this.toolStripSeparator3        = new ToolStripSeparator();
            this.ctxDataSeries_CompressBars = new ToolStripMenuItem();
            this.toolStripSeparator1        = new ToolStripSeparator();
            this.ctxDataSeries_Clear        = new ToolStripMenuItem();
            this.toolStripSeparator2        = new ToolStripSeparator();
            this.ctxDataSeries_Delete       = new ToolStripMenuItem();
            this.imgDataSeries              = new ImageList(this.components);
            this.toolStrip                  = new ToolStrip();
            this.tsbRefresh                 = new ToolStripButton();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabControl2.SuspendLayout();
            this.tabDataSeries.SuspendLayout();
            this.ctxDataSeries.SuspendLayout();
            this.toolStrip.SuspendLayout();
            this.SuspendLayout();
            this.tabControl1.Controls.Add((Control)this.tabPage1);
            this.tabControl1.Dock          = DockStyle.Left;
            this.tabControl1.Location      = new Point(0, 25);
            this.tabControl1.Name          = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size          = new Size(140, 375);
            this.tabControl1.TabIndex      = 0;
            this.tabPage1.Controls.Add((Control)this.trvDataTypes);
            this.tabPage1.Location = new Point(4, 22);
            this.tabPage1.Name     = "tabPage1";
            this.tabPage1.Padding  = new Padding(3);
            this.tabPage1.Size     = new Size(132, 349);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text     = "Data Type";
            this.tabPage1.UseVisualStyleBackColor = true;
            this.trvDataTypes.Dock               = DockStyle.Fill;
            this.trvDataTypes.HideSelection      = false;
            this.trvDataTypes.ImageIndex         = 0;
            this.trvDataTypes.ImageList          = this.imgDataTypes;
            this.trvDataTypes.Location           = new Point(3, 3);
            this.trvDataTypes.Name               = "trvDataTypes";
            this.trvDataTypes.SelectedImageIndex = 0;
            this.trvDataTypes.ShowLines          = false;
            this.trvDataTypes.ShowRootLines      = false;
            this.trvDataTypes.Size               = new Size(126, 343);
            this.trvDataTypes.TabIndex           = 0;
            this.trvDataTypes.AfterSelect       += new TreeViewEventHandler(this.trvDataTypes_AfterSelect);
            this.trvDataTypes.MouseDown         += new MouseEventHandler(this.trvDataTypes_MouseDown);
            this.imgDataTypes.ImageStream        = (ImageListStreamer)componentResourceManager.GetObject("imgDataTypes.ImageStream");
            this.imgDataTypes.TransparentColor   = Color.Transparent;
            this.imgDataTypes.Images.SetKeyName(0, "data_type.png");
            this.splitter1.Location = new Point(140, 25);
            this.splitter1.Name     = "splitter1";
            this.splitter1.Size     = new Size(4, 375);
            this.splitter1.TabIndex = 1;
            this.splitter1.TabStop  = false;
            this.tabControl2.Controls.Add((Control)this.tabDataSeries);
            this.tabControl2.Dock          = DockStyle.Fill;
            this.tabControl2.Location      = new Point(144, 25);
            this.tabControl2.Name          = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size          = new Size(448, 375);
            this.tabControl2.TabIndex      = 2;
            this.tabDataSeries.Controls.Add((Control)this.ltvDataSeries);
            this.tabDataSeries.Location = new Point(4, 22);
            this.tabDataSeries.Name     = "tabDataSeries";
            this.tabDataSeries.Padding  = new Padding(3);
            this.tabDataSeries.Size     = new Size(440, 349);
            this.tabDataSeries.TabIndex = 0;
            this.tabDataSeries.Text     = "Data Series";
            this.tabDataSeries.UseVisualStyleBackColor = true;
            this.ltvDataSeries.Columns.AddRange(new ColumnHeader[4]
            {
                this.columnHeader1,
                this.columnHeader2,
                this.columnHeader3,
                this.columnHeader4
            });
            this.ltvDataSeries.ContextMenuStrip = this.ctxDataSeries;
            this.ltvDataSeries.Dock             = DockStyle.Fill;
            this.ltvDataSeries.FullRowSelect    = true;
            this.ltvDataSeries.GridLines        = true;
            this.ltvDataSeries.HideSelection    = false;
            this.ltvDataSeries.Location         = new Point(3, 3);
            this.ltvDataSeries.Name             = "ltvDataSeries";
            this.ltvDataSeries.ShowItemToolTips = true;
            this.ltvDataSeries.Size             = new Size(434, 343);
            this.ltvDataSeries.SmallImageList   = this.imgDataSeries;
            this.ltvDataSeries.TabIndex         = 0;
            this.ltvDataSeries.UseCompatibleStateImageBehavior = false;
            this.ltvDataSeries.View                = View.Details;
            this.ltvDataSeries.ColumnClick        += new ColumnClickEventHandler(this.ltvDataSeries_ColumnClick);
            this.ltvDataSeries.ColumnWidthChanged += new ColumnWidthChangedEventHandler(this.ltvDataSeries_ColumnWidthChanged);
            this.columnHeader1.Text                = "Instrument";
            this.columnHeader1.Width               = 79;
            this.columnHeader2.Text                = "Count";
            this.columnHeader2.TextAlign           = HorizontalAlignment.Right;
            this.columnHeader2.Width               = 86;
            this.columnHeader3.Text                = "DateTime1";
            this.columnHeader3.TextAlign           = HorizontalAlignment.Right;
            this.columnHeader3.Width               = 114;
            this.columnHeader4.Text                = "DateTime2";
            this.columnHeader4.TextAlign           = HorizontalAlignment.Right;
            this.columnHeader4.Width               = 118;
            this.ctxDataSeries.Items.AddRange(new ToolStripItem[7]
            {
                (ToolStripItem)this.ctxDataSeries_Export,
                (ToolStripItem)this.toolStripSeparator3,
                (ToolStripItem)this.ctxDataSeries_CompressBars,
                (ToolStripItem)this.toolStripSeparator1,
                (ToolStripItem)this.ctxDataSeries_Clear,
                (ToolStripItem)this.toolStripSeparator2,
                (ToolStripItem)this.ctxDataSeries_Delete
            });
            this.ctxDataSeries.Name                = "ctxDataSeries";
            this.ctxDataSeries.Size                = new Size(162, 110);
            this.ctxDataSeries.Opening            += new CancelEventHandler(this.ctxDataSeries_Opening);
            this.ctxDataSeries_Export.Name         = "ctxDataSeries_Export";
            this.ctxDataSeries_Export.Size         = new Size(161, 22);
            this.ctxDataSeries_Export.Text         = "Export To CSV...";
            this.ctxDataSeries_Export.Click       += new EventHandler(this.ctxDataSeries_Export_Click);
            this.toolStripSeparator3.Name          = "toolStripSeparator3";
            this.toolStripSeparator3.Size          = new Size(158, 6);
            this.ctxDataSeries_CompressBars.Name   = "ctxDataSeries_CompressBars";
            this.ctxDataSeries_CompressBars.Size   = new Size(161, 22);
            this.ctxDataSeries_CompressBars.Text   = "Compress Bars...";
            this.ctxDataSeries_CompressBars.Click += new EventHandler(this.ctxDataSeries_CompressBars_Click);
            this.toolStripSeparator1.Name          = "toolStripSeparator1";
            this.toolStripSeparator1.Size          = new Size(158, 6);
            this.ctxDataSeries_Clear.Name          = "ctxDataSeries_Clear";
            this.ctxDataSeries_Clear.Size          = new Size(161, 22);
            this.ctxDataSeries_Clear.Text          = "Clear";
            this.ctxDataSeries_Clear.Click        += new EventHandler(this.ctxDataSeries_Clear_Click);
            this.toolStripSeparator2.Name          = "toolStripSeparator2";
            this.toolStripSeparator2.Size          = new Size(158, 6);
            this.ctxDataSeries_Delete.Name         = "ctxDataSeries_Delete";
            this.ctxDataSeries_Delete.Size         = new Size(161, 22);
            this.ctxDataSeries_Delete.Text         = "Delete";
            this.ctxDataSeries_Delete.Click       += new EventHandler(this.ctxDataSeries_Delete_Click);
            this.imgDataSeries.ImageStream         = (ImageListStreamer)componentResourceManager.GetObject("imgDataSeries.ImageStream");
            this.imgDataSeries.TransparentColor    = Color.Transparent;
            this.imgDataSeries.Images.SetKeyName(0, "data.png");
            this.toolStrip.Items.AddRange(new ToolStripItem[1]
            {
                (ToolStripItem)this.tsbRefresh
            });
            this.toolStrip.Location      = new Point(0, 0);
            this.toolStrip.Name          = "toolStrip";
            this.toolStrip.Size          = new Size(592, 25);
            this.toolStrip.TabIndex      = 3;
            this.toolStrip.Text          = "toolStrip1";
            this.tsbRefresh.DisplayStyle = ToolStripItemDisplayStyle.Image;
            //   this.tsbRefresh.Image = (Image) Resources.refresh;
            this.tsbRefresh.ImageTransparentColor = Color.Magenta;
            this.tsbRefresh.Name     = "tsbRefresh";
            this.tsbRefresh.Size     = new Size(23, 22);
            this.tsbRefresh.Text     = "Refresh";
            this.tsbRefresh.Click   += new EventHandler(this.tsbRefresh_Click);
            this.AutoScaleDimensions = new SizeF(6f, 13f);
            this.AutoScaleMode       = AutoScaleMode.Font;
            this.Controls.Add((Control)this.tabControl2);
            this.Controls.Add((Control)this.splitter1);
            this.Controls.Add((Control)this.tabControl1);
            this.Controls.Add((Control)this.toolStrip);
            this.Name = "DataManager";
            this.Size = new Size(592, 400);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabControl2.ResumeLayout(false);
            this.tabDataSeries.ResumeLayout(false);
            this.ctxDataSeries.ResumeLayout(false);
            this.toolStrip.ResumeLayout(false);
            this.toolStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Beispiel #7
0
 private void InitializeComponent()
 {
     this.columnHeader2  = new ColumnHeader();
     this.columnHeader1  = new ColumnHeader();
     this.ltvStatistics  = new ListViewNB();
     this.columnHeader3  = new ColumnHeader();
     this.columnHeader4  = new ColumnHeader();
     this.tcStatistiscs  = new TabControl();
     this.tabPage1       = new TabPage();
     this.chrtStatistics = new SmartQuant.FinChart.Chart();
     this.tabPage2       = new TabPage();
     this.chrtHist       = new SmartQuant.Charting.Chart();
     this.tabPage3       = new TabPage();
     this.ltvData        = new ListViewNB();
     this.columnHeader5  = new ColumnHeader();
     this.columnHeader6  = new ColumnHeader();
     this.splitter1      = new Splitter();
     this.tcStatistiscs.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.SuspendLayout();
     this.columnHeader2.Text      = "All Trades";
     this.columnHeader2.TextAlign = HorizontalAlignment.Right;
     this.columnHeader2.Width     = 140;
     this.columnHeader1.Text      = "Name";
     this.columnHeader1.Width     = 200;
     this.ltvStatistics.Columns.AddRange(new ColumnHeader[4]
     {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.ltvStatistics.Dock     = DockStyle.Fill;
     this.ltvStatistics.Location = new Point(0, 0);
     this.ltvStatistics.Name     = "ltvStatistics";
     this.ltvStatistics.Size     = new Size(526, 163);
     this.ltvStatistics.TabIndex = 1;
     this.ltvStatistics.UseCompatibleStateImageBehavior = false;
     this.ltvStatistics.View = View.Details;
     this.ltvStatistics.SelectedIndexChanged += new EventHandler(this.ltvStatistics_SelectedIndexChanged);
     this.columnHeader3.Text      = "Long Trades";
     this.columnHeader3.TextAlign = HorizontalAlignment.Right;
     this.columnHeader3.Width     = 140;
     this.columnHeader4.Text      = "Short Trades";
     this.columnHeader4.TextAlign = HorizontalAlignment.Right;
     this.columnHeader4.Width     = 140;
     this.tcStatistiscs.Controls.Add((Control)this.tabPage1);
     this.tcStatistiscs.Controls.Add((Control)this.tabPage2);
     this.tcStatistiscs.Controls.Add((Control)this.tabPage3);
     this.tcStatistiscs.Dock          = DockStyle.Bottom;
     this.tcStatistiscs.Location      = new Point(0, 166);
     this.tcStatistiscs.Multiline     = true;
     this.tcStatistiscs.Name          = "tcStatistiscs";
     this.tcStatistiscs.SelectedIndex = 0;
     this.tcStatistiscs.Size          = new Size(526, 203);
     this.tcStatistiscs.TabIndex      = 4;
     this.tabPage1.Controls.Add((Control)this.chrtStatistics);
     this.tabPage1.Location = new Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new Padding(3);
     this.tabPage1.Size     = new Size(518, 177);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Chart";
     this.tabPage1.UseVisualStyleBackColor     = true;
     this.chrtStatistics.ActionType            = ChartActionType.None;
     this.chrtStatistics.AutoScroll            = true;
     this.chrtStatistics.BarSeriesStyle        = BSStyle.Candle;
     this.chrtStatistics.BorderColor           = Color.Gray;
     this.chrtStatistics.BottomAxisGridColor   = Color.LightGray;
     this.chrtStatistics.BottomAxisLabelColor  = Color.LightGray;
     this.chrtStatistics.CanvasColor           = Color.MidnightBlue;
     this.chrtStatistics.ChartBackColor        = Color.MidnightBlue;
     this.chrtStatistics.ContextMenuEnabled    = true;
     this.chrtStatistics.CrossColor            = Color.DarkGray;
     this.chrtStatistics.DateTipRectangleColor = Color.LightGray;
     this.chrtStatistics.DateTipTextColor      = Color.Black;
     this.chrtStatistics.Dock                       = DockStyle.Fill;
     this.chrtStatistics.DrawItems                  = false;
     this.chrtStatistics.Font                       = new Font("Microsoft Sans Serif", 7f, FontStyle.Regular, GraphicsUnit.Point, (byte)204);
     this.chrtStatistics.ItemTextColor              = Color.LightGray;
     this.chrtStatistics.LabelDigitsCount           = 2;
     this.chrtStatistics.Location                   = new Point(3, 3);
     this.chrtStatistics.MinNumberOfBars            = 125;
     this.chrtStatistics.Name                       = "chrtStatistics";
     this.chrtStatistics.PrimitiveDeleteImage       = (Image)null;
     this.chrtStatistics.PrimitivePropertiesImage   = (Image)null;
     this.chrtStatistics.RightAxesFontSize          = 7;
     this.chrtStatistics.RightAxisGridColor         = Color.DimGray;
     this.chrtStatistics.RightAxisMajorTicksColor   = Color.LightGray;
     this.chrtStatistics.RightAxisMinorTicksColor   = Color.LightGray;
     this.chrtStatistics.RightAxisTextColor         = Color.LightGray;
     this.chrtStatistics.ScaleStyle                 = PadScaleStyle.Arith;
     this.chrtStatistics.SelectedFillHighlightColor = Color.FromArgb(100, 173, 216, 230);
     this.chrtStatistics.SelectedItemTextColor      = Color.Yellow;
     this.chrtStatistics.SessionEnd                 = TimeSpan.Parse("00:00:00");
     this.chrtStatistics.SessionGridColor           = Color.Empty;
     this.chrtStatistics.SessionGridEnabled         = false;
     this.chrtStatistics.SessionStart               = TimeSpan.Parse("00:00:00");
     this.chrtStatistics.Size                       = new Size(512, 171);
     this.chrtStatistics.SmoothingMode              = SmoothingMode.Default;
     this.chrtStatistics.SplitterColor              = Color.LightGray;
     this.chrtStatistics.TabIndex                   = 2;
     this.chrtStatistics.UpdateStyle                = ChartUpdateStyle.WholeRange;
     this.chrtStatistics.ValTipRectangleColor       = Color.LightGray;
     this.chrtStatistics.ValTipTextColor            = Color.Black;
     this.chrtStatistics.VolumePadVisible           = false;
     this.tabPage2.Controls.Add((Control)this.chrtHist);
     this.tabPage2.Location = new Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new Padding(3);
     this.tabPage2.Size     = new Size(518, 177);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Histogram";
     this.tabPage2.UseVisualStyleBackColor = true;
     this.chrtHist.AntiAliasingEnabled     = false;
     this.chrtHist.Dock = DockStyle.Fill;
     this.chrtHist.DoubleBufferingEnabled = true;
     this.chrtHist.FileName = (string)null;
     this.chrtHist.GroupLeftMarginEnabled  = false;
     this.chrtHist.GroupRightMarginEnabled = false;
     this.chrtHist.GroupZoomEnabled        = false;
     this.chrtHist.Location           = new Point(3, 3);
     this.chrtHist.Name               = "chrtHist";
     this.chrtHist.PadsForeColor      = Color.White;
     this.chrtHist.PrintAlign         = EPrintAlign.None;
     this.chrtHist.PrintHeight        = 400;
     this.chrtHist.PrintLayout        = EPrintLayout.Portrait;
     this.chrtHist.PrintWidth         = 600;
     this.chrtHist.PrintX             = 10;
     this.chrtHist.PrintY             = 10;
     this.chrtHist.SessionEnd         = TimeSpan.Parse("1.00:00:00");
     this.chrtHist.SessionGridColor   = Color.Blue;
     this.chrtHist.SessionGridEnabled = false;
     this.chrtHist.SessionStart       = TimeSpan.Parse("00:00:00");
     this.chrtHist.Size               = new Size(512, 171);
     this.chrtHist.SmoothingEnabled   = false;
     this.chrtHist.TabIndex           = 0;
     this.chrtHist.TransformationType = ETransformationType.Empty;
     this.tabPage3.Controls.Add((Control)this.ltvData);
     this.tabPage3.Location = new Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new Size(518, 177);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Data";
     this.tabPage3.UseVisualStyleBackColor = true;
     this.ltvData.Columns.AddRange(new ColumnHeader[2]
     {
         this.columnHeader5,
         this.columnHeader6
     });
     this.ltvData.Dock     = DockStyle.Fill;
     this.ltvData.Location = new Point(0, 0);
     this.ltvData.Name     = "ltvData";
     this.ltvData.Size     = new Size(518, 177);
     this.ltvData.TabIndex = 0;
     this.ltvData.UseCompatibleStateImageBehavior = false;
     this.ltvData.View            = View.Details;
     this.columnHeader5.Text      = "Date Tme";
     this.columnHeader5.Width     = 150;
     this.columnHeader6.Text      = "Total Value";
     this.columnHeader6.TextAlign = HorizontalAlignment.Right;
     this.columnHeader6.Width     = 120;
     this.splitter1.Dock          = DockStyle.Bottom;
     this.splitter1.Location      = new Point(0, 163);
     this.splitter1.Name          = "splitter1";
     this.splitter1.Size          = new Size(526, 3);
     this.splitter1.TabIndex      = 5;
     this.splitter1.TabStop       = false;
     this.AutoScaleDimensions     = new SizeF(6f, 13f);
     this.AutoScaleMode           = AutoScaleMode.Font;
     this.Controls.Add((Control)this.ltvStatistics);
     this.Controls.Add((Control)this.splitter1);
     this.Controls.Add((Control)this.tcStatistiscs);
     this.Name = "Statistics";
     this.Size = new Size(526, 369);
     this.tcStatistiscs.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components             = (IContainer) new Container();
     this.listView               = new ListViewNB();
     this.ctxObjects             = new ContextMenuStrip(this.components);
     this.ctxObjects_Add         = new ToolStripMenuItem();
     this.ctxObjects_Edit        = new ToolStripMenuItem();
     this.toolStripMenuItem1     = new ToolStripSeparator();
     this.ctxObjects_GoTo        = new ToolStripMenuItem();
     this.toolStripSeparator1    = new ToolStripSeparator();
     this.ctxObjects_DeleteRange = new ToolStripMenuItem();
     this.ctxObjects_Delete      = new ToolStripMenuItem();
     this.ctxObjects.SuspendLayout();
     this.SuspendLayout();
     this.listView.ContextMenuStrip = this.ctxObjects;
     this.listView.Dock             = DockStyle.Fill;
     this.listView.FullRowSelect    = true;
     this.listView.GridLines        = true;
     this.listView.HideSelection    = false;
     this.listView.Location         = new Point(0, 0);
     this.listView.Name             = "listView";
     this.listView.ShowGroups       = false;
     this.listView.Size             = new Size(430, 315);
     this.listView.TabIndex         = 0;
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.View                 = View.Details;
     this.listView.VirtualMode          = true;
     this.listView.RetrieveVirtualItem += new RetrieveVirtualItemEventHandler(this.listView_RetrieveVirtualItem);
     this.listView.DoubleClick         += new EventHandler(this.listView_DoubleClick);
     this.listView.KeyDown             += new KeyEventHandler(this.listView_KeyDown);
     this.ctxObjects.Items.AddRange(new ToolStripItem[7]
     {
         (ToolStripItem)this.ctxObjects_Add,
         (ToolStripItem)this.ctxObjects_Edit,
         (ToolStripItem)this.toolStripMenuItem1,
         (ToolStripItem)this.ctxObjects_GoTo,
         (ToolStripItem)this.toolStripSeparator1,
         (ToolStripItem)this.ctxObjects_DeleteRange,
         (ToolStripItem)this.ctxObjects_Delete
     });
     this.ctxObjects.Name               = "ctxObjects";
     this.ctxObjects.Size               = new Size(153, 148);
     this.ctxObjects.Opening           += new CancelEventHandler(this.ctxObjects_Opening);
     this.ctxObjects_Add.Name           = "ctxObjects_Add";
     this.ctxObjects_Add.Size           = new Size(152, 22);
     this.ctxObjects_Add.Text           = "Add New...";
     this.ctxObjects_Add.Click         += new EventHandler(this.ctxObjects_Add_Click);
     this.ctxObjects_Edit.Name          = "ctxObjects_Edit";
     this.ctxObjects_Edit.Size          = new Size(152, 22);
     this.ctxObjects_Edit.Text          = "Edit...";
     this.ctxObjects_Edit.Click        += new EventHandler(this.ctxObjects_Edit_Click);
     this.toolStripMenuItem1.Name       = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size       = new Size(149, 6);
     this.ctxObjects_GoTo.Name          = "ctxObjects_GoTo";
     this.ctxObjects_GoTo.Size          = new Size(152, 22);
     this.ctxObjects_GoTo.Text          = "Go to...";
     this.ctxObjects_GoTo.Click        += new EventHandler(this.ctxObjects_GoTo_Click);
     this.toolStripSeparator1.Name      = "toolStripSeparator1";
     this.toolStripSeparator1.Size      = new Size(149, 6);
     this.ctxObjects_DeleteRange.Name   = "ctxObjects_DeleteRange";
     this.ctxObjects_DeleteRange.Size   = new Size(152, 22);
     this.ctxObjects_DeleteRange.Text   = "Delete Range...";
     this.ctxObjects_DeleteRange.Click += new EventHandler(this.ctxObjects_DeleteRange_Click);
     this.ctxObjects_Delete.Name        = "ctxObjects_Delete";
     this.ctxObjects_Delete.Size        = new Size(152, 22);
     this.ctxObjects_Delete.Text        = "Delete";
     this.ctxObjects_Delete.Click      += new EventHandler(this.ctxObjects_Delete_Click);
     this.AutoScaleDimensions           = new SizeF(6f, 13f);
     this.AutoScaleMode = AutoScaleMode.Font;
     this.Controls.Add((Control)this.listView);
     this.Name = "DataSeriesViewer";
     this.Size = new Size(430, 315);
     this.ctxObjects.ResumeLayout(false);
     this.ResumeLayout(false);
 }