namespace Inet.Viewer.WinForms.Prompt { partial class TimeRangePromptField { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.chbNoValue = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.timePickerTo = new Inet.Viewer.WinForms.Prompt.DateTimeComboBox(); this.timePickerFrom = new Inet.Viewer.WinForms.Prompt.DateTimeComboBox(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 4; 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.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.chbNoValue, 3, 1); this.tableLayoutPanel1.Controls.Add(this.timePickerTo, 2, 1); this.tableLayoutPanel1.Controls.Add(this.label1, 1, 1); this.tableLayoutPanel1.Controls.Add(this.timePickerFrom, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(1); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; 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(378, 29); this.tableLayoutPanel1.TabIndex = 0; // // chbNoValue // this.chbNoValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.chbNoValue.AutoSize = true; this.chbNoValue.Location = new System.Drawing.Point(291, 3); this.chbNoValue.Name = "chbNoValue"; this.chbNoValue.Size = new System.Drawing.Size(70, 24); this.chbNoValue.TabIndex = 2; this.chbNoValue.Text = global::Inet.Viewer.Resources.strings.Prompt_None_Long; this.chbNoValue.UseVisualStyleBackColor = true; // // 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.AutoSize = true; this.label1.Location = new System.Drawing.Point(139, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(10, 30); this.label1.TabIndex = 3; this.label1.Text = "-"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // timePickerTo // this.timePickerTo.CustomFormat = null; this.timePickerTo.Location = new System.Drawing.Point(155, 3); this.timePickerTo.Name = "timePickerTo"; this.timePickerTo.Size = new System.Drawing.Size(130, 24); this.timePickerTo.TabIndex = 1; this.timePickerTo.Value = new System.DateTime(2013, 10, 28, 11, 9, 26, 18); // // timePickerFrom // this.timePickerFrom.CustomFormat = null; this.timePickerFrom.Location = new System.Drawing.Point(3, 3); this.timePickerFrom.Name = "timePickerFrom"; this.timePickerFrom.Size = new System.Drawing.Size(130, 24); this.timePickerFrom.TabIndex = 4; this.timePickerFrom.Value = new System.DateTime(2013, 10, 28, 11, 9, 1, 793); // // TimeRangePromptField // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Name = "TimeRangePromptField"; this.Size = new System.Drawing.Size(378, 29); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox chbNoValue; private DateTimeComboBox timePickerFrom; private DateTimeComboBox timePickerTo; } }