Пример #1
0
 public PhoneAuth(DataAccess db)
 {
     InitializeComponent();
     flag   = 0;
     target = nTextBox1;
     DB     = db;
 }
Пример #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.label1 = new System.Windows.Forms.Label();
     this.GroupInformationTextBox = new Nevron.UI.WinForm.Controls.NTextBox();
     this.ShowHighLowCheckBox     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 4);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(94, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Group Information:";
     //
     // GroupInformationTextBox
     //
     this.GroupInformationTextBox.Location  = new System.Drawing.Point(9, 20);
     this.GroupInformationTextBox.Multiline = true;
     this.GroupInformationTextBox.Name      = "GroupInformationTextBox";
     this.GroupInformationTextBox.Size      = new System.Drawing.Size(203, 156);
     this.GroupInformationTextBox.TabIndex  = 1;
     //
     // ShowHighLowCheckBox
     //
     this.ShowHighLowCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowHighLowCheckBox.Location        = new System.Drawing.Point(9, 182);
     this.ShowHighLowCheckBox.Name            = "ShowHighLowCheckBox";
     this.ShowHighLowCheckBox.Size            = new System.Drawing.Size(151, 24);
     this.ShowHighLowCheckBox.TabIndex        = 20;
     this.ShowHighLowCheckBox.Text            = "Show High Low";
     this.ShowHighLowCheckBox.CheckedChanged += new System.EventHandler(this.ShowHighLowCheckBox_CheckedChanged);
     //
     // NStockDataGroupingHitTestingUC
     //
     this.Controls.Add(this.ShowHighLowCheckBox);
     this.Controls.Add(this.GroupInformationTextBox);
     this.Controls.Add(this.label1);
     this.Name = "NStockDataGroupingHitTestingUC";
     this.Size = new System.Drawing.Size(222, 414);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.RedAxisPercentScrollBar = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label1         = new System.Windows.Forms.Label();
     this.RedAxisTextBox = new Nevron.UI.WinForm.Controls.NTextBox();
     this.SuspendLayout();
     //
     // RedAxisPercentScrollBar
     //
     this.RedAxisPercentScrollBar.Location      = new System.Drawing.Point(3, 38);
     this.RedAxisPercentScrollBar.Maximum       = 80;
     this.RedAxisPercentScrollBar.Minimum       = 10;
     this.RedAxisPercentScrollBar.MinimumSize   = new System.Drawing.Size(32, 16);
     this.RedAxisPercentScrollBar.Name          = "RedAxisPercentScrollBar";
     this.RedAxisPercentScrollBar.Size          = new System.Drawing.Size(123, 16);
     this.RedAxisPercentScrollBar.TabIndex      = 0;
     this.RedAxisPercentScrollBar.Value         = 10;
     this.RedAxisPercentScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.RedAxisPercentScrollBar_ValueChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(3, 14);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Red Axis Percent:";
     //
     // RedAxisTextBox
     //
     this.RedAxisTextBox.Enabled  = false;
     this.RedAxisTextBox.Location = new System.Drawing.Point(129, 36);
     this.RedAxisTextBox.Name     = "RedAxisTextBox";
     this.RedAxisTextBox.Size     = new System.Drawing.Size(48, 18);
     this.RedAxisTextBox.TabIndex = 2;
     //
     // NGaugeAxisRulerSizeUC
     //
     this.Controls.Add(this.RedAxisTextBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.RedAxisPercentScrollBar);
     this.Name = "NGaugeAxisRulerSizeUC";
     this.Size = new System.Drawing.Size(180, 216);
     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.label3             = new System.Windows.Forms.Label();
     this.DepthScroll        = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.DropLinesCheck     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.AreaFEButton       = new Nevron.UI.WinForm.Controls.NButton();
     this.AreaBorderButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.MarkerStyleButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.LabelStyleButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.label2             = new System.Windows.Forms.Label();
     this.OriginModeCombo    = new Nevron.UI.WinForm.Controls.NComboBox();
     this.OriginValueTextBox = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(9, 9);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(157, 16);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Depth %:";
     //
     // DepthScroll
     //
     this.DepthScroll.Location      = new System.Drawing.Point(9, 25);
     this.DepthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.DepthScroll.Name          = "DepthScroll";
     this.DepthScroll.Size          = new System.Drawing.Size(157, 16);
     this.DepthScroll.TabIndex      = 1;
     this.DepthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.DepthScroll_Scroll);
     //
     // DropLinesCheck
     //
     this.DropLinesCheck.ButtonProperties.BorderOffset = 2;
     this.DropLinesCheck.Location        = new System.Drawing.Point(9, 180);
     this.DropLinesCheck.Name            = "DropLinesCheck";
     this.DropLinesCheck.Size            = new System.Drawing.Size(157, 21);
     this.DropLinesCheck.TabIndex        = 6;
     this.DropLinesCheck.Text            = "Drop Lines";
     this.DropLinesCheck.CheckedChanged += new System.EventHandler(this.DropLinesCheck_CheckedChanged);
     //
     // AreaFEButton
     //
     this.AreaFEButton.Location = new System.Drawing.Point(9, 49);
     this.AreaFEButton.Name     = "AreaFEButton";
     this.AreaFEButton.Size     = new System.Drawing.Size(157, 24);
     this.AreaFEButton.TabIndex = 2;
     this.AreaFEButton.Text     = "Area Fill Style...";
     this.AreaFEButton.Click   += new System.EventHandler(this.AreaFEButton_Click);
     //
     // AreaBorderButton
     //
     this.AreaBorderButton.Location = new System.Drawing.Point(9, 79);
     this.AreaBorderButton.Name     = "AreaBorderButton";
     this.AreaBorderButton.Size     = new System.Drawing.Size(157, 24);
     this.AreaBorderButton.TabIndex = 3;
     this.AreaBorderButton.Text     = "Area Border...";
     this.AreaBorderButton.Click   += new System.EventHandler(this.AreaBorderButton_Click);
     //
     // MarkerStyleButton
     //
     this.MarkerStyleButton.Location = new System.Drawing.Point(9, 109);
     this.MarkerStyleButton.Name     = "MarkerStyleButton";
     this.MarkerStyleButton.Size     = new System.Drawing.Size(157, 24);
     this.MarkerStyleButton.TabIndex = 4;
     this.MarkerStyleButton.Text     = "Marker Style...";
     this.MarkerStyleButton.Click   += new System.EventHandler(this.MarkerStyleButton_Click);
     //
     // LabelStyleButton
     //
     this.LabelStyleButton.Location = new System.Drawing.Point(9, 140);
     this.LabelStyleButton.Name     = "LabelStyleButton";
     this.LabelStyleButton.Size     = new System.Drawing.Size(157, 24);
     this.LabelStyleButton.TabIndex = 5;
     this.LabelStyleButton.Text     = "Data Label Style...";
     this.LabelStyleButton.Click   += new System.EventHandler(this.LabelStyleButton_Click);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(9, 210);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(157, 20);
     this.label2.TabIndex  = 7;
     this.label2.Text      = "Origin Mode:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // OriginModeCombo
     //
     this.OriginModeCombo.ListProperties.CheckBoxDataMember = "";
     this.OriginModeCombo.ListProperties.DataSource         = null;
     this.OriginModeCombo.ListProperties.DisplayMember      = "";
     this.OriginModeCombo.Location              = new System.Drawing.Point(9, 233);
     this.OriginModeCombo.Name                  = "OriginModeCombo";
     this.OriginModeCombo.Size                  = new System.Drawing.Size(157, 21);
     this.OriginModeCombo.TabIndex              = 8;
     this.OriginModeCombo.SelectedIndexChanged += new System.EventHandler(this.OriginModeCombo_SelectedIndexChanged);
     //
     // OriginValueTextBox
     //
     this.OriginValueTextBox.Location     = new System.Drawing.Point(9, 283);
     this.OriginValueTextBox.Name         = "OriginValueTextBox";
     this.OriginValueTextBox.Size         = new System.Drawing.Size(157, 18);
     this.OriginValueTextBox.TabIndex     = 10;
     this.OriginValueTextBox.TextChanged += new System.EventHandler(this.OriginValueTextBox_TextChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(9, 263);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(157, 20);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "Custom Origin Value:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // NStandardAreaUC
     //
     this.Controls.Add(this.label2);
     this.Controls.Add(this.OriginModeCombo);
     this.Controls.Add(this.OriginValueTextBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.LabelStyleButton);
     this.Controls.Add(this.MarkerStyleButton);
     this.Controls.Add(this.AreaBorderButton);
     this.Controls.Add(this.AreaFEButton);
     this.Controls.Add(this.DropLinesCheck);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.DepthScroll);
     this.Name = "NStandardAreaUC";
     this.Size = new System.Drawing.Size(180, 336);
     this.ResumeLayout(false);
 }
