namespace Inet.Viewer.WinForms.Prompt { partial class SinglePromptField { /// /// 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.chkNoValue = new System.Windows.Forms.CheckBox(); this.txtValueBox = new System.Windows.Forms.TextBox(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // chkNoValue // this.chkNoValue.AutoSize = true; this.chkNoValue.CausesValidation = false; this.chkNoValue.Location = new System.Drawing.Point(175, 6); this.chkNoValue.Name = "chkNoValue"; this.chkNoValue.Size = new System.Drawing.Size(70, 17); this.chkNoValue.TabIndex = 1; this.chkNoValue.Text = global::Inet.Viewer.Resources.strings.Prompt_None_Long; this.chkNoValue.UseVisualStyleBackColor = true; this.chkNoValue.CheckedChanged += new System.EventHandler(this.chkNoValue_CheckedChanged); // // txtValueBox // this.txtValueBox.CausesValidation = false; this.txtValueBox.Location = new System.Drawing.Point(4, 4); this.txtValueBox.Name = "txtValueBox"; this.txtValueBox.Size = new System.Drawing.Size(165, 20); this.txtValueBox.TabIndex = 0; // // errorProvider // this.errorProvider.ContainerControl = this; // // SinglePromptField // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoValidate = System.Windows.Forms.AutoValidate.Disable; this.Controls.Add(this.chkNoValue); this.Controls.Add(this.txtValueBox); this.Name = "SinglePromptField"; this.Size = new System.Drawing.Size(268, 33); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion internal System.Windows.Forms.TextBox txtValueBox; internal System.Windows.Forms.CheckBox chkNoValue; private System.Windows.Forms.ErrorProvider errorProvider; } }