namespace TestHarness
{
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()
{
this.components = new System.ComponentModel.Container();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.monthView1 = new WindowsFormsCalendar.MonthView();
this.calendar1 = new WindowsFormsCalendar.Calendar();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.monthView1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.AutoScroll = true;
this.splitContainer1.Panel2.AutoScrollMargin = new System.Drawing.Size(5, 5);
this.splitContainer1.Panel2.Controls.Add(this.calendar1);
this.splitContainer1.Size = new System.Drawing.Size(784, 562);
this.splitContainer1.SplitterDistance = 260;
this.splitContainer1.TabIndex = 0;
//
// monthView1
//
this.monthView1.ArrowsColor = System.Drawing.SystemColors.Window;
this.monthView1.ArrowsSelectedColor = System.Drawing.Color.Gold;
this.monthView1.DayBackgroundColor = System.Drawing.Color.Empty;
this.monthView1.DayGrayedText = System.Drawing.SystemColors.GrayText;
this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
this.monthView1.DaySelectedColor = System.Drawing.SystemColors.WindowText;
this.monthView1.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
this.monthView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.monthView1.ItemPadding = new System.Windows.Forms.Padding(2);
this.monthView1.Location = new System.Drawing.Point(0, 0);
this.monthView1.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
this.monthView1.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
this.monthView1.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
this.monthView1.Name = "monthView1";
this.monthView1.SelectionMode = WindowsFormsCalendar.MonthViewSelection.Week;
this.monthView1.Size = new System.Drawing.Size(260, 562);
this.monthView1.TabIndex = 0;
this.monthView1.Text = "monthView1";
this.monthView1.TodayBorderColor = System.Drawing.Color.Maroon;
this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
//
// calendar1
//
this.calendar1.AllowDrop = true;
this.calendar1.Dock = System.Windows.Forms.DockStyle.Fill;
this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
this.calendar1.ItemsBackgroundColor = System.Drawing.Color.Red;
this.calendar1.ItemsFont = new System.Drawing.Font("Monotype Corsiva", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.calendar1.ItemsForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.calendar1.Location = new System.Drawing.Point(0, 0);
this.calendar1.Name = "calendar1";
this.calendar1.Size = new System.Drawing.Size(520, 562);
this.calendar1.TabIndex = 0;
this.calendar1.Text = "calendar1";
this.calendar1.LoadItems += new WindowsFormsCalendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 562);
this.Controls.Add(this.splitContainer1);
this.MinimumSize = new System.Drawing.Size(800, 600);
this.Name = "Form1";
this.Text = "Test Harness";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private WindowsFormsCalendar.MonthView monthView1;
private WindowsFormsCalendar.Calendar calendar1;
private System.Windows.Forms.ToolTip toolTip1;
}
}