namespace WindowsFormsApplication1
{
partial class UpDaysValue
{
///
/// 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.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.trackBar1 = new System.Windows.Forms.TrackBar();
this.trackBar2 = new System.Windows.Forms.TrackBar();
this.trackBar3 = new System.Windows.Forms.TrackBar();
this.trackBar4 = new System.Windows.Forms.TrackBar();
this.trackBar5 = new System.Windows.Forms.TrackBar();
this.trackBar6 = new System.Windows.Forms.TrackBar();
this.trackBar7 = new System.Windows.Forms.TrackBar();
this.trackBar8 = new System.Windows.Forms.TrackBar();
this.trackBar9 = new System.Windows.Forms.TrackBar();
this.trackBar10 = new System.Windows.Forms.TrackBar();
this.trackBar11 = new System.Windows.Forms.TrackBar();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.pictureBox7 = new System.Windows.Forms.PictureBox();
this.pictureBox8 = new System.Windows.Forms.PictureBox();
this.pictureBox9 = new System.Windows.Forms.PictureBox();
this.pictureBox10 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar10)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar11)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
this.SuspendLayout();
//
// button3
//
this.button3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button3.Location = new System.Drawing.Point(857, 137);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(147, 48);
this.button3.TabIndex = 14;
this.button3.Text = "Flat";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button2.Location = new System.Drawing.Point(857, 81);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(147, 48);
this.button2.TabIndex = 13;
this.button2.Text = "Down 3 days";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.Location = new System.Drawing.Point(857, 27);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(147, 48);
this.button1.TabIndex = 12;
this.button1.Text = "Up 5 days";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// trackBar1
//
this.trackBar1.LargeChange = 2;
this.trackBar1.Location = new System.Drawing.Point(115, 40);
this.trackBar1.Name = "trackBar1";
this.trackBar1.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar1.Size = new System.Drawing.Size(45, 361);
this.trackBar1.TabIndex = 15;
this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
//
// trackBar2
//
this.trackBar2.Location = new System.Drawing.Point(486, 315);
this.trackBar2.Name = "trackBar2";
this.trackBar2.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar2.Size = new System.Drawing.Size(45, 0);
this.trackBar2.TabIndex = 16;
//
// trackBar3
//
this.trackBar3.LargeChange = 2;
this.trackBar3.Location = new System.Drawing.Point(166, 40);
this.trackBar3.Name = "trackBar3";
this.trackBar3.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar3.Size = new System.Drawing.Size(45, 361);
this.trackBar3.TabIndex = 17;
this.trackBar3.ValueChanged += new System.EventHandler(this.trackBar3_ValueChanged);
//
// trackBar4
//
this.trackBar4.LargeChange = 2;
this.trackBar4.Location = new System.Drawing.Point(217, 40);
this.trackBar4.Name = "trackBar4";
this.trackBar4.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar4.Size = new System.Drawing.Size(45, 361);
this.trackBar4.TabIndex = 18;
this.trackBar4.ValueChanged += new System.EventHandler(this.trackBar4_ValueChanged);
//
// trackBar5
//
this.trackBar5.LargeChange = 2;
this.trackBar5.Location = new System.Drawing.Point(268, 40);
this.trackBar5.Name = "trackBar5";
this.trackBar5.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar5.Size = new System.Drawing.Size(45, 361);
this.trackBar5.TabIndex = 19;
this.trackBar5.ValueChanged += new System.EventHandler(this.trackBar5_ValueChanged);
//
// trackBar6
//
this.trackBar6.LargeChange = 2;
this.trackBar6.Location = new System.Drawing.Point(319, 40);
this.trackBar6.Name = "trackBar6";
this.trackBar6.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar6.Size = new System.Drawing.Size(45, 361);
this.trackBar6.TabIndex = 20;
this.trackBar6.ValueChanged += new System.EventHandler(this.trackBar6_ValueChanged);
//
// trackBar7
//
this.trackBar7.LargeChange = 2;
this.trackBar7.Location = new System.Drawing.Point(370, 40);
this.trackBar7.Name = "trackBar7";
this.trackBar7.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar7.Size = new System.Drawing.Size(45, 361);
this.trackBar7.TabIndex = 21;
this.trackBar7.ValueChanged += new System.EventHandler(this.trackBar7_ValueChanged);
//
// trackBar8
//
this.trackBar8.LargeChange = 2;
this.trackBar8.Location = new System.Drawing.Point(421, 40);
this.trackBar8.Name = "trackBar8";
this.trackBar8.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar8.Size = new System.Drawing.Size(45, 361);
this.trackBar8.TabIndex = 22;
this.trackBar8.ValueChanged += new System.EventHandler(this.trackBar8_ValueChanged);
//
// trackBar9
//
this.trackBar9.LargeChange = 2;
this.trackBar9.Location = new System.Drawing.Point(472, 40);
this.trackBar9.Name = "trackBar9";
this.trackBar9.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar9.Size = new System.Drawing.Size(45, 361);
this.trackBar9.TabIndex = 23;
this.trackBar9.ValueChanged += new System.EventHandler(this.trackBar9_ValueChanged);
//
// trackBar10
//
this.trackBar10.LargeChange = 2;
this.trackBar10.Location = new System.Drawing.Point(523, 40);
this.trackBar10.Name = "trackBar10";
this.trackBar10.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar10.Size = new System.Drawing.Size(45, 361);
this.trackBar10.TabIndex = 24;
this.trackBar10.ValueChanged += new System.EventHandler(this.trackBar10_ValueChanged);
//
// trackBar11
//
this.trackBar11.LargeChange = 2;
this.trackBar11.Location = new System.Drawing.Point(574, 40);
this.trackBar11.Name = "trackBar11";
this.trackBar11.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar11.Size = new System.Drawing.Size(45, 361);
this.trackBar11.TabIndex = 25;
this.trackBar11.ValueChanged += new System.EventHandler(this.trackBar11_ValueChanged);
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(115, 655);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(22, 15);
this.pictureBox1.TabIndex = 26;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Location = new System.Drawing.Point(166, 655);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(22, 55);
this.pictureBox2.TabIndex = 27;
this.pictureBox2.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.Location = new System.Drawing.Point(217, 655);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(22, 45);
this.pictureBox3.TabIndex = 28;
this.pictureBox3.TabStop = false;
//
// pictureBox4
//
this.pictureBox4.Location = new System.Drawing.Point(268, 655);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(22, 35);
this.pictureBox4.TabIndex = 29;
this.pictureBox4.TabStop = false;
//
// pictureBox5
//
this.pictureBox5.Location = new System.Drawing.Point(319, 655);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(22, 49);
this.pictureBox5.TabIndex = 30;
this.pictureBox5.TabStop = false;
//
// pictureBox6
//
this.pictureBox6.Location = new System.Drawing.Point(370, 655);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(22, 70);
this.pictureBox6.TabIndex = 31;
this.pictureBox6.TabStop = false;
//
// pictureBox7
//
this.pictureBox7.Location = new System.Drawing.Point(421, 655);
this.pictureBox7.Name = "pictureBox7";
this.pictureBox7.Size = new System.Drawing.Size(22, 20);
this.pictureBox7.TabIndex = 32;
this.pictureBox7.TabStop = false;
//
// pictureBox8
//
this.pictureBox8.Location = new System.Drawing.Point(472, 655);
this.pictureBox8.Name = "pictureBox8";
this.pictureBox8.Size = new System.Drawing.Size(22, 35);
this.pictureBox8.TabIndex = 33;
this.pictureBox8.TabStop = false;
//
// pictureBox9
//
this.pictureBox9.Location = new System.Drawing.Point(523, 655);
this.pictureBox9.Name = "pictureBox9";
this.pictureBox9.Size = new System.Drawing.Size(22, 49);
this.pictureBox9.TabIndex = 34;
this.pictureBox9.TabStop = false;
//
// pictureBox10
//
this.pictureBox10.Location = new System.Drawing.Point(574, 655);
this.pictureBox10.Name = "pictureBox10";
this.pictureBox10.Size = new System.Drawing.Size(22, 60);
this.pictureBox10.TabIndex = 35;
this.pictureBox10.TabStop = false;
//
// UpDaysValue
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1016, 734);
this.Controls.Add(this.pictureBox10);
this.Controls.Add(this.pictureBox9);
this.Controls.Add(this.pictureBox8);
this.Controls.Add(this.pictureBox7);
this.Controls.Add(this.pictureBox6);
this.Controls.Add(this.pictureBox5);
this.Controls.Add(this.pictureBox4);
this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.trackBar11);
this.Controls.Add(this.trackBar10);
this.Controls.Add(this.trackBar9);
this.Controls.Add(this.trackBar8);
this.Controls.Add(this.trackBar7);
this.Controls.Add(this.trackBar6);
this.Controls.Add(this.trackBar5);
this.Controls.Add(this.trackBar4);
this.Controls.Add(this.trackBar3);
this.Controls.Add(this.trackBar2);
this.Controls.Add(this.trackBar1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Name = "UpDaysValue";
this.Text = "UpDaysValue";
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar10)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar11)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TrackBar trackBar1;
private System.Windows.Forms.TrackBar trackBar2;
private System.Windows.Forms.TrackBar trackBar3;
private System.Windows.Forms.TrackBar trackBar4;
private System.Windows.Forms.TrackBar trackBar5;
private System.Windows.Forms.TrackBar trackBar6;
private System.Windows.Forms.TrackBar trackBar7;
private System.Windows.Forms.TrackBar trackBar8;
private System.Windows.Forms.TrackBar trackBar9;
private System.Windows.Forms.TrackBar trackBar10;
private System.Windows.Forms.TrackBar trackBar11;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.PictureBox pictureBox6;
private System.Windows.Forms.PictureBox pictureBox7;
private System.Windows.Forms.PictureBox pictureBox8;
private System.Windows.Forms.PictureBox pictureBox9;
private System.Windows.Forms.PictureBox pictureBox10;
}
}