namespace Inet.Viewer.WinForms.Prompt
{
partial class RangePromptFieldWithDefaultValues
{
///
/// Erforderliche Designervariable.
///
private System.ComponentModel.IContainer components = null;
///
/// Verwendete Ressourcen bereinigen.
///
/// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Komponenten-Designer generierter Code
///
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.chkIncludeTo = new System.Windows.Forms.CheckBox();
this.label2 = new System.Windows.Forms.Label();
this.chkIncludeFrom = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.cmbDefaultValuesTo = new Inet.Viewer.WinForms.Prompt.PromptComboBox();
this.cmbDefaultValues = new Inet.Viewer.WinForms.Prompt.PromptComboBox();
this.cmbRangeDefaults = new Inet.Viewer.WinForms.Prompt.PromptComboBox();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// chkIncludeTo
//
this.chkIncludeTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.chkIncludeTo.AutoSize = true;
this.chkIncludeTo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.chkIncludeTo.Location = new System.Drawing.Point(208, 57);
this.chkIncludeTo.Name = "chkIncludeTo";
this.chkIncludeTo.Size = new System.Drawing.Size(68, 25);
this.chkIncludeTo.TabIndex = 11;
this.chkIncludeTo.Text = "Inklusive";
this.chkIncludeTo.UseVisualStyleBackColor = true;
this.chkIncludeTo.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label2.Location = new System.Drawing.Point(3, 54);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(24, 31);
this.label2.TabIndex = 9;
this.label2.Text = "Bis:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// chkIncludeFrom
//
this.chkIncludeFrom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.chkIncludeFrom.AutoSize = true;
this.chkIncludeFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.chkIncludeFrom.Location = new System.Drawing.Point(208, 30);
this.chkIncludeFrom.Name = "chkIncludeFrom";
this.chkIncludeFrom.Size = new System.Drawing.Size(68, 21);
this.chkIncludeFrom.TabIndex = 8;
this.chkIncludeFrom.Text = "Inklusive";
this.chkIncludeFrom.UseVisualStyleBackColor = true;
this.chkIncludeFrom.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label1.Location = new System.Drawing.Point(3, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 27);
this.label1.TabIndex = 6;
this.label1.Text = "Von:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// errorProvider
//
this.errorProvider.BlinkRate = 500;
this.errorProvider.ContainerControl = this;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.cmbDefaultValuesTo, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.cmbDefaultValues, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.chkIncludeFrom, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.chkIncludeTo, 2, 2);
this.tableLayoutPanel1.Controls.Add(this.cmbRangeDefaults, 2, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.Size = new System.Drawing.Size(313, 85);
this.tableLayoutPanel1.TabIndex = 15;
//
// cmbDefaultValuesTo
//
this.cmbDefaultValuesTo.FormattingEnabled = true;
this.cmbDefaultValuesTo.Location = new System.Drawing.Point(38, 57);
this.cmbDefaultValuesTo.Name = "cmbDefaultValuesTo";
this.cmbDefaultValuesTo.Size = new System.Drawing.Size(164, 21);
this.cmbDefaultValuesTo.TabIndex = 13;
this.cmbDefaultValuesTo.TextChanged += new System.EventHandler(this.cmbDefaultValues_SelectedValueChanged);
//
// cmbDefaultValues
//
this.cmbDefaultValues.FormattingEnabled = true;
this.cmbDefaultValues.Location = new System.Drawing.Point(38, 30);
this.cmbDefaultValues.Name = "cmbDefaultValues";
this.cmbDefaultValues.Size = new System.Drawing.Size(164, 21);
this.cmbDefaultValues.TabIndex = 12;
this.cmbDefaultValues.TextChanged += new System.EventHandler(this.cmbDefaultValues_SelectedValueChanged);
//
// cmbRangeDefaults
//
this.tableLayoutPanel1.SetColumnSpan(this.cmbRangeDefaults, 3);
this.cmbRangeDefaults.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbRangeDefaults.FormattingEnabled = true;
this.cmbRangeDefaults.Location = new System.Drawing.Point(3, 3);
this.cmbRangeDefaults.Name = "cmbRangeDefaults";
this.cmbRangeDefaults.Size = new System.Drawing.Size(298, 21);
this.cmbRangeDefaults.TabIndex = 14;
this.cmbRangeDefaults.SelectedValueChanged += new System.EventHandler(this.cmbDefaultValues_SelectedValueChanged);
//
// RangePromptFieldWithDefaultValues
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "RangePromptFieldWithDefaultValues";
this.Size = new System.Drawing.Size(315, 85);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
internal System.Windows.Forms.CheckBox chkIncludeTo;
private System.Windows.Forms.Label label2;
internal System.Windows.Forms.CheckBox chkIncludeFrom;
private System.Windows.Forms.Label label1;
internal PromptComboBox cmbDefaultValues;
internal PromptComboBox cmbDefaultValuesTo;
private System.Windows.Forms.ErrorProvider errorProvider;
internal PromptComboBox cmbRangeDefaults;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
}
}