namespace Inet.Viewer.WinForms.Prompt { partial class TimePromptField { /// /// 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.timePicker = new System.Windows.Forms.DateTimePicker(); this.chkNoValue = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // timePicker // this.timePicker.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.timePicker.Location = new System.Drawing.Point(4, 4); this.timePicker.Name = "timePicker"; this.timePicker.ShowUpDown = true; this.timePicker.Size = new System.Drawing.Size(113, 20); this.timePicker.TabIndex = 0; // // chkNoValue // this.chkNoValue.AutoSize = true; this.chkNoValue.CausesValidation = false; this.chkNoValue.Location = new System.Drawing.Point(122, 6); this.chkNoValue.Name = "chkNoValue"; this.chkNoValue.Size = new System.Drawing.Size(67, 17); this.chkNoValue.TabIndex = 2; this.chkNoValue.Text = Inet.Viewer.Resources.strings.Prompt_None_Long; this.chkNoValue.UseVisualStyleBackColor = true; this.chkNoValue.CheckedChanged += new System.EventHandler(this.chkNoValue_CheckedChanged); // // TimePromptField // 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.timePicker); this.Name = "TimePromptField"; this.Size = new System.Drawing.Size(308, 31); this.ResumeLayout(false); this.PerformLayout(); } #endregion internal System.Windows.Forms.DateTimePicker timePicker; internal System.Windows.Forms.CheckBox chkNoValue; } }