namespace TradeIdeas.TIProGUI { partial class CompareCount { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series7 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CompareCount)); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripMenuItemConfigure = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemDuplicate = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripMenuItemClear = new System.Windows.Forms.ToolStripMenuItem(); this.darkBackgroundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.smallBordersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.showPointsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.showPercentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.showBothToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.showLegendToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pinnedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripMenuItemSaveAs = new System.Windows.Forms.ToolStripMenuItem(); this.saveToCloudToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.panel1 = new System.Windows.Forms.Panel(); this.formSnapper1 = new Informacija.FormSnapper(this.components); this.tickerSymbol1 = new TradeIdeas.TIProGUI.TickerSymbol(); this.symbolLinkingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // chart1 // this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); chartArea1.AlignmentOrientation = System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal; chartArea1.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount; chartArea1.AxisX.IsLabelAutoFit = false; chartArea1.AxisX.MajorTickMark.Interval = 0D; chartArea1.AxisY2.MajorGrid.Enabled = false; chartArea1.AxisY2.Maximum = 100D; chartArea1.AxisY2.Minimum = 0D; chartArea1.CursorX.LineColor = System.Drawing.Color.DodgerBlue; chartArea1.Name = "ChartArea1"; chartArea1.Position.Auto = false; chartArea1.Position.Height = 92F; chartArea1.Position.Width = 80F; chartArea1.Position.X = 15F; chartArea1.Position.Y = 3F; chartArea2.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False; chartArea2.AxisX.IsMarginVisible = false; chartArea2.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False; chartArea2.AxisY.IsMarginVisible = false; chartArea2.Name = "ChartArea2"; chartArea2.Position.Auto = false; chartArea2.Position.Height = 85F; chartArea2.Position.Width = 10F; chartArea2.Position.X = 3F; chartArea2.Position.Y = 6F; this.chart1.ChartAreas.Add(chartArea1); this.chart1.ChartAreas.Add(chartArea2); legend1.BackColor = System.Drawing.Color.Transparent; legend1.DockedToChartArea = "ChartArea1"; legend1.Name = "Legend1"; this.chart1.Legends.Add(legend1); this.chart1.Location = new System.Drawing.Point(0, 0); this.chart1.Name = "chart1"; series1.BorderWidth = 3; series1.ChartArea = "ChartArea1"; series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series1.Color = System.Drawing.Color.LimeGreen; series1.Legend = "Legend1"; series1.Name = "BullFastSeries"; series2.BorderWidth = 2; series2.ChartArea = "ChartArea1"; series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); series2.IsVisibleInLegend = false; series2.Legend = "Legend1"; series2.Name = "BullSlowSeries"; series3.BorderWidth = 3; series3.ChartArea = "ChartArea1"; series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series3.Color = System.Drawing.Color.Red; series3.Legend = "Legend1"; series3.Name = "BearFastSeries"; series4.BorderWidth = 2; series4.ChartArea = "ChartArea1"; series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); series4.IsVisibleInLegend = false; series4.Legend = "Legend1"; series4.Name = "BearSlowSeries"; series5.ChartArea = "ChartArea2"; series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn100; series5.Color = System.Drawing.Color.LimeGreen; series5.CustomProperties = "DrawingStyle=Cylinder"; series5.IsValueShownAsLabel = true; series5.IsVisibleInLegend = false; series5.LabelFormat = "{0:0} %"; series5.Legend = "Legend1"; series5.Name = "High"; series6.ChartArea = "ChartArea2"; series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn100; series6.Color = System.Drawing.Color.Red; series6.CustomProperties = "DrawingStyle=Cylinder"; series6.IsValueShownAsLabel = true; series6.IsVisibleInLegend = false; series6.LabelFormat = "{0:0} %"; series6.Legend = "Legend1"; series6.Name = "Low"; series7.BorderWidth = 5; series7.ChartArea = "ChartArea1"; series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series7.Color = System.Drawing.Color.DodgerBlue; series7.Legend = "Legend1"; series7.Name = "Percent"; series7.YAxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary; this.chart1.Series.Add(series1); this.chart1.Series.Add(series2); this.chart1.Series.Add(series3); this.chart1.Series.Add(series4); this.chart1.Series.Add(series5); this.chart1.Series.Add(series6); this.chart1.Series.Add(series7); this.chart1.Size = new System.Drawing.Size(747, 288); this.chart1.TabIndex = 0; this.chart1.Text = "chart1"; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItemConfigure, this.symbolLinkingToolStripMenuItem, this.toolStripMenuItemDuplicate, this.toolStripSeparator1, this.toolStripMenuItemClear, this.darkBackgroundToolStripMenuItem, this.smallBordersToolStripMenuItem, this.toolStripSeparator2, this.showPointsToolStripMenuItem, this.showPercentToolStripMenuItem, this.showBothToolStripMenuItem, this.showLegendToolStripMenuItem, this.pinnedToolStripMenuItem, this.toolStripSeparator3, this.toolStripMenuItemSaveAs, this.saveToCloudToolStripMenuItem, this.saveAsDefaultToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(206, 330); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // toolStripMenuItemConfigure // this.toolStripMenuItemConfigure.Name = "toolStripMenuItemConfigure"; this.toolStripMenuItemConfigure.Size = new System.Drawing.Size(205, 22); this.toolStripMenuItemConfigure.Text = "Configure..."; this.toolStripMenuItemConfigure.Click += new System.EventHandler(this.toolStripMenuItemConfigure_Click); // // toolStripMenuItemDuplicate // this.toolStripMenuItemDuplicate.Name = "toolStripMenuItemDuplicate"; this.toolStripMenuItemDuplicate.Size = new System.Drawing.Size(205, 22); this.toolStripMenuItemDuplicate.Text = "Duplicate"; this.toolStripMenuItemDuplicate.Click += new System.EventHandler(this.toolStripMenuItemDuplicate_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(202, 6); // // toolStripMenuItemClear // this.toolStripMenuItemClear.Name = "toolStripMenuItemClear"; this.toolStripMenuItemClear.Size = new System.Drawing.Size(205, 22); this.toolStripMenuItemClear.Text = "Clear"; this.toolStripMenuItemClear.Click += new System.EventHandler(this.toolStripMenuItemClear_Click); // // darkBackgroundToolStripMenuItem // this.darkBackgroundToolStripMenuItem.Name = "darkBackgroundToolStripMenuItem"; this.darkBackgroundToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.darkBackgroundToolStripMenuItem.Text = "Dark Background"; this.darkBackgroundToolStripMenuItem.Click += new System.EventHandler(this.darkBackgroundToolStripMenuItem_Click); // // smallBordersToolStripMenuItem // this.smallBordersToolStripMenuItem.CheckOnClick = true; this.smallBordersToolStripMenuItem.Name = "smallBordersToolStripMenuItem"; this.smallBordersToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.smallBordersToolStripMenuItem.Text = "Small Borders"; this.smallBordersToolStripMenuItem.Click += new System.EventHandler(this.smallBordersToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(202, 6); // // showPointsToolStripMenuItem // this.showPointsToolStripMenuItem.Name = "showPointsToolStripMenuItem"; this.showPointsToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.showPointsToolStripMenuItem.Text = "Show Points"; // // showPercentToolStripMenuItem // this.showPercentToolStripMenuItem.Name = "showPercentToolStripMenuItem"; this.showPercentToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.showPercentToolStripMenuItem.Text = "Show Percent"; // // showBothToolStripMenuItem // this.showBothToolStripMenuItem.Name = "showBothToolStripMenuItem"; this.showBothToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.showBothToolStripMenuItem.Text = "Show Both"; // // showLegendToolStripMenuItem // this.showLegendToolStripMenuItem.CheckOnClick = true; this.showLegendToolStripMenuItem.Name = "showLegendToolStripMenuItem"; this.showLegendToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.showLegendToolStripMenuItem.Text = "Show Legend"; // // pinnedToolStripMenuItem // this.pinnedToolStripMenuItem.CheckOnClick = true; this.pinnedToolStripMenuItem.Name = "pinnedToolStripMenuItem"; this.pinnedToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.pinnedToolStripMenuItem.Text = "Pinned"; this.pinnedToolStripMenuItem.Click += new System.EventHandler(this.pinnedToolStripMenuItem_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(202, 6); // // toolStripMenuItemSaveAs // this.toolStripMenuItemSaveAs.Name = "toolStripMenuItemSaveAs"; this.toolStripMenuItemSaveAs.Size = new System.Drawing.Size(205, 22); this.toolStripMenuItemSaveAs.Text = "Save As..."; this.toolStripMenuItemSaveAs.Click += new System.EventHandler(this.toolStripMenuItemSaveAs_Click); // // saveToCloudToolStripMenuItem // this.saveToCloudToolStripMenuItem.Name = "saveToCloudToolStripMenuItem"; this.saveToCloudToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.saveToCloudToolStripMenuItem.Tag = "SaveToCloud"; this.saveToCloudToolStripMenuItem.Text = "Save Or Share To Cloud..."; this.saveToCloudToolStripMenuItem.Click += new System.EventHandler(this.saveToCloudToolStripMenuItem_Click); // // saveAsDefaultToolStripMenuItem // this.saveAsDefaultToolStripMenuItem.Name = "saveAsDefaultToolStripMenuItem"; this.saveAsDefaultToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.saveAsDefaultToolStripMenuItem.Text = "Save as Default"; this.saveAsDefaultToolStripMenuItem.Click += new System.EventHandler(this.saveAsDefaultToolStripMenuItem_Click); // // panel1 // this.panel1.Controls.Add(this.chart1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(747, 288); this.panel1.TabIndex = 2; // // formSnapper1 // this.formSnapper1.ContainerControl = this; this.formSnapper1.Enabled = false; this.formSnapper1.FamilyName = ""; this.formSnapper1.SnapDistance = 20; this.formSnapper1.Win10HeightAdjustment = 0; this.formSnapper1.Win10WidthAdjustment = 0; // // tickerSymbol1 // this.tickerSymbol1.BackColor = System.Drawing.Color.Black; this.tickerSymbol1.CompareCountOwner = null; this.tickerSymbol1.Dock = System.Windows.Forms.DockStyle.Bottom; this.tickerSymbol1.Location = new System.Drawing.Point(0, 288); this.tickerSymbol1.Margin = new System.Windows.Forms.Padding(5); this.tickerSymbol1.Name = "tickerSymbol1"; this.tickerSymbol1.Size = new System.Drawing.Size(747, 20); this.tickerSymbol1.TabIndex = 1; // // symbolLinkingToolStripMenuItem // this.symbolLinkingToolStripMenuItem.Name = "symbolLinkingToolStripMenuItem"; this.symbolLinkingToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.symbolLinkingToolStripMenuItem.Text = "Symbol Linking"; // // CompareCount // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(747, 308); this.ContextMenuStrip = this.contextMenuStrip1; this.Controls.Add(this.panel1); this.Controls.Add(this.tickerSymbol1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "CompareCount"; this.Text = "CompareCount"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CompareCount_FormClosing); this.TextChanged += new System.EventHandler(this.CompareCount_TextChanged); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataVisualization.Charting.Chart chart1; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemConfigure; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDuplicate; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemClear; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemSaveAs; private System.Windows.Forms.ToolStripMenuItem showPointsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem showBothToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem showPercentToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToCloudToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveAsDefaultToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem smallBordersToolStripMenuItem; private Informacija.FormSnapper formSnapper1; private System.Windows.Forms.ToolStripMenuItem darkBackgroundToolStripMenuItem; private TickerSymbol tickerSymbol1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ToolStripMenuItem showLegendToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem pinnedToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem symbolLinkingToolStripMenuItem; } }