Пример #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label10            = new System.Windows.Forms.Label();
     this.LabelFormatCombo   = new Nevron.UI.WinForm.Controls.NComboBox();
     this.UseCustomMax       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MaxTextBox         = new Nevron.UI.WinForm.Controls.NTextBox();
     this.RoundToTickMin     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.RoundToTickMax     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.LogarithBaseUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.LogarithBaseUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(168, -16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(88, 16);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Logarihm Base:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 14);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 16);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Logarithm Base:";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(16, 71);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(80, 16);
     this.label10.TabIndex = 7;
     this.label10.Text     = "Label Format:";
     //
     // LabelFormatCombo
     //
     this.LabelFormatCombo.Location              = new System.Drawing.Point(16, 93);
     this.LabelFormatCombo.Name                  = "LabelFormatCombo";
     this.LabelFormatCombo.Size                  = new System.Drawing.Size(153, 21);
     this.LabelFormatCombo.TabIndex              = 9;
     this.LabelFormatCombo.SelectedIndexChanged += new System.EventHandler(this.LabelFormatCombo_SelectedIndexChanged);
     //
     // UseCustomMax
     //
     this.UseCustomMax.Location = new System.Drawing.Point(32, 464);
     this.UseCustomMax.Name     = "UseCustomMax";
     this.UseCustomMax.Size     = new System.Drawing.Size(113, 21);
     this.UseCustomMax.TabIndex = 14;
     this.UseCustomMax.Text     = "Use Custom Max";
     //
     // MaxTextBox
     //
     this.MaxTextBox.ErrorMessage = null;
     this.MaxTextBox.Location     = new System.Drawing.Point(34, 494);
     this.MaxTextBox.Name         = "MaxTextBox";
     this.MaxTextBox.Size         = new System.Drawing.Size(96, 18);
     this.MaxTextBox.TabIndex     = 15;
     this.MaxTextBox.Text         = "100";
     //
     // RoundToTickMin
     //
     this.RoundToTickMin.Location        = new System.Drawing.Point(17, 131);
     this.RoundToTickMin.Name            = "RoundToTickMin";
     this.RoundToTickMin.Size            = new System.Drawing.Size(130, 19);
     this.RoundToTickMin.TabIndex        = 16;
     this.RoundToTickMin.Text            = "Round To Tick Min";
     this.RoundToTickMin.CheckedChanged += new System.EventHandler(this.RoundToTickMin_CheckedChanged);
     //
     // RoundToTickMax
     //
     this.RoundToTickMax.Location        = new System.Drawing.Point(17, 155);
     this.RoundToTickMax.Name            = "RoundToTickMax";
     this.RoundToTickMax.Size            = new System.Drawing.Size(128, 19);
     this.RoundToTickMax.TabIndex        = 17;
     this.RoundToTickMax.Text            = "Round To Tick Max";
     this.RoundToTickMax.CheckedChanged += new System.EventHandler(this.RoundToTickMax_CheckedChanged);
     //
     // LogarithBaseUpDown
     //
     this.LogarithBaseUpDown.Location = new System.Drawing.Point(19, 38);
     this.LogarithBaseUpDown.Maximum  = new System.Decimal(new int[] {
         30,
         0,
         0,
         0
     });
     this.LogarithBaseUpDown.Minimum = new System.Decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.LogarithBaseUpDown.Name     = "LogarithBaseUpDown";
     this.LogarithBaseUpDown.Size     = new System.Drawing.Size(149, 20);
     this.LogarithBaseUpDown.TabIndex = 18;
     this.LogarithBaseUpDown.Value    = new System.Decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.LogarithBaseUpDown.ValueChanged += new System.EventHandler(this.LogarithBaseUpDown_ValueChanged);
     //
     // NLogarithmicScaleUC
     //
     this.Controls.Add(this.LogarithBaseUpDown);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.RoundToTickMin);
     this.Controls.Add(this.RoundToTickMax);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.LabelFormatCombo);
     this.Controls.Add(this.MaxTextBox);
     this.Controls.Add(this.UseCustomMax);
     this.Name = "NLogarithmicScaleUC";
     this.Size = new System.Drawing.Size(191, 466);
     ((System.ComponentModel.ISupportInitialize)(this.LogarithBaseUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Пример #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.DataPointCountTextBox = new Nevron.UI.WinForm.Controls.NTextBox();
     this.UseXValuesCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label1               = new System.Windows.Forms.Label();
     this.ClearDataButton      = new Nevron.UI.WinForm.Controls.NButton();
     this.SampleDistanceScroll = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label2               = new System.Windows.Forms.Label();
     this.Add40KDataButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.Add20KDataButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // DataPointCountTextBox
     //
     this.DataPointCountTextBox.Location = new System.Drawing.Point(18, 166);
     this.DataPointCountTextBox.Name     = "DataPointCountTextBox";
     this.DataPointCountTextBox.ReadOnly = true;
     this.DataPointCountTextBox.Size     = new System.Drawing.Size(144, 18);
     this.DataPointCountTextBox.TabIndex = 6;
     //
     // UseXValuesCheckBox
     //
     this.UseXValuesCheckBox.ButtonProperties.BorderOffset = 2;
     this.UseXValuesCheckBox.Location        = new System.Drawing.Point(21, 50);
     this.UseXValuesCheckBox.Name            = "UseXValuesCheckBox";
     this.UseXValuesCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.UseXValuesCheckBox.TabIndex        = 2;
     this.UseXValuesCheckBox.Text            = "Use X Values";
     this.UseXValuesCheckBox.CheckedChanged += new System.EventHandler(this.UseXValuesCheckBox_CheckedChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(18, 142);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(144, 21);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "Data Point Count:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // ClearDataButton
     //
     this.ClearDataButton.Location = new System.Drawing.Point(18, 240);
     this.ClearDataButton.Name     = "ClearDataButton";
     this.ClearDataButton.Size     = new System.Drawing.Size(144, 23);
     this.ClearDataButton.TabIndex = 7;
     this.ClearDataButton.Text     = "Clear Data";
     this.ClearDataButton.Click   += new System.EventHandler(this.ClearDataButton_Click);
     //
     // SampleDistanceScroll
     //
     this.SampleDistanceScroll.LargeChange   = 1;
     this.SampleDistanceScroll.Location      = new System.Drawing.Point(21, 26);
     this.SampleDistanceScroll.Maximum       = 12;
     this.SampleDistanceScroll.Minimum       = 1;
     this.SampleDistanceScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.SampleDistanceScroll.Name          = "SampleDistanceScroll";
     this.SampleDistanceScroll.Size          = new System.Drawing.Size(144, 18);
     this.SampleDistanceScroll.TabIndex      = 1;
     this.SampleDistanceScroll.Value         = 1;
     this.SampleDistanceScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.SampleDistanceScroll_ValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(21, 10);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(144, 21);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Sample Distance:";
     //
     // Add40KDataButton
     //
     this.Add40KDataButton.Location = new System.Drawing.Point(18, 116);
     this.Add40KDataButton.Name     = "Add40KDataButton";
     this.Add40KDataButton.Size     = new System.Drawing.Size(144, 23);
     this.Add40KDataButton.TabIndex = 4;
     this.Add40KDataButton.Text     = "Add 40,000 Data Points";
     this.Add40KDataButton.Click   += new System.EventHandler(this.Add40KDataButton_Click);
     //
     // Add20KDataButton
     //
     this.Add20KDataButton.Location = new System.Drawing.Point(18, 87);
     this.Add20KDataButton.Name     = "Add20KDataButton";
     this.Add20KDataButton.Size     = new System.Drawing.Size(144, 23);
     this.Add20KDataButton.TabIndex = 3;
     this.Add20KDataButton.Text     = "Add 20,000 Data Points";
     this.Add20KDataButton.Click   += new System.EventHandler(this.Add20KDataButton_Click);
     //
     // NSampledArea2DUC
     //
     this.Controls.Add(this.DataPointCountTextBox);
     this.Controls.Add(this.UseXValuesCheckBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ClearDataButton);
     this.Controls.Add(this.SampleDistanceScroll);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.Add40KDataButton);
     this.Controls.Add(this.Add20KDataButton);
     this.Name = "NSampledArea2DUC";
     this.Size = new System.Drawing.Size(180, 277);
     this.ResumeLayout(false);
 }
Пример #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.BarFillStyleButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.StyleCombo           = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1               = new System.Windows.Forms.Label();
     this.WidthScroll          = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.DepthScroll          = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label2               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.DifferentFillStyles  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.InvertAxisRuler      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.EdgePercentScrollBar = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label5               = new System.Windows.Forms.Label();
     this.HasTopEdge           = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.HasBottomEdge        = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.BarBorderButton      = new Nevron.UI.WinForm.Controls.NButton();
     this.LabelStyleButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.label4               = new System.Windows.Forms.Label();
     this.OriginModeCombo      = new Nevron.UI.WinForm.Controls.NComboBox();
     this.OriginValueTextBox   = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label6               = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // BarFillStyleButton
     //
     this.BarFillStyleButton.Location = new System.Drawing.Point(7, 178);
     this.BarFillStyleButton.Name     = "BarFillStyleButton";
     this.BarFillStyleButton.Size     = new System.Drawing.Size(165, 24);
     this.BarFillStyleButton.TabIndex = 7;
     this.BarFillStyleButton.Text     = "Bar Fill Style...";
     this.BarFillStyleButton.Click   += new System.EventHandler(this.BarFillStyleButton_Click);
     //
     // StyleCombo
     //
     this.StyleCombo.ListProperties.CheckBoxDataMember = "";
     this.StyleCombo.ListProperties.DataSource         = null;
     this.StyleCombo.ListProperties.DisplayMember      = "";
     this.StyleCombo.Location              = new System.Drawing.Point(7, 23);
     this.StyleCombo.Name                  = "StyleCombo";
     this.StyleCombo.Size                  = new System.Drawing.Size(165, 21);
     this.StyleCombo.TabIndex              = 1;
     this.StyleCombo.SelectedIndexChanged += new System.EventHandler(this.StyleCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7, 7);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(165, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Bar Style:";
     //
     // WidthScroll
     //
     this.WidthScroll.Location      = new System.Drawing.Point(7, 291);
     this.WidthScroll.Maximum       = 110;
     this.WidthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.WidthScroll.Name          = "WidthScroll";
     this.WidthScroll.Size          = new System.Drawing.Size(165, 16);
     this.WidthScroll.TabIndex      = 9;
     this.WidthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.WidthScroll_Scroll);
     //
     // DepthScroll
     //
     this.DepthScroll.Location      = new System.Drawing.Point(7, 333);
     this.DepthScroll.Maximum       = 110;
     this.DepthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.DepthScroll.Name          = "DepthScroll";
     this.DepthScroll.Size          = new System.Drawing.Size(165, 16);
     this.DepthScroll.TabIndex      = 11;
     this.DepthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.DepthScroll_Scroll);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(7, 275);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(165, 16);
     this.label2.TabIndex = 8;
     this.label2.Text     = "Width %:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(7, 317);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(165, 16);
     this.label3.TabIndex = 10;
     this.label3.Text     = "Depth %:";
     //
     // DifferentFillStyles
     //
     this.DifferentFillStyles.ButtonProperties.BorderOffset = 2;
     this.DifferentFillStyles.Location        = new System.Drawing.Point(7, 149);
     this.DifferentFillStyles.Name            = "DifferentFillStyles";
     this.DifferentFillStyles.Size            = new System.Drawing.Size(165, 21);
     this.DifferentFillStyles.TabIndex        = 6;
     this.DifferentFillStyles.Text            = "Different Fill Styles";
     this.DifferentFillStyles.CheckedChanged += new System.EventHandler(this.DifferentFillStyles_CheckedChanged);
     //
     // InvertAxisRuler
     //
     this.InvertAxisRuler.ButtonProperties.BorderOffset = 2;
     this.InvertAxisRuler.Location        = new System.Drawing.Point(8, 367);
     this.InvertAxisRuler.Name            = "InvertAxisRuler";
     this.InvertAxisRuler.Size            = new System.Drawing.Size(165, 19);
     this.InvertAxisRuler.TabIndex        = 15;
     this.InvertAxisRuler.Text            = "Invert Y Axis Ruler";
     this.InvertAxisRuler.CheckedChanged += new System.EventHandler(this.InvertAxisRuler_CheckedChanged);
     //
     // EdgePercentScrollBar
     //
     this.EdgePercentScrollBar.Enabled       = false;
     this.EdgePercentScrollBar.Location      = new System.Drawing.Point(7, 69);
     this.EdgePercentScrollBar.Maximum       = 59;
     this.EdgePercentScrollBar.MinimumSize   = new System.Drawing.Size(32, 16);
     this.EdgePercentScrollBar.Name          = "EdgePercentScrollBar";
     this.EdgePercentScrollBar.Size          = new System.Drawing.Size(165, 16);
     this.EdgePercentScrollBar.TabIndex      = 3;
     this.EdgePercentScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.EdgePercentScrollBar_Scroll);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(7, 53);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(165, 14);
     this.label5.TabIndex = 2;
     this.label5.Text     = "Edge %:";
     //
     // HasTopEdge
     //
     this.HasTopEdge.ButtonProperties.BorderOffset = 2;
     this.HasTopEdge.Enabled         = false;
     this.HasTopEdge.Location        = new System.Drawing.Point(7, 96);
     this.HasTopEdge.Name            = "HasTopEdge";
     this.HasTopEdge.Size            = new System.Drawing.Size(165, 20);
     this.HasTopEdge.TabIndex        = 4;
     this.HasTopEdge.Text            = "Has Top Edge";
     this.HasTopEdge.CheckedChanged += new System.EventHandler(this.HasTopEdge_CheckedChanged);
     //
     // HasBottomEdge
     //
     this.HasBottomEdge.ButtonProperties.BorderOffset = 2;
     this.HasBottomEdge.Enabled         = false;
     this.HasBottomEdge.Location        = new System.Drawing.Point(7, 120);
     this.HasBottomEdge.Name            = "HasBottomEdge";
     this.HasBottomEdge.Size            = new System.Drawing.Size(165, 24);
     this.HasBottomEdge.TabIndex        = 5;
     this.HasBottomEdge.Text            = "Has Bottom Edge";
     this.HasBottomEdge.CheckedChanged += new System.EventHandler(this.HasBottomEdge_CheckedChanged);
     //
     // BarBorderButton
     //
     this.BarBorderButton.Location = new System.Drawing.Point(7, 209);
     this.BarBorderButton.Name     = "BarBorderButton";
     this.BarBorderButton.Size     = new System.Drawing.Size(165, 24);
     this.BarBorderButton.TabIndex = 19;
     this.BarBorderButton.Text     = "Bar Border...";
     this.BarBorderButton.Click   += new System.EventHandler(this.BarBorderButton_Click);
     //
     // LabelStyleButton
     //
     this.LabelStyleButton.Location = new System.Drawing.Point(7, 240);
     this.LabelStyleButton.Name     = "LabelStyleButton";
     this.LabelStyleButton.Size     = new System.Drawing.Size(165, 24);
     this.LabelStyleButton.TabIndex = 36;
     this.LabelStyleButton.Text     = "Data Label Style...";
     this.LabelStyleButton.Click   += new System.EventHandler(this.LabelStyleButton_Click);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 397);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(165, 20);
     this.label4.TabIndex  = 40;
     this.label4.Text      = "Origin Mode:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // OriginModeCombo
     //
     this.OriginModeCombo.ListProperties.CheckBoxDataMember = "";
     this.OriginModeCombo.ListProperties.DataSource         = null;
     this.OriginModeCombo.ListProperties.DisplayMember      = "";
     this.OriginModeCombo.Location              = new System.Drawing.Point(8, 420);
     this.OriginModeCombo.Name                  = "OriginModeCombo";
     this.OriginModeCombo.Size                  = new System.Drawing.Size(165, 21);
     this.OriginModeCombo.TabIndex              = 39;
     this.OriginModeCombo.SelectedIndexChanged += new System.EventHandler(this.OriginModeCombo_SelectedIndexChanged);
     //
     // OriginValueTextBox
     //
     this.OriginValueTextBox.Location     = new System.Drawing.Point(8, 470);
     this.OriginValueTextBox.Name         = "OriginValueTextBox";
     this.OriginValueTextBox.Size         = new System.Drawing.Size(165, 18);
     this.OriginValueTextBox.TabIndex     = 37;
     this.OriginValueTextBox.TextChanged += new System.EventHandler(this.OriginValueTextBox_TextChanged);
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(8, 450);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(165, 20);
     this.label6.TabIndex  = 38;
     this.label6.Text      = "Custom Origin Value:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // NStandardBar3DUC
     //
     this.Controls.Add(this.label4);
     this.Controls.Add(this.OriginModeCombo);
     this.Controls.Add(this.OriginValueTextBox);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.LabelStyleButton);
     this.Controls.Add(this.DepthScroll);
     this.Controls.Add(this.BarBorderButton);
     this.Controls.Add(this.HasBottomEdge);
     this.Controls.Add(this.HasTopEdge);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.EdgePercentScrollBar);
     this.Controls.Add(this.InvertAxisRuler);
     this.Controls.Add(this.DifferentFillStyles);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.WidthScroll);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.StyleCombo);
     this.Controls.Add(this.BarFillStyleButton);
     this.Name = "NStandardBar3DUC";
     this.Size = new System.Drawing.Size(180, 505);
     this.ResumeLayout(false);
 }
