namespace TradeIdeas.TIProGUI.CBT
{
partial class ConfigDemoQuarterlyEarningsGrowth
{
///
/// 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.maxPictureBox = new System.Windows.Forms.PictureBox();
this.minPictureBox = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.trackBarQuarter = new System.Windows.Forms.TrackBar();
this.trackBarYear = new System.Windows.Forms.TrackBar();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.lblCalc = new System.Windows.Forms.Label();
this.minRadioButton = new System.Windows.Forms.RadioButton();
this.maxRadioButton = new System.Windows.Forms.RadioButton();
this.lblError = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.rdoBillion = new System.Windows.Forms.RadioButton();
this.rdoMillion = new System.Windows.Forms.RadioButton();
this.rdoThousand = new System.Windows.Forms.RadioButton();
this.rdoHundred = new System.Windows.Forms.RadioButton();
((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarQuarter)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarYear)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// maxPictureBox
//
this.maxPictureBox.Location = new System.Drawing.Point(255, 42);
this.maxPictureBox.Name = "maxPictureBox";
this.maxPictureBox.Size = new System.Drawing.Size(40, 20);
this.maxPictureBox.TabIndex = 9;
this.maxPictureBox.TabStop = false;
//
// minPictureBox
//
this.minPictureBox.Location = new System.Drawing.Point(255, 19);
this.minPictureBox.Name = "minPictureBox";
this.minPictureBox.Size = new System.Drawing.Size(40, 20);
this.minPictureBox.TabIndex = 8;
this.minPictureBox.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(58, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 13);
this.label1.TabIndex = 10;
this.label1.Text = "Last year ($)";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(137, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(92, 13);
this.label2.TabIndex = 11;
this.label2.Text = "Current quarter ($)";
//
// trackBarQuarter
//
this.trackBarQuarter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.trackBarQuarter.LargeChange = 1;
this.trackBarQuarter.Location = new System.Drawing.Point(151, 16);
this.trackBarQuarter.Maximum = 1000;
this.trackBarQuarter.Name = "trackBarQuarter";
this.trackBarQuarter.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBarQuarter.Size = new System.Drawing.Size(45, 360);
this.trackBarQuarter.TabIndex = 12;
this.trackBarQuarter.TickFrequency = 10;
this.trackBarQuarter.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBarQuarter.Scroll += new System.EventHandler(this.trackBarQuarter_Scroll);
this.trackBarQuarter.ValueChanged += new System.EventHandler(this.trackBarQuarter_ValueChanged);
//
// trackBarYear
//
this.trackBarYear.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.trackBarYear.LargeChange = 1;
this.trackBarYear.Location = new System.Drawing.Point(61, 16);
this.trackBarYear.Maximum = 1000;
this.trackBarYear.Name = "trackBarYear";
this.trackBarYear.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBarYear.Size = new System.Drawing.Size(45, 360);
this.trackBarYear.TabIndex = 13;
this.trackBarYear.TickFrequency = 10;
this.trackBarYear.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
this.trackBarYear.Scroll += new System.EventHandler(this.trackBarYear_Scroll);
this.trackBarYear.ValueChanged += new System.EventHandler(this.trackBarYear_ValueChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(33, 26);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(20, 13);
this.label5.TabIndex = 16;
this.label5.Text = "1K";
//
// label6
//
this.label6.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(33, 193);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(25, 13);
this.label6.TabIndex = 17;
this.label6.Text = "500";
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(42, 353);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(13, 13);
this.label7.TabIndex = 18;
this.label7.Text = "0";
//
// lblCalc
//
this.lblCalc.AutoSize = true;
this.lblCalc.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCalc.Location = new System.Drawing.Point(202, 168);
this.lblCalc.Name = "lblCalc";
this.lblCalc.Size = new System.Drawing.Size(0, 24);
this.lblCalc.TabIndex = 19;
//
// minRadioButton
//
this.minRadioButton.AutoSize = true;
this.minRadioButton.Checked = true;
this.minRadioButton.Location = new System.Drawing.Point(301, 22);
this.minRadioButton.Name = "minRadioButton";
this.minRadioButton.Size = new System.Drawing.Size(42, 17);
this.minRadioButton.TabIndex = 6;
this.minRadioButton.TabStop = true;
this.minRadioButton.Text = "Min";
this.minRadioButton.UseVisualStyleBackColor = true;
this.minRadioButton.CheckedChanged += new System.EventHandler(this.minRadioButton_CheckedChanged);
//
// maxRadioButton
//
this.maxRadioButton.AutoSize = true;
this.maxRadioButton.Location = new System.Drawing.Point(301, 42);
this.maxRadioButton.Name = "maxRadioButton";
this.maxRadioButton.Size = new System.Drawing.Size(45, 17);
this.maxRadioButton.TabIndex = 7;
this.maxRadioButton.Text = "Max";
this.maxRadioButton.UseVisualStyleBackColor = true;
this.maxRadioButton.CheckedChanged += new System.EventHandler(this.maxRadioButton_CheckedChanged);
//
// lblError
//
this.lblError.AutoSize = true;
this.lblError.ForeColor = System.Drawing.Color.Red;
this.lblError.Location = new System.Drawing.Point(203, 205);
this.lblError.Name = "lblError";
this.lblError.Size = new System.Drawing.Size(219, 13);
this.lblError.TabIndex = 20;
this.lblError.Text = "ERROR: Cannot have value less than -100%";
this.lblError.Visible = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.rdoBillion);
this.groupBox1.Controls.Add(this.rdoMillion);
this.groupBox1.Controls.Add(this.rdoThousand);
this.groupBox1.Controls.Add(this.rdoHundred);
this.groupBox1.Location = new System.Drawing.Point(387, 16);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 118);
this.groupBox1.TabIndex = 21;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Choose your units:";
//
// rdoBillion
//
this.rdoBillion.AutoSize = true;
this.rdoBillion.Location = new System.Drawing.Point(16, 92);
this.rdoBillion.Name = "rdoBillion";
this.rdoBillion.Size = new System.Drawing.Size(52, 17);
this.rdoBillion.TabIndex = 3;
this.rdoBillion.Text = "Billion";
this.rdoBillion.UseVisualStyleBackColor = true;
this.rdoBillion.CheckedChanged += new System.EventHandler(this.rdoUnits_CheckedChanged);
//
// rdoMillion
//
this.rdoMillion.AutoSize = true;
this.rdoMillion.Location = new System.Drawing.Point(16, 68);
this.rdoMillion.Name = "rdoMillion";
this.rdoMillion.Size = new System.Drawing.Size(54, 17);
this.rdoMillion.TabIndex = 2;
this.rdoMillion.TabStop = true;
this.rdoMillion.Text = "Million";
this.rdoMillion.UseVisualStyleBackColor = true;
this.rdoMillion.CheckedChanged += new System.EventHandler(this.rdoUnits_CheckedChanged);
//
// rdoThousand
//
this.rdoThousand.AutoSize = true;
this.rdoThousand.Checked = true;
this.rdoThousand.Location = new System.Drawing.Point(16, 44);
this.rdoThousand.Name = "rdoThousand";
this.rdoThousand.Size = new System.Drawing.Size(73, 17);
this.rdoThousand.TabIndex = 1;
this.rdoThousand.TabStop = true;
this.rdoThousand.Text = "Thousand";
this.rdoThousand.UseVisualStyleBackColor = true;
this.rdoThousand.CheckedChanged += new System.EventHandler(this.rdoUnits_CheckedChanged);
//
// rdoHundred
//
this.rdoHundred.AutoSize = true;
this.rdoHundred.Location = new System.Drawing.Point(16, 20);
this.rdoHundred.Name = "rdoHundred";
this.rdoHundred.Size = new System.Drawing.Size(66, 17);
this.rdoHundred.TabIndex = 0;
this.rdoHundred.TabStop = true;
this.rdoHundred.Text = "Hundred";
this.rdoHundred.UseVisualStyleBackColor = true;
this.rdoHundred.CheckedChanged += new System.EventHandler(this.rdoUnits_CheckedChanged);
//
// ConfigDemoQuarterlyEarningsGrowth
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.lblError);
this.Controls.Add(this.lblCalc);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.trackBarYear);
this.Controls.Add(this.trackBarQuarter);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.maxPictureBox);
this.Controls.Add(this.minPictureBox);
this.Controls.Add(this.maxRadioButton);
this.Controls.Add(this.minRadioButton);
this.Name = "ConfigDemoQuarterlyEarningsGrowth";
this.Size = new System.Drawing.Size(620, 379);
((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarQuarter)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarYear)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox maxPictureBox;
private System.Windows.Forms.PictureBox minPictureBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TrackBar trackBarQuarter;
private System.Windows.Forms.TrackBar trackBarYear;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label lblCalc;
private System.Windows.Forms.RadioButton minRadioButton;
private System.Windows.Forms.RadioButton maxRadioButton;
private System.Windows.Forms.Label lblError;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton rdoBillion;
private System.Windows.Forms.RadioButton rdoMillion;
private System.Windows.Forms.RadioButton rdoThousand;
private System.Windows.Forms.RadioButton rdoHundred;
}
}