namespace AIStrategyWindow
{
partial class AIHistoryForm
{
///
/// 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.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.grpEnd = new System.Windows.Forms.GroupBox();
this.endDatePicker = new System.Windows.Forms.DateTimePicker();
this.cboEndDays = new System.Windows.Forms.ComboBox();
this.rdoEndDate = new System.Windows.Forms.RadioButton();
this.rdoEndDays = new System.Windows.Forms.RadioButton();
this.grpStart = new System.Windows.Forms.GroupBox();
this.startDatePicker = new System.Windows.Forms.DateTimePicker();
this.rdoStartDate = new System.Windows.Forms.RadioButton();
this.rdoStartToday = new System.Windows.Forms.RadioButton();
this.grpEnd.SuspendLayout();
this.grpStart.SuspendLayout();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(154, 184);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 25);
this.btnCancel.TabIndex = 11;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOK.Location = new System.Drawing.Point(41, 184);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 25);
this.btnOK.TabIndex = 10;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// grpEnd
//
this.grpEnd.Controls.Add(this.endDatePicker);
this.grpEnd.Controls.Add(this.cboEndDays);
this.grpEnd.Controls.Add(this.rdoEndDate);
this.grpEnd.Controls.Add(this.rdoEndDays);
this.grpEnd.Location = new System.Drawing.Point(12, 91);
this.grpEnd.Name = "grpEnd";
this.grpEnd.Size = new System.Drawing.Size(249, 87);
this.grpEnd.TabIndex = 9;
this.grpEnd.TabStop = false;
this.grpEnd.Text = "End (Oldest Trade)";
//
// endDatePicker
//
this.endDatePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.endDatePicker.Location = new System.Drawing.Point(26, 57);
this.endDatePicker.Name = "endDatePicker";
this.endDatePicker.Size = new System.Drawing.Size(100, 20);
this.endDatePicker.TabIndex = 3;
this.endDatePicker.ValueChanged += new System.EventHandler(this.endDatePicker_ValueChanged);
//
// cboEndDays
//
this.cboEndDays.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboEndDays.FormattingEnabled = true;
this.cboEndDays.Location = new System.Drawing.Point(26, 19);
this.cboEndDays.Name = "cboEndDays";
this.cboEndDays.Size = new System.Drawing.Size(206, 21);
this.cboEndDays.TabIndex = 2;
this.cboEndDays.SelectedIndexChanged += new System.EventHandler(this.cboEndDays_SelectedIndexChanged);
//
// rdoEndDate
//
this.rdoEndDate.AutoSize = true;
this.rdoEndDate.Location = new System.Drawing.Point(6, 57);
this.rdoEndDate.Name = "rdoEndDate";
this.rdoEndDate.Size = new System.Drawing.Size(14, 13);
this.rdoEndDate.TabIndex = 1;
this.rdoEndDate.UseVisualStyleBackColor = true;
this.rdoEndDate.CheckedChanged += new System.EventHandler(this.rdoEndDate_CheckedChanged);
//
// rdoEndDays
//
this.rdoEndDays.AutoSize = true;
this.rdoEndDays.Checked = true;
this.rdoEndDays.Location = new System.Drawing.Point(6, 19);
this.rdoEndDays.Name = "rdoEndDays";
this.rdoEndDays.Size = new System.Drawing.Size(14, 13);
this.rdoEndDays.TabIndex = 0;
this.rdoEndDays.TabStop = true;
this.rdoEndDays.UseVisualStyleBackColor = true;
this.rdoEndDays.CheckedChanged += new System.EventHandler(this.rdoEndDays_CheckedChanged);
//
// grpStart
//
this.grpStart.Controls.Add(this.startDatePicker);
this.grpStart.Controls.Add(this.rdoStartDate);
this.grpStart.Controls.Add(this.rdoStartToday);
this.grpStart.Location = new System.Drawing.Point(12, 12);
this.grpStart.Name = "grpStart";
this.grpStart.Size = new System.Drawing.Size(249, 73);
this.grpStart.TabIndex = 8;
this.grpStart.TabStop = false;
this.grpStart.Text = "Start (Most Recent Trade)";
//
// startDatePicker
//
this.startDatePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.startDatePicker.Location = new System.Drawing.Point(26, 42);
this.startDatePicker.Name = "startDatePicker";
this.startDatePicker.Size = new System.Drawing.Size(100, 20);
this.startDatePicker.TabIndex = 2;
this.startDatePicker.ValueChanged += new System.EventHandler(this.startDatePicker_ValueChanged);
//
// rdoStartDate
//
this.rdoStartDate.AutoSize = true;
this.rdoStartDate.Location = new System.Drawing.Point(6, 42);
this.rdoStartDate.Name = "rdoStartDate";
this.rdoStartDate.Size = new System.Drawing.Size(14, 13);
this.rdoStartDate.TabIndex = 1;
this.rdoStartDate.UseVisualStyleBackColor = true;
this.rdoStartDate.CheckedChanged += new System.EventHandler(this.rdoStartDate_CheckedChanged);
//
// rdoStartToday
//
this.rdoStartToday.AutoSize = true;
this.rdoStartToday.Checked = true;
this.rdoStartToday.Location = new System.Drawing.Point(6, 19);
this.rdoStartToday.Name = "rdoStartToday";
this.rdoStartToday.Size = new System.Drawing.Size(55, 17);
this.rdoStartToday.TabIndex = 0;
this.rdoStartToday.TabStop = true;
this.rdoStartToday.Text = "Today";
this.rdoStartToday.UseVisualStyleBackColor = true;
this.rdoStartToday.CheckedChanged += new System.EventHandler(this.rdoStartNow_CheckedChanged);
//
// AIHistoryForm
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(274, 221);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.grpEnd);
this.Controls.Add(this.grpStart);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AIHistoryForm";
this.ShowIcon = false;
this.Text = "Select History Range";
this.VisibleChanged += new System.EventHandler(this.AIHistoryForm_VisibleChanged);
this.grpEnd.ResumeLayout(false);
this.grpEnd.PerformLayout();
this.grpStart.ResumeLayout(false);
this.grpStart.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.GroupBox grpEnd;
private System.Windows.Forms.DateTimePicker endDatePicker;
private System.Windows.Forms.ComboBox cboEndDays;
private System.Windows.Forms.RadioButton rdoEndDate;
private System.Windows.Forms.RadioButton rdoEndDays;
private System.Windows.Forms.GroupBox grpStart;
private System.Windows.Forms.DateTimePicker startDatePicker;
private System.Windows.Forms.RadioButton rdoStartDate;
private System.Windows.Forms.RadioButton rdoStartToday;
}
}