namespace TradeIdeas.TIProGUI
{
partial class CompareCountConfig
{
///
/// 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.groupBox1 = new System.Windows.Forms.GroupBox();
this.button2 = new System.Windows.Forms.Button();
this.btnConfigGreen = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnRedCollaborate = new System.Windows.Forms.Button();
this.btnConfigRed = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.trackBar1 = new System.Windows.Forms.TrackBar();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.trackBarThickEMA = new System.Windows.Forms.TrackBar();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.trackBarThinEMA = new System.Windows.Forms.TrackBar();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarThickEMA)).BeginInit();
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarThinEMA)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.btnConfigGreen);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(170, 48);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Green Data";
//
// button2
//
this.button2.Location = new System.Drawing.Point(87, 19);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 2;
this.button2.Text = "Collaborate";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.btnGreenCollaborate);
//
// btnConfigGreen
//
this.btnConfigGreen.Location = new System.Drawing.Point(6, 19);
this.btnConfigGreen.Name = "btnConfigGreen";
this.btnConfigGreen.Size = new System.Drawing.Size(75, 23);
this.btnConfigGreen.TabIndex = 1;
this.btnConfigGreen.Text = "Configure";
this.btnConfigGreen.UseVisualStyleBackColor = true;
this.btnConfigGreen.Click += new System.EventHandler(this.btnConfigGreen_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnRedCollaborate);
this.groupBox2.Controls.Add(this.btnConfigRed);
this.groupBox2.Location = new System.Drawing.Point(188, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(170, 48);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Red Data";
//
// btnRedCollaborate
//
this.btnRedCollaborate.Location = new System.Drawing.Point(87, 19);
this.btnRedCollaborate.Name = "btnRedCollaborate";
this.btnRedCollaborate.Size = new System.Drawing.Size(75, 23);
this.btnRedCollaborate.TabIndex = 2;
this.btnRedCollaborate.Text = "Collaborate";
this.btnRedCollaborate.UseVisualStyleBackColor = true;
this.btnRedCollaborate.Click += new System.EventHandler(this.btnRedCollaborate_Click);
//
// btnConfigRed
//
this.btnConfigRed.Location = new System.Drawing.Point(6, 19);
this.btnConfigRed.Name = "btnConfigRed";
this.btnConfigRed.Size = new System.Drawing.Size(75, 23);
this.btnConfigRed.TabIndex = 1;
this.btnConfigRed.Text = "Configure";
this.btnConfigRed.UseVisualStyleBackColor = true;
this.btnConfigRed.Click += new System.EventHandler(this.btnConfigRed_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Controls.Add(this.trackBar1);
this.groupBox3.Location = new System.Drawing.Point(12, 66);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(346, 104);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Update Speed";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 80);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(163, 13);
this.label3.TabIndex = 7;
this.label3.Text = "One data point every N seconds.";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(257, 16);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(81, 13);
this.label2.TabIndex = 6;
this.label2.Text = "More History -->";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(79, 13);
this.label1.TabIndex = 5;
this.label1.Text = "<-- More details";
//
// trackBar1
//
this.trackBar1.Location = new System.Drawing.Point(6, 32);
this.trackBar1.Maximum = 120;
this.trackBar1.Minimum = 5;
this.trackBar1.Name = "trackBar1";
this.trackBar1.Size = new System.Drawing.Size(332, 45);
this.trackBar1.TabIndex = 4;
this.trackBar1.TickFrequency = 5;
this.trackBar1.Value = 5;
this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.label4);
this.groupBox4.Controls.Add(this.label5);
this.groupBox4.Controls.Add(this.label6);
this.groupBox4.Controls.Add(this.trackBarThickEMA);
this.groupBox4.Location = new System.Drawing.Point(12, 176);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(346, 104);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Thick EMA";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 80);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(72, 13);
this.label4.TabIndex = 7;
this.label4.Text = "X periods, Y%";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(287, 16);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(51, 13);
this.label5.TabIndex = 6;
this.label5.Text = "Faster -->";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 16);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(67, 13);
this.label6.TabIndex = 5;
this.label6.Text = "<-- Smoother";
//
// trackBarThickEMA
//
this.trackBarThickEMA.Location = new System.Drawing.Point(6, 32);
this.trackBarThickEMA.Maximum = 100;
this.trackBarThickEMA.Minimum = 1;
this.trackBarThickEMA.Name = "trackBarThickEMA";
this.trackBarThickEMA.Size = new System.Drawing.Size(332, 45);
this.trackBarThickEMA.TabIndex = 4;
this.trackBarThickEMA.TickFrequency = 10;
this.trackBarThickEMA.Value = 1;
this.trackBarThickEMA.Scroll += new System.EventHandler(this.trackBarThickEMA_Scroll);
//
// groupBox5
//
this.groupBox5.Controls.Add(this.label7);
this.groupBox5.Controls.Add(this.label8);
this.groupBox5.Controls.Add(this.label9);
this.groupBox5.Controls.Add(this.trackBarThinEMA);
this.groupBox5.Location = new System.Drawing.Point(12, 286);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(346, 104);
this.groupBox5.TabIndex = 4;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Thin EMA";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 80);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(72, 13);
this.label7.TabIndex = 7;
this.label7.Text = "X periods, Y%";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(287, 16);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(51, 13);
this.label8.TabIndex = 6;
this.label8.Text = "Faster -->";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(6, 16);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(67, 13);
this.label9.TabIndex = 5;
this.label9.Text = "<-- Smoother";
//
// trackBarThinEMA
//
this.trackBarThinEMA.Location = new System.Drawing.Point(6, 32);
this.trackBarThinEMA.Maximum = 100;
this.trackBarThinEMA.Minimum = 1;
this.trackBarThinEMA.Name = "trackBarThinEMA";
this.trackBarThinEMA.Size = new System.Drawing.Size(332, 45);
this.trackBarThinEMA.TabIndex = 4;
this.trackBarThinEMA.TickFrequency = 10;
this.trackBarThinEMA.Value = 1;
this.trackBarThinEMA.Scroll += new System.EventHandler(this.trackBarThinEMA_Scroll);
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnOK.Enabled = false;
this.btnOK.Location = new System.Drawing.Point(99, 416);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 5;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(194, 416);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 6;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// CompareCountConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(366, 455);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "CompareCountConfig";
this.Text = "Compare Count Config";
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarThickEMA)).EndInit();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarThinEMA)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button btnConfigGreen;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnRedCollaborate;
private System.Windows.Forms.Button btnConfigRed;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TrackBar trackBar1;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TrackBar trackBarThickEMA;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TrackBar trackBarThinEMA;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
}
}