namespace TIProDevExtension { partial class OpenFormChooser { /// /// 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.checkedListBox1 = new System.Windows.Forms.CheckedListBox(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonOK = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBoxSymbol = new System.Windows.Forms.TextBox(); this.checkBoxFiltersToColumns = new System.Windows.Forms.CheckBox(); this.checkBoxRunHistory = new System.Windows.Forms.CheckBox(); this.dateTimePickerStartTime = new System.Windows.Forms.DateTimePicker(); this.dateTimePickerEndTime = new System.Windows.Forms.DateTimePicker(); this.SuspendLayout(); // // checkedListBox1 // this.checkedListBox1.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.checkedListBox1.FormattingEnabled = true; this.checkedListBox1.Location = new System.Drawing.Point(8, 49); this.checkedListBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.checkedListBox1.Name = "checkedListBox1"; this.checkedListBox1.Size = new System.Drawing.Size(325, 184); this.checkedListBox1.TabIndex = 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(278, 345); this.buttonCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(55, 21); this.buttonCancel.TabIndex = 1; this.buttonCancel.Text = "Cancel"; 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(211, 345); this.buttonOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(55, 21); this.buttonOK.TabIndex = 2; this.buttonOK.Text = "OK"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // label1 // this.label1.Location = new System.Drawing.Point(9, 8); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(305, 32); this.label1.TabIndex = 3; this.label1.Text = "This tool converts an alert form to one easily used to troubleshoot why a symbol " + "didn\'t appear."; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(11, 335); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 13); this.label2.TabIndex = 4; this.label2.Text = "Symbol"; // // textBoxSymbol // this.textBoxSymbol.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.textBoxSymbol.Location = new System.Drawing.Point(55, 333); this.textBoxSymbol.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.textBoxSymbol.Name = "textBoxSymbol"; this.textBoxSymbol.Size = new System.Drawing.Size(68, 20); this.textBoxSymbol.TabIndex = 5; this.textBoxSymbol.Text = "SPY"; // // checkBoxFiltersToColumns // this.checkBoxFiltersToColumns.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.checkBoxFiltersToColumns.AutoSize = true; this.checkBoxFiltersToColumns.Location = new System.Drawing.Point(201, 253); this.checkBoxFiltersToColumns.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.checkBoxFiltersToColumns.Name = "checkBoxFiltersToColumns"; this.checkBoxFiltersToColumns.Size = new System.Drawing.Size(132, 17); this.checkBoxFiltersToColumns.TabIndex = 6; this.checkBoxFiltersToColumns.Text = "Filters to Columns Only"; this.checkBoxFiltersToColumns.UseVisualStyleBackColor = true; this.checkBoxFiltersToColumns.CheckedChanged += new System.EventHandler(this.checkBoxFiltersToColumns_CheckedChanged); // // checkBoxRunHistory // this.checkBoxRunHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.checkBoxRunHistory.AutoSize = true; this.checkBoxRunHistory.Location = new System.Drawing.Point(201, 272); this.checkBoxRunHistory.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.checkBoxRunHistory.Name = "checkBoxRunHistory"; this.checkBoxRunHistory.Size = new System.Drawing.Size(81, 17); this.checkBoxRunHistory.TabIndex = 7; this.checkBoxRunHistory.Text = "Run History"; this.checkBoxRunHistory.UseVisualStyleBackColor = true; this.checkBoxRunHistory.CheckedChanged += new System.EventHandler(this.checkBoxRunHistory_CheckedChanged); // // dateTimePickerStartTime // this.dateTimePickerStartTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.dateTimePickerStartTime.CustomFormat = "MM/dd/yyyy h:mm tt"; this.dateTimePickerStartTime.Enabled = false; this.dateTimePickerStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePickerStartTime.Location = new System.Drawing.Point(198, 292); this.dateTimePickerStartTime.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.dateTimePickerStartTime.Name = "dateTimePickerStartTime"; this.dateTimePickerStartTime.ShowUpDown = true; this.dateTimePickerStartTime.Size = new System.Drawing.Size(135, 20); this.dateTimePickerStartTime.TabIndex = 8; // // dateTimePickerEndTime // this.dateTimePickerEndTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.dateTimePickerEndTime.CustomFormat = "MM/dd/yyyy h:mm tt"; this.dateTimePickerEndTime.Enabled = false; this.dateTimePickerEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePickerEndTime.Location = new System.Drawing.Point(198, 313); this.dateTimePickerEndTime.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.dateTimePickerEndTime.Name = "dateTimePickerEndTime"; this.dateTimePickerEndTime.ShowUpDown = true; this.dateTimePickerEndTime.Size = new System.Drawing.Size(135, 20); this.dateTimePickerEndTime.TabIndex = 9; // // OpenFormChooser // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(341, 374); this.Controls.Add(this.dateTimePickerEndTime); this.Controls.Add(this.dateTimePickerStartTime); this.Controls.Add(this.checkBoxRunHistory); this.Controls.Add(this.checkBoxFiltersToColumns); this.Controls.Add(this.textBoxSymbol); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.buttonOK); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.checkedListBox1); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "OpenFormChooser"; this.Text = "OpenFormChooser"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckedListBox checkedListBox1; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBoxSymbol; private System.Windows.Forms.CheckBox checkBoxFiltersToColumns; private System.Windows.Forms.CheckBox checkBoxRunHistory; private System.Windows.Forms.DateTimePicker dateTimePickerStartTime; private System.Windows.Forms.DateTimePicker dateTimePickerEndTime; } }