namespace WindowsFormsApplication1 { partial class Form1 { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.minTextBox = new System.Windows.Forms.TextBox(); this.maxTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.button6 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.upDaysValueButton = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // minTextBox // this.minTextBox.Location = new System.Drawing.Point(879, 13); this.minTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.minTextBox.Name = "minTextBox"; this.minTextBox.Size = new System.Drawing.Size(100, 29); this.minTextBox.TabIndex = 0; // // maxTextBox // this.maxTextBox.Location = new System.Drawing.Point(879, 50); this.maxTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.maxTextBox.Name = "maxTextBox"; this.maxTextBox.Size = new System.Drawing.Size(100, 29); this.maxTextBox.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(104, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(54, 22); this.label1.TabIndex = 7; this.label1.Text = "Price"; // // groupBox1 // this.groupBox1.Controls.Add(this.radioButton3); this.groupBox1.Controls.Add(this.radioButton2); this.groupBox1.Controls.Add(this.radioButton1); this.groupBox1.Location = new System.Drawing.Point(833, 312); this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupBox1.Size = new System.Drawing.Size(171, 107); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; this.groupBox1.Text = "View as"; // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Location = new System.Drawing.Point(6, 70); this.radioButton3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(97, 26); this.radioButton3.TabIndex = 9; this.radioButton3.TabStop = true; this.radioButton3.Text = "Formula"; this.radioButton3.UseVisualStyleBackColor = true; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(6, 46); this.radioButton2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(130, 26); this.radioButton2.TabIndex = 1; this.radioButton2.TabStop = true; this.radioButton2.Text = "Market View"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(6, 20); this.radioButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(73, 26); this.radioButton1.TabIndex = 0; this.radioButton1.TabStop = true; this.radioButton1.Text = "Chart"; this.radioButton1.UseVisualStyleBackColor = true; // // button1 // this.button1.Location = new System.Drawing.Point(833, 83); this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(146, 31); this.button1.TabIndex = 9; this.button1.Text = "Expensive"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(833, 122); this.button2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(146, 31); this.button2.TabIndex = 10; this.button2.Text = "Cheap"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Location = new System.Drawing.Point(833, 161); this.button3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(146, 31); this.button3.TabIndex = 11; this.button3.Text = "Normal"; this.button3.UseVisualStyleBackColor = true; // // button4 // this.button4.Location = new System.Drawing.Point(833, 200); this.button4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(146, 31); this.button4.TabIndex = 12; this.button4.Text = "Extreme"; this.button4.UseVisualStyleBackColor = true; // // button5 // this.button5.Location = new System.Drawing.Point(833, 239); this.button5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(146, 31); this.button5.TabIndex = 13; this.button5.Text = "All Stocks"; this.button5.UseVisualStyleBackColor = true; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(14, 695); this.checkBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(84, 26); this.checkBox1.TabIndex = 14; this.checkBox1.Text = "Sound"; this.checkBox1.UseVisualStyleBackColor = true; // // button6 // this.button6.Location = new System.Drawing.Point(104, 692); this.button6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(146, 31); this.button6.TabIndex = 15; this.button6.Text = "Introduction"; this.button6.UseVisualStyleBackColor = true; // // button7 // this.button7.Location = new System.Drawing.Point(408, 692); this.button7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(146, 31); this.button7.TabIndex = 16; this.button7.Text = "button7"; this.button7.UseVisualStyleBackColor = true; // // button8 // this.button8.Location = new System.Drawing.Point(256, 692); this.button8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(146, 31); this.button8.TabIndex = 17; this.button8.Text = "Main Menu"; this.button8.UseVisualStyleBackColor = true; // // button9 // this.button9.Location = new System.Drawing.Point(858, 692); this.button9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(146, 31); this.button9.TabIndex = 18; this.button9.Text = "Quit"; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.button9_Click); // // button10 // this.button10.Location = new System.Drawing.Point(369, 127); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(75, 78); this.button10.TabIndex = 19; this.button10.Text = "show up days"; this.button10.UseVisualStyleBackColor = true; this.button10.Click += new System.EventHandler(this.button10_Click); // // pictureBox3 // this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); this.pictureBox3.Location = new System.Drawing.Point(58, 13); this.pictureBox3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(40, 20); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox3.TabIndex = 6; this.pictureBox3.TabStop = false; // // pictureBox4 // this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); this.pictureBox4.Location = new System.Drawing.Point(12, 13); this.pictureBox4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(40, 20); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox4.TabIndex = 5; this.pictureBox4.TabStop = false; // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(833, 55); this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(40, 20); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox2.TabIndex = 3; this.pictureBox2.TabStop = false; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(833, 15); this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(40, 20); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox1.TabIndex = 2; this.pictureBox1.TabStop = false; // // upDaysValueButton // this.upDaysValueButton.Location = new System.Drawing.Point(450, 127); this.upDaysValueButton.Name = "upDaysValueButton"; this.upDaysValueButton.Size = new System.Drawing.Size(75, 78); this.upDaysValueButton.TabIndex = 20; this.upDaysValueButton.Text = "Up days value"; this.upDaysValueButton.UseVisualStyleBackColor = true; this.upDaysValueButton.Click += new System.EventHandler(this.upDaysValueButton_Click); // // Form1 // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1016, 734); this.Controls.Add(this.upDaysValueButton); this.Controls.Add(this.button10); this.Controls.Add(this.button9); this.Controls.Add(this.button8); this.Controls.Add(this.button7); this.Controls.Add(this.button6); this.Controls.Add(this.checkBox1); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.pictureBox4); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.maxTextBox); this.Controls.Add(this.minTextBox); this.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "Form1"; this.Text = "Form1"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox minTextBox; private System.Windows.Forms.TextBox maxTextBox; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox4; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button10; private System.Windows.Forms.Button upDaysValueButton; } }