namespace TradeIdeas.TIProGUI.CBT
{
partial class ConfigDemoUserControl
{
///
/// 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.label2 = new System.Windows.Forms.Label();
this.maxTextBox = new TradeIdeas.TIProGUI.DelayTextBox();
this.maxPictureBox = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.minTextBox = new TradeIdeas.TIProGUI.DelayTextBox();
this.minPictureBox = new System.Windows.Forms.PictureBox();
this.viewsTabControl = new System.Windows.Forms.TabControl();
((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).BeginInit();
this.SuspendLayout();
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(508, 4);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(27, 13);
this.label2.TabIndex = 14;
this.label2.Text = "Max";
//
// maxTextBox
//
this.maxTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.maxTextBox.Delay = 1000;
this.maxTextBox.Location = new System.Drawing.Point(587, 1);
this.maxTextBox.Name = "maxTextBox";
this.maxTextBox.Size = new System.Drawing.Size(100, 20);
this.maxTextBox.TabIndex = 13;
this.maxTextBox.TextChanged += new System.EventHandler(this.maxTextBox_TextChanged);
//
// maxPictureBox
//
this.maxPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.maxPictureBox.Location = new System.Drawing.Point(541, 1);
this.maxPictureBox.Name = "maxPictureBox";
this.maxPictureBox.Size = new System.Drawing.Size(40, 20);
this.maxPictureBox.TabIndex = 12;
this.maxPictureBox.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(4, 4);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(24, 13);
this.label1.TabIndex = 11;
this.label1.Text = "Min";
//
// minTextBox
//
this.minTextBox.Delay = 1000;
this.minTextBox.Location = new System.Drawing.Point(80, 1);
this.minTextBox.Name = "minTextBox";
this.minTextBox.Size = new System.Drawing.Size(100, 20);
this.minTextBox.TabIndex = 10;
this.minTextBox.TextChanged += new System.EventHandler(this.minTextBox_TextChanged);
//
// minPictureBox
//
this.minPictureBox.Location = new System.Drawing.Point(34, 1);
this.minPictureBox.Name = "minPictureBox";
this.minPictureBox.Size = new System.Drawing.Size(40, 20);
this.minPictureBox.TabIndex = 9;
this.minPictureBox.TabStop = false;
//
// viewsTabControl
//
this.viewsTabControl.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.viewsTabControl.Location = new System.Drawing.Point(0, 29);
this.viewsTabControl.Name = "viewsTabControl";
this.viewsTabControl.SelectedIndex = 0;
this.viewsTabControl.Size = new System.Drawing.Size(690, 283);
this.viewsTabControl.TabIndex = 15;
this.viewsTabControl.SelectedIndexChanged += new System.EventHandler(this.viewsTabControl_SelectedIndexChanged);
//
// ConfigDemoUserControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.viewsTabControl);
this.Controls.Add(this.label2);
this.Controls.Add(this.maxTextBox);
this.Controls.Add(this.maxPictureBox);
this.Controls.Add(this.label1);
this.Controls.Add(this.minTextBox);
this.Controls.Add(this.minPictureBox);
this.Name = "ConfigDemoUserControl";
this.Size = new System.Drawing.Size(690, 312);
((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private DelayTextBox maxTextBox;
private System.Windows.Forms.PictureBox maxPictureBox;
private System.Windows.Forms.Label label1;
private DelayTextBox minTextBox;
private System.Windows.Forms.PictureBox minPictureBox;
private System.Windows.Forms.TabControl viewsTabControl;
}
}