Пример #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NGroupedPieUC));
     this.ChangeDataButton = new Nevron.UI.WinForm.Controls.NButton();
     this.label2           = new System.Windows.Forms.Label();
     this.GroupValueText   = new Nevron.UI.WinForm.Controls.NTextBox();
     this.groupBox1        = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label3           = new System.Windows.Forms.Label();
     this.GroupLabel       = new Nevron.UI.WinForm.Controls.NTextBox();
     this.GroupColorButton = new Nevron.UI.WinForm.Controls.NButton();
     this.colorDlg         = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.GroupValues      = new Nevron.UI.WinForm.Controls.NButton();
     this.UngroupData      = new Nevron.UI.WinForm.Controls.NButton();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // ChangeDataButton
     //
     this.ChangeDataButton.Location = new System.Drawing.Point(4, 9);
     this.ChangeDataButton.Name     = "ChangeDataButton";
     this.ChangeDataButton.Size     = new System.Drawing.Size(173, 24);
     this.ChangeDataButton.TabIndex = 0;
     this.ChangeDataButton.Text     = "Change Data";
     this.ChangeDataButton.Click   += new System.EventHandler(this.ChangeDataButton_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(5, 106);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(151, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Group Below Value:";
     //
     // GroupValueText
     //
     this.GroupValueText.Location     = new System.Drawing.Point(5, 123);
     this.GroupValueText.Name         = "GroupValueText";
     this.GroupValueText.Size         = new System.Drawing.Size(60, 18);
     this.GroupValueText.TabIndex     = 4;
     this.GroupValueText.TextChanged += new System.EventHandler(this.GroupValueText_TextChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.GroupLabel);
     this.groupBox1.Controls.Add(this.GroupColorButton);
     this.groupBox1.Controls.Add(this.GroupValueText);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(6, 109);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(171, 156);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Grouped Slice Properties";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(5, 53);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(151, 16);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Label:";
     //
     // GroupLabel
     //
     this.GroupLabel.Location     = new System.Drawing.Point(5, 73);
     this.GroupLabel.Name         = "GroupLabel";
     this.GroupLabel.Size         = new System.Drawing.Size(151, 18);
     this.GroupLabel.TabIndex     = 2;
     this.GroupLabel.Text         = "Other";
     this.GroupLabel.TextChanged += new System.EventHandler(this.GroupLabel_TextChanged);
     //
     // GroupColorButton
     //
     this.GroupColorButton.Location = new System.Drawing.Point(5, 20);
     this.GroupColorButton.Name     = "GroupColorButton";
     this.GroupColorButton.Size     = new System.Drawing.Size(151, 24);
     this.GroupColorButton.TabIndex = 0;
     this.GroupColorButton.Text     = "Color...";
     this.GroupColorButton.Click   += new System.EventHandler(this.GroupColorButton_Click);
     //
     // colorDlg
     //
     this.colorDlg.ClientSize       = new System.Drawing.Size(398, 351);
     this.colorDlg.Color            = System.Drawing.Color.Empty;
     this.colorDlg.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.colorDlg.Icon             = ((System.Drawing.Icon)(resources.GetObject("colorDlg.Icon")));
     this.colorDlg.Location         = new System.Drawing.Point(193, 207);
     this.colorDlg.MaximizeBox      = false;
     this.colorDlg.MinimizeBox      = false;
     this.colorDlg.Name             = "colorDlg";
     this.colorDlg.ShowCaptionImage = false;
     this.colorDlg.ShowInTaskbar    = false;
     this.colorDlg.Sizable          = false;
     this.colorDlg.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.colorDlg.Text             = "Edit Color";
     this.colorDlg.Visible          = false;
     //
     // GroupValues
     //
     this.GroupValues.Location = new System.Drawing.Point(4, 41);
     this.GroupValues.Name     = "GroupValues";
     this.GroupValues.Size     = new System.Drawing.Size(173, 24);
     this.GroupValues.TabIndex = 1;
     this.GroupValues.Text     = "Group Values Below Value";
     this.GroupValues.Click   += new System.EventHandler(this.GroupValues_Click);
     //
     // UngroupData
     //
     this.UngroupData.Location = new System.Drawing.Point(4, 73);
     this.UngroupData.Name     = "UngroupData";
     this.UngroupData.Size     = new System.Drawing.Size(173, 24);
     this.UngroupData.TabIndex = 2;
     this.UngroupData.Text     = "Ungroup Data";
     this.UngroupData.Click   += new System.EventHandler(this.UngroupData_Click);
     //
     // NGroupedPieUC
     //
     this.Controls.Add(this.UngroupData);
     this.Controls.Add(this.GroupValues);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.ChangeDataButton);
     this.Name = "NGroupedPieUC";
     this.Size = new System.Drawing.Size(180, 276);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.TextBox = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label1  = new System.Windows.Forms.Label();
     this.PredefinedSampleTextComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.TextFillStyleButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.TextBorderbutton      = new Nevron.UI.WinForm.Controls.NButton();
     this.TextShadowButton      = new Nevron.UI.WinForm.Controls.NButton();
     this.TextFontButton        = new Nevron.UI.WinForm.Controls.NButton();
     this.TextDefaultFontDialog = new System.Windows.Forms.FontDialog();
     this.SuspendLayout();
     //
     // TextBox
     //
     this.TextBox.Location     = new System.Drawing.Point(5, 29);
     this.TextBox.Multiline    = true;
     this.TextBox.Name         = "TextBox";
     this.TextBox.Size         = new System.Drawing.Size(170, 162);
     this.TextBox.TabIndex     = 0;
     this.TextBox.TextChanged += new System.EventHandler(this.TextBox_TextChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(5, 195);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(170, 23);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Load sample text:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PredefinedSampleTextComboBox
     //
     this.PredefinedSampleTextComboBox.ListProperties.CheckBoxDataMember = "";
     this.PredefinedSampleTextComboBox.ListProperties.DataSource         = null;
     this.PredefinedSampleTextComboBox.ListProperties.DisplayMember      = "";
     this.PredefinedSampleTextComboBox.Location              = new System.Drawing.Point(5, 222);
     this.PredefinedSampleTextComboBox.Name                  = "PredefinedSampleTextComboBox";
     this.PredefinedSampleTextComboBox.Size                  = new System.Drawing.Size(170, 21);
     this.PredefinedSampleTextComboBox.TabIndex              = 2;
     this.PredefinedSampleTextComboBox.SelectedIndexChanged += new System.EventHandler(this.PredefinedSampleTextComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(5, 5);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(170, 23);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Label text:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // TextFillStyleButton
     //
     this.TextFillStyleButton.Location = new System.Drawing.Point(5, 259);
     this.TextFillStyleButton.Name     = "TextFillStyleButton";
     this.TextFillStyleButton.Size     = new System.Drawing.Size(170, 23);
     this.TextFillStyleButton.TabIndex = 4;
     this.TextFillStyleButton.Text     = "Fill Style...";
     this.TextFillStyleButton.Click   += new System.EventHandler(this.TextFillStyleButton_Click);
     //
     // TextBorderbutton
     //
     this.TextBorderbutton.Location = new System.Drawing.Point(5, 294);
     this.TextBorderbutton.Name     = "TextBorderbutton";
     this.TextBorderbutton.Size     = new System.Drawing.Size(170, 23);
     this.TextBorderbutton.TabIndex = 5;
     this.TextBorderbutton.Text     = "Border...";
     this.TextBorderbutton.Click   += new System.EventHandler(this.TextBorderbutton_Click);
     //
     // TextShadowButton
     //
     this.TextShadowButton.Location = new System.Drawing.Point(5, 330);
     this.TextShadowButton.Name     = "TextShadowButton";
     this.TextShadowButton.Size     = new System.Drawing.Size(170, 23);
     this.TextShadowButton.TabIndex = 6;
     this.TextShadowButton.Text     = "Shadow...";
     this.TextShadowButton.Click   += new System.EventHandler(this.TextShadowButton_Click);
     //
     // TextFontButton
     //
     this.TextFontButton.Location = new System.Drawing.Point(5, 364);
     this.TextFontButton.Name     = "TextFontButton";
     this.TextFontButton.Size     = new System.Drawing.Size(170, 23);
     this.TextFontButton.TabIndex = 7;
     this.TextFontButton.Text     = "Font...";
     this.TextFontButton.Click   += new System.EventHandler(this.TextFontButton_Click);
     //
     // NXMLFormattedTextUC
     //
     this.Controls.Add(this.TextFontButton);
     this.Controls.Add(this.TextShadowButton);
     this.Controls.Add(this.TextBorderbutton);
     this.Controls.Add(this.TextFillStyleButton);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.PredefinedSampleTextComboBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.TextBox);
     this.Name = "NXMLFormattedTextUC";
     this.Size = new System.Drawing.Size(180, 408);
     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.MouseDownCheckBox              = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MouseUpCheckBox                = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MouseMoveCheckBox              = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MouseLeaveCheckBox             = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MouseEnterCheckBox             = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MouseHoverCheckBox             = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MouseWheelCheckBox             = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox1                      = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.XYTextBox                      = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label3                         = new System.Windows.Forms.Label();
     this.label4                         = new System.Windows.Forms.Label();
     this.ButtonTextBox                  = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label5                         = new System.Windows.Forms.Label();
     this.ClicksTextBox                  = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label6                         = new System.Windows.Forms.Label();
     this.ChartObjectTextBox             = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label7                         = new System.Windows.Forms.Label();
     this.MouseEventTextBox              = new Nevron.UI.WinForm.Controls.NTextBox();
     this.groupBox2                      = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.UseWindowRenderSurfaceCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label2                         = new System.Windows.Forms.Label();
     this.groupBox3                      = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.DescriptionTextBox             = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label8                         = new System.Windows.Forms.Label();
     this.ChartElementTextBox            = new Nevron.UI.WinForm.Controls.NTextBox();
     this.textBox1                       = new Nevron.UI.WinForm.Controls.NTextBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // MouseDownCheckBox
     //
     this.MouseDownCheckBox.ButtonProperties.BorderOffset = 2;
     this.MouseDownCheckBox.Location        = new System.Drawing.Point(7, 16);
     this.MouseDownCheckBox.Name            = "MouseDownCheckBox";
     this.MouseDownCheckBox.Size            = new System.Drawing.Size(96, 20);
     this.MouseDownCheckBox.TabIndex        = 0;
     this.MouseDownCheckBox.Text            = "Mouse down";
     this.MouseDownCheckBox.CheckedChanged += new System.EventHandler(this.MouseDownCheckBox_CheckedChanged);
     //
     // MouseUpCheckBox
     //
     this.MouseUpCheckBox.ButtonProperties.BorderOffset = 2;
     this.MouseUpCheckBox.Location        = new System.Drawing.Point(7, 35);
     this.MouseUpCheckBox.Name            = "MouseUpCheckBox";
     this.MouseUpCheckBox.Size            = new System.Drawing.Size(96, 20);
     this.MouseUpCheckBox.TabIndex        = 1;
     this.MouseUpCheckBox.Text            = "Mouse up";
     this.MouseUpCheckBox.CheckedChanged += new System.EventHandler(this.MouseUpCheckBox_CheckedChanged);
     //
     // MouseMoveCheckBox
     //
     this.MouseMoveCheckBox.ButtonProperties.BorderOffset = 2;
     this.MouseMoveCheckBox.Location        = new System.Drawing.Point(7, 54);
     this.MouseMoveCheckBox.Name            = "MouseMoveCheckBox";
     this.MouseMoveCheckBox.Size            = new System.Drawing.Size(96, 20);
     this.MouseMoveCheckBox.TabIndex        = 2;
     this.MouseMoveCheckBox.Text            = "Mouse move";
     this.MouseMoveCheckBox.CheckedChanged += new System.EventHandler(this.MouseMoveCheckBox_CheckedChanged);
     //
     // MouseLeaveCheckBox
     //
     this.MouseLeaveCheckBox.ButtonProperties.BorderOffset = 2;
     this.MouseLeaveCheckBox.Location        = new System.Drawing.Point(7, 73);
     this.MouseLeaveCheckBox.Name            = "MouseLeaveCheckBox";
     this.MouseLeaveCheckBox.Size            = new System.Drawing.Size(96, 20);
     this.MouseLeaveCheckBox.TabIndex        = 3;
     this.MouseLeaveCheckBox.Text            = "Mouse leave";
     this.MouseLeaveCheckBox.CheckedChanged += new System.EventHandler(this.MouseLeaveCheckBox_CheckedChanged);
     //
     // MouseEnterCheckBox
     //
     this.MouseEnterCheckBox.ButtonProperties.BorderOffset = 2;
     this.MouseEnterCheckBox.Location        = new System.Drawing.Point(7, 92);
     this.MouseEnterCheckBox.Name            = "MouseEnterCheckBox";
     this.MouseEnterCheckBox.Size            = new System.Drawing.Size(96, 20);
     this.MouseEnterCheckBox.TabIndex        = 4;
     this.MouseEnterCheckBox.Text            = "Mouse enter";
     this.MouseEnterCheckBox.CheckedChanged += new System.EventHandler(this.MouseEnterCheckBox_CheckedChanged);
     //
     // MouseHoverCheckBox
     //
     this.MouseHoverCheckBox.ButtonProperties.BorderOffset = 2;
     this.MouseHoverCheckBox.Location        = new System.Drawing.Point(7, 111);
     this.MouseHoverCheckBox.Name            = "MouseHoverCheckBox";
     this.MouseHoverCheckBox.Size            = new System.Drawing.Size(96, 20);
     this.MouseHoverCheckBox.TabIndex        = 5;
     this.MouseHoverCheckBox.Text            = "Mouse hover";
     this.MouseHoverCheckBox.CheckedChanged += new System.EventHandler(this.MouseHoverCheckBox_CheckedChanged);
     //
     // MouseWheelCheckBox
     //
     this.MouseWheelCheckBox.ButtonProperties.BorderOffset = 2;
     this.MouseWheelCheckBox.Location        = new System.Drawing.Point(7, 130);
     this.MouseWheelCheckBox.Name            = "MouseWheelCheckBox";
     this.MouseWheelCheckBox.Size            = new System.Drawing.Size(96, 20);
     this.MouseWheelCheckBox.TabIndex        = 6;
     this.MouseWheelCheckBox.Text            = "Mouse wheel";
     this.MouseWheelCheckBox.CheckedChanged += new System.EventHandler(this.MouseWheelCheckBox_CheckedChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.MouseWheelCheckBox);
     this.groupBox1.Controls.Add(this.MouseLeaveCheckBox);
     this.groupBox1.Controls.Add(this.MouseMoveCheckBox);
     this.groupBox1.Controls.Add(this.MouseEnterCheckBox);
     this.groupBox1.Controls.Add(this.MouseHoverCheckBox);
     this.groupBox1.Controls.Add(this.MouseDownCheckBox);
     this.groupBox1.Controls.Add(this.MouseUpCheckBox);
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(5, 3);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(172, 153);
     this.groupBox1.TabIndex   = 7;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Track mouse events";
     //
     // XYTextBox
     //
     this.XYTextBox.Location = new System.Drawing.Point(95, 41);
     this.XYTextBox.Name     = "XYTextBox";
     this.XYTextBox.ReadOnly = true;
     this.XYTextBox.Size     = new System.Drawing.Size(72, 18);
     this.XYTextBox.TabIndex = 9;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(7, 41);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(32, 16);
     this.label3.TabIndex  = 12;
     this.label3.Text      = "XY:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(7, 65);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(48, 16);
     this.label4.TabIndex  = 13;
     this.label4.Text      = "Button:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ButtonTextBox
     //
     this.ButtonTextBox.Location = new System.Drawing.Point(95, 65);
     this.ButtonTextBox.Name     = "ButtonTextBox";
     this.ButtonTextBox.ReadOnly = true;
     this.ButtonTextBox.Size     = new System.Drawing.Size(72, 18);
     this.ButtonTextBox.TabIndex = 14;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(7, 89);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(40, 16);
     this.label5.TabIndex  = 15;
     this.label5.Text      = "Clicks:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ClicksTextBox
     //
     this.ClicksTextBox.Location = new System.Drawing.Point(95, 89);
     this.ClicksTextBox.Name     = "ClicksTextBox";
     this.ClicksTextBox.ReadOnly = true;
     this.ClicksTextBox.Size     = new System.Drawing.Size(72, 18);
     this.ClicksTextBox.TabIndex = 16;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(7, 113);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(48, 16);
     this.label6.TabIndex  = 17;
     this.label6.Text      = "Sender:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ChartObjectTextBox
     //
     this.ChartObjectTextBox.Location = new System.Drawing.Point(71, 113);
     this.ChartObjectTextBox.Name     = "ChartObjectTextBox";
     this.ChartObjectTextBox.ReadOnly = true;
     this.ChartObjectTextBox.Size     = new System.Drawing.Size(96, 18);
     this.ChartObjectTextBox.TabIndex = 18;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(7, 17);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(72, 16);
     this.label7.TabIndex  = 19;
     this.label7.Text      = "Mouse event:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // MouseEventTextBox
     //
     this.MouseEventTextBox.Location = new System.Drawing.Point(95, 17);
     this.MouseEventTextBox.Name     = "MouseEventTextBox";
     this.MouseEventTextBox.ReadOnly = true;
     this.MouseEventTextBox.Size     = new System.Drawing.Size(72, 18);
     this.MouseEventTextBox.TabIndex = 20;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.XYTextBox);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.ButtonTextBox);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.ClicksTextBox);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.ChartObjectTextBox);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.MouseEventTextBox);
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(5, 162);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(172, 142);
     this.groupBox2.TabIndex   = 21;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Last mouse event";
     //
     // UseWindowRenderSurfaceCheckBox
     //
     this.UseWindowRenderSurfaceCheckBox.ButtonProperties.BorderOffset = 2;
     this.UseWindowRenderSurfaceCheckBox.Location        = new System.Drawing.Point(12, 485);
     this.UseWindowRenderSurfaceCheckBox.Name            = "UseWindowRenderSurfaceCheckBox";
     this.UseWindowRenderSurfaceCheckBox.Size            = new System.Drawing.Size(120, 24);
     this.UseWindowRenderSurfaceCheckBox.TabIndex        = 26;
     this.UseWindowRenderSurfaceCheckBox.Text            = "Render to window";
     this.UseWindowRenderSurfaceCheckBox.CheckedChanged += new System.EventHandler(this.UseWindowRenderSurfaceCheckBox_CheckedChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(9, 15);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(117, 17);
     this.label2.TabIndex = 26;
     this.label2.Text     = "Chart element name:";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.DescriptionTextBox);
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.Controls.Add(this.ChartElementTextBox);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.ImageIndex = 0;
     this.groupBox3.Location   = new System.Drawing.Point(6, 299);
     this.groupBox3.Name       = "groupBox3";
     this.groupBox3.Size       = new System.Drawing.Size(171, 187);
     this.groupBox3.TabIndex   = 27;
     this.groupBox3.TabStop    = false;
     this.groupBox3.Text       = "Hit test results";
     //
     // DescriptionTextBox
     //
     this.DescriptionTextBox.Location  = new System.Drawing.Point(9, 78);
     this.DescriptionTextBox.Multiline = true;
     this.DescriptionTextBox.Name      = "DescriptionTextBox";
     this.DescriptionTextBox.Size      = new System.Drawing.Size(152, 102);
     this.DescriptionTextBox.TabIndex  = 29;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(9, 58);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(147, 17);
     this.label8.TabIndex  = 28;
     this.label8.Text      = "Chart element description:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ChartElementTextBox
     //
     this.ChartElementTextBox.Location = new System.Drawing.Point(9, 33);
     this.ChartElementTextBox.Name     = "ChartElementTextBox";
     this.ChartElementTextBox.Size     = new System.Drawing.Size(153, 18);
     this.ChartElementTextBox.TabIndex = 27;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(0, 0);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 0;
     //
     // NTrackingMouseEventsUC
     //
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.UseWindowRenderSurfaceCheckBox);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NTrackingMouseEventsUC";
     this.Size = new System.Drawing.Size(180, 579);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.FindMinValue = new Nevron.UI.WinForm.Controls.NButton();
     this.FindMaxValue = new Nevron.UI.WinForm.Controls.NButton();
     this.FindValue    = new Nevron.UI.WinForm.Controls.NButton();
     this.label1       = new System.Windows.Forms.Label();
     this.ValueEdit    = new Nevron.UI.WinForm.Controls.NTextBox();
     this.StringEdit   = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label2       = new System.Windows.Forms.Label();
     this.FindString   = new Nevron.UI.WinForm.Controls.NButton();
     this.ChangeData   = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // FindMinValue
     //
     this.FindMinValue.Location = new System.Drawing.Point(8, 61);
     this.FindMinValue.Name     = "FindMinValue";
     this.FindMinValue.Size     = new System.Drawing.Size(199, 23);
     this.FindMinValue.TabIndex = 0;
     this.FindMinValue.Text     = "Find Min Value";
     this.FindMinValue.Click   += new System.EventHandler(this.FindMinValue_Click);
     //
     // FindMaxValue
     //
     this.FindMaxValue.Location = new System.Drawing.Point(8, 93);
     this.FindMaxValue.Name     = "FindMaxValue";
     this.FindMaxValue.Size     = new System.Drawing.Size(199, 23);
     this.FindMaxValue.TabIndex = 1;
     this.FindMaxValue.Text     = "Find Max Value";
     this.FindMaxValue.Click   += new System.EventHandler(this.FindMaxValue_Click);
     //
     // FindValue
     //
     this.FindValue.Location = new System.Drawing.Point(132, 128);
     this.FindValue.Name     = "FindValue";
     this.FindValue.Size     = new System.Drawing.Size(75, 20);
     this.FindValue.TabIndex = 2;
     this.FindValue.Text     = "Find Value";
     this.FindValue.Click   += new System.EventHandler(this.FindValue_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 131);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 16);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Value:";
     //
     // ValueEdit
     //
     this.ValueEdit.Location = new System.Drawing.Point(47, 128);
     this.ValueEdit.Name     = "ValueEdit";
     this.ValueEdit.Size     = new System.Drawing.Size(79, 20);
     this.ValueEdit.TabIndex = 4;
     this.ValueEdit.Text     = "12";
     //
     // StringEdit
     //
     this.StringEdit.Location = new System.Drawing.Point(47, 160);
     this.StringEdit.Name     = "StringEdit";
     this.StringEdit.Size     = new System.Drawing.Size(79, 20);
     this.StringEdit.TabIndex = 7;
     this.StringEdit.Text     = "str1";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 163);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(40, 16);
     this.label2.TabIndex = 6;
     this.label2.Text     = "String:";
     //
     // FindString
     //
     this.FindString.Location = new System.Drawing.Point(132, 160);
     this.FindString.Name     = "FindString";
     this.FindString.Size     = new System.Drawing.Size(75, 20);
     this.FindString.TabIndex = 5;
     this.FindString.Text     = "Find String";
     this.FindString.Click   += new System.EventHandler(this.FindString_Click);
     //
     // ChangeData
     //
     this.ChangeData.Location = new System.Drawing.Point(8, 8);
     this.ChangeData.Name     = "ChangeData";
     this.ChangeData.Size     = new System.Drawing.Size(199, 23);
     this.ChangeData.TabIndex = 8;
     this.ChangeData.Text     = "Change Data";
     this.ChangeData.Click   += new System.EventHandler(this.ChangeData_Click);
     //
     // NFindingDataUC
     //
     this.Controls.Add(this.ChangeData);
     this.Controls.Add(this.StringEdit);
     this.Controls.Add(this.FindString);
     this.Controls.Add(this.ValueEdit);
     this.Controls.Add(this.FindValue);
     this.Controls.Add(this.FindMaxValue);
     this.Controls.Add(this.FindMinValue);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Name = "NFindingDataUC";
     this.Size = new System.Drawing.Size(215, 201);
     this.ResumeLayout(false);
 }
