namespace Percent___Qualification_work.userControls
{
partial class planList
{
///
/// 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.newPlan = new System.Windows.Forms.Button();
this.newPlanPanel = new System.Windows.Forms.Panel();
this.backButton = new System.Windows.Forms.Button();
this.addPlanbtn = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.priorityPicker = new System.Windows.Forms.ComboBox();
this.datePicker1 = new Percent___Qualification_work.userControls.datePicker();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.planName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.prevButton = new System.Windows.Forms.Button();
this.nextButton = new System.Windows.Forms.Button();
this.planListFlowPanel = new System.Windows.Forms.FlowLayoutPanel();
this.mainPanel = new System.Windows.Forms.Panel();
this.label5 = new System.Windows.Forms.Label();
this.orderPicker = new System.Windows.Forms.ComboBox();
this.newPlanPanel.SuspendLayout();
this.mainPanel.SuspendLayout();
this.SuspendLayout();
//
// newPlan
//
this.newPlan.Location = new System.Drawing.Point(281, 26);
this.newPlan.Name = "newPlan";
this.newPlan.Size = new System.Drawing.Size(98, 28);
this.newPlan.TabIndex = 1;
this.newPlan.Text = "New Plan";
this.newPlan.UseVisualStyleBackColor = true;
this.newPlan.Click += new System.EventHandler(this.newPlan_Click);
//
// newPlanPanel
//
this.newPlanPanel.Controls.Add(this.backButton);
this.newPlanPanel.Controls.Add(this.addPlanbtn);
this.newPlanPanel.Controls.Add(this.label4);
this.newPlanPanel.Controls.Add(this.priorityPicker);
this.newPlanPanel.Controls.Add(this.datePicker1);
this.newPlanPanel.Controls.Add(this.label3);
this.newPlanPanel.Controls.Add(this.label2);
this.newPlanPanel.Controls.Add(this.planName);
this.newPlanPanel.Controls.Add(this.label1);
this.newPlanPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.newPlanPanel.Location = new System.Drawing.Point(0, 0);
this.newPlanPanel.Name = "newPlanPanel";
this.newPlanPanel.Size = new System.Drawing.Size(660, 377);
this.newPlanPanel.TabIndex = 2;
//
// backButton
//
this.backButton.BackColor = System.Drawing.Color.Transparent;
this.backButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.backButton.FlatAppearance.BorderSize = 0;
this.backButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.backButton.Image = global::Percent___Qualification_work.Properties.Resources.arrowLeft;
this.backButton.Location = new System.Drawing.Point(29, 21);
this.backButton.Name = "backButton";
this.backButton.Size = new System.Drawing.Size(43, 33);
this.backButton.TabIndex = 9;
this.backButton.UseVisualStyleBackColor = false;
this.backButton.Click += new System.EventHandler(this.backButton_Click);
//
// addPlanbtn
//
this.addPlanbtn.Location = new System.Drawing.Point(288, 289);
this.addPlanbtn.Name = "addPlanbtn";
this.addPlanbtn.Size = new System.Drawing.Size(88, 23);
this.addPlanbtn.TabIndex = 8;
this.addPlanbtn.Text = "Add Plan";
this.addPlanbtn.UseVisualStyleBackColor = true;
this.addPlanbtn.Click += new System.EventHandler(this.addPlanbtn_Click);
//
// label4
//
this.label4.Location = new System.Drawing.Point(312, 227);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(51, 13);
this.label4.TabIndex = 7;
this.label4.Text = "Priority";
//
// priorityPicker
//
this.priorityPicker.FormattingEnabled = true;
this.priorityPicker.Location = new System.Drawing.Point(208, 243);
this.priorityPicker.Name = "priorityPicker";
this.priorityPicker.Size = new System.Drawing.Size(251, 21);
this.priorityPicker.TabIndex = 6;
//
// datePicker1
//
this.datePicker1.BorderColor = System.Drawing.Color.Black;
this.datePicker1.BorderSize = 1;
this.datePicker1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.5F);
this.datePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.datePicker1.Location = new System.Drawing.Point(208, 175);
this.datePicker1.MinimumSize = new System.Drawing.Size(4, 35);
this.datePicker1.Name = "datePicker1";
this.datePicker1.Size = new System.Drawing.Size(251, 35);
this.datePicker1.SkinColor = System.Drawing.Color.White;
this.datePicker1.TabIndex = 5;
this.datePicker1.TextColor = System.Drawing.Color.Black;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(313, 159);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(30, 13);
this.label3.TabIndex = 4;
this.label3.Text = "Date";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(301, 88);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Plan Name";
//
// planName
//
this.planName.Location = new System.Drawing.Point(208, 104);
this.planName.MaxLength = 100;
this.planName.Multiline = true;
this.planName.Name = "planName";
this.planName.Size = new System.Drawing.Size(251, 43);
this.planName.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(186)));
this.label1.Location = new System.Drawing.Point(277, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(99, 24);
this.label1.TabIndex = 0;
this.label1.Text = "New Plan";
//
// prevButton
//
this.prevButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.prevButton.FlatAppearance.BorderSize = 0;
this.prevButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.prevButton.Image = global::Percent___Qualification_work.Properties.Resources.arrowLeft;
this.prevButton.Location = new System.Drawing.Point(286, 343);
this.prevButton.Name = "prevButton";
this.prevButton.Size = new System.Drawing.Size(31, 31);
this.prevButton.TabIndex = 4;
this.prevButton.UseVisualStyleBackColor = true;
this.prevButton.Click += new System.EventHandler(this.prevButton_Click_1);
//
// nextButton
//
this.nextButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.nextButton.FlatAppearance.BorderSize = 0;
this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.nextButton.Image = global::Percent___Qualification_work.Properties.Resources.arrowRight;
this.nextButton.Location = new System.Drawing.Point(348, 343);
this.nextButton.Name = "nextButton";
this.nextButton.Size = new System.Drawing.Size(31, 31);
this.nextButton.TabIndex = 5;
this.nextButton.UseVisualStyleBackColor = true;
this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
//
// planListFlowPanel
//
this.planListFlowPanel.AutoScroll = true;
this.planListFlowPanel.Location = new System.Drawing.Point(3, 60);
this.planListFlowPanel.Name = "planListFlowPanel";
this.planListFlowPanel.Size = new System.Drawing.Size(654, 277);
this.planListFlowPanel.TabIndex = 3;
//
// mainPanel
//
this.mainPanel.Controls.Add(this.newPlanPanel);
this.mainPanel.Controls.Add(this.prevButton);
this.mainPanel.Controls.Add(this.planListFlowPanel);
this.mainPanel.Controls.Add(this.nextButton);
this.mainPanel.Controls.Add(this.newPlan);
this.mainPanel.Controls.Add(this.label5);
this.mainPanel.Controls.Add(this.orderPicker);
this.mainPanel.Location = new System.Drawing.Point(0, 0);
this.mainPanel.Name = "mainPanel";
this.mainPanel.Size = new System.Drawing.Size(660, 377);
this.mainPanel.TabIndex = 6;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(473, 34);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(50, 13);
this.label5.TabIndex = 7;
this.label5.Text = "Order by:";
//
// orderPicker
//
this.orderPicker.FormattingEnabled = true;
this.orderPicker.Items.AddRange(new object[] {
"date",
"priority"});
this.orderPicker.Location = new System.Drawing.Point(530, 31);
this.orderPicker.Name = "orderPicker";
this.orderPicker.Size = new System.Drawing.Size(121, 21);
this.orderPicker.TabIndex = 6;
this.orderPicker.Text = "date";
this.orderPicker.SelectedIndexChanged += new System.EventHandler(this.orderPicker_SelectedIndexChanged);
//
// planList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.mainPanel);
this.Name = "planList";
this.Size = new System.Drawing.Size(660, 377);
this.Load += new System.EventHandler(this.planList_Load);
this.newPlanPanel.ResumeLayout(false);
this.newPlanPanel.PerformLayout();
this.mainPanel.ResumeLayout(false);
this.mainPanel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button newPlan;
private System.Windows.Forms.Panel newPlanPanel;
private System.Windows.Forms.Button addPlanbtn;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox priorityPicker;
private datePicker datePicker1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox planName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button backButton;
private System.Windows.Forms.Button prevButton;
private System.Windows.Forms.Button nextButton;
private System.Windows.Forms.FlowLayoutPanel planListFlowPanel;
private System.Windows.Forms.Panel mainPanel;
private System.Windows.Forms.ComboBox orderPicker;
private System.Windows.Forms.Label label5;
}
}