namespace TIProDevExtension { partial class HistogramHistoryForm { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.dateTimePickerStart = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.dateTimePickerEnd = new System.Windows.Forms.DateTimePicker(); this.radioButtonDaily = new System.Windows.Forms.RadioButton(); this.label4 = new System.Windows.Forms.Label(); this.radioButtonHour = new System.Windows.Forms.RadioButton(); this.radioButtonFiveMinutes = new System.Windows.Forms.RadioButton(); this.dateTimePickerMinTOD = new System.Windows.Forms.DateTimePicker(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.fileSystemWatcher1 = new System.IO.FileSystemWatcher(); this.dateTimePickerMaxTOD = new System.Windows.Forms.DateTimePicker(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonOk = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.buttonChooseFile = new System.Windows.Forms.Button(); this.labelFile = new System.Windows.Forms.Label(); this.textBoxLog = new System.Windows.Forms.TextBox(); this.comboBoxFilters = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit(); this.SuspendLayout(); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(240, 41); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(634, 26); this.textBox1.TabIndex = 0; this.textBox1.Text = "form=1&count=100&col_ver=1"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(119, 44); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(115, 20); this.label1.TabIndex = 1; this.label1.Text = "Top List Config"; // // dateTimePickerStart // this.dateTimePickerStart.CustomFormat = "yyyy/MM/dd hh:mm"; this.dateTimePickerStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePickerStart.Location = new System.Drawing.Point(239, 121); this.dateTimePickerStart.Name = "dateTimePickerStart"; this.dateTimePickerStart.ShowUpDown = true; this.dateTimePickerStart.Size = new System.Drawing.Size(200, 26); this.dateTimePickerStart.TabIndex = 2; this.dateTimePickerStart.Value = new System.DateTime(2018, 11, 13, 7, 25, 0, 0); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(150, 126); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(83, 20); this.label2.TabIndex = 3; this.label2.Text = "Start Date"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(156, 186); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 20); this.label3.TabIndex = 4; this.label3.Text = "End Date"; // // dateTimePickerEnd // this.dateTimePickerEnd.CustomFormat = "yyyy/MM/dd hh:mm"; this.dateTimePickerEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePickerEnd.Location = new System.Drawing.Point(239, 181); this.dateTimePickerEnd.Name = "dateTimePickerEnd"; this.dateTimePickerEnd.ShowUpDown = true; this.dateTimePickerEnd.Size = new System.Drawing.Size(200, 26); this.dateTimePickerEnd.TabIndex = 5; this.dateTimePickerEnd.Value = new System.DateTime(2018, 11, 16, 7, 26, 0, 0); // // radioButtonDaily // this.radioButtonDaily.AutoSize = true; this.radioButtonDaily.Location = new System.Drawing.Point(240, 220); this.radioButtonDaily.Name = "radioButtonDaily"; this.radioButtonDaily.Size = new System.Drawing.Size(62, 24); this.radioButtonDaily.TabIndex = 6; this.radioButtonDaily.TabStop = true; this.radioButtonDaily.Text = "Day"; this.radioButtonDaily.UseVisualStyleBackColor = true; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(135, 222); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(99, 20); this.label4.TabIndex = 7; this.label4.Text = "Time Interval"; // // radioButtonHour // this.radioButtonHour.AutoSize = true; this.radioButtonHour.Location = new System.Drawing.Point(240, 250); this.radioButtonHour.Name = "radioButtonHour"; this.radioButtonHour.Size = new System.Drawing.Size(69, 24); this.radioButtonHour.TabIndex = 8; this.radioButtonHour.TabStop = true; this.radioButtonHour.Text = "Hour"; this.radioButtonHour.UseVisualStyleBackColor = true; // // radioButtonFiveMinutes // this.radioButtonFiveMinutes.AutoSize = true; this.radioButtonFiveMinutes.Location = new System.Drawing.Point(240, 280); this.radioButtonFiveMinutes.Name = "radioButtonFiveMinutes"; this.radioButtonFiveMinutes.Size = new System.Drawing.Size(103, 24); this.radioButtonFiveMinutes.TabIndex = 9; this.radioButtonFiveMinutes.TabStop = true; this.radioButtonFiveMinutes.Text = "5 Minutes"; this.radioButtonFiveMinutes.UseVisualStyleBackColor = true; // // dateTimePickerMinTOD // this.dateTimePickerMinTOD.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.dateTimePickerMinTOD.Location = new System.Drawing.Point(580, 115); this.dateTimePickerMinTOD.Name = "dateTimePickerMinTOD"; this.dateTimePickerMinTOD.ShowUpDown = true; this.dateTimePickerMinTOD.Size = new System.Drawing.Size(200, 26); this.dateTimePickerMinTOD.TabIndex = 10; this.dateTimePickerMinTOD.Value = new System.DateTime(2018, 11, 17, 9, 35, 0, 0); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(503, 120); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(71, 20); this.label5.TabIndex = 11; this.label5.Text = "Min TOD"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(503, 186); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(75, 20); this.label6.TabIndex = 12; this.label6.Text = "Max TOD"; // // fileSystemWatcher1 // this.fileSystemWatcher1.EnableRaisingEvents = true; this.fileSystemWatcher1.SynchronizingObject = this; // // dateTimePickerMaxTOD // this.dateTimePickerMaxTOD.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.dateTimePickerMaxTOD.Location = new System.Drawing.Point(580, 181); this.dateTimePickerMaxTOD.Name = "dateTimePickerMaxTOD"; this.dateTimePickerMaxTOD.ShowUpDown = true; this.dateTimePickerMaxTOD.Size = new System.Drawing.Size(200, 26); this.dateTimePickerMaxTOD.TabIndex = 13; this.dateTimePickerMaxTOD.Value = new System.DateTime(2018, 11, 17, 10, 0, 0, 0); // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Location = new System.Drawing.Point(883, 633); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(91, 36); this.buttonCancel.TabIndex = 14; this.buttonCancel.Text = "Close"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonOk // this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOk.Location = new System.Drawing.Point(769, 633); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(91, 36); this.buttonOk.TabIndex = 15; this.buttonOk.Text = "Go!"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(200, 358); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(34, 20); this.label7.TabIndex = 16; this.label7.Text = "File"; // // openFileDialog1 // this.openFileDialog1.CheckFileExists = false; this.openFileDialog1.DefaultExt = "csv"; this.openFileDialog1.FileName = "openFileDialog1"; // // buttonChooseFile // this.buttonChooseFile.Location = new System.Drawing.Point(240, 348); this.buttonChooseFile.Name = "buttonChooseFile"; this.buttonChooseFile.Size = new System.Drawing.Size(87, 40); this.buttonChooseFile.TabIndex = 17; this.buttonChooseFile.Text = "Choose"; this.buttonChooseFile.UseVisualStyleBackColor = true; this.buttonChooseFile.Click += new System.EventHandler(this.buttonChooseFile_Click); // // labelFile // this.labelFile.AutoSize = true; this.labelFile.Location = new System.Drawing.Point(333, 358); this.labelFile.Name = "labelFile"; this.labelFile.Size = new System.Drawing.Size(47, 20); this.labelFile.TabIndex = 18; this.labelFile.Text = "None"; // // textBoxLog // this.textBoxLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxLog.Enabled = false; this.textBoxLog.Location = new System.Drawing.Point(240, 416); this.textBoxLog.Multiline = true; this.textBoxLog.Name = "textBoxLog"; this.textBoxLog.Size = new System.Drawing.Size(634, 187); this.textBoxLog.TabIndex = 19; // // comboBoxFilters // this.comboBoxFilters.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxFilters.FormattingEnabled = true; this.comboBoxFilters.Location = new System.Drawing.Point(240, 78); this.comboBoxFilters.Name = "comboBoxFilters"; this.comboBoxFilters.Size = new System.Drawing.Size(334, 28); this.comboBoxFilters.TabIndex = 20; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(89, 81); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(144, 20); this.label8.TabIndex = 21; this.label8.Text = "Filter for Histogram"; // // HistogramHistoryForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(986, 681); this.Controls.Add(this.label8); this.Controls.Add(this.comboBoxFilters); this.Controls.Add(this.textBoxLog); this.Controls.Add(this.labelFile); this.Controls.Add(this.buttonChooseFile); this.Controls.Add(this.label7); this.Controls.Add(this.buttonOk); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.dateTimePickerMaxTOD); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.dateTimePickerMinTOD); this.Controls.Add(this.radioButtonFiveMinutes); this.Controls.Add(this.radioButtonHour); this.Controls.Add(this.label4); this.Controls.Add(this.radioButtonDaily); this.Controls.Add(this.dateTimePickerEnd); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.dateTimePickerStart); this.Controls.Add(this.label1); this.Controls.Add(this.textBox1); this.Name = "HistogramHistoryForm"; this.Text = "Histogram History Request Form"; ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.DateTimePicker dateTimePickerStart; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.DateTimePicker dateTimePickerEnd; private System.Windows.Forms.RadioButton radioButtonDaily; private System.Windows.Forms.Label label4; private System.Windows.Forms.RadioButton radioButtonHour; private System.Windows.Forms.RadioButton radioButtonFiveMinutes; private System.Windows.Forms.DateTimePicker dateTimePickerMinTOD; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.IO.FileSystemWatcher fileSystemWatcher1; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.DateTimePicker dateTimePickerMaxTOD; private System.Windows.Forms.Label labelFile; private System.Windows.Forms.Button buttonChooseFile; private System.Windows.Forms.Label label7; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.TextBox textBoxLog; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox comboBoxFilters; } }