示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.CustomLightModelCombo         = new Nevron.UI.WinForm.Controls.NComboBox();
     this.PredefinedLightModelCombo     = new Nevron.UI.WinForm.Controls.NComboBox();
     this.UseCustomLightModelButton     = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.UsePredefinedLightModelButton = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.SuspendLayout();
     //
     // CustomLightModelCombo
     //
     this.CustomLightModelCombo.Location              = new System.Drawing.Point(11, 37);
     this.CustomLightModelCombo.Name                  = "CustomLightModelCombo";
     this.CustomLightModelCombo.Size                  = new System.Drawing.Size(189, 21);
     this.CustomLightModelCombo.TabIndex              = 1;
     this.CustomLightModelCombo.SelectedIndexChanged += new System.EventHandler(this.CustomLightModelCombo_SelectedIndexChanged);
     //
     // PredefinedLightModelCombo
     //
     this.PredefinedLightModelCombo.Location              = new System.Drawing.Point(11, 94);
     this.PredefinedLightModelCombo.Name                  = "PredefinedLightModelCombo";
     this.PredefinedLightModelCombo.Size                  = new System.Drawing.Size(189, 21);
     this.PredefinedLightModelCombo.TabIndex              = 3;
     this.PredefinedLightModelCombo.SelectedIndexChanged += new System.EventHandler(this.PredefinedLightModelCombo_SelectedIndexChanged);
     //
     // UseCustomLightModelButton
     //
     this.UseCustomLightModelButton.ButtonProperties.BorderOffset = 2;
     this.UseCustomLightModelButton.Location        = new System.Drawing.Point(11, 7);
     this.UseCustomLightModelButton.Name            = "UseCustomLightModelButton";
     this.UseCustomLightModelButton.Size            = new System.Drawing.Size(189, 24);
     this.UseCustomLightModelButton.TabIndex        = 0;
     this.UseCustomLightModelButton.Text            = "Use Custom Light Model:";
     this.UseCustomLightModelButton.CheckedChanged += new System.EventHandler(this.UseCustomLightModelButton_CheckedChanged);
     //
     // UsePredefinedLightModelButton
     //
     this.UsePredefinedLightModelButton.ButtonProperties.BorderOffset = 2;
     this.UsePredefinedLightModelButton.Location        = new System.Drawing.Point(11, 67);
     this.UsePredefinedLightModelButton.Name            = "UsePredefinedLightModelButton";
     this.UsePredefinedLightModelButton.Size            = new System.Drawing.Size(189, 24);
     this.UsePredefinedLightModelButton.TabIndex        = 2;
     this.UsePredefinedLightModelButton.Text            = "Use Predefined Light Model:";
     this.UsePredefinedLightModelButton.CheckedChanged += new System.EventHandler(this.UsePredefinedLightModelButton_CheckedChanged);
     //
     // NLightsUC
     //
     this.Controls.Add(this.UsePredefinedLightModelButton);
     this.Controls.Add(this.UseCustomLightModelButton);
     this.Controls.Add(this.PredefinedLightModelCombo);
     this.Controls.Add(this.CustomLightModelCombo);
     this.Name = "NLightsUC";
     this.Size = new System.Drawing.Size(213, 157);
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.AutoMaxCountRadioButton    = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.AutoMinDistanceRadioButton = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.CustomStepRadioButton      = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.CustomStepsRadioButton     = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.CustomTicksRadioButton     = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.MaxCountUpDown             = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label2                   = new System.Windows.Forms.Label();
     this.label3                   = new System.Windows.Forms.Label();
     this.MinDistanceUpDown        = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label4                   = new System.Windows.Forms.Label();
     this.label5                   = new System.Windows.Forms.Label();
     this.CustomStepUpDown         = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.groupBox1                = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.GenerateRandomDataButton = new Nevron.UI.WinForm.Controls.NButton();
     ((System.ComponentModel.ISupportInitialize)(this.MaxCountUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MinDistanceUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CustomStepUpDown)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // AutoMaxCountRadioButton
     //
     this.AutoMaxCountRadioButton.Location        = new System.Drawing.Point(11, 21);
     this.AutoMaxCountRadioButton.Name            = "AutoMaxCountRadioButton";
     this.AutoMaxCountRadioButton.TabIndex        = 0;
     this.AutoMaxCountRadioButton.Text            = "AutoMaxCount";
     this.AutoMaxCountRadioButton.CheckedChanged += new System.EventHandler(this.AutoMaxCountRadioButton_CheckedChanged);
     //
     // AutoMinDistanceRadioButton
     //
     this.AutoMinDistanceRadioButton.Location        = new System.Drawing.Point(9, 78);
     this.AutoMinDistanceRadioButton.Name            = "AutoMinDistanceRadioButton";
     this.AutoMinDistanceRadioButton.Size            = new System.Drawing.Size(135, 24);
     this.AutoMinDistanceRadioButton.TabIndex        = 3;
     this.AutoMinDistanceRadioButton.Text            = "AutoMinDistance";
     this.AutoMinDistanceRadioButton.CheckedChanged += new System.EventHandler(this.AutoMinDistanceRadioButton_CheckedChanged);
     //
     // CustomStepRadioButton
     //
     this.CustomStepRadioButton.Location        = new System.Drawing.Point(7, 135);
     this.CustomStepRadioButton.Name            = "CustomStepRadioButton";
     this.CustomStepRadioButton.Size            = new System.Drawing.Size(135, 24);
     this.CustomStepRadioButton.TabIndex        = 7;
     this.CustomStepRadioButton.Text            = "Custom Step";
     this.CustomStepRadioButton.CheckedChanged += new System.EventHandler(this.CustomStepRadioButton_CheckedChanged);
     //
     // CustomStepsRadioButton
     //
     this.CustomStepsRadioButton.Location        = new System.Drawing.Point(8, 196);
     this.CustomStepsRadioButton.Name            = "CustomStepsRadioButton";
     this.CustomStepsRadioButton.Size            = new System.Drawing.Size(135, 24);
     this.CustomStepsRadioButton.TabIndex        = 10;
     this.CustomStepsRadioButton.Text            = "Custom Steps";
     this.CustomStepsRadioButton.CheckedChanged += new System.EventHandler(this.CustomStepsRadioButton_CheckedChanged);
     //
     // CustomTicksRadioButton
     //
     this.CustomTicksRadioButton.Location        = new System.Drawing.Point(7, 224);
     this.CustomTicksRadioButton.Name            = "CustomTicksRadioButton";
     this.CustomTicksRadioButton.Size            = new System.Drawing.Size(135, 24);
     this.CustomTicksRadioButton.TabIndex        = 11;
     this.CustomTicksRadioButton.Text            = "Custom Ticks";
     this.CustomTicksRadioButton.CheckedChanged += new System.EventHandler(this.CustomTicksRadioButton_CheckedChanged);
     //
     // MaxCountUpDown
     //
     this.MaxCountUpDown.Location = new System.Drawing.Point(103, 46);
     this.MaxCountUpDown.Minimum  = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.MaxCountUpDown.Name     = "MaxCountUpDown";
     this.MaxCountUpDown.Size     = new System.Drawing.Size(66, 20);
     this.MaxCountUpDown.TabIndex = 2;
     this.MaxCountUpDown.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.MaxCountUpDown.ValueChanged += new System.EventHandler(this.MaxCountUpDown_ValueChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(11, 41);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(82, 23);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Max Count:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(11, 100);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(82, 23);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Min Distance:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // MinDistanceUpDown
     //
     this.MinDistanceUpDown.Location = new System.Drawing.Point(103, 105);
     this.MinDistanceUpDown.Minimum  = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.MinDistanceUpDown.Name     = "MinDistanceUpDown";
     this.MinDistanceUpDown.Size     = new System.Drawing.Size(66, 20);
     this.MinDistanceUpDown.TabIndex = 5;
     this.MinDistanceUpDown.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.MinDistanceUpDown.ValueChanged += new System.EventHandler(this.MinDistanceUpDown_ValueChanged);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(173, 100);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(17, 23);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "pt";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(11, 159);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(78, 23);
     this.label5.TabIndex  = 8;
     this.label5.Text      = "Custom Step:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // CustomStepUpDown
     //
     this.CustomStepUpDown.Location = new System.Drawing.Point(103, 164);
     this.CustomStepUpDown.Minimum  = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.CustomStepUpDown.Name     = "CustomStepUpDown";
     this.CustomStepUpDown.Size     = new System.Drawing.Size(66, 20);
     this.CustomStepUpDown.TabIndex = 9;
     this.CustomStepUpDown.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.CustomStepUpDown.ValueChanged += new System.EventHandler(this.CustomStepUpDown_ValueChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.CustomTicksRadioButton);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.CustomStepsRadioButton);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.CustomStepUpDown);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.CustomStepRadioButton);
     this.groupBox1.Controls.Add(this.AutoMinDistanceRadioButton);
     this.groupBox1.Controls.Add(this.AutoMaxCountRadioButton);
     this.groupBox1.Controls.Add(this.MinDistanceUpDown);
     this.groupBox1.Controls.Add(this.MaxCountUpDown);
     this.groupBox1.Dock       = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(0, 0);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(205, 260);
     this.groupBox1.TabIndex   = 0;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Major Tick Modes";
     //
     // GenerateRandomDataButton
     //
     this.GenerateRandomDataButton.Location = new System.Drawing.Point(4, 269);
     this.GenerateRandomDataButton.Name     = "GenerateRandomDataButton";
     this.GenerateRandomDataButton.Size     = new System.Drawing.Size(199, 23);
     this.GenerateRandomDataButton.TabIndex = 1;
     this.GenerateRandomDataButton.Text     = "Generate Random Data";
     this.GenerateRandomDataButton.Click   += new System.EventHandler(this.GenerateRandomDataButton_Click);
     //
     // NLinearScaleUC
     //
     this.Controls.Add(this.GenerateRandomDataButton);
     this.Controls.Add(this.groupBox1);
     this.Name = "NLinearScaleUC";
     this.Size = new System.Drawing.Size(205, 304);
     ((System.ComponentModel.ISupportInitialize)(this.MaxCountUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MinDistanceUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CustomStepUpDown)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label8 = new System.Windows.Forms.Label();
     this.LegendWidthNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.FitAlignmentComboBox     = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.VertWrapRadioButton = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.HorzWrapRadioButton = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.label2 = new System.Windows.Forms.Label();
     this.DataPointsPerSeriesNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.LegendWidthNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataPointsPerSeriesNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(6, 15);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(171, 20);
     this.label8.TabIndex  = 0;
     this.label8.Text      = "Legend Width (in percents):";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LegendWidthNumericUpDown
     //
     this.LegendWidthNumericUpDown.Location = new System.Drawing.Point(6, 38);
     this.LegendWidthNumericUpDown.Name     = "LegendWidthNumericUpDown";
     this.LegendWidthNumericUpDown.Size     = new System.Drawing.Size(171, 20);
     this.LegendWidthNumericUpDown.TabIndex = 1;
     this.LegendWidthNumericUpDown.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.LegendWidthNumericUpDown.ValueChanged += new System.EventHandler(this.LegendWidthNumericUpDown_ValueChanged);
     //
     // FitAlignmentComboBox
     //
     this.FitAlignmentComboBox.ListProperties.CheckBoxDataMember = "";
     this.FitAlignmentComboBox.ListProperties.DataSource         = null;
     this.FitAlignmentComboBox.ListProperties.DisplayMember      = "";
     this.FitAlignmentComboBox.Location              = new System.Drawing.Point(3, 202);
     this.FitAlignmentComboBox.Name                  = "FitAlignmentComboBox";
     this.FitAlignmentComboBox.Size                  = new System.Drawing.Size(171, 21);
     this.FitAlignmentComboBox.TabIndex              = 5;
     this.FitAlignmentComboBox.SelectedIndexChanged += new System.EventHandler(this.FitAlignmentComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(3, 180);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(175, 20);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Fit Alignement:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // VertWrapRadioButton
     //
     this.VertWrapRadioButton.ButtonProperties.BorderOffset = 2;
     this.VertWrapRadioButton.Location        = new System.Drawing.Point(3, 144);
     this.VertWrapRadioButton.Name            = "VertWrapRadioButton";
     this.VertWrapRadioButton.Size            = new System.Drawing.Size(175, 24);
     this.VertWrapRadioButton.TabIndex        = 3;
     this.VertWrapRadioButton.Text            = "Vertical Wrap";
     this.VertWrapRadioButton.CheckedChanged += new System.EventHandler(this.VertWrapRadioButton_CheckedChanged);
     //
     // HorzWrapRadioButton
     //
     this.HorzWrapRadioButton.ButtonProperties.BorderOffset = 2;
     this.HorzWrapRadioButton.Location        = new System.Drawing.Point(3, 124);
     this.HorzWrapRadioButton.Name            = "HorzWrapRadioButton";
     this.HorzWrapRadioButton.Size            = new System.Drawing.Size(175, 24);
     this.HorzWrapRadioButton.TabIndex        = 2;
     this.HorzWrapRadioButton.Text            = "Horizontal Wrap";
     this.HorzWrapRadioButton.CheckedChanged += new System.EventHandler(this.HorzWrapRadioButton_CheckedChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(6, 65);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(171, 20);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Data Points Per Series:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // DataPointsPerSeriesNumericUpDown
     //
     this.DataPointsPerSeriesNumericUpDown.Location = new System.Drawing.Point(6, 88);
     this.DataPointsPerSeriesNumericUpDown.Name     = "DataPointsPerSeriesNumericUpDown";
     this.DataPointsPerSeriesNumericUpDown.Size     = new System.Drawing.Size(171, 20);
     this.DataPointsPerSeriesNumericUpDown.TabIndex = 7;
     this.DataPointsPerSeriesNumericUpDown.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.DataPointsPerSeriesNumericUpDown.ValueChanged += new System.EventHandler(this.DataPointsPerSeriesNumericUpDown_ValueChanged);
     //
     // NLegendWrappingUC
     //
     this.Controls.Add(this.label2);
     this.Controls.Add(this.DataPointsPerSeriesNumericUpDown);
     this.Controls.Add(this.VertWrapRadioButton);
     this.Controls.Add(this.HorzWrapRadioButton);
     this.Controls.Add(this.FitAlignmentComboBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.LegendWidthNumericUpDown);
     this.Name = "NLegendWrappingUC";
     this.Size = new System.Drawing.Size(180, 680);
     ((System.ComponentModel.ISupportInitialize)(this.LegendWidthNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataPointsPerSeriesNumericUpDown)).EndInit();
     this.ResumeLayout(false);
 }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.WorkingDaysGroupBox        = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.SundayCheckBox             = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SaturdayCheckBox           = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.FridayCheckBox             = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.TuesdayCheckBox            = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MondayCheckBox             = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ThursdayCheckBox           = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.WednesdayCheckBox          = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.EnableWeekRuleCheckBox     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.EnableMonthDayRuleCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MonthDayUpDown             = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label10                 = new System.Windows.Forms.Label();
     this.RestRadioButton         = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.WorkRadioButton         = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.ZoomToFirst7DaysButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.ZoomToFirst30DaysButton = new Nevron.UI.WinForm.Controls.NButton();
     this.WorkingDaysGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MonthDayUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // WorkingDaysGroupBox
     //
     this.WorkingDaysGroupBox.Controls.Add(this.SundayCheckBox);
     this.WorkingDaysGroupBox.Controls.Add(this.SaturdayCheckBox);
     this.WorkingDaysGroupBox.Controls.Add(this.FridayCheckBox);
     this.WorkingDaysGroupBox.Controls.Add(this.TuesdayCheckBox);
     this.WorkingDaysGroupBox.Controls.Add(this.MondayCheckBox);
     this.WorkingDaysGroupBox.Controls.Add(this.ThursdayCheckBox);
     this.WorkingDaysGroupBox.Controls.Add(this.WednesdayCheckBox);
     this.WorkingDaysGroupBox.ImageIndex = 0;
     this.WorkingDaysGroupBox.Location   = new System.Drawing.Point(19, 36);
     this.WorkingDaysGroupBox.Name       = "WorkingDaysGroupBox";
     this.WorkingDaysGroupBox.Size       = new System.Drawing.Size(195, 145);
     this.WorkingDaysGroupBox.TabIndex   = 1;
     this.WorkingDaysGroupBox.TabStop    = false;
     this.WorkingDaysGroupBox.Text       = "Working Days";
     //
     // SundayCheckBox
     //
     this.SundayCheckBox.ButtonProperties.BorderOffset = 2;
     this.SundayCheckBox.Location        = new System.Drawing.Point(105, 79);
     this.SundayCheckBox.Name            = "SundayCheckBox";
     this.SundayCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.SundayCheckBox.TabIndex        = 6;
     this.SundayCheckBox.Text            = "Sunday";
     this.SundayCheckBox.CheckedChanged += new System.EventHandler(this.SundayCheckBox_CheckedChanged);
     //
     // SaturdayCheckBox
     //
     this.SaturdayCheckBox.ButtonProperties.BorderOffset = 2;
     this.SaturdayCheckBox.Location        = new System.Drawing.Point(105, 49);
     this.SaturdayCheckBox.Name            = "SaturdayCheckBox";
     this.SaturdayCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.SaturdayCheckBox.TabIndex        = 5;
     this.SaturdayCheckBox.Text            = "Saturday";
     this.SaturdayCheckBox.CheckedChanged += new System.EventHandler(this.SaturdayCheckBox_CheckedChanged);
     //
     // FridayCheckBox
     //
     this.FridayCheckBox.ButtonProperties.BorderOffset = 2;
     this.FridayCheckBox.Location        = new System.Drawing.Point(105, 19);
     this.FridayCheckBox.Name            = "FridayCheckBox";
     this.FridayCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.FridayCheckBox.TabIndex        = 4;
     this.FridayCheckBox.Text            = "Friday";
     this.FridayCheckBox.CheckedChanged += new System.EventHandler(this.FridayCheckBox_CheckedChanged);
     //
     // TuesdayCheckBox
     //
     this.TuesdayCheckBox.ButtonProperties.BorderOffset = 2;
     this.TuesdayCheckBox.Location        = new System.Drawing.Point(6, 49);
     this.TuesdayCheckBox.Name            = "TuesdayCheckBox";
     this.TuesdayCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.TuesdayCheckBox.TabIndex        = 1;
     this.TuesdayCheckBox.Text            = "Tuesday";
     this.TuesdayCheckBox.CheckedChanged += new System.EventHandler(this.TuesdayCheckBox_CheckedChanged);
     //
     // MondayCheckBox
     //
     this.MondayCheckBox.ButtonProperties.BorderOffset = 2;
     this.MondayCheckBox.Location        = new System.Drawing.Point(6, 19);
     this.MondayCheckBox.Name            = "MondayCheckBox";
     this.MondayCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.MondayCheckBox.TabIndex        = 0;
     this.MondayCheckBox.Text            = "Monday";
     this.MondayCheckBox.CheckedChanged += new System.EventHandler(this.MondayCheckBox_CheckedChanged);
     //
     // ThursdayCheckBox
     //
     this.ThursdayCheckBox.ButtonProperties.BorderOffset = 2;
     this.ThursdayCheckBox.Location        = new System.Drawing.Point(6, 109);
     this.ThursdayCheckBox.Name            = "ThursdayCheckBox";
     this.ThursdayCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.ThursdayCheckBox.TabIndex        = 3;
     this.ThursdayCheckBox.Text            = "Thursday";
     this.ThursdayCheckBox.CheckedChanged += new System.EventHandler(this.ThursdayCheckBox_CheckedChanged);
     //
     // WednesdayCheckBox
     //
     this.WednesdayCheckBox.ButtonProperties.BorderOffset = 2;
     this.WednesdayCheckBox.Location        = new System.Drawing.Point(6, 79);
     this.WednesdayCheckBox.Name            = "WednesdayCheckBox";
     this.WednesdayCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.WednesdayCheckBox.TabIndex        = 2;
     this.WednesdayCheckBox.Text            = "Wednesday";
     this.WednesdayCheckBox.CheckedChanged += new System.EventHandler(this.WednesdayCheckBox_CheckedChanged);
     //
     // EnableWeekRuleCheckBox
     //
     this.EnableWeekRuleCheckBox.ButtonProperties.BorderOffset = 2;
     this.EnableWeekRuleCheckBox.Location        = new System.Drawing.Point(19, 6);
     this.EnableWeekRuleCheckBox.Name            = "EnableWeekRuleCheckBox";
     this.EnableWeekRuleCheckBox.Size            = new System.Drawing.Size(187, 24);
     this.EnableWeekRuleCheckBox.TabIndex        = 0;
     this.EnableWeekRuleCheckBox.Text            = "Enable Week Rule";
     this.EnableWeekRuleCheckBox.CheckedChanged += new System.EventHandler(this.EnableWeekRuleCheckBox_CheckedChanged);
     //
     // EnableMonthDayRuleCheckBox
     //
     this.EnableMonthDayRuleCheckBox.ButtonProperties.BorderOffset = 2;
     this.EnableMonthDayRuleCheckBox.Location        = new System.Drawing.Point(19, 187);
     this.EnableMonthDayRuleCheckBox.Name            = "EnableMonthDayRuleCheckBox";
     this.EnableMonthDayRuleCheckBox.Size            = new System.Drawing.Size(187, 24);
     this.EnableMonthDayRuleCheckBox.TabIndex        = 2;
     this.EnableMonthDayRuleCheckBox.Text            = "Enable Month Day Rule";
     this.EnableMonthDayRuleCheckBox.CheckedChanged += new System.EventHandler(this.EnableMonthDayRuleCheckBox_CheckedChanged);
     //
     // MonthDayUpDown
     //
     this.MonthDayUpDown.Location = new System.Drawing.Point(130, 217);
     this.MonthDayUpDown.Maximum  = new decimal(new int[] {
         31,
         0,
         0,
         0
     });
     this.MonthDayUpDown.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.MonthDayUpDown.Name     = "MonthDayUpDown";
     this.MonthDayUpDown.Size     = new System.Drawing.Size(83, 20);
     this.MonthDayUpDown.TabIndex = 4;
     this.MonthDayUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.MonthDayUpDown.ValueChanged += new System.EventHandler(this.MonthDayUpDown_ValueChanged);
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(19, 221);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(94, 16);
     this.label10.TabIndex = 3;
     this.label10.Text     = "Each Month Day:";
     //
     // RestRadioButton
     //
     this.RestRadioButton.ButtonProperties.BorderOffset = 2;
     this.RestRadioButton.Location        = new System.Drawing.Point(19, 271);
     this.RestRadioButton.Name            = "RestRadioButton";
     this.RestRadioButton.Size            = new System.Drawing.Size(135, 24);
     this.RestRadioButton.TabIndex        = 6;
     this.RestRadioButton.Text            = "Rest";
     this.RestRadioButton.CheckedChanged += new System.EventHandler(this.RestRadioButton_CheckedChanged);
     //
     // WorkRadioButton
     //
     this.WorkRadioButton.ButtonProperties.BorderOffset = 2;
     this.WorkRadioButton.Location        = new System.Drawing.Point(19, 251);
     this.WorkRadioButton.Name            = "WorkRadioButton";
     this.WorkRadioButton.Size            = new System.Drawing.Size(104, 24);
     this.WorkRadioButton.TabIndex        = 5;
     this.WorkRadioButton.Text            = "Work";
     this.WorkRadioButton.CheckedChanged += new System.EventHandler(this.WorkRadioButton_CheckedChanged);
     //
     // ZoomToFirst7DaysButton
     //
     this.ZoomToFirst7DaysButton.Location = new System.Drawing.Point(18, 301);
     this.ZoomToFirst7DaysButton.Name     = "ZoomToFirst7DaysButton";
     this.ZoomToFirst7DaysButton.Size     = new System.Drawing.Size(195, 23);
     this.ZoomToFirst7DaysButton.TabIndex = 8;
     this.ZoomToFirst7DaysButton.Text     = "Zoom To First 7 Days";
     this.ZoomToFirst7DaysButton.UseVisualStyleBackColor = true;
     this.ZoomToFirst7DaysButton.Click += new System.EventHandler(this.ZoomToFirst7DaysButton_Click);
     //
     // ZoomToFirst30DaysButton
     //
     this.ZoomToFirst30DaysButton.Location = new System.Drawing.Point(19, 330);
     this.ZoomToFirst30DaysButton.Name     = "ZoomToFirst30DaysButton";
     this.ZoomToFirst30DaysButton.Size     = new System.Drawing.Size(195, 23);
     this.ZoomToFirst30DaysButton.TabIndex = 7;
     this.ZoomToFirst30DaysButton.Text     = "Zoom to First 30 Days";
     this.ZoomToFirst30DaysButton.UseVisualStyleBackColor = true;
     this.ZoomToFirst30DaysButton.Click += new System.EventHandler(this.ZoomToFirst30DaysButton_Click);
     //
     // NDateTimeWorkCalendarUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.ZoomToFirst7DaysButton);
     this.Controls.Add(this.ZoomToFirst30DaysButton);
     this.Controls.Add(this.RestRadioButton);
     this.Controls.Add(this.WorkRadioButton);
     this.Controls.Add(this.MonthDayUpDown);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.EnableMonthDayRuleCheckBox);
     this.Controls.Add(this.EnableWeekRuleCheckBox);
     this.Controls.Add(this.WorkingDaysGroupBox);
     this.Name = "NDateTimeWorkCalendarUC";
     this.Size = new System.Drawing.Size(231, 457);
     this.WorkingDaysGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.MonthDayUpDown)).EndInit();
     this.ResumeLayout(false);
 }