namespace MarketExplorer { partial class EditOptions { /// /// 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.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.checkBoxRemoveBlanks = new System.Windows.Forms.CheckBox(); this.labelRemoveBlanks = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.radioButtonDaily = new System.Windows.Forms.RadioButton(); this.radioButtonIntraday = new System.Windows.Forms.RadioButton(); this.radioButtonWeekly = new System.Windows.Forms.RadioButton(); this.radioButtonMonthly = new System.Windows.Forms.RadioButton(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.numericUpDownMinutesPerCandle = new System.Windows.Forms.NumericUpDown(); this.checkBoxFirstCandleShorter = new System.Windows.Forms.CheckBox(); this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); this.labelPreMarketMinutes = new System.Windows.Forms.Label(); this.numericUpDownPreMarketMinutes = new System.Windows.Forms.NumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.numericUpDownPostMarketMinutes = new System.Windows.Forms.NumericUpDown(); this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel(); this.numericUpDownMaxResults = new System.Windows.Forms.NumericUpDown(); this.numericUpDownInitialBarCount = new System.Windows.Forms.NumericUpDown(); this.flowLayoutPanel8 = new System.Windows.Forms.FlowLayoutPanel(); this.radioButtonOnlyLastBar = new System.Windows.Forms.RadioButton(); this.flowLayoutPanel10 = new System.Windows.Forms.FlowLayoutPanel(); this.radioButtonLastBars = new System.Windows.Forms.RadioButton(); this.numericUpDownLastBars = new System.Windows.Forms.NumericUpDown(); this.radioButtonOnlyLastDay = new System.Windows.Forms.RadioButton(); this.flowLayoutPanel9 = new System.Windows.Forms.FlowLayoutPanel(); this.radioButtonBetweenDates = new System.Windows.Forms.RadioButton(); this.dateTimePickerStartDate = new System.Windows.Forms.DateTimePicker(); this.dateTimePickerEndDate = new System.Windows.Forms.DateTimePicker(); this.radioButtonShowAllRecords = new System.Windows.Forms.RadioButton(); this.textBoxDateFieldDescription = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel(); this.label10 = new System.Windows.Forms.Label(); this.textBoxWindowName = new System.Windows.Forms.TextBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.checkBoxRepeating = new System.Windows.Forms.CheckBox(); this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel(); this.numericUpDownRepeatInterval = new System.Windows.Forms.NumericUpDown(); this.label9 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.flowLayoutPanelButtons = new System.Windows.Forms.FlowLayoutPanel(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonOk = new System.Windows.Forms.Button(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinutesPerCandle)).BeginInit(); this.flowLayoutPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPreMarketMinutes)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPostMarketMinutes)).BeginInit(); this.flowLayoutPanel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaxResults)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownInitialBarCount)).BeginInit(); this.flowLayoutPanel8.SuspendLayout(); this.flowLayoutPanel10.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLastBars)).BeginInit(); this.flowLayoutPanel9.SuspendLayout(); this.tabPage2.SuspendLayout(); this.flowLayoutPanel5.SuspendLayout(); this.tabPage4.SuspendLayout(); this.flowLayoutPanel7.SuspendLayout(); this.tabPage3.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.flowLayoutPanel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRepeatInterval)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanelButtons.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(4, 5); this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1345, 738); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.tableLayoutPanel2); this.tabPage1.Location = new System.Drawing.Point(4, 29); this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage1.Size = new System.Drawing.Size(1337, 705); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Time Frame"; this.tabPage1.UseVisualStyleBackColor = true; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Controls.Add(this.label13, 0, 7); this.tableLayoutPanel2.Controls.Add(this.label12, 0, 6); this.tableLayoutPanel2.Controls.Add(this.label11, 0, 5); this.tableLayoutPanel2.Controls.Add(this.label5, 0, 4); this.tableLayoutPanel2.Controls.Add(this.checkBoxRemoveBlanks, 1, 3); this.tableLayoutPanel2.Controls.Add(this.labelRemoveBlanks, 0, 3); this.tableLayoutPanel2.Controls.Add(this.label3, 0, 2); this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel2.Controls.Add(this.label2, 0, 1); this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel1, 1, 0); this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel2, 1, 1); this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel3, 1, 2); this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel4, 1, 4); this.tableLayoutPanel2.Controls.Add(this.numericUpDownInitialBarCount, 1, 5); this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel8, 1, 6); this.tableLayoutPanel2.Controls.Add(this.textBoxDateFieldDescription, 1, 7); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(4, 5); this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 10; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.Size = new System.Drawing.Size(1329, 695); this.tableLayoutPanel2.TabIndex = 0; // // label13 // this.label13.AutoSize = true; this.label13.Dock = System.Windows.Forms.DockStyle.Fill; this.label13.Location = new System.Drawing.Point(4, 422); this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(166, 32); this.label13.TabIndex = 16; this.label13.Text = "Date Field Description"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label12 // this.label12.AutoSize = true; this.label12.Dock = System.Windows.Forms.DockStyle.Fill; this.label12.Location = new System.Drawing.Point(4, 240); this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(166, 182); this.label12.TabIndex = 13; this.label12.Text = "Return Results"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label11 // this.label11.AutoSize = true; this.label11.Dock = System.Windows.Forms.DockStyle.Fill; this.label11.Location = new System.Drawing.Point(4, 204); this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(166, 36); this.label11.TabIndex = 11; this.label11.Text = "Initial Bar Count"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label5 // this.label5.AutoSize = true; this.label5.Dock = System.Windows.Forms.DockStyle.Fill; this.label5.Location = new System.Drawing.Point(4, 158); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(166, 46); this.label5.TabIndex = 9; this.label5.Text = "Maximum Results"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkBoxRemoveBlanks // this.checkBoxRemoveBlanks.AutoSize = true; this.checkBoxRemoveBlanks.Location = new System.Drawing.Point(178, 129); this.checkBoxRemoveBlanks.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.checkBoxRemoveBlanks.Name = "checkBoxRemoveBlanks"; this.checkBoxRemoveBlanks.Size = new System.Drawing.Size(146, 24); this.checkBoxRemoveBlanks.TabIndex = 8; this.checkBoxRemoveBlanks.Text = "Remove Blanks"; this.checkBoxRemoveBlanks.UseVisualStyleBackColor = true; // // labelRemoveBlanks // this.labelRemoveBlanks.AutoSize = true; this.labelRemoveBlanks.Dock = System.Windows.Forms.DockStyle.Fill; this.labelRemoveBlanks.Location = new System.Drawing.Point(4, 124); this.labelRemoveBlanks.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelRemoveBlanks.Name = "labelRemoveBlanks"; this.labelRemoveBlanks.Size = new System.Drawing.Size(166, 34); this.labelRemoveBlanks.TabIndex = 7; this.labelRemoveBlanks.Text = "Remove Blank Bars"; this.labelRemoveBlanks.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.AutoSize = true; this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Location = new System.Drawing.Point(4, 78); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(166, 46); this.label3.TabIndex = 5; this.label3.Text = "Pre/Post Market"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Location = new System.Drawing.Point(4, 0); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(166, 34); this.label1.TabIndex = 0; this.label1.Text = "Candle Type"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.AutoSize = true; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Location = new System.Drawing.Point(4, 34); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(166, 44); this.label2.TabIndex = 1; this.label2.Text = "Minutes/Candle"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.Controls.Add(this.radioButtonDaily); this.flowLayoutPanel1.Controls.Add(this.radioButtonIntraday); this.flowLayoutPanel1.Controls.Add(this.radioButtonWeekly); this.flowLayoutPanel1.Controls.Add(this.radioButtonMonthly); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.Location = new System.Drawing.Point(174, 0); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(1155, 34); this.flowLayoutPanel1.TabIndex = 2; // // radioButtonDaily // this.radioButtonDaily.AutoSize = true; this.radioButtonDaily.Location = new System.Drawing.Point(4, 5); this.radioButtonDaily.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.radioButtonDaily.Name = "radioButtonDaily"; this.radioButtonDaily.Size = new System.Drawing.Size(68, 24); this.radioButtonDaily.TabIndex = 0; this.radioButtonDaily.TabStop = true; this.radioButtonDaily.Text = "Daily"; this.radioButtonDaily.UseVisualStyleBackColor = true; this.radioButtonDaily.CheckedChanged += new System.EventHandler(this.RadioButtonIntraday_CheckedChanged); // // radioButtonIntraday // this.radioButtonIntraday.AutoSize = true; this.radioButtonIntraday.Location = new System.Drawing.Point(80, 5); this.radioButtonIntraday.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.radioButtonIntraday.Name = "radioButtonIntraday"; this.radioButtonIntraday.Size = new System.Drawing.Size(92, 24); this.radioButtonIntraday.TabIndex = 1; this.radioButtonIntraday.TabStop = true; this.radioButtonIntraday.Text = "Intraday"; this.radioButtonIntraday.UseVisualStyleBackColor = true; this.radioButtonIntraday.CheckedChanged += new System.EventHandler(this.RadioButtonIntraday_CheckedChanged); // // radioButtonWeekly // this.radioButtonWeekly.AutoSize = true; this.radioButtonWeekly.Location = new System.Drawing.Point(180, 5); this.radioButtonWeekly.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.radioButtonWeekly.Name = "radioButtonWeekly"; this.radioButtonWeekly.Size = new System.Drawing.Size(85, 24); this.radioButtonWeekly.TabIndex = 2; this.radioButtonWeekly.TabStop = true; this.radioButtonWeekly.Text = "Weekly"; this.radioButtonWeekly.UseVisualStyleBackColor = true; this.radioButtonWeekly.CheckedChanged += new System.EventHandler(this.RadioButtonIntraday_CheckedChanged); // // radioButtonMonthly // this.radioButtonMonthly.AutoSize = true; this.radioButtonMonthly.Location = new System.Drawing.Point(273, 5); this.radioButtonMonthly.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.radioButtonMonthly.Name = "radioButtonMonthly"; this.radioButtonMonthly.Size = new System.Drawing.Size(89, 24); this.radioButtonMonthly.TabIndex = 3; this.radioButtonMonthly.TabStop = true; this.radioButtonMonthly.Text = "Monthly"; this.radioButtonMonthly.UseVisualStyleBackColor = true; this.radioButtonMonthly.CheckedChanged += new System.EventHandler(this.RadioButtonIntraday_CheckedChanged); // // flowLayoutPanel2 // this.flowLayoutPanel2.AutoSize = true; this.flowLayoutPanel2.Controls.Add(this.numericUpDownMinutesPerCandle); this.flowLayoutPanel2.Controls.Add(this.checkBoxFirstCandleShorter); this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel2.Location = new System.Drawing.Point(178, 39); this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(1147, 34); this.flowLayoutPanel2.TabIndex = 4; // // numericUpDownMinutesPerCandle // this.numericUpDownMinutesPerCandle.Dock = System.Windows.Forms.DockStyle.Fill; this.numericUpDownMinutesPerCandle.Enabled = false; this.numericUpDownMinutesPerCandle.Location = new System.Drawing.Point(4, 5); this.numericUpDownMinutesPerCandle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.numericUpDownMinutesPerCandle.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDownMinutesPerCandle.Name = "numericUpDownMinutesPerCandle"; this.numericUpDownMinutesPerCandle.Size = new System.Drawing.Size(106, 26); this.numericUpDownMinutesPerCandle.TabIndex = 3; this.numericUpDownMinutesPerCandle.Value = new decimal(new int[] { 1, 0, 0, 0}); // // checkBoxFirstCandleShorter // this.checkBoxFirstCandleShorter.AutoSize = true; this.checkBoxFirstCandleShorter.Dock = System.Windows.Forms.DockStyle.Fill; this.checkBoxFirstCandleShorter.Location = new System.Drawing.Point(118, 5); this.checkBoxFirstCandleShorter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.checkBoxFirstCandleShorter.Name = "checkBoxFirstCandleShorter"; this.checkBoxFirstCandleShorter.Size = new System.Drawing.Size(192, 24); this.checkBoxFirstCandleShorter.TabIndex = 4; this.checkBoxFirstCandleShorter.Text = "First Candle is Shorter"; this.checkBoxFirstCandleShorter.UseVisualStyleBackColor = true; // // flowLayoutPanel3 // this.flowLayoutPanel3.AutoSize = true; this.flowLayoutPanel3.Controls.Add(this.labelPreMarketMinutes); this.flowLayoutPanel3.Controls.Add(this.numericUpDownPreMarketMinutes); this.flowLayoutPanel3.Controls.Add(this.label4); this.flowLayoutPanel3.Controls.Add(this.numericUpDownPostMarketMinutes); this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel3.Location = new System.Drawing.Point(178, 83); this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.flowLayoutPanel3.Name = "flowLayoutPanel3"; this.flowLayoutPanel3.Size = new System.Drawing.Size(1147, 36); this.flowLayoutPanel3.TabIndex = 6; // // labelPreMarketMinutes // this.labelPreMarketMinutes.AutoSize = true; this.labelPreMarketMinutes.Dock = System.Windows.Forms.DockStyle.Fill; this.labelPreMarketMinutes.Location = new System.Drawing.Point(4, 0); this.labelPreMarketMinutes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelPreMarketMinutes.Name = "labelPreMarketMinutes"; this.labelPreMarketMinutes.Size = new System.Drawing.Size(146, 36); this.labelPreMarketMinutes.TabIndex = 1; this.labelPreMarketMinutes.Text = "Pre Market Minutes"; this.labelPreMarketMinutes.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // numericUpDownPreMarketMinutes // this.numericUpDownPreMarketMinutes.Location = new System.Drawing.Point(158, 5); this.numericUpDownPreMarketMinutes.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.numericUpDownPreMarketMinutes.Maximum = new decimal(new int[] { 500, 0, 0, 0}); this.numericUpDownPreMarketMinutes.Name = "numericUpDownPreMarketMinutes"; this.numericUpDownPreMarketMinutes.Size = new System.Drawing.Size(111, 26); this.numericUpDownPreMarketMinutes.TabIndex = 0; // // label4 // this.label4.AutoSize = true; this.label4.Dock = System.Windows.Forms.DockStyle.Fill; this.label4.Location = new System.Drawing.Point(277, 0); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(154, 36); this.label4.TabIndex = 2; this.label4.Text = "Post Market Minutes"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // numericUpDownPostMarketMinutes // this.numericUpDownPostMarketMinutes.Location = new System.Drawing.Point(439, 5); this.numericUpDownPostMarketMinutes.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.numericUpDownPostMarketMinutes.Maximum = new decimal(new int[] { 500, 0, 0, 0}); this.numericUpDownPostMarketMinutes.Name = "numericUpDownPostMarketMinutes"; this.numericUpDownPostMarketMinutes.Size = new System.Drawing.Size(111, 26); this.numericUpDownPostMarketMinutes.TabIndex = 3; // // flowLayoutPanel4 // this.flowLayoutPanel4.AutoSize = true; this.flowLayoutPanel4.Controls.Add(this.numericUpDownMaxResults); this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel4.Location = new System.Drawing.Point(178, 163); this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.flowLayoutPanel4.Name = "flowLayoutPanel4"; this.flowLayoutPanel4.Size = new System.Drawing.Size(1147, 36); this.flowLayoutPanel4.TabIndex = 10; // // numericUpDownMaxResults // this.numericUpDownMaxResults.Location = new System.Drawing.Point(4, 5); this.numericUpDownMaxResults.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.numericUpDownMaxResults.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.numericUpDownMaxResults.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDownMaxResults.Name = "numericUpDownMaxResults"; this.numericUpDownMaxResults.Size = new System.Drawing.Size(106, 26); this.numericUpDownMaxResults.TabIndex = 5; this.numericUpDownMaxResults.Value = new decimal(new int[] { 100, 0, 0, 0}); // // numericUpDownInitialBarCount // this.numericUpDownInitialBarCount.Location = new System.Drawing.Point(178, 209); this.numericUpDownInitialBarCount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.numericUpDownInitialBarCount.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.numericUpDownInitialBarCount.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDownInitialBarCount.Name = "numericUpDownInitialBarCount"; this.numericUpDownInitialBarCount.Size = new System.Drawing.Size(111, 26); this.numericUpDownInitialBarCount.TabIndex = 12; this.numericUpDownInitialBarCount.Value = new decimal(new int[] { 1, 0, 0, 0}); // // flowLayoutPanel8 // this.flowLayoutPanel8.AutoSize = true; this.flowLayoutPanel8.Controls.Add(this.radioButtonOnlyLastBar); this.flowLayoutPanel8.Controls.Add(this.flowLayoutPanel10); this.flowLayoutPanel8.Controls.Add(this.radioButtonOnlyLastDay); this.flowLayoutPanel8.Controls.Add(this.flowLayoutPanel9); this.flowLayoutPanel8.Controls.Add(this.radioButtonShowAllRecords); this.flowLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel8.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel8.Location = new System.Drawing.Point(178, 245); this.flowLayoutPanel8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.flowLayoutPanel8.Name = "flowLayoutPanel8"; this.flowLayoutPanel8.Size = new System.Drawing.Size(1147, 172); this.flowLayoutPanel8.TabIndex = 15; // // radioButtonOnlyLastBar // this.radioButtonOnlyLastBar.AutoSize = true; this.radioButtonOnlyLastBar.Location = new System.Drawing.Point(4, 5); this.radioButtonOnlyLastBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.radioButtonOnlyLastBar.Name = "radioButtonOnlyLastBar"; this.radioButtonOnlyLastBar.Size = new System.Drawing.Size(121, 24); this.radioButtonOnlyLastBar.TabIndex = 14; this.radioButtonOnlyLastBar.TabStop = true; this.radioButtonOnlyLastBar.Text = "Only last bar"; this.radioButtonOnlyLastBar.UseVisualStyleBackColor = true; this.radioButtonOnlyLastBar.CheckedChanged += new System.EventHandler(this.RadioButtonOnlyLastBar_CheckedChanged); // // flowLayoutPanel10 // this.flowLayoutPanel10.AutoSize = true; this.flowLayoutPanel10.Controls.Add(this.radioButtonLastBars); this.flowLayoutPanel10.Controls.Add(this.numericUpDownLastBars); this.flowLayoutPanel10.Location = new System.Drawing.Point(0, 34); this.flowLayoutPanel10.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel10.Name = "flowLayoutPanel10"; this.flowLayoutPanel10.Size = new System.Drawing.Size(191, 34); this.flowLayoutPanel10.TabIndex = 21; // // radioButtonLastBars // this.radioButtonLastBars.AutoSize = true; this.radioButtonLastBars.Location = new System.Drawing.Point(4, 5); this.radioButtonLastBars.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.radioButtonLastBars.Name = "radioButtonLastBars"; this.radioButtonLastBars.Size = new System.Drawing.Size(106, 24); this.radioButtonLastBars.TabIndex = 16; this.radioButtonLastBars.TabStop = true; this.radioButtonLastBars.Text = "Last Bars:"; this.radioButtonLastBars.UseVisualStyleBackColor = true; this.radioButtonLastBars.CheckedChanged += new System.EventHandler(this.radioButtonLastBars_CheckedChanged); // // numericUpDownLastBars // this.numericUpDownLastBars.Location = new System.Drawing.Point(117, 3); this.numericUpDownLastBars.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.numericUpDownLastBars.Name = "numericUpDownLastBars"; this.numericUpDownLastBars.Size = new System.Drawing.Size(71, 26); this.numericUpDownLastBars.TabIndex = 19; // // radioButtonOnlyLastDay // this.radioButtonOnlyLastDay.AutoSize = true; this.radioButtonOnlyLastDay.Location = new System.Drawing.Point(4, 73); this.radioButtonOnlyLastDay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.radioButtonOnlyLastDay.Name = "radioButtonOnlyLastDay"; this.radioButtonOnlyLastDay.Size = new System.Drawing.Size(123, 24); this.radioButtonOnlyLastDay.TabIndex = 15; this.radioButtonOnlyLastDay.TabStop = true; this.radioButtonOnlyLastDay.Text = "Only last day"; this.radioButtonOnlyLastDay.UseVisualStyleBackColor = true; this.radioButtonOnlyLastDay.CheckedChanged += new System.EventHandler(this.RadioButtonOnlyLastDay_CheckedChanged); // // flowLayoutPanel9 // this.flowLayoutPanel9.AutoSize = true; this.flowLayoutPanel9.Controls.Add(this.radioButtonBetweenDates); this.flowLayoutPanel9.Controls.Add(this.dateTimePickerStartDate); this.flowLayoutPanel9.Controls.Add(this.dateTimePickerEndDate); this.flowLayoutPanel9.Location = new System.Drawing.Point(0, 102); this.flowLayoutPanel9.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel9.Name = "flowLayoutPanel9"; this.flowLayoutPanel9.Size = new System.Drawing.Size(717, 36); this.flowLayoutPanel9.TabIndex = 19; // // radioButtonBetweenDates // this.radioButtonBetweenDates.AutoSize = true; this.radioButtonBetweenDates.Location = new System.Drawing.Point(4, 5); this.radioButtonBetweenDates.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.radioButtonBetweenDates.Name = "radioButtonBetweenDates"; this.radioButtonBetweenDates.Size = new System.Drawing.Size(145, 24); this.radioButtonBetweenDates.TabIndex = 16; this.radioButtonBetweenDates.TabStop = true; this.radioButtonBetweenDates.Text = "Between dates:"; this.radioButtonBetweenDates.UseVisualStyleBackColor = true; this.radioButtonBetweenDates.CheckedChanged += new System.EventHandler(this.RadioButton3_CheckedChanged); // // dateTimePickerStartDate // this.dateTimePickerStartDate.CustomFormat = "MMMM dd, yyyy hh:mm:ss tt"; this.dateTimePickerStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePickerStartDate.Location = new System.Drawing.Point(157, 5); this.dateTimePickerStartDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dateTimePickerStartDate.Name = "dateTimePickerStartDate"; this.dateTimePickerStartDate.ShowUpDown = true; this.dateTimePickerStartDate.Size = new System.Drawing.Size(274, 26); this.dateTimePickerStartDate.TabIndex = 17; // // dateTimePickerEndDate // this.dateTimePickerEndDate.CustomFormat = "MMMM dd, yyyy hh:mm:ss tt"; this.dateTimePickerEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePickerEndDate.Location = new System.Drawing.Point(439, 5); this.dateTimePickerEndDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dateTimePickerEndDate.Name = "dateTimePickerEndDate"; this.dateTimePickerEndDate.ShowUpDown = true; this.dateTimePickerEndDate.Size = new System.Drawing.Size(274, 26); this.dateTimePickerEndDate.TabIndex = 18; // // radioButtonShowAllRecords // this.radioButtonShowAllRecords.AutoSize = true; this.radioButtonShowAllRecords.Location = new System.Drawing.Point(4, 143); this.radioButtonShowAllRecords.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.radioButtonShowAllRecords.Name = "radioButtonShowAllRecords"; this.radioButtonShowAllRecords.Size = new System.Drawing.Size(141, 24); this.radioButtonShowAllRecords.TabIndex = 20; this.radioButtonShowAllRecords.TabStop = true; this.radioButtonShowAllRecords.Text = "Return All Bars"; this.radioButtonShowAllRecords.UseVisualStyleBackColor = true; this.radioButtonShowAllRecords.CheckedChanged += new System.EventHandler(this.RadioButtonShowAllRecords_CheckedChanged); // // textBoxDateFieldDescription // this.textBoxDateFieldDescription.Location = new System.Drawing.Point(177, 425); this.textBoxDateFieldDescription.Name = "textBoxDateFieldDescription"; this.textBoxDateFieldDescription.Size = new System.Drawing.Size(222, 26); this.textBoxDateFieldDescription.TabIndex = 17; // // tabPage2 // this.tabPage2.Controls.Add(this.flowLayoutPanel5); this.tabPage2.Location = new System.Drawing.Point(4, 29); this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage2.Size = new System.Drawing.Size(1337, 705); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Symbols"; this.tabPage2.UseVisualStyleBackColor = true; // // flowLayoutPanel5 // this.flowLayoutPanel5.Controls.Add(this.textBox1); this.flowLayoutPanel5.Controls.Add(this.label6); this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel5.Location = new System.Drawing.Point(4, 5); this.flowLayoutPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.flowLayoutPanel5.Name = "flowLayoutPanel5"; this.flowLayoutPanel5.Size = new System.Drawing.Size(1329, 695); this.flowLayoutPanel5.TabIndex = 1; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(4, 5); this.textBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(422, 509); this.textBox1.TabIndex = 0; this.textBox1.Text = "SPY\r\nQQQ\r\nDIA"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(434, 15); this.label6.Margin = new System.Windows.Forms.Padding(4, 15, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(177, 40); this.label6.TabIndex = 1; this.label6.Text = "Use one line per symbol\r\nBlank = all symbols"; // // tabPage4 // this.tabPage4.Controls.Add(this.flowLayoutPanel7); this.tabPage4.Location = new System.Drawing.Point(4, 29); this.tabPage4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage4.Name = "tabPage4"; this.tabPage4.Size = new System.Drawing.Size(1337, 705); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "Window Name"; this.tabPage4.UseVisualStyleBackColor = true; // // flowLayoutPanel7 // this.flowLayoutPanel7.Controls.Add(this.label10); this.flowLayoutPanel7.Controls.Add(this.textBoxWindowName); this.flowLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel7.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel7.Margin = new System.Windows.Forms.Padding(15); this.flowLayoutPanel7.Name = "flowLayoutPanel7"; this.flowLayoutPanel7.Padding = new System.Windows.Forms.Padding(15); this.flowLayoutPanel7.Size = new System.Drawing.Size(1337, 705); this.flowLayoutPanel7.TabIndex = 0; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(19, 23); this.label10.Margin = new System.Windows.Forms.Padding(4, 8, 4, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(111, 20); this.label10.TabIndex = 0; this.label10.Text = "Window Name"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBoxWindowName // this.textBoxWindowName.Location = new System.Drawing.Point(138, 20); this.textBoxWindowName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBoxWindowName.Name = "textBoxWindowName"; this.textBoxWindowName.Size = new System.Drawing.Size(552, 26); this.textBoxWindowName.TabIndex = 1; // // tabPage3 // this.tabPage3.Controls.Add(this.tableLayoutPanel3); this.tabPage3.Location = new System.Drawing.Point(4, 29); this.tabPage3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(1337, 705); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Repeat"; this.tabPage3.UseVisualStyleBackColor = true; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Controls.Add(this.label7, 0, 0); this.tableLayoutPanel3.Controls.Add(this.label8, 0, 1); this.tableLayoutPanel3.Controls.Add(this.checkBoxRepeating, 1, 0); this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel6, 1, 1); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 4; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(1337, 705); this.tableLayoutPanel3.TabIndex = 0; // // label7 // this.label7.AutoSize = true; this.label7.Dock = System.Windows.Forms.DockStyle.Fill; this.label7.Location = new System.Drawing.Point(4, 0); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(137, 34); this.label7.TabIndex = 0; this.label7.Text = "Enable Repeating"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label8 // this.label8.AutoSize = true; this.label8.Dock = System.Windows.Forms.DockStyle.Fill; this.label8.Location = new System.Drawing.Point(4, 34); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(137, 46); this.label8.TabIndex = 1; this.label8.Text = "Repeat Every"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkBoxRepeating // this.checkBoxRepeating.AutoSize = true; this.checkBoxRepeating.Location = new System.Drawing.Point(149, 5); this.checkBoxRepeating.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.checkBoxRepeating.Name = "checkBoxRepeating"; this.checkBoxRepeating.Size = new System.Drawing.Size(163, 24); this.checkBoxRepeating.TabIndex = 2; this.checkBoxRepeating.Text = "Enable Repeating"; this.checkBoxRepeating.UseVisualStyleBackColor = true; // // flowLayoutPanel6 // this.flowLayoutPanel6.AutoSize = true; this.flowLayoutPanel6.Controls.Add(this.numericUpDownRepeatInterval); this.flowLayoutPanel6.Controls.Add(this.label9); this.flowLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel6.Location = new System.Drawing.Point(149, 39); this.flowLayoutPanel6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.flowLayoutPanel6.Name = "flowLayoutPanel6"; this.flowLayoutPanel6.Size = new System.Drawing.Size(1184, 36); this.flowLayoutPanel6.TabIndex = 3; // // numericUpDownRepeatInterval // this.numericUpDownRepeatInterval.Location = new System.Drawing.Point(4, 5); this.numericUpDownRepeatInterval.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.numericUpDownRepeatInterval.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.numericUpDownRepeatInterval.Minimum = new decimal(new int[] { 10, 0, 0, 0}); this.numericUpDownRepeatInterval.Name = "numericUpDownRepeatInterval"; this.numericUpDownRepeatInterval.Size = new System.Drawing.Size(180, 26); this.numericUpDownRepeatInterval.TabIndex = 0; this.numericUpDownRepeatInterval.Value = new decimal(new int[] { 10, 0, 0, 0}); // // label9 // this.label9.AutoSize = true; this.label9.Dock = System.Windows.Forms.DockStyle.Fill; this.label9.Location = new System.Drawing.Point(192, 0); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(69, 36); this.label9.TabIndex = 1; this.label9.Text = "seconds"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanelButtons, 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(4, 5, 4, 5); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(1353, 803); this.tableLayoutPanel1.TabIndex = 1; // // flowLayoutPanelButtons // this.flowLayoutPanelButtons.AutoSize = true; this.flowLayoutPanelButtons.Controls.Add(this.buttonCancel); this.flowLayoutPanelButtons.Controls.Add(this.buttonOk); this.flowLayoutPanelButtons.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelButtons.Location = new System.Drawing.Point(4, 753); this.flowLayoutPanelButtons.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.flowLayoutPanelButtons.Name = "flowLayoutPanelButtons"; this.flowLayoutPanelButtons.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.flowLayoutPanelButtons.Size = new System.Drawing.Size(1345, 45); this.flowLayoutPanelButtons.TabIndex = 1; // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(1229, 5); this.buttonCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(112, 35); this.buttonCancel.TabIndex = 0; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // buttonOk // this.buttonOk.Location = new System.Drawing.Point(1109, 5); this.buttonOk.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(112, 35); this.buttonOk.TabIndex = 1; this.buttonOk.Text = "OK"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.ButtonOk_Click); // // EditOptions // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1353, 803); this.Controls.Add(this.tableLayoutPanel1); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "EditOptions"; this.Text = "Market Explorer Options"; this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.flowLayoutPanel2.ResumeLayout(false); this.flowLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinutesPerCandle)).EndInit(); this.flowLayoutPanel3.ResumeLayout(false); this.flowLayoutPanel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPreMarketMinutes)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPostMarketMinutes)).EndInit(); this.flowLayoutPanel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaxResults)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownInitialBarCount)).EndInit(); this.flowLayoutPanel8.ResumeLayout(false); this.flowLayoutPanel8.PerformLayout(); this.flowLayoutPanel10.ResumeLayout(false); this.flowLayoutPanel10.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLastBars)).EndInit(); this.flowLayoutPanel9.ResumeLayout(false); this.flowLayoutPanel9.PerformLayout(); this.tabPage2.ResumeLayout(false); this.flowLayoutPanel5.ResumeLayout(false); this.flowLayoutPanel5.PerformLayout(); this.tabPage4.ResumeLayout(false); this.flowLayoutPanel7.ResumeLayout(false); this.flowLayoutPanel7.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); this.flowLayoutPanel6.ResumeLayout(false); this.flowLayoutPanel6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRepeatInterval)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.flowLayoutPanelButtons.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Label label5; private System.Windows.Forms.CheckBox checkBoxRemoveBlanks; private System.Windows.Forms.Label labelRemoveBlanks; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.RadioButton radioButtonDaily; private System.Windows.Forms.RadioButton radioButtonIntraday; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; private System.Windows.Forms.NumericUpDown numericUpDownMinutesPerCandle; private System.Windows.Forms.CheckBox checkBoxFirstCandleShorter; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3; private System.Windows.Forms.Label labelPreMarketMinutes; private System.Windows.Forms.NumericUpDown numericUpDownPreMarketMinutes; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown numericUpDownPostMarketMinutes; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4; private System.Windows.Forms.NumericUpDown numericUpDownMaxResults; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label6; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelButtons; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel7; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox textBoxWindowName; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.CheckBox checkBoxRepeating; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6; private System.Windows.Forms.NumericUpDown numericUpDownRepeatInterval; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label11; private System.Windows.Forms.NumericUpDown numericUpDownInitialBarCount; private System.Windows.Forms.Label label12; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel8; private System.Windows.Forms.RadioButton radioButtonOnlyLastBar; private System.Windows.Forms.RadioButton radioButtonOnlyLastDay; private System.Windows.Forms.RadioButton radioButtonBetweenDates; private System.Windows.Forms.DateTimePicker dateTimePickerStartDate; private System.Windows.Forms.DateTimePicker dateTimePickerEndDate; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel9; private System.Windows.Forms.RadioButton radioButtonShowAllRecords; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox textBoxDateFieldDescription; private System.Windows.Forms.RadioButton radioButtonWeekly; private System.Windows.Forms.RadioButton radioButtonMonthly; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel10; private System.Windows.Forms.RadioButton radioButtonLastBars; private System.Windows.Forms.NumericUpDown numericUpDownLastBars; } }