using System.Drawing;
using System.Windows.Forms;
namespace TIProDevExtension
{
partial class TradeWaveClientTester
{
///
/// 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.btnGetTradeWave = new System.Windows.Forms.Button();
this.txtBoxSymbol = new System.Windows.Forms.TextBox();
this.lblSymbol = new System.Windows.Forms.Label();
this.lblDirection = new System.Windows.Forms.Label();
this.comboBoxDirection = new System.Windows.Forms.ComboBox();
this.txtOutput = new System.Windows.Forms.TextBox();
this.txtTimeframe = new System.Windows.Forms.TextBox();
this.lblTimeframe = new System.Windows.Forms.Label();
this.txtCloudNumber = new System.Windows.Forms.TextBox();
this.lblCloudNumber = new System.Windows.Forms.Label();
this.lblEntry = new System.Windows.Forms.Label();
this.chkBoxCloseAboveTop = new System.Windows.Forms.CheckBox();
this.chkBoxCloseAboveBottom = new System.Windows.Forms.CheckBox();
this.chkBoxPremarket = new System.Windows.Forms.CheckBox();
this.chkBoxPostmarket = new System.Windows.Forms.CheckBox();
this.txtDistanceAboveTop = new System.Windows.Forms.TextBox();
this.lblDistanceAboveTop = new System.Windows.Forms.Label();
this.txtDistanceBetweenBands = new System.Windows.Forms.TextBox();
this.lblDistanceBetweenBands = new System.Windows.Forms.Label();
this.lblExit = new System.Windows.Forms.Label();
this.chkBoxCloseBelowBottom = new System.Windows.Forms.CheckBox();
this.chkBoxCloseBelowTop = new System.Windows.Forms.CheckBox();
this.lblDivider5 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnGetTradeWave
//
this.btnGetTradeWave.Location = new System.Drawing.Point(11, 408);
this.btnGetTradeWave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnGetTradeWave.Name = "btnGetTradeWave";
this.btnGetTradeWave.Size = new System.Drawing.Size(153, 52);
this.btnGetTradeWave.TabIndex = 5;
this.btnGetTradeWave.Text = "Get TradeWave";
this.btnGetTradeWave.UseVisualStyleBackColor = true;
this.btnGetTradeWave.Click += new System.EventHandler(this.btnGetTradeWave_Click);
//
// txtBoxSymbol
//
this.txtBoxSymbol.Location = new System.Drawing.Point(12, 33);
this.txtBoxSymbol.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtBoxSymbol.Name = "txtBoxSymbol";
this.txtBoxSymbol.Size = new System.Drawing.Size(407, 26);
this.txtBoxSymbol.TabIndex = 11;
//
// lblSymbol
//
this.lblSymbol.AutoSize = true;
this.lblSymbol.Location = new System.Drawing.Point(8, 9);
this.lblSymbol.Name = "lblSymbol";
this.lblSymbol.Size = new System.Drawing.Size(61, 20);
this.lblSymbol.TabIndex = 10;
this.lblSymbol.Text = "Symbol";
//
// lblDirection
//
this.lblDirection.AutoSize = true;
this.lblDirection.Location = new System.Drawing.Point(586, 73);
this.lblDirection.Name = "lblDirection";
this.lblDirection.Size = new System.Drawing.Size(72, 20);
this.lblDirection.TabIndex = 12;
this.lblDirection.Text = "Direction";
//
// comboBoxDirection
//
this.comboBoxDirection.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboBoxDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxDirection.FormattingEnabled = true;
this.comboBoxDirection.Items.AddRange(new object[] {
"Long",
"Short"});
this.comboBoxDirection.Location = new System.Drawing.Point(590, 101);
this.comboBoxDirection.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.comboBoxDirection.Name = "comboBoxDirection";
this.comboBoxDirection.Size = new System.Drawing.Size(407, 27);
this.comboBoxDirection.TabIndex = 13;
this.comboBoxDirection.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboBoxDirection_DrawWhiteBackgroundItem);
this.comboBoxDirection.SelectedIndexChanged += new System.EventHandler(this.comboBoxDirection_Changed);
//
// txtOutput
//
this.txtOutput.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.txtOutput.Font = new System.Drawing.Font("Consolas", 10F);
this.txtOutput.Location = new System.Drawing.Point(11, 468);
this.txtOutput.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtOutput.Multiline = true;
this.txtOutput.Name = "txtOutput";
this.txtOutput.ReadOnly = true;
this.txtOutput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtOutput.Size = new System.Drawing.Size(1000, 168);
this.txtOutput.TabIndex = 4;
this.txtOutput.WordWrap = false;
//
// txtTimeframe
//
this.txtTimeframe.Location = new System.Drawing.Point(12, 93);
this.txtTimeframe.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtTimeframe.Name = "txtTimeframe";
this.txtTimeframe.Size = new System.Drawing.Size(407, 26);
this.txtTimeframe.TabIndex = 15;
//
// lblTimeframe
//
this.lblTimeframe.AutoSize = true;
this.lblTimeframe.Location = new System.Drawing.Point(8, 67);
this.lblTimeframe.Name = "lblTimeframe";
this.lblTimeframe.Size = new System.Drawing.Size(84, 20);
this.lblTimeframe.TabIndex = 14;
this.lblTimeframe.Text = "Timeframe";
//
// txtCloudNumber
//
this.txtCloudNumber.Location = new System.Drawing.Point(590, 37);
this.txtCloudNumber.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtCloudNumber.Name = "txtCloudNumber";
this.txtCloudNumber.Size = new System.Drawing.Size(407, 26);
this.txtCloudNumber.TabIndex = 17;
//
// lblCloudNumber
//
this.lblCloudNumber.AutoSize = true;
this.lblCloudNumber.Location = new System.Drawing.Point(586, 9);
this.lblCloudNumber.Name = "lblCloudNumber";
this.lblCloudNumber.Size = new System.Drawing.Size(110, 20);
this.lblCloudNumber.TabIndex = 16;
this.lblCloudNumber.Text = "Cloud Number";
//
// lblEntry
//
this.lblEntry.AutoSize = true;
this.lblEntry.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblEntry.Location = new System.Drawing.Point(8, 181);
this.lblEntry.Name = "lblEntry";
this.lblEntry.Size = new System.Drawing.Size(51, 20);
this.lblEntry.TabIndex = 18;
this.lblEntry.Text = "Entry";
//
// chkBoxCloseAboveTop
//
this.chkBoxCloseAboveTop.AutoSize = true;
this.chkBoxCloseAboveTop.Location = new System.Drawing.Point(12, 213);
this.chkBoxCloseAboveTop.Name = "chkBoxCloseAboveTop";
this.chkBoxCloseAboveTop.Size = new System.Drawing.Size(155, 24);
this.chkBoxCloseAboveTop.TabIndex = 19;
this.chkBoxCloseAboveTop.Text = "Close Above Top";
this.chkBoxCloseAboveTop.UseVisualStyleBackColor = true;
this.chkBoxCloseAboveTop.Checked = true;
//
// chkBoxCloseAboveBottom
//
this.chkBoxCloseAboveBottom.AutoSize = true;
this.chkBoxCloseAboveBottom.Location = new System.Drawing.Point(12, 243);
this.chkBoxCloseAboveBottom.Name = "chkBoxCloseAboveBottom";
this.chkBoxCloseAboveBottom.Size = new System.Drawing.Size(180, 24);
this.chkBoxCloseAboveBottom.TabIndex = 20;
this.chkBoxCloseAboveBottom.Text = "Close Above Bottom";
this.chkBoxCloseAboveBottom.UseVisualStyleBackColor = true;
//
// chkBoxPremarket
//
this.chkBoxPremarket.AutoSize = true;
this.chkBoxPremarket.Location = new System.Drawing.Point(12, 142);
this.chkBoxPremarket.Name = "chkBoxPremarket";
this.chkBoxPremarket.Size = new System.Drawing.Size(108, 24);
this.chkBoxPremarket.TabIndex = 21;
this.chkBoxPremarket.Text = "Premarket";
this.chkBoxPremarket.UseVisualStyleBackColor = true;
//
// chkBoxPostmarket
//
this.chkBoxPostmarket.AutoSize = true;
this.chkBoxPostmarket.Location = new System.Drawing.Point(126, 142);
this.chkBoxPostmarket.Name = "chkBoxPostmarket";
this.chkBoxPostmarket.Size = new System.Drawing.Size(116, 24);
this.chkBoxPostmarket.TabIndex = 22;
this.chkBoxPostmarket.Text = "Postmarket";
this.chkBoxPostmarket.UseVisualStyleBackColor = true;
//
// txtDistanceAboveTop
//
this.txtDistanceAboveTop.Location = new System.Drawing.Point(12, 300);
this.txtDistanceAboveTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtDistanceAboveTop.Name = "txtDistanceAboveTop";
this.txtDistanceAboveTop.Size = new System.Drawing.Size(152, 26);
this.txtDistanceAboveTop.TabIndex = 24;
//
// lblDistanceAboveTop
//
this.lblDistanceAboveTop.AutoSize = true;
this.lblDistanceAboveTop.Location = new System.Drawing.Point(8, 272);
this.lblDistanceAboveTop.Name = "lblDistanceAboveTop";
this.lblDistanceAboveTop.Size = new System.Drawing.Size(357, 20);
this.lblDistanceAboveTop.TabIndex = 23;
this.lblDistanceAboveTop.Text = "Exclude when distance Above Top is greater than";
//
// txtDistanceBetweenBands
//
this.txtDistanceBetweenBands.Location = new System.Drawing.Point(12, 363);
this.txtDistanceBetweenBands.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtDistanceBetweenBands.Name = "txtDistanceBetweenBands";
this.txtDistanceBetweenBands.Size = new System.Drawing.Size(153, 26);
this.txtDistanceBetweenBands.TabIndex = 26;
//
// lblDistanceBetweenBands
//
this.lblDistanceBetweenBands.AutoSize = true;
this.lblDistanceBetweenBands.Location = new System.Drawing.Point(8, 335);
this.lblDistanceBetweenBands.Name = "lblDistanceBetweenBands";
this.lblDistanceBetweenBands.Size = new System.Drawing.Size(367, 20);
this.lblDistanceBetweenBands.TabIndex = 25;
this.lblDistanceBetweenBands.Text = "Exclude when distance between bands is less than";
//
// lblExit
//
this.lblExit.AutoSize = true;
this.lblExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblExit.Location = new System.Drawing.Point(586, 181);
this.lblExit.Name = "lblExit";
this.lblExit.Size = new System.Drawing.Size(39, 20);
this.lblExit.TabIndex = 27;
this.lblExit.Text = "Exit";
//
// chkBoxCloseBelowBottom
//
this.chkBoxCloseBelowBottom.AutoSize = true;
this.chkBoxCloseBelowBottom.Location = new System.Drawing.Point(590, 243);
this.chkBoxCloseBelowBottom.Name = "chkBoxCloseBelowBottom";
this.chkBoxCloseBelowBottom.Size = new System.Drawing.Size(178, 24);
this.chkBoxCloseBelowBottom.TabIndex = 29;
this.chkBoxCloseBelowBottom.Text = "Close Below Bottom";
this.chkBoxCloseBelowBottom.UseVisualStyleBackColor = true;
//
// chkBoxCloseBelowTop
//
this.chkBoxCloseBelowTop.AutoSize = true;
this.chkBoxCloseBelowTop.Location = new System.Drawing.Point(590, 213);
this.chkBoxCloseBelowTop.Name = "chkBoxCloseBelowTop";
this.chkBoxCloseBelowTop.Size = new System.Drawing.Size(153, 24);
this.chkBoxCloseBelowTop.TabIndex = 28;
this.chkBoxCloseBelowTop.Text = "Close Below Top";
this.chkBoxCloseBelowTop.UseVisualStyleBackColor = true;
//
// lblDivider5
//
this.lblDivider5.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.lblDivider5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lblDivider5.Location = new System.Drawing.Point(512, 9);
this.lblDivider5.Name = "lblDivider5";
this.lblDivider5.Size = new System.Drawing.Size(1, 448);
this.lblDivider5.TabIndex = 37;
//
// TradeWaveClient
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1024, 649);
this.Controls.Add(this.lblDivider5);
this.Controls.Add(this.chkBoxCloseBelowBottom);
this.Controls.Add(this.chkBoxCloseBelowTop);
this.Controls.Add(this.lblExit);
this.Controls.Add(this.txtDistanceBetweenBands);
this.Controls.Add(this.lblDistanceBetweenBands);
this.Controls.Add(this.txtDistanceAboveTop);
this.Controls.Add(this.lblDistanceAboveTop);
this.Controls.Add(this.chkBoxPostmarket);
this.Controls.Add(this.chkBoxPremarket);
this.Controls.Add(this.chkBoxCloseAboveBottom);
this.Controls.Add(this.chkBoxCloseAboveTop);
this.Controls.Add(this.lblEntry);
this.Controls.Add(this.txtCloudNumber);
this.Controls.Add(this.lblCloudNumber);
this.Controls.Add(this.txtTimeframe);
this.Controls.Add(this.lblTimeframe);
this.Controls.Add(this.comboBoxDirection);
this.Controls.Add(this.lblDirection);
this.Controls.Add(this.txtBoxSymbol);
this.Controls.Add(this.lblSymbol);
this.Controls.Add(this.btnGetTradeWave);
this.Controls.Add(this.txtOutput);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "TradeWaveClient";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "TradeWaveClient";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnGetTradeWave;
private TextBox txtBoxSymbol;
private Label lblSymbol;
private Label lblDirection;
private ComboBox comboBoxDirection;
private TextBox txtOutput;
private TextBox txtTimeframe;
private Label lblTimeframe;
private TextBox txtCloudNumber;
private Label lblCloudNumber;
private Label lblEntry;
private CheckBox chkBoxCloseAboveTop;
private CheckBox chkBoxCloseAboveBottom;
private CheckBox chkBoxPremarket;
private CheckBox chkBoxPostmarket;
private TextBox txtDistanceAboveTop;
private Label lblDistanceAboveTop;
private TextBox txtDistanceBetweenBands;
private Label lblDistanceBetweenBands;
private Label lblExit;
private CheckBox chkBoxCloseBelowBottom;
private CheckBox chkBoxCloseBelowTop;
private Label lblDivider5;
}
}