namespace Percent___Qualification_work.userControls
{
partial class ToDo
{
///
/// 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.planList1 = new Percent___Qualification_work.userControls.planList();
this.SuspendLayout();
//
// planList1
//
this.planList1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
this.planList1.Location = new System.Drawing.Point(55, 3);
this.planList1.Name = "planList1";
this.planList1.Size = new System.Drawing.Size(660, 377);
this.planList1.TabIndex = 0;
//
// ToDo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
this.Controls.Add(this.planList1);
this.Name = "ToDo";
this.Size = new System.Drawing.Size(776, 383);
this.ResumeLayout(false);
}
#endregion
private Calendar calendar1;
private planList planList1;
}
}