namespace Percent___Qualification_work.userControls
{
partial class Calendar
{
///
/// 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.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.lbMonth = new System.Windows.Forms.Label();
this.btnNext = new System.Windows.Forms.PictureBox();
this.btnBack = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.btnNext)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnBack)).BeginInit();
this.SuspendLayout();
//
// flowLayoutPanel
//
this.flowLayoutPanel.Location = new System.Drawing.Point(3, 77);
this.flowLayoutPanel.Name = "flowLayoutPanel";
this.flowLayoutPanel.Size = new System.Drawing.Size(651, 297);
this.flowLayoutPanel.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(17, 58);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(62, 16);
this.label1.TabIndex = 1;
this.label1.Text = "Monday";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(109, 58);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(68, 16);
this.label2.TabIndex = 2;
this.label2.Text = "Tuesday";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label3.Location = new System.Drawing.Point(192, 58);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(90, 16);
this.label3.TabIndex = 3;
this.label3.Text = "Wednesday";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label4.Location = new System.Drawing.Point(288, 58);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(72, 16);
this.label4.TabIndex = 4;
this.label4.Text = "Thursday";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label5.Location = new System.Drawing.Point(387, 58);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(51, 16);
this.label5.TabIndex = 5;
this.label5.Text = "Friday";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label6.ForeColor = System.Drawing.Color.Black;
this.label6.Location = new System.Drawing.Point(472, 58);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(69, 16);
this.label6.TabIndex = 6;
this.label6.Text = "Saturday";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label7.ForeColor = System.Drawing.Color.IndianRed;
this.label7.Location = new System.Drawing.Point(573, 58);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 16);
this.label7.TabIndex = 7;
this.label7.Text = "Sunday";
//
// lbMonth
//
this.lbMonth.AutoSize = true;
this.lbMonth.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lbMonth.Location = new System.Drawing.Point(18, 11);
this.lbMonth.Name = "lbMonth";
this.lbMonth.Size = new System.Drawing.Size(81, 24);
this.lbMonth.TabIndex = 8;
this.lbMonth.Text = "MONTH";
//
// btnNext
//
this.btnNext.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnNext.Image = global::Percent___Qualification_work.Properties.Resources.arrowRight;
this.btnNext.Location = new System.Drawing.Point(232, 11);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(31, 28);
this.btnNext.TabIndex = 10;
this.btnNext.TabStop = false;
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// btnBack
//
this.btnBack.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnBack.Image = global::Percent___Qualification_work.Properties.Resources.arrowLeft;
this.btnBack.Location = new System.Drawing.Point(195, 11);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(31, 28);
this.btnBack.TabIndex = 9;
this.btnBack.TabStop = false;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// Calendar
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btnNext);
this.Controls.Add(this.btnBack);
this.Controls.Add(this.lbMonth);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.flowLayoutPanel);
this.Name = "Calendar";
this.Size = new System.Drawing.Size(657, 377);
this.Load += new System.EventHandler(this.Calendar_Load);
((System.ComponentModel.ISupportInitialize)(this.btnNext)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnBack)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label lbMonth;
private System.Windows.Forms.PictureBox btnBack;
private System.Windows.Forms.PictureBox btnNext;
}
}