namespace TradeIdeas.TIQ
{
partial class TIQChart
{
///
/// 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()
{
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.txtStockSymbol = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.saveButton = new System.Windows.Forms.Button();
this.seriesEditorTabControl = new System.Windows.Forms.TabControl();
this.addSeriesButton = new System.Windows.Forms.Button();
this.deleteSeriesButton = new System.Windows.Forms.Button();
this.requestDataButton = new System.Windows.Forms.Button();
this.btnDuplicate = new System.Windows.Forms.Button();
this.prototypeEditor1 = new TradeIdeas.TIQ.PrototypeEditor();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.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)));
this.splitContainer1.Location = new System.Drawing.Point(12, 12);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.prototypeEditor1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.txtStockSymbol);
this.splitContainer1.Panel2.Controls.Add(this.label1);
this.splitContainer1.Panel2.Controls.Add(this.chart1);
this.splitContainer1.Size = new System.Drawing.Size(888, 261);
this.splitContainer1.SplitterDistance = 482;
this.splitContainer1.TabIndex = 0;
//
// txtStockSymbol
//
this.txtStockSymbol.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtStockSymbol.Location = new System.Drawing.Point(50, 3);
this.txtStockSymbol.Name = "txtStockSymbol";
this.txtStockSymbol.Size = new System.Drawing.Size(349, 20);
this.txtStockSymbol.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Symbol";
//
// 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.AxisY.IsStartedFromZero = false;
chartArea1.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea1);
legend1.Name = "Legend1";
this.chart1.Legends.Add(legend1);
this.chart1.Location = new System.Drawing.Point(0, 29);
this.chart1.Name = "chart1";
this.chart1.Size = new System.Drawing.Size(402, 232);
this.chart1.TabIndex = 0;
this.chart1.Text = "chart1";
//
// saveButton
//
this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.saveButton.Location = new System.Drawing.Point(831, 407);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(75, 23);
this.saveButton.TabIndex = 1;
this.saveButton.Text = "Save";
this.saveButton.UseVisualStyleBackColor = true;
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
//
// seriesEditorTabControl
//
this.seriesEditorTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.seriesEditorTabControl.Location = new System.Drawing.Point(12, 279);
this.seriesEditorTabControl.Name = "seriesEditorTabControl";
this.seriesEditorTabControl.SelectedIndex = 0;
this.seriesEditorTabControl.Size = new System.Drawing.Size(813, 151);
this.seriesEditorTabControl.TabIndex = 2;
//
// addSeriesButton
//
this.addSeriesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.addSeriesButton.Location = new System.Drawing.Point(831, 279);
this.addSeriesButton.Name = "addSeriesButton";
this.addSeriesButton.Size = new System.Drawing.Size(75, 23);
this.addSeriesButton.TabIndex = 3;
this.addSeriesButton.Text = "Add Series";
this.addSeriesButton.UseVisualStyleBackColor = true;
this.addSeriesButton.Click += new System.EventHandler(this.addSeriesButton_Click);
//
// deleteSeriesButton
//
this.deleteSeriesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.deleteSeriesButton.Location = new System.Drawing.Point(831, 308);
this.deleteSeriesButton.Name = "deleteSeriesButton";
this.deleteSeriesButton.Size = new System.Drawing.Size(75, 23);
this.deleteSeriesButton.TabIndex = 4;
this.deleteSeriesButton.Text = "Delete";
this.deleteSeriesButton.UseVisualStyleBackColor = true;
this.deleteSeriesButton.Click += new System.EventHandler(this.deleteSeriesButton_Click);
//
// requestDataButton
//
this.requestDataButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.requestDataButton.Location = new System.Drawing.Point(831, 337);
this.requestDataButton.Name = "requestDataButton";
this.requestDataButton.Size = new System.Drawing.Size(75, 35);
this.requestDataButton.TabIndex = 5;
this.requestDataButton.Text = "Request Data";
this.requestDataButton.UseVisualStyleBackColor = true;
this.requestDataButton.Click += new System.EventHandler(this.requestDataButton_Click);
//
// btnDuplicate
//
this.btnDuplicate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnDuplicate.Location = new System.Drawing.Point(831, 378);
this.btnDuplicate.Name = "btnDuplicate";
this.btnDuplicate.Size = new System.Drawing.Size(75, 23);
this.btnDuplicate.TabIndex = 6;
this.btnDuplicate.Text = "Duplicate";
this.btnDuplicate.UseVisualStyleBackColor = true;
this.btnDuplicate.Click += new System.EventHandler(this.btnDuplicate_Click);
//
// prototypeEditor1
//
this.prototypeEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
this.prototypeEditor1.Location = new System.Drawing.Point(0, 0);
this.prototypeEditor1.Name = "prototypeEditor1";
this.prototypeEditor1.Size = new System.Drawing.Size(482, 261);
this.prototypeEditor1.TabIndex = 0;
//
// TIQChart
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(918, 450);
this.Controls.Add(this.btnDuplicate);
this.Controls.Add(this.requestDataButton);
this.Controls.Add(this.deleteSeriesButton);
this.Controls.Add(this.addSeriesButton);
this.Controls.Add(this.seriesEditorTabControl);
this.Controls.Add(this.saveButton);
this.Controls.Add(this.splitContainer1);
this.Name = "TIQChart";
this.Text = "Chart";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private PrototypeEditor prototypeEditor1;
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
private System.Windows.Forms.Button saveButton;
private System.Windows.Forms.TabControl seriesEditorTabControl;
private System.Windows.Forms.Button addSeriesButton;
private System.Windows.Forms.Button deleteSeriesButton;
private System.Windows.Forms.TextBox txtStockSymbol;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button requestDataButton;
private System.Windows.Forms.Button btnDuplicate;
}
}