namespace TIProChartsExtension
{
partial class Chart
{
///
/// 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(Chart));
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.formSnapper1 = new Informacija.FormSnapper(this.components);
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
this.SuspendLayout();
//
// 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 = "ChartArea1";
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, 0);
this.chart1.Margin = new System.Windows.Forms.Padding(0);
this.chart1.Name = "chart1";
series1.BorderColor = System.Drawing.Color.Black;
series1.ChartArea = "ChartArea1";
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, 656);
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);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
//
// formSnapper1
//
this.formSnapper1.ContainerControl = this;
this.formSnapper1.Enabled = false;
this.formSnapper1.FamilyName = "";
this.formSnapper1.SnapDistance = 20;
//
// Chart
//
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.chart1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Chart";
this.Text = "Trade-Ideas Chart";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Chart_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private Informacija.FormSnapper formSnapper1;
}
}