namespace TradeIdeas.TIProGUI { partial class HistoryTimeFrame { /// /// 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.grpStart = new System.Windows.Forms.GroupBox(); this.startTimePicker = new System.Windows.Forms.DateTimePicker(); this.startDatePicker = new System.Windows.Forms.DateTimePicker(); this.rdoStartDates = new System.Windows.Forms.RadioButton(); this.rdoStartNow = new System.Windows.Forms.RadioButton(); this.grpEnd = new System.Windows.Forms.GroupBox(); this.endTimePicker = new System.Windows.Forms.DateTimePicker(); this.endDatePicker = new System.Windows.Forms.DateTimePicker(); this.cboEndDays = new System.Windows.Forms.ComboBox(); this.rdoEndDateTime = new System.Windows.Forms.RadioButton(); this.rdoEndDays = new System.Windows.Forms.RadioButton(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.grpStart.SuspendLayout(); this.grpEnd.SuspendLayout(); this.SuspendLayout(); // // grpStart // this.grpStart.Controls.Add(this.startTimePicker); this.grpStart.Controls.Add(this.startDatePicker); this.grpStart.Controls.Add(this.rdoStartDates); this.grpStart.Controls.Add(this.rdoStartNow); 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 = 0; this.grpStart.TabStop = false; this.grpStart.Text = "Start (Most Recent Alert)"; // // startTimePicker // this.startTimePicker.CustomFormat = "h:mm:ss tt"; this.startTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.startTimePicker.Location = new System.Drawing.Point(132, 42); this.startTimePicker.Name = "startTimePicker"; this.startTimePicker.ShowUpDown = true; this.startTimePicker.Size = new System.Drawing.Size(100, 20); this.startTimePicker.TabIndex = 3; this.startTimePicker.ValueChanged += new System.EventHandler(this.startTimePicker_ValueChanged); // // 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); // // rdoStartDates // this.rdoStartDates.AutoSize = true; this.rdoStartDates.Location = new System.Drawing.Point(6, 42); this.rdoStartDates.Name = "rdoStartDates"; this.rdoStartDates.Size = new System.Drawing.Size(14, 13); this.rdoStartDates.TabIndex = 1; this.rdoStartDates.UseVisualStyleBackColor = true; this.rdoStartDates.CheckedChanged += new System.EventHandler(this.rdoStartDates_CheckedChanged); // // rdoStartNow // this.rdoStartNow.AutoSize = true; this.rdoStartNow.Checked = true; this.rdoStartNow.Location = new System.Drawing.Point(6, 19); this.rdoStartNow.Name = "rdoStartNow"; this.rdoStartNow.Size = new System.Drawing.Size(47, 17); this.rdoStartNow.TabIndex = 0; this.rdoStartNow.TabStop = true; this.rdoStartNow.Text = "Now"; this.rdoStartNow.UseVisualStyleBackColor = true; this.rdoStartNow.CheckedChanged += new System.EventHandler(this.rdoStartNow_CheckedChanged); // // grpEnd // this.grpEnd.Controls.Add(this.endTimePicker); this.grpEnd.Controls.Add(this.endDatePicker); this.grpEnd.Controls.Add(this.cboEndDays); this.grpEnd.Controls.Add(this.rdoEndDateTime); 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 = 1; this.grpEnd.TabStop = false; this.grpEnd.Text = "End (Oldest Alert)"; // // endTimePicker // this.endTimePicker.CustomFormat = "h:mm:ss tt"; this.endTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.endTimePicker.Location = new System.Drawing.Point(132, 57); this.endTimePicker.Name = "endTimePicker"; this.endTimePicker.ShowUpDown = true; this.endTimePicker.Size = new System.Drawing.Size(100, 20); this.endTimePicker.TabIndex = 4; this.endTimePicker.Value = new System.DateTime(2011, 5, 16, 0, 0, 0, 0); this.endTimePicker.ValueChanged += new System.EventHandler(this.endTimePicker_ValueChanged); // // 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); // // rdoEndDateTime // this.rdoEndDateTime.AutoSize = true; this.rdoEndDateTime.Location = new System.Drawing.Point(6, 57); this.rdoEndDateTime.Name = "rdoEndDateTime"; this.rdoEndDateTime.Size = new System.Drawing.Size(14, 13); this.rdoEndDateTime.TabIndex = 1; this.rdoEndDateTime.UseVisualStyleBackColor = true; this.rdoEndDateTime.CheckedChanged += new System.EventHandler(this.rdoEndDateTime_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); // // 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 = 2; 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.Location = new System.Drawing.Point(154, 184); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 25); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // HistoryTimeFrame // 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(274, 221); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.grpEnd); this.Controls.Add(this.grpStart); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "HistoryTimeFrame"; this.Text = "Select History Range"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HistoryTimeFrame_FormClosing); this.VisibleChanged += new System.EventHandler(this.HistoryTimeFrame_VisibleChanged); this.grpStart.ResumeLayout(false); this.grpStart.PerformLayout(); this.grpEnd.ResumeLayout(false); this.grpEnd.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox grpStart; private System.Windows.Forms.GroupBox grpEnd; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.RadioButton rdoStartDates; private System.Windows.Forms.RadioButton rdoStartNow; private System.Windows.Forms.RadioButton rdoEndDateTime; private System.Windows.Forms.RadioButton rdoEndDays; private System.Windows.Forms.ComboBox cboEndDays; private System.Windows.Forms.DateTimePicker endDatePicker; private System.Windows.Forms.DateTimePicker endTimePicker; private System.Windows.Forms.DateTimePicker startTimePicker; private System.Windows.Forms.DateTimePicker startDatePicker; } }