namespace TradeIdeas.TIProGUI.CBT
{
partial class ConfigDemoUpVsDown
{
///
/// 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.minUpTextBox = new System.Windows.Forms.TextBox();
this.maxUpTextBox = new System.Windows.Forms.TextBox();
this.minDownTextBox = new System.Windows.Forms.TextBox();
this.maxDownTextBox = new System.Windows.Forms.TextBox();
this.minUpLabel = new System.Windows.Forms.Label();
this.maxUpLabel = new System.Windows.Forms.Label();
this.minDownLabel = new System.Windows.Forms.Label();
this.maxDownLabel = new System.Windows.Forms.Label();
this.flipButton = new System.Windows.Forms.Button();
this.warningLabel = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// minUpTextBox
//
this.minUpTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.minUpTextBox.Location = new System.Drawing.Point(183, 3);
this.minUpTextBox.Name = "minUpTextBox";
this.minUpTextBox.Size = new System.Drawing.Size(100, 20);
this.minUpTextBox.TabIndex = 0;
this.minUpTextBox.TextChanged += new System.EventHandler(this.minUpTextBox_TextChanged);
//
// maxUpTextBox
//
this.maxUpTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.maxUpTextBox.Location = new System.Drawing.Point(183, 29);
this.maxUpTextBox.Name = "maxUpTextBox";
this.maxUpTextBox.Size = new System.Drawing.Size(100, 20);
this.maxUpTextBox.TabIndex = 1;
this.maxUpTextBox.TextChanged += new System.EventHandler(this.maxUpTextBox_TextChanged);
//
// minDownTextBox
//
this.minDownTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.minDownTextBox.Location = new System.Drawing.Point(183, 55);
this.minDownTextBox.Name = "minDownTextBox";
this.minDownTextBox.Size = new System.Drawing.Size(100, 20);
this.minDownTextBox.TabIndex = 2;
this.minDownTextBox.TextChanged += new System.EventHandler(this.minDownTextBox_TextChanged);
//
// maxDownTextBox
//
this.maxDownTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.maxDownTextBox.Location = new System.Drawing.Point(183, 81);
this.maxDownTextBox.Name = "maxDownTextBox";
this.maxDownTextBox.Size = new System.Drawing.Size(100, 20);
this.maxDownTextBox.TabIndex = 3;
this.maxDownTextBox.TextChanged += new System.EventHandler(this.maxDownTextBox_TextChanged);
//
// minUpLabel
//
this.minUpLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.minUpLabel.AutoEllipsis = true;
this.minUpLabel.Location = new System.Drawing.Point(3, 6);
this.minUpLabel.Name = "minUpLabel";
this.minUpLabel.Size = new System.Drawing.Size(174, 13);
this.minUpLabel.TabIndex = 4;
this.minUpLabel.Text = "label1";
this.minUpLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// maxUpLabel
//
this.maxUpLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.maxUpLabel.AutoEllipsis = true;
this.maxUpLabel.Location = new System.Drawing.Point(3, 32);
this.maxUpLabel.Name = "maxUpLabel";
this.maxUpLabel.Size = new System.Drawing.Size(174, 13);
this.maxUpLabel.TabIndex = 5;
this.maxUpLabel.Text = "label2";
this.maxUpLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// minDownLabel
//
this.minDownLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.minDownLabel.AutoEllipsis = true;
this.minDownLabel.Location = new System.Drawing.Point(3, 58);
this.minDownLabel.Name = "minDownLabel";
this.minDownLabel.Size = new System.Drawing.Size(174, 13);
this.minDownLabel.TabIndex = 6;
this.minDownLabel.Text = "label3";
this.minDownLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// maxDownLabel
//
this.maxDownLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.maxDownLabel.AutoEllipsis = true;
this.maxDownLabel.Location = new System.Drawing.Point(3, 84);
this.maxDownLabel.Name = "maxDownLabel";
this.maxDownLabel.Size = new System.Drawing.Size(174, 13);
this.maxDownLabel.TabIndex = 7;
this.maxDownLabel.Text = "label4";
this.maxDownLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// flipButton
//
this.flipButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.flipButton.Location = new System.Drawing.Point(208, 107);
this.flipButton.Name = "flipButton";
this.flipButton.Size = new System.Drawing.Size(75, 23);
this.flipButton.TabIndex = 8;
this.flipButton.Text = "Flip";
this.flipButton.UseVisualStyleBackColor = true;
this.flipButton.Click += new System.EventHandler(this.flipButton_Click);
//
// warningLabel
//
this.warningLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.warningLabel.AutoEllipsis = true;
this.warningLabel.ForeColor = System.Drawing.Color.Red;
this.warningLabel.Location = new System.Drawing.Point(6, 112);
this.warningLabel.Name = "warningLabel";
this.warningLabel.Size = new System.Drawing.Size(196, 13);
this.warningLabel.TabIndex = 9;
this.warningLabel.Text = "Values should be between 0 and 100 for this filter.";
this.warningLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.warningLabel.Visible = false;
//
// ConfigDemoUpVsDown
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.warningLabel);
this.Controls.Add(this.flipButton);
this.Controls.Add(this.maxDownLabel);
this.Controls.Add(this.minDownLabel);
this.Controls.Add(this.maxUpLabel);
this.Controls.Add(this.minUpLabel);
this.Controls.Add(this.maxDownTextBox);
this.Controls.Add(this.minDownTextBox);
this.Controls.Add(this.maxUpTextBox);
this.Controls.Add(this.minUpTextBox);
this.Name = "ConfigDemoUpVsDown";
this.Size = new System.Drawing.Size(286, 133);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox minUpTextBox;
private System.Windows.Forms.TextBox maxUpTextBox;
private System.Windows.Forms.TextBox minDownTextBox;
private System.Windows.Forms.TextBox maxDownTextBox;
private System.Windows.Forms.Label minUpLabel;
private System.Windows.Forms.Label maxUpLabel;
private System.Windows.Forms.Label minDownLabel;
private System.Windows.Forms.Label maxDownLabel;
private System.Windows.Forms.Button flipButton;
private System.Windows.Forms.Label warningLabel;
}
}