Пример #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.nGroupBox1         = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label3             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.YOffsetScrollBar   = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.YAlignmentComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.YTitleStyleButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.label1             = new System.Windows.Forms.Label();
     this.YTitleTextBox      = new Nevron.UI.WinForm.Controls.NTextBox();
     this.nGroupBox2         = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label4             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.XOffsetScrollBar   = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.XAlignmentComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.XTitleStyleButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.label6             = new System.Windows.Forms.Label();
     this.XTitleTextBox      = new Nevron.UI.WinForm.Controls.NTextBox();
     this.nGroupBox1.SuspendLayout();
     this.nGroupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // nGroupBox1
     //
     this.nGroupBox1.Controls.Add(this.label3);
     this.nGroupBox1.Controls.Add(this.label2);
     this.nGroupBox1.Controls.Add(this.YOffsetScrollBar);
     this.nGroupBox1.Controls.Add(this.YAlignmentComboBox);
     this.nGroupBox1.Controls.Add(this.YTitleStyleButton);
     this.nGroupBox1.Controls.Add(this.label1);
     this.nGroupBox1.Controls.Add(this.YTitleTextBox);
     this.nGroupBox1.ImageIndex = 0;
     this.nGroupBox1.Location   = new System.Drawing.Point(7, 8);
     this.nGroupBox1.Name       = "nGroupBox1";
     this.nGroupBox1.Size       = new System.Drawing.Size(172, 214);
     this.nGroupBox1.TabIndex   = 18;
     this.nGroupBox1.TabStop    = false;
     this.nGroupBox1.Text       = "Y Axis Title";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 168);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(137, 15);
     this.label3.TabIndex = 22;
     this.label3.Text     = "Title Offset:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 112);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(137, 15);
     this.label2.TabIndex = 21;
     this.label2.Text     = "Title Alignment:";
     //
     // YOffsetScrollBar
     //
     this.YOffsetScrollBar.LargeChange   = 2;
     this.YOffsetScrollBar.Location      = new System.Drawing.Point(16, 184);
     this.YOffsetScrollBar.Maximum       = 30;
     this.YOffsetScrollBar.Name          = "YOffsetScrollBar";
     this.YOffsetScrollBar.Size          = new System.Drawing.Size(137, 16);
     this.YOffsetScrollBar.TabIndex      = 20;
     this.YOffsetScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.YOffsetScrollBar_ValueChanged);
     //
     // YAlignmentComboBox
     //
     this.YAlignmentComboBox.Location              = new System.Drawing.Point(16, 128);
     this.YAlignmentComboBox.Name                  = "YAlignmentComboBox";
     this.YAlignmentComboBox.Size                  = new System.Drawing.Size(137, 21);
     this.YAlignmentComboBox.TabIndex              = 19;
     this.YAlignmentComboBox.SelectedIndexChanged += new System.EventHandler(this.YAlignmentComboBox_SelectedIndexChanged);
     //
     // YTitleStyleButton
     //
     this.YTitleStyleButton.Location = new System.Drawing.Point(16, 72);
     this.YTitleStyleButton.Name     = "YTitleStyleButton";
     this.YTitleStyleButton.Size     = new System.Drawing.Size(137, 24);
     this.YTitleStyleButton.TabIndex = 18;
     this.YTitleStyleButton.Text     = "Title Text Style...";
     this.YTitleStyleButton.Click   += new System.EventHandler(this.YTitleStyleButton_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(137, 15);
     this.label1.TabIndex = 17;
     this.label1.Text     = "Title Text:";
     //
     // YTitleTextBox
     //
     this.YTitleTextBox.ErrorMessage = null;
     this.YTitleTextBox.Location     = new System.Drawing.Point(16, 40);
     this.YTitleTextBox.Name         = "YTitleTextBox";
     this.YTitleTextBox.Size         = new System.Drawing.Size(137, 18);
     this.YTitleTextBox.TabIndex     = 16;
     this.YTitleTextBox.TextChanged += new System.EventHandler(this.YTitleTextBox_TextChanged);
     //
     // nGroupBox2
     //
     this.nGroupBox2.Controls.Add(this.label4);
     this.nGroupBox2.Controls.Add(this.label5);
     this.nGroupBox2.Controls.Add(this.XOffsetScrollBar);
     this.nGroupBox2.Controls.Add(this.XAlignmentComboBox);
     this.nGroupBox2.Controls.Add(this.XTitleStyleButton);
     this.nGroupBox2.Controls.Add(this.label6);
     this.nGroupBox2.Controls.Add(this.XTitleTextBox);
     this.nGroupBox2.ImageIndex = 0;
     this.nGroupBox2.Location   = new System.Drawing.Point(7, 235);
     this.nGroupBox2.Name       = "nGroupBox2";
     this.nGroupBox2.Size       = new System.Drawing.Size(172, 214);
     this.nGroupBox2.TabIndex   = 23;
     this.nGroupBox2.TabStop    = false;
     this.nGroupBox2.Text       = "X Axis Title";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 168);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(137, 15);
     this.label4.TabIndex = 22;
     this.label4.Text     = "Title Offset:";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(16, 112);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(137, 15);
     this.label5.TabIndex = 21;
     this.label5.Text     = "Title Alignment:";
     //
     // XOffsetScrollBar
     //
     this.XOffsetScrollBar.LargeChange   = 2;
     this.XOffsetScrollBar.Location      = new System.Drawing.Point(16, 184);
     this.XOffsetScrollBar.Maximum       = 30;
     this.XOffsetScrollBar.Name          = "XOffsetScrollBar";
     this.XOffsetScrollBar.Size          = new System.Drawing.Size(137, 16);
     this.XOffsetScrollBar.TabIndex      = 20;
     this.XOffsetScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.XOffsetScrollBar_ValueChanged);
     //
     // XAlignmentComboBox
     //
     this.XAlignmentComboBox.Location              = new System.Drawing.Point(16, 128);
     this.XAlignmentComboBox.Name                  = "XAlignmentComboBox";
     this.XAlignmentComboBox.Size                  = new System.Drawing.Size(137, 21);
     this.XAlignmentComboBox.TabIndex              = 19;
     this.XAlignmentComboBox.SelectedIndexChanged += new System.EventHandler(this.XAlignmentComboBox_SelectedIndexChanged);
     //
     // XTitleStyleButton
     //
     this.XTitleStyleButton.Location = new System.Drawing.Point(16, 72);
     this.XTitleStyleButton.Name     = "XTitleStyleButton";
     this.XTitleStyleButton.Size     = new System.Drawing.Size(137, 24);
     this.XTitleStyleButton.TabIndex = 18;
     this.XTitleStyleButton.Text     = "Title Text Style...";
     this.XTitleStyleButton.Click   += new System.EventHandler(this.XTitleStyleButton_Click);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 24);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(137, 15);
     this.label6.TabIndex = 17;
     this.label6.Text     = "Title Text:";
     //
     // XTitleTextBox
     //
     this.XTitleTextBox.ErrorMessage = null;
     this.XTitleTextBox.Location     = new System.Drawing.Point(16, 40);
     this.XTitleTextBox.Name         = "XTitleTextBox";
     this.XTitleTextBox.Size         = new System.Drawing.Size(137, 18);
     this.XTitleTextBox.TabIndex     = 16;
     this.XTitleTextBox.TextChanged += new System.EventHandler(this.XTitleTextBox_TextChanged);
     //
     // NAxisTitlesUC
     //
     this.Controls.Add(this.nGroupBox1);
     this.Controls.Add(this.nGroupBox2);
     this.Name = "NAxisTitlesUC";
     this.Size = new System.Drawing.Size(188, 470);
     this.nGroupBox1.ResumeLayout(false);
     this.nGroupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }