namespace Inet.Viewer.WinForms.Prompt { partial class RangePromptField { /// /// 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.label1 = new System.Windows.Forms.Label(); this.txtValueBoxFrom = new System.Windows.Forms.TextBox(); this.chkIncludeFrom = new System.Windows.Forms.CheckBox(); this.chkIncludeTo = new System.Windows.Forms.CheckBox(); this.txtValueBoxTo = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(4, 7); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(33, 13); this.label1.TabIndex = 0; this.label1.Text = "From:"; // // txtValueBoxFrom // this.txtValueBoxFrom.Location = new System.Drawing.Point(43, 4); this.txtValueBoxFrom.Name = "txtValueBoxFrom"; this.txtValueBoxFrom.Size = new System.Drawing.Size(165, 20); this.txtValueBoxFrom.TabIndex = 1; // // chkIncludeFrom // this.chkIncludeFrom.AutoSize = true; this.chkIncludeFrom.Location = new System.Drawing.Point(214, 6); this.chkIncludeFrom.Name = "chkIncludeFrom"; this.chkIncludeFrom.Size = new System.Drawing.Size(91, 17); this.chkIncludeFrom.TabIndex = 2; this.chkIncludeFrom.Text = "Include Value"; this.chkIncludeFrom.UseVisualStyleBackColor = true; // // chkIncludeTo // this.chkIncludeTo.AutoSize = true; this.chkIncludeTo.Location = new System.Drawing.Point(214, 32); this.chkIncludeTo.Name = "chkIncludeTo"; this.chkIncludeTo.Size = new System.Drawing.Size(91, 17); this.chkIncludeTo.TabIndex = 5; this.chkIncludeTo.Text = "Include Value"; this.chkIncludeTo.UseVisualStyleBackColor = true; // // txtValueBoxTo // this.txtValueBoxTo.Location = new System.Drawing.Point(43, 30); this.txtValueBoxTo.Name = "txtValueBoxTo"; this.txtValueBoxTo.Size = new System.Drawing.Size(165, 20); this.txtValueBoxTo.TabIndex = 4; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(4, 33); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(23, 13); this.label2.TabIndex = 3; this.label2.Text = "To:"; // // errorProvider // this.errorProvider.BlinkRate = 500; this.errorProvider.ContainerControl = this; // // RangePromptField // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chkIncludeTo); this.Controls.Add(this.txtValueBoxTo); this.Controls.Add(this.label2); this.Controls.Add(this.chkIncludeFrom); this.Controls.Add(this.txtValueBoxFrom); this.Controls.Add(this.label1); this.Name = "RangePromptField"; this.Size = new System.Drawing.Size(345, 58); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; internal System.Windows.Forms.TextBox txtValueBoxFrom; internal System.Windows.Forms.CheckBox chkIncludeFrom; internal System.Windows.Forms.CheckBox chkIncludeTo; internal System.Windows.Forms.TextBox txtValueBoxTo; private System.Windows.Forms.Label label2; private System.Windows.Forms.ErrorProvider errorProvider; } }