예제 #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.DayCheckBox          = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.WeekCheckBox         = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MonthCheckBox        = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.QuarterCheckBox      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label3               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.AllowedUnitsGroupBox = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.CenturyCheckBox      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.DecadeCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.YearCheckBox         = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.HalfYearCheckBox     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.HourCheckBox         = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SecondCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MinuteCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MillisecondCheckBox  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.EnableUnitSensitiveFormattingCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.StartDateTimePicker = new Nevron.UI.WinForm.Controls.NDateTimePicker();
     this.EndDateTimePicker   = new Nevron.UI.WinForm.Controls.NDateTimePicker();
     this.label4             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.GenerateDataButton = new Nevron.UI.WinForm.Controls.NButton();
     this.AllowedUnitsGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // DayCheckBox
     //
     this.DayCheckBox.ButtonProperties.BorderOffset = 2;
     this.DayCheckBox.Location        = new System.Drawing.Point(16, 76);
     this.DayCheckBox.Name            = "DayCheckBox";
     this.DayCheckBox.TabIndex        = 4;
     this.DayCheckBox.Text            = "Day";
     this.DayCheckBox.CheckedChanged += new System.EventHandler(this.DayCheckBox_CheckedChanged);
     //
     // WeekCheckBox
     //
     this.WeekCheckBox.ButtonProperties.BorderOffset = 2;
     this.WeekCheckBox.Location        = new System.Drawing.Point(136, 76);
     this.WeekCheckBox.Name            = "WeekCheckBox";
     this.WeekCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.WeekCheckBox.TabIndex        = 5;
     this.WeekCheckBox.Text            = "Week";
     this.WeekCheckBox.CheckedChanged += new System.EventHandler(this.WeekCheckBox_CheckedChanged);
     //
     // MonthCheckBox
     //
     this.MonthCheckBox.ButtonProperties.BorderOffset = 2;
     this.MonthCheckBox.Location        = new System.Drawing.Point(16, 106);
     this.MonthCheckBox.Name            = "MonthCheckBox";
     this.MonthCheckBox.TabIndex        = 6;
     this.MonthCheckBox.Text            = "Month";
     this.MonthCheckBox.CheckedChanged += new System.EventHandler(this.MonthCheckBox_CheckedChanged);
     //
     // QuarterCheckBox
     //
     this.QuarterCheckBox.ButtonProperties.BorderOffset = 2;
     this.QuarterCheckBox.Location        = new System.Drawing.Point(136, 106);
     this.QuarterCheckBox.Name            = "QuarterCheckBox";
     this.QuarterCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.QuarterCheckBox.TabIndex        = 7;
     this.QuarterCheckBox.Text            = "Quarter";
     this.QuarterCheckBox.CheckedChanged += new System.EventHandler(this.QuarterCheckBox_CheckedChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name     = "label3";
     this.label3.TabIndex = 0;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name     = "label2";
     this.label2.TabIndex = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.TabIndex = 0;
     //
     // AllowedUnitsGroupBox
     //
     this.AllowedUnitsGroupBox.Controls.Add(this.CenturyCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.DecadeCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.YearCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.HalfYearCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.HourCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.SecondCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.MinuteCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.MillisecondCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.QuarterCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.MonthCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.WeekCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.DayCheckBox);
     this.AllowedUnitsGroupBox.ImageIndex = 0;
     this.AllowedUnitsGroupBox.Location   = new System.Drawing.Point(8, 0);
     this.AllowedUnitsGroupBox.Name       = "AllowedUnitsGroupBox";
     this.AllowedUnitsGroupBox.Size       = new System.Drawing.Size(240, 200);
     this.AllowedUnitsGroupBox.TabIndex   = 0;
     this.AllowedUnitsGroupBox.TabStop    = false;
     this.AllowedUnitsGroupBox.Text       = "Allowed Date Time Units";
     //
     // CenturyCheckBox
     //
     this.CenturyCheckBox.ButtonProperties.BorderOffset = 2;
     this.CenturyCheckBox.Location        = new System.Drawing.Point(136, 166);
     this.CenturyCheckBox.Name            = "CenturyCheckBox";
     this.CenturyCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.CenturyCheckBox.TabIndex        = 11;
     this.CenturyCheckBox.Text            = "Century";
     this.CenturyCheckBox.CheckedChanged += new System.EventHandler(this.CenturyCheckBox_CheckedChanged);
     //
     // DecadeCheckBox
     //
     this.DecadeCheckBox.ButtonProperties.BorderOffset = 2;
     this.DecadeCheckBox.Location        = new System.Drawing.Point(16, 166);
     this.DecadeCheckBox.Name            = "DecadeCheckBox";
     this.DecadeCheckBox.TabIndex        = 10;
     this.DecadeCheckBox.Text            = "Decade";
     this.DecadeCheckBox.CheckedChanged += new System.EventHandler(this.DecadeCheckBox_CheckedChanged);
     //
     // YearCheckBox
     //
     this.YearCheckBox.ButtonProperties.BorderOffset = 2;
     this.YearCheckBox.Location        = new System.Drawing.Point(136, 136);
     this.YearCheckBox.Name            = "YearCheckBox";
     this.YearCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.YearCheckBox.TabIndex        = 9;
     this.YearCheckBox.Text            = "Year";
     this.YearCheckBox.CheckedChanged += new System.EventHandler(this.YearCheckBox_CheckedChanged);
     //
     // HalfYearCheckBox
     //
     this.HalfYearCheckBox.ButtonProperties.BorderOffset = 2;
     this.HalfYearCheckBox.Location        = new System.Drawing.Point(16, 136);
     this.HalfYearCheckBox.Name            = "HalfYearCheckBox";
     this.HalfYearCheckBox.TabIndex        = 8;
     this.HalfYearCheckBox.Text            = "Half Year";
     this.HalfYearCheckBox.CheckedChanged += new System.EventHandler(this.HalfYearCheckBox_CheckedChanged);
     //
     // HourCheckBox
     //
     this.HourCheckBox.ButtonProperties.BorderOffset = 2;
     this.HourCheckBox.Location        = new System.Drawing.Point(136, 46);
     this.HourCheckBox.Name            = "HourCheckBox";
     this.HourCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.HourCheckBox.TabIndex        = 3;
     this.HourCheckBox.Text            = "Hour";
     this.HourCheckBox.CheckedChanged += new System.EventHandler(this.HourCheckBox_CheckedChanged);
     //
     // SecondCheckBox
     //
     this.SecondCheckBox.ButtonProperties.BorderOffset = 2;
     this.SecondCheckBox.Location        = new System.Drawing.Point(136, 16);
     this.SecondCheckBox.Name            = "SecondCheckBox";
     this.SecondCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.SecondCheckBox.TabIndex        = 1;
     this.SecondCheckBox.Text            = "Second";
     this.SecondCheckBox.CheckedChanged += new System.EventHandler(this.SecondCheckBox_CheckedChanged);
     //
     // MinuteCheckBox
     //
     this.MinuteCheckBox.ButtonProperties.BorderOffset = 2;
     this.MinuteCheckBox.Location        = new System.Drawing.Point(16, 46);
     this.MinuteCheckBox.Name            = "MinuteCheckBox";
     this.MinuteCheckBox.TabIndex        = 2;
     this.MinuteCheckBox.Text            = "Minute";
     this.MinuteCheckBox.CheckedChanged += new System.EventHandler(this.MinuteCheckBox_CheckedChanged);
     //
     // MillisecondCheckBox
     //
     this.MillisecondCheckBox.ButtonProperties.BorderOffset = 2;
     this.MillisecondCheckBox.Location        = new System.Drawing.Point(16, 16);
     this.MillisecondCheckBox.Name            = "MillisecondCheckBox";
     this.MillisecondCheckBox.TabIndex        = 0;
     this.MillisecondCheckBox.Text            = "Millisecond";
     this.MillisecondCheckBox.CheckedChanged += new System.EventHandler(this.MillisecondCheckBox_CheckedChanged);
     //
     // EnableUnitSensitiveFormattingCheckBox
     //
     this.EnableUnitSensitiveFormattingCheckBox.ButtonProperties.BorderOffset = 2;
     this.EnableUnitSensitiveFormattingCheckBox.Location        = new System.Drawing.Point(8, 208);
     this.EnableUnitSensitiveFormattingCheckBox.Name            = "EnableUnitSensitiveFormattingCheckBox";
     this.EnableUnitSensitiveFormattingCheckBox.Size            = new System.Drawing.Size(200, 24);
     this.EnableUnitSensitiveFormattingCheckBox.TabIndex        = 1;
     this.EnableUnitSensitiveFormattingCheckBox.Text            = "Enable Unit Sensitive Formatting";
     this.EnableUnitSensitiveFormattingCheckBox.CheckedChanged += new System.EventHandler(this.EnableUnitSensitiveFormattingCheckBox_CheckedChanged);
     //
     // StartDateTimePicker
     //
     this.StartDateTimePicker.BackColor                 = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.StartDateTimePicker.CalendarForeColor         = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.StartDateTimePicker.CalendarMonthBackground   = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(235)), ((System.Byte)(235)));
     this.StartDateTimePicker.CalendarTitleBackColor    = System.Drawing.Color.FromArgb(((System.Byte)(76)), ((System.Byte)(76)), ((System.Byte)(76)));
     this.StartDateTimePicker.CalendarTitleForeColor    = System.Drawing.Color.FromArgb(((System.Byte)(242)), ((System.Byte)(242)), ((System.Byte)(242)));
     this.StartDateTimePicker.CalendarTrailingForeColor = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(127)), ((System.Byte)(127)));
     this.StartDateTimePicker.ForeColor                 = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.StartDateTimePicker.Location      = new System.Drawing.Point(8, 264);
     this.StartDateTimePicker.Name          = "StartDateTimePicker";
     this.StartDateTimePicker.Size          = new System.Drawing.Size(232, 21);
     this.StartDateTimePicker.TabIndex      = 3;
     this.StartDateTimePicker.ValueChanged += new System.EventHandler(this.StartDateTimePicker_ValueChanged);
     //
     // EndDateTimePicker
     //
     this.EndDateTimePicker.BackColor                 = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.EndDateTimePicker.CalendarForeColor         = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.EndDateTimePicker.CalendarMonthBackground   = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(235)), ((System.Byte)(235)));
     this.EndDateTimePicker.CalendarTitleBackColor    = System.Drawing.Color.FromArgb(((System.Byte)(76)), ((System.Byte)(76)), ((System.Byte)(76)));
     this.EndDateTimePicker.CalendarTitleForeColor    = System.Drawing.Color.FromArgb(((System.Byte)(242)), ((System.Byte)(242)), ((System.Byte)(242)));
     this.EndDateTimePicker.CalendarTrailingForeColor = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(127)), ((System.Byte)(127)));
     this.EndDateTimePicker.ForeColor                 = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.EndDateTimePicker.Location      = new System.Drawing.Point(8, 312);
     this.EndDateTimePicker.Name          = "EndDateTimePicker";
     this.EndDateTimePicker.Size          = new System.Drawing.Size(232, 21);
     this.EndDateTimePicker.TabIndex      = 5;
     this.EndDateTimePicker.ValueChanged += new System.EventHandler(this.EndDateTimePicker_ValueChanged);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 240);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(64, 23);
     this.label4.TabIndex  = 2;
     this.label4.Text      = "Start date:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(8, 288);
     this.label5.Name      = "label5";
     this.label5.TabIndex  = 4;
     this.label5.Text      = "End date:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // GenerateDataButton
     //
     this.GenerateDataButton.Location = new System.Drawing.Point(8, 376);
     this.GenerateDataButton.Name     = "GenerateDataButton";
     this.GenerateDataButton.Size     = new System.Drawing.Size(232, 23);
     this.GenerateDataButton.TabIndex = 6;
     this.GenerateDataButton.Text     = "Generate Random Data";
     this.GenerateDataButton.Click   += new System.EventHandler(this.GenerateDataButton_Click);
     //
     // NDateTimeScaleUC
     //
     this.Controls.Add(this.GenerateDataButton);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.EndDateTimePicker);
     this.Controls.Add(this.StartDateTimePicker);
     this.Controls.Add(this.EnableUnitSensitiveFormattingCheckBox);
     this.Controls.Add(this.AllowedUnitsGroupBox);
     this.Name = "NDateTimeScaleUC";
     this.Size = new System.Drawing.Size(256, 416);
     this.AllowedUnitsGroupBox.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.groupBox2                       = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.StartDateTimePicker             = new Nevron.UI.WinForm.Controls.NDateTimePicker();
     this.BottomAxisPageSizeNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label11 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.ShowScrollbarCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label4 = new System.Windows.Forms.Label();
     this.SmallChangeNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.AutoSmallChangeCheckBox  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BottomAxisPageSizeNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SmallChangeNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.StartDateTimePicker);
     this.groupBox2.Controls.Add(this.BottomAxisPageSizeNumericUpDown);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.ShowScrollbarCheckBox);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.SmallChangeNumericUpDown);
     this.groupBox2.Controls.Add(this.AutoSmallChangeCheckBox);
     this.groupBox2.Dock       = System.Windows.Forms.DockStyle.Top;
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(0, 0);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(248, 216);
     this.groupBox2.TabIndex   = 0;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Bottom Axis";
     //
     // StartDateTimePicker
     //
     this.StartDateTimePicker.BackColor                 = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.StartDateTimePicker.CalendarForeColor         = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.StartDateTimePicker.CalendarMonthBackground   = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(235)), ((System.Byte)(235)));
     this.StartDateTimePicker.CalendarTitleBackColor    = System.Drawing.Color.FromArgb(((System.Byte)(76)), ((System.Byte)(76)), ((System.Byte)(76)));
     this.StartDateTimePicker.CalendarTitleForeColor    = System.Drawing.Color.FromArgb(((System.Byte)(242)), ((System.Byte)(242)), ((System.Byte)(242)));
     this.StartDateTimePicker.CalendarTrailingForeColor = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(127)), ((System.Byte)(127)));
     this.StartDateTimePicker.ForeColor                 = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.StartDateTimePicker.Location      = new System.Drawing.Point(8, 72);
     this.StartDateTimePicker.Name          = "StartDateTimePicker";
     this.StartDateTimePicker.Size          = new System.Drawing.Size(232, 20);
     this.StartDateTimePicker.TabIndex      = 3;
     this.StartDateTimePicker.ValueChanged += new System.EventHandler(this.StartDateTimePicker_ValueChanged);
     //
     // BottomAxisPageSizeNumericUpDown
     //
     this.BottomAxisPageSizeNumericUpDown.Location = new System.Drawing.Point(160, 19);
     this.BottomAxisPageSizeNumericUpDown.Maximum  = new System.Decimal(new int[] {
         30,
         0,
         0,
         0
     });
     this.BottomAxisPageSizeNumericUpDown.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.BottomAxisPageSizeNumericUpDown.Name     = "BottomAxisPageSizeNumericUpDown";
     this.BottomAxisPageSizeNumericUpDown.Size     = new System.Drawing.Size(85, 20);
     this.BottomAxisPageSizeNumericUpDown.TabIndex = 1;
     this.BottomAxisPageSizeNumericUpDown.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.BottomAxisPageSizeNumericUpDown.ValueChanged += new System.EventHandler(this.BottomAxisPageSizeNumericUpDown_ValueChanged);
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(8, 51);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(66, 16);
     this.label11.TabIndex = 2;
     this.label11.Text     = "Page Value:";
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(8, 23);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(136, 16);
     this.label14.TabIndex = 0;
     this.label14.Text     = "Page Size (in months)";
     //
     // ShowScrollbarCheckBox
     //
     this.ShowScrollbarCheckBox.Location        = new System.Drawing.Point(8, 120);
     this.ShowScrollbarCheckBox.Name            = "ShowScrollbarCheckBox";
     this.ShowScrollbarCheckBox.TabIndex        = 4;
     this.ShowScrollbarCheckBox.Text            = "Show Scrollbar";
     this.ShowScrollbarCheckBox.CheckedChanged += new System.EventHandler(this.ShowScrollbarCheckBox_CheckedChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 172);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(136, 16);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Small Change (in days):";
     //
     // SmallChangeNumericUpDown
     //
     this.SmallChangeNumericUpDown.Location = new System.Drawing.Point(160, 168);
     this.SmallChangeNumericUpDown.Minimum  = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.SmallChangeNumericUpDown.Name     = "SmallChangeNumericUpDown";
     this.SmallChangeNumericUpDown.Size     = new System.Drawing.Size(85, 20);
     this.SmallChangeNumericUpDown.TabIndex = 7;
     this.SmallChangeNumericUpDown.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.SmallChangeNumericUpDown.ValueChanged += new System.EventHandler(this.SmallChangeNumericUpDown_ValueChanged);
     //
     // AutoSmallChangeCheckBox
     //
     this.AutoSmallChangeCheckBox.Location        = new System.Drawing.Point(8, 144);
     this.AutoSmallChangeCheckBox.Name            = "AutoSmallChangeCheckBox";
     this.AutoSmallChangeCheckBox.Size            = new System.Drawing.Size(136, 24);
     this.AutoSmallChangeCheckBox.TabIndex        = 5;
     this.AutoSmallChangeCheckBox.Text            = "Auto Small Change";
     this.AutoSmallChangeCheckBox.CheckedChanged += new System.EventHandler(this.AutoSmallChangeCheckBox_CheckedChanged);
     //
     // NDateTimeAxisPagingUC
     //
     this.Controls.Add(this.groupBox2);
     this.Name = "NDateTimeAxisPagingUC";
     this.Size = new System.Drawing.Size(248, 288);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.BottomAxisPageSizeNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SmallChangeNumericUpDown)).EndInit();
     this.ResumeLayout(false);
 }