using TradeIdeas.TIProGUI.Charting.Controls.CurrentPosition; namespace TradeIdeas.TIProGUI { partial class Charts { /// /// 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.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Charts)); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelWebBrowser = new System.Windows.Forms.TableLayoutPanel(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.tableLayoutPanelImageWithMenu = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelMenu = new System.Windows.Forms.TableLayoutPanel(); this.flowLayoutPanelStatusLine = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanelComparison = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanelMenuContainer = new System.Windows.Forms.FlowLayoutPanel(); this.picLogoCompany = new System.Windows.Forms.PictureBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.formSnapper1 = new Informacija.FormSnapper(this.components); this.pnlMarket = new TradeIdeas.TIProGUI.CustomPanel(); this.linkLabel = new System.Windows.Forms.LinkLabel(); this.lblMessage = new System.Windows.Forms.Label(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); this.tableLayoutPanelImageWithMenu.SuspendLayout(); this.tableLayoutPanelMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picLogoCompany)).BeginInit(); this.pnlMarket.SuspendLayout(); this.SuspendLayout(); // // contextMenuStrip1 // this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(211, 32); this.contextMenuStrip1.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.contextMenuStrip1_Closed); this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.chart1, 0, 1); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanelImageWithMenu, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(932, 656); this.tableLayoutPanel1.TabIndex = 2; // // tableLayoutPanelWebBrowser // this.tableLayoutPanelWebBrowser.ColumnCount = 1; this.tableLayoutPanelWebBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelWebBrowser.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelWebBrowser.Margin = new System.Windows.Forms.Padding(2); this.tableLayoutPanelWebBrowser.Name = "tableLayoutPanelWebBrowser"; this.tableLayoutPanelWebBrowser.RowCount = 1; this.tableLayoutPanelWebBrowser.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelWebBrowser.Size = new System.Drawing.Size(932, 656); this.tableLayoutPanelWebBrowser.TabIndex = 3; this.tableLayoutPanelWebBrowser.Visible = false; // // chart1 // chartArea1.AxisX.MajorGrid.Enabled = false; chartArea1.AxisX.MajorTickMark.Enabled = false; chartArea1.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False; chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.Gainsboro; chartArea1.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash; chartArea1.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True; chartArea1.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Gainsboro; chartArea1.Name = "MainChartArea"; chartArea1.Position.Auto = false; chartArea1.Position.Height = 100F; chartArea1.Position.Width = 100F; this.chart1.ChartAreas.Add(chartArea1); this.chart1.Dock = System.Windows.Forms.DockStyle.Fill; this.chart1.Location = new System.Drawing.Point(0, 56); this.chart1.Margin = new System.Windows.Forms.Padding(0); this.chart1.MinimumSize = new System.Drawing.Size(80, 0); this.chart1.Name = "chart1"; series1.BorderColor = System.Drawing.Color.Black; series1.ChartArea = "MainChartArea"; series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Candlestick; series1.Color = System.Drawing.Color.Black; series1.CustomProperties = "PriceDownColor=Red, PriceUpColor=Green"; series1.Name = "Series1"; series1.YValuesPerPoint = 4; this.chart1.Series.Add(series1); this.chart1.Size = new System.Drawing.Size(932, 600); this.chart1.TabIndex = 0; this.chart1.Text = "chart1"; this.chart1.PostPaint += new System.EventHandler(this.Chart1_PostPaint); this.chart1.PrePaint += new System.EventHandler(this.chart1_PrePaint); this.chart1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.chart1_KeyPress); this.chart1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Chart1_MouseMove); this.chart1.Resize += new System.EventHandler(this.chart1_Resize); // // tableLayoutPanelImageWithMenu // this.tableLayoutPanelImageWithMenu.AutoSize = true; this.tableLayoutPanelImageWithMenu.ColumnCount = 2; this.tableLayoutPanelImageWithMenu.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 38F)); this.tableLayoutPanelImageWithMenu.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelImageWithMenu.Controls.Add(this.tableLayoutPanelMenu, 1, 0); this.tableLayoutPanelImageWithMenu.Controls.Add(this.picLogoCompany, 0, 0); this.tableLayoutPanelImageWithMenu.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelImageWithMenu.Location = new System.Drawing.Point(2, 2); this.tableLayoutPanelImageWithMenu.Margin = new System.Windows.Forms.Padding(2); this.tableLayoutPanelImageWithMenu.Name = "tableLayoutPanelImageWithMenu"; this.tableLayoutPanelImageWithMenu.RowCount = 1; this.tableLayoutPanelImageWithMenu.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelImageWithMenu.Size = new System.Drawing.Size(0, 0); this.tableLayoutPanelImageWithMenu.TabIndex = 3; // // tableLayoutPanelMenu // this.tableLayoutPanelMenu.AutoSize = true; this.tableLayoutPanelMenu.ColumnCount = 1; this.tableLayoutPanelMenu.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelMenu.Controls.Add(this.flowLayoutPanelStatusLine, 0, 0); this.tableLayoutPanelMenu.Controls.Add(this.flowLayoutPanelComparison, 0, 1); this.tableLayoutPanelMenu.Controls.Add(this.flowLayoutPanelMenuContainer, 0, 2); this.tableLayoutPanelMenu.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelMenu.Location = new System.Drawing.Point(52, 2); this.tableLayoutPanelMenu.Margin = new System.Windows.Forms.Padding(2); this.tableLayoutPanelMenu.Name = "tableLayoutPanelMenu"; this.tableLayoutPanelMenu.RowCount = 3; this.tableLayoutPanelMenu.Size = new System.Drawing.Size(0, 0); this.tableLayoutPanelMenu.TabIndex = 4; // // flowLayoutPanelStatusLine // this.flowLayoutPanelStatusLine.AutoSize = true; this.flowLayoutPanelStatusLine.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelStatusLine.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanelStatusLine.Margin = new System.Windows.Forms.Padding(4, 0, 0, 6); this.flowLayoutPanelStatusLine.Name = "flowLayoutPanelStatusLine"; this.flowLayoutPanelStatusLine.Size = new System.Drawing.Size(874, 0); this.flowLayoutPanelStatusLine.TabIndex = 1; this.flowLayoutPanelStatusLine.WrapContents = false; // // flowLayoutPanelComparison // this.flowLayoutPanelComparison.AutoSize = true; this.flowLayoutPanelComparison.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelComparison.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanelComparison.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanelComparison.Name = "flowLayoutPanelComparison"; this.flowLayoutPanelComparison.Size = new System.Drawing.Size(874, 0); this.flowLayoutPanelComparison.TabIndex = 3; // // flowLayoutPanelMenuContainer // this.flowLayoutPanelMenuContainer.Dock = System.Windows.Forms.DockStyle.Top; this.flowLayoutPanelMenuContainer.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanelMenuContainer.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanelMenuContainer.Name = "flowLayoutPanelMenuContainer"; this.flowLayoutPanelMenuContainer.Size = new System.Drawing.Size(874, 24); this.flowLayoutPanelMenuContainer.TabIndex = 2; this.flowLayoutPanelMenuContainer.Resize += new System.EventHandler(this.flowLayoutPanelMenuContainer_Resize); // // picLogoCompany // this.picLogoCompany.Location = new System.Drawing.Point(2, 2); this.picLogoCompany.Padding = new System.Windows.Forms.Padding(0); this.picLogoCompany.Margin = new System.Windows.Forms.Padding(0, 2, 0, 2); this.picLogoCompany.Name = "picLogoSymbol"; this.picLogoCompany.Size = new System.Drawing.Size(40, 40); this.picLogoCompany.BorderStyle = System.Windows.Forms.BorderStyle.None; this.picLogoCompany.TabIndex = 6; this.picLogoCompany.TabStop = false; this.picLogoCompany.Visible = false; // // formSnapper1 // this.formSnapper1.ContainerControl = this; this.formSnapper1.Enabled = false; this.formSnapper1.FamilyName = ""; this.formSnapper1.SnapDistance = 20; this.formSnapper1.Win10HeightAdjustment = 0; this.formSnapper1.Win10WidthAdjustment = 0; // // pnlMarket // this.pnlMarket.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlMarket.BackgroundImage"))); this.pnlMarket.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pnlMarket.Controls.Add(this.linkLabel); this.pnlMarket.Controls.Add(this.lblMessage); this.pnlMarket.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlMarket.Location = new System.Drawing.Point(0, 0); this.pnlMarket.Name = "pnlMarket"; this.pnlMarket.Size = new System.Drawing.Size(932, 656); this.pnlMarket.TabIndex = 1; // // linkLabel // this.linkLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.linkLabel.AutoSize = true; this.linkLabel.BackColor = System.Drawing.Color.Transparent; this.linkLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel.Location = new System.Drawing.Point(357, 356); this.linkLabel.Name = "linkLabel"; this.linkLabel.Size = new System.Drawing.Size(110, 25); this.linkLabel.TabIndex = 1; this.linkLabel.TabStop = true; this.linkLabel.Text = "linkLabel1"; this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked); // // lblMessage // this.lblMessage.Anchor = System.Windows.Forms.AnchorStyles.None; this.lblMessage.AutoSize = true; this.lblMessage.BackColor = System.Drawing.Color.Transparent; this.lblMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMessage.ForeColor = System.Drawing.Color.White; this.lblMessage.Location = new System.Drawing.Point(270, 269); this.lblMessage.MaximumSize = new System.Drawing.Size(400, 0); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(70, 25); this.lblMessage.TabIndex = 0; this.lblMessage.Text = "label1"; // // Charts // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(932, 656); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.tableLayoutPanelWebBrowser); this.Controls.Add(this.pnlMarket); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Charts"; this.Text = "Trade-Ideas Chart"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Chart_FormClosing); this.Resize += new System.EventHandler(this.Charts_Resize); this.Load += new System.EventHandler(this.Charts_Load); this.TextChanged += new System.EventHandler(this.Charts_TextChanged); this.VisibleChanged += new System.EventHandler(this.Charts_VisibleChanged); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); this.tableLayoutPanelImageWithMenu.ResumeLayout(false); this.tableLayoutPanelImageWithMenu.PerformLayout(); this.tableLayoutPanelMenu.ResumeLayout(false); this.tableLayoutPanelMenu.PerformLayout(); this.tableLayoutPanelWebBrowser.ResumeLayout(false); this.tableLayoutPanelWebBrowser.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picLogoCompany)).EndInit(); this.pnlMarket.ResumeLayout(false); this.pnlMarket.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private Informacija.FormSnapper formSnapper1; private CustomPanel pnlMarket; private System.Windows.Forms.Label lblMessage; private System.Windows.Forms.LinkLabel linkLabel; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelImageWithMenu; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMenu; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelWebBrowser; private System.Windows.Forms.DataVisualization.Charting.Chart chart1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelComparison; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelStatusLine; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelMenuContainer; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.PictureBox picLogoCompany; } }