namespace TradeIdeas.TIProGUI.CBT
{
partial class ConfigDemoCurrentYearlyGrowth
{
///
/// 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.trackBarCurrent = 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();
((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarCurrent)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarYear)).BeginInit();
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(50, 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(77, 13);
this.label2.TabIndex = 11;
this.label2.Text = "Current";
//
// trackBarCurrent
//
this.trackBarCurrent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.trackBarCurrent.LargeChange = 1;
this.trackBarCurrent.Location = new System.Drawing.Point(151, 16);
this.trackBarCurrent.Maximum = 100;
this.trackBarCurrent.Name = "trackBarCurrent";
this.trackBarCurrent.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBarCurrent.Size = new System.Drawing.Size(45, 360);
this.trackBarCurrent.TabIndex = 12;
this.trackBarCurrent.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBarCurrent.ValueChanged += new System.EventHandler(this.trackBarCurrent_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 = 100;
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.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
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(28, 13);
this.label5.TabIndex = 16;
this.label5.Text = "10M";
//
// label6
//
this.label6.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(39, 193);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(22, 13);
this.label6.TabIndex = 17;
this.label6.Text = "5M";
//
// 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(261, 92);
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(252, 116);
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;
//
// ConfigDemoCurrentYearlyGrowth
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
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.trackBarCurrent);
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 = "ConfigDemoCurrentYearlyGrowth";
this.Size = new System.Drawing.Size(620, 379);
((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarCurrent)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarYear)).EndInit();
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 trackBarCurrent;
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;
}
}