using System.Windows.Forms;
namespace Inet.Viewer.WinForms.Prompt
{
partial class DateRangePromptField
{
private System.Windows.Forms.ErrorProvider errorProvider;
private DateTimeComboBox dtpTo;
private DateTimeComboBox dtpFrom;
private ComboBox cmbPredefined;
private ComboBox cmbWeek;
private ComboBox cmbMonth;
private ComboBox cmbYear;
private ComboBox cmbQuarter;
private RadioButton rbFreeRange;
private RadioButton rbPredefined;
private RadioButton rbWeek;
private RadioButton rbMonth;
private RadioButton rbQuarter;
private Label label2;
private Label label5;
private Label label4;
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DateRangePromptField));
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.dtpTo = new Inet.Viewer.WinForms.Prompt.DateTimeComboBox();
this.dtpFrom = new Inet.Viewer.WinForms.Prompt.DateTimeComboBox();
this.cmbPredefined = new System.Windows.Forms.ComboBox();
this.cmbWeek = new System.Windows.Forms.ComboBox();
this.cmbMonth = new System.Windows.Forms.ComboBox();
this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
this.rbQuarter = new System.Windows.Forms.RadioButton();
this.rbMonth = new System.Windows.Forms.RadioButton();
this.rbWeek = new System.Windows.Forms.RadioButton();
this.cmbQuarter = new System.Windows.Forms.ComboBox();
this.cmbYear = new System.Windows.Forms.ComboBox();
this.rbPredefined = new System.Windows.Forms.RadioButton();
this.rbFreeRange = new System.Windows.Forms.RadioButton();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.SuspendLayout();
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// label2
//
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// label1
//
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// dtpTo
//
this.dtpTo.CustomFormat = "";
resources.ApplyResources(this.dtpTo, "dtpTo");
this.dtpTo.Name = "dtpTo";
this.dtpTo.Value = new System.DateTime(2013, 10, 29, 14, 46, 48, 366);
this.dtpTo.ValueChanged += new System.EventHandler(this.HandleChangeEvent);
//
// dtpFrom
//
this.dtpFrom.CustomFormat = "";
resources.ApplyResources(this.dtpFrom, "dtpFrom");
this.dtpFrom.Name = "dtpFrom";
this.dtpFrom.Value = new System.DateTime(2013, 10, 29, 14, 46, 48, 366);
this.dtpFrom.ValueChanged += new System.EventHandler(this.HandleChangeEvent);
//
// cmbPredefined
//
this.cmbPredefined.DisplayMember = "Name";
this.cmbPredefined.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbPredefined.FormattingEnabled = true;
resources.ApplyResources(this.cmbPredefined, "cmbPredefined");
this.cmbPredefined.Name = "cmbPredefined";
this.cmbPredefined.ValueMember = "Name";
this.cmbPredefined.SelectedIndexChanged += new System.EventHandler(this.HandleChangeEvent);
//
// cmbWeek
//
this.cmbWeek.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbWeek.FormattingEnabled = true;
resources.ApplyResources(this.cmbWeek, "cmbWeek");
this.cmbWeek.Name = "cmbWeek";
this.cmbWeek.TextChanged += new System.EventHandler(this.HandleChangeEvent);
//
// cmbMonth
//
this.cmbMonth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbMonth.FormattingEnabled = true;
this.cmbMonth.Items.AddRange(new object[] {
resources.GetString("cmbMonth.Items"),
resources.GetString("cmbMonth.Items1"),
resources.GetString("cmbMonth.Items2"),
resources.GetString("cmbMonth.Items3"),
resources.GetString("cmbMonth.Items4"),
resources.GetString("cmbMonth.Items5"),
resources.GetString("cmbMonth.Items6"),
resources.GetString("cmbMonth.Items7"),
resources.GetString("cmbMonth.Items8"),
resources.GetString("cmbMonth.Items9"),
resources.GetString("cmbMonth.Items10"),
resources.GetString("cmbMonth.Items11")});
resources.ApplyResources(this.cmbMonth, "cmbMonth");
this.cmbMonth.Name = "cmbMonth";
this.cmbMonth.TextChanged += new System.EventHandler(this.HandleChangeEvent);
//
// errorProvider
//
this.errorProvider.BlinkRate = 500;
this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
this.errorProvider.ContainerControl = this;
//
// rbQuarter
//
resources.ApplyResources(this.rbQuarter, "rbQuarter");
this.rbQuarter.Name = "rbQuarter";
this.rbQuarter.TabStop = true;
this.rbQuarter.UseVisualStyleBackColor = true;
this.rbQuarter.CheckedChanged += new System.EventHandler(this.HandleChangeEvent);
//
// rbMonth
//
resources.ApplyResources(this.rbMonth, "rbMonth");
this.rbMonth.Name = "rbMonth";
this.rbMonth.TabStop = true;
this.rbMonth.UseVisualStyleBackColor = true;
this.rbMonth.CheckedChanged += new System.EventHandler(this.HandleChangeEvent);
//
// rbWeek
//
resources.ApplyResources(this.rbWeek, "rbWeek");
this.rbWeek.Name = "rbWeek";
this.rbWeek.TabStop = true;
this.rbWeek.UseVisualStyleBackColor = true;
this.rbWeek.CheckedChanged += new System.EventHandler(this.HandleChangeEvent);
//
// cmbQuarter
//
this.cmbQuarter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbQuarter.FormattingEnabled = true;
this.cmbQuarter.Items.AddRange(new object[] {
resources.GetString("cmbQuarter.Items"),
resources.GetString("cmbQuarter.Items1"),
resources.GetString("cmbQuarter.Items2"),
resources.GetString("cmbQuarter.Items3")});
resources.ApplyResources(this.cmbQuarter, "cmbQuarter");
this.cmbQuarter.Name = "cmbQuarter";
this.cmbQuarter.TextChanged += new System.EventHandler(this.HandleChangeEvent);
//
// cmbYear
//
this.cmbYear.FormattingEnabled = true;
resources.ApplyResources(this.cmbYear, "cmbYear");
this.cmbYear.Name = "cmbYear";
this.cmbYear.TextChanged += new System.EventHandler(this.HandleChangeEvent);
//
// rbPredefined
//
resources.ApplyResources(this.rbPredefined, "rbPredefined");
this.rbPredefined.Checked = true;
this.rbPredefined.Name = "rbPredefined";
this.rbPredefined.TabStop = true;
this.rbPredefined.UseVisualStyleBackColor = true;
this.rbPredefined.CheckedChanged += new System.EventHandler(this.HandleChangeEvent);
//
// rbFreeRange
//
resources.ApplyResources(this.rbFreeRange, "rbFreeRange");
this.rbFreeRange.Name = "rbFreeRange";
this.rbFreeRange.TabStop = true;
this.rbFreeRange.UseVisualStyleBackColor = true;
this.rbFreeRange.CheckedChanged += new System.EventHandler(this.HandleChangeEvent);
//
// DateRangePromptField
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.dtpTo);
this.Controls.Add(this.dtpFrom);
this.Controls.Add(this.cmbPredefined);
this.Controls.Add(this.cmbWeek);
this.Controls.Add(this.cmbMonth);
this.Controls.Add(this.cmbYear);
this.Controls.Add(this.cmbQuarter);
this.Controls.Add(this.rbFreeRange);
this.Controls.Add(this.rbPredefined);
this.Controls.Add(this.rbWeek);
this.Controls.Add(this.rbMonth);
this.Controls.Add(this.rbQuarter);
this.Name = "DateRangePromptField";
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Label label1;
}
}