using Inet.Viewer.Resources; namespace Inet.Viewer.WinForms.Prompt { partial class SinglePromptFieldWithDefaultValues { /// /// 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.chkNoValue = new System.Windows.Forms.CheckBox(); this.cmbDefaultValues = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // chkNoValue // this.chkNoValue.AutoSize = true; 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 = 2; this.chkNoValue.Text = global::Inet.Viewer.Resources.strings.Prompt_None_Long; this.chkNoValue.UseVisualStyleBackColor = true; this.chkNoValue.CheckedChanged += new System.EventHandler(this.chkNoValue_CheckedChanged); // // cmbDefaultValues // this.cmbDefaultValues.FormattingEnabled = true; this.cmbDefaultValues.Location = new System.Drawing.Point(4, 4); this.cmbDefaultValues.Name = "cmbDefaultValues"; this.cmbDefaultValues.Size = new System.Drawing.Size(165, 21); this.cmbDefaultValues.TabIndex = 3; // // SinglePromptFieldWithDefaultValues // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.cmbDefaultValues); this.Controls.Add(this.chkNoValue); this.Name = "SinglePromptFieldWithDefaultValues"; this.Size = new System.Drawing.Size(489, 34); this.ResumeLayout(false); this.PerformLayout(); } #endregion internal System.Windows.Forms.CheckBox chkNoValue; internal System.Windows.Forms.ComboBox cmbDefaultValues; } }