namespace TIProAutoTradeExtension { partial class PerformanceForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint1 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, -1000D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 100D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint3 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 400D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint4 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, -450D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint5 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 2000D); System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint6 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 300D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint7 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 310D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint8 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 330D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint9 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 315D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint10 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 340D); System.Windows.Forms.DataVisualization.Charting.Title title2 = new System.Windows.Forms.DataVisualization.Charting.Title(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint11 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 100D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint12 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 90D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint13 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 95D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint14 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 85D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint15 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 75D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint16 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 80D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint17 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 68D); System.Windows.Forms.DataVisualization.Charting.Title title3 = new System.Windows.Forms.DataVisualization.Charting.Title(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.pinnedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.resumeFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); this.chartFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.chart2 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.chart3 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.mainSplitContainer = new System.Windows.Forms.SplitContainer(); this.contextMenuStrip1.SuspendLayout(); this.chartFlowLayoutPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chart3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mainSplitContainer)).BeginInit(); this.mainSplitContainer.Panel1.SuspendLayout(); this.mainSplitContainer.Panel2.SuspendLayout(); this.mainSplitContainer.SuspendLayout(); this.SuspendLayout(); // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.pinnedToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(124, 28); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStrip1_Opening); // // pinnedToolStripMenuItem // this.pinnedToolStripMenuItem.Name = "pinnedToolStripMenuItem"; this.pinnedToolStripMenuItem.Size = new System.Drawing.Size(123, 24); this.pinnedToolStripMenuItem.Text = "Pinned"; this.pinnedToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItemPinned_Click); // // resumeFlowLayoutPanel // this.resumeFlowLayoutPanel.AutoScroll = true; this.resumeFlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.resumeFlowLayoutPanel.Location = new System.Drawing.Point(0, 0); this.resumeFlowLayoutPanel.Name = "resumeFlowLayoutPanel"; this.resumeFlowLayoutPanel.Size = new System.Drawing.Size(150, 471); this.resumeFlowLayoutPanel.TabIndex = 0; // // chartFlowLayoutPanel // this.chartFlowLayoutPanel.AutoScroll = true; this.chartFlowLayoutPanel.Controls.Add(this.chart1); this.chartFlowLayoutPanel.Controls.Add(this.chart2); this.chartFlowLayoutPanel.Controls.Add(this.chart3); this.chartFlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.chartFlowLayoutPanel.Location = new System.Drawing.Point(0, 0); this.chartFlowLayoutPanel.Name = "chartFlowLayoutPanel"; this.chartFlowLayoutPanel.Size = new System.Drawing.Size(330, 471); this.chartFlowLayoutPanel.TabIndex = 0; // // chart1 // chartArea1.AxisX.MajorGrid.Enabled = false; chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray; chartArea1.Name = "ChartArea1"; this.chart1.ChartAreas.Add(chartArea1); this.chart1.Location = new System.Drawing.Point(3, 3); this.chart1.Name = "chart1"; series1.ChartArea = "ChartArea1"; series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bar; series1.Name = "_performanceDayWeek"; dataPoint1.Color = System.Drawing.Color.Red; dataPoint2.Color = System.Drawing.Color.Blue; dataPoint3.Color = System.Drawing.Color.Blue; dataPoint4.Color = System.Drawing.Color.Red; dataPoint5.Color = System.Drawing.Color.Blue; series1.Points.Add(dataPoint1); series1.Points.Add(dataPoint2); series1.Points.Add(dataPoint3); series1.Points.Add(dataPoint4); series1.Points.Add(dataPoint5); series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.String; this.chart1.Series.Add(series1); this.chart1.Size = new System.Drawing.Size(319, 300); this.chart1.TabIndex = 0; this.chart1.Text = "chart1"; title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); title1.Name = "Title1"; title1.Text = "Performance by Day of Week"; this.chart1.Titles.Add(title1); // // chart2 // chartArea2.AxisX.MajorGrid.Enabled = false; chartArea2.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray; chartArea2.Name = "ChartArea1"; this.chart2.ChartAreas.Add(chartArea2); this.chart2.Location = new System.Drawing.Point(3, 309); this.chart2.Name = "chart2"; series2.ChartArea = "ChartArea1"; series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bar; series2.Name = "_tradeDistributionDayWeek"; dataPoint6.Color = System.Drawing.Color.LightGray; dataPoint7.Color = System.Drawing.Color.LightGray; dataPoint8.Color = System.Drawing.Color.LightGray; dataPoint9.Color = System.Drawing.Color.LightGray; dataPoint10.Color = System.Drawing.Color.LightGray; series2.Points.Add(dataPoint6); series2.Points.Add(dataPoint7); series2.Points.Add(dataPoint8); series2.Points.Add(dataPoint9); series2.Points.Add(dataPoint10); this.chart2.Series.Add(series2); this.chart2.Size = new System.Drawing.Size(319, 300); this.chart2.TabIndex = 1; this.chart2.Text = "chart2"; title2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); title2.Name = "Title1"; title2.Text = "Trade Distribution by Day of Week"; this.chart2.Titles.Add(title2); // // chart3 // chartArea3.AxisX.MajorGrid.Enabled = false; chartArea3.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray; chartArea3.Name = "ChartArea1"; this.chart3.ChartAreas.Add(chartArea3); this.chart3.Location = new System.Drawing.Point(3, 615); this.chart3.Name = "chart3"; series3.ChartArea = "ChartArea1"; series3.Name = "_tradeDistributionTimeOfDay"; dataPoint11.Color = System.Drawing.Color.LightGray; dataPoint12.Color = System.Drawing.Color.LightGray; dataPoint13.Color = System.Drawing.Color.LightGray; dataPoint14.Color = System.Drawing.Color.LightGray; dataPoint15.Color = System.Drawing.Color.LightGray; dataPoint16.Color = System.Drawing.Color.LightGray; dataPoint17.Color = System.Drawing.Color.LightGray; series3.Points.Add(dataPoint11); series3.Points.Add(dataPoint12); series3.Points.Add(dataPoint13); series3.Points.Add(dataPoint14); series3.Points.Add(dataPoint15); series3.Points.Add(dataPoint16); series3.Points.Add(dataPoint17); this.chart3.Series.Add(series3); this.chart3.Size = new System.Drawing.Size(319, 300); this.chart3.TabIndex = 2; this.chart3.Text = "chart3"; title3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); title3.Name = "Title1"; title3.Text = "Trade Distribution by Time of Day"; this.chart3.Titles.Add(title3); // // mainSplitContainer // this.mainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.mainSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.mainSplitContainer.IsSplitterFixed = true; this.mainSplitContainer.Location = new System.Drawing.Point(0, 0); this.mainSplitContainer.Name = "mainSplitContainer"; // // mainSplitContainer.Panel1 // this.mainSplitContainer.Panel1.Controls.Add(this.resumeFlowLayoutPanel); // // mainSplitContainer.Panel2 // this.mainSplitContainer.Panel2.Controls.Add(this.chartFlowLayoutPanel); this.mainSplitContainer.Size = new System.Drawing.Size(484, 471); this.mainSplitContainer.SplitterDistance = 150; this.mainSplitContainer.TabIndex = 1; // // PerformanceForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79))))); this.Controls.Add(this.mainSplitContainer); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "PerformanceForm"; this.Size = new System.Drawing.Size(484, 471); this.Load += new System.EventHandler(this.PerformanceForm_Load); this.contextMenuStrip1.ResumeLayout(false); this.chartFlowLayoutPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chart3)).EndInit(); this.mainSplitContainer.Panel1.ResumeLayout(false); this.mainSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.mainSplitContainer)).EndInit(); this.mainSplitContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem pinnedToolStripMenuItem; private System.Windows.Forms.FlowLayoutPanel resumeFlowLayoutPanel; private System.Windows.Forms.FlowLayoutPanel chartFlowLayoutPanel; private System.Windows.Forms.DataVisualization.Charting.Chart chart1; private System.Windows.Forms.DataVisualization.Charting.Chart chart2; private System.Windows.Forms.DataVisualization.Charting.Chart chart3; private System.Windows.Forms.SplitContainer mainSplitContainer; } }