namespace TradeIdeas.TIQ.GUI
{
partial class OldestCandle
{
///
/// 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.symbolTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.dailyButton = new System.Windows.Forms.Button();
this.intradayButton = new System.Windows.Forms.Button();
this.rawResultLabel = new System.Windows.Forms.Label();
this.interpretedResultLabel = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// symbolTextBox
//
this.symbolTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.symbolTextBox.Location = new System.Drawing.Point(59, 12);
this.symbolTextBox.Name = "symbolTextBox";
this.symbolTextBox.Size = new System.Drawing.Size(221, 20);
this.symbolTextBox.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Symbol";
//
// dailyButton
//
this.dailyButton.Location = new System.Drawing.Point(12, 38);
this.dailyButton.Name = "dailyButton";
this.dailyButton.Size = new System.Drawing.Size(75, 23);
this.dailyButton.TabIndex = 2;
this.dailyButton.Text = "Daily";
this.dailyButton.UseVisualStyleBackColor = true;
this.dailyButton.Click += new System.EventHandler(this.dailyButton_Click);
//
// intradayButton
//
this.intradayButton.Location = new System.Drawing.Point(93, 38);
this.intradayButton.Name = "intradayButton";
this.intradayButton.Size = new System.Drawing.Size(75, 23);
this.intradayButton.TabIndex = 3;
this.intradayButton.Text = "Intraday";
this.intradayButton.UseVisualStyleBackColor = true;
this.intradayButton.Click += new System.EventHandler(this.intradayButton_Click);
//
// rawResultLabel
//
this.rawResultLabel.AutoSize = true;
this.rawResultLabel.Location = new System.Drawing.Point(12, 77);
this.rawResultLabel.Name = "rawResultLabel";
this.rawResultLabel.Size = new System.Drawing.Size(62, 13);
this.rawResultLabel.TabIndex = 4;
this.rawResultLabel.Text = "Raw Result";
//
// interpretedResultLabel
//
this.interpretedResultLabel.AutoSize = true;
this.interpretedResultLabel.Location = new System.Drawing.Point(12, 101);
this.interpretedResultLabel.Name = "interpretedResultLabel";
this.interpretedResultLabel.Size = new System.Drawing.Size(91, 13);
this.interpretedResultLabel.TabIndex = 5;
this.interpretedResultLabel.Text = "Interpreted Result";
//
// OldestCandle
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 133);
this.Controls.Add(this.interpretedResultLabel);
this.Controls.Add(this.rawResultLabel);
this.Controls.Add(this.intradayButton);
this.Controls.Add(this.dailyButton);
this.Controls.Add(this.label1);
this.Controls.Add(this.symbolTextBox);
this.Name = "OldestCandle";
this.Text = "Oldest Candle";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox symbolTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button dailyButton;
private System.Windows.Forms.Button intradayButton;
private System.Windows.Forms.Label rawResultLabel;
private System.Windows.Forms.Label interpretedResultLabel;
}
}