namespace TradeIdeas.TIProGUI
{
partial class TopListHistoricalTimeFrame
{
///
/// 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.historyDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// historyDateTimePicker
//
this.historyDateTimePicker.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.historyDateTimePicker.CustomFormat = "h:mm tt M/dd/yyyy";
this.historyDateTimePicker.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.historyDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.historyDateTimePicker.Location = new System.Drawing.Point(37, 40);
this.historyDateTimePicker.Name = "historyDateTimePicker";
this.historyDateTimePicker.Size = new System.Drawing.Size(200, 22);
this.historyDateTimePicker.TabIndex = 0;
//
// btnOK
//
this.btnOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.btnOK.Location = new System.Drawing.Point(48, 89);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 25);
this.btnOK.TabIndex = 3;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.btnCancel.Location = new System.Drawing.Point(141, 89);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 25);
this.btnCancel.TabIndex = 4;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// TopListHistoricalTimeFrame
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(270, 150);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.historyDateTimePicker);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "TopListHistoricalTimeFrame";
this.Text = "Use Historical Date";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DateTimePicker historyDateTimePicker;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
}
}