Esempio n. 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.ClearChart         = new Nevron.UI.WinForm.Controls.NButton();
     this.ImportFromDatabase = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // ClearChart
     //
     this.ClearChart.Location = new System.Drawing.Point(3, 8);
     this.ClearChart.Name     = "ClearChart";
     this.ClearChart.Size     = new System.Drawing.Size(174, 24);
     this.ClearChart.TabIndex = 0;
     this.ClearChart.Text     = "Clear Chart";
     this.ClearChart.Click   += new System.EventHandler(this.ClearChart_Click);
     //
     // ImportFromDatabase
     //
     this.ImportFromDatabase.Location = new System.Drawing.Point(3, 40);
     this.ImportFromDatabase.Name     = "ImportFromDatabase";
     this.ImportFromDatabase.Size     = new System.Drawing.Size(174, 23);
     this.ImportFromDatabase.TabIndex = 1;
     this.ImportFromDatabase.Text     = "Import From Database";
     this.ImportFromDatabase.Click   += new System.EventHandler(this.ImportFromDatabase_Click);
     //
     // NImportingFromDataReaderUC
     //
     this.Controls.Add(this.ImportFromDatabase);
     this.Controls.Add(this.ClearChart);
     this.Name = "NImportingFromDataReaderUC";
     this.Size = new System.Drawing.Size(180, 112);
     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.components    = new System.ComponentModel.Container();
     this.NewDataButton = new Nevron.UI.WinForm.Controls.NButton();
     this.m_Timer       = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // NewDataButton
     //
     this.NewDataButton.Location = new System.Drawing.Point(4, 5);
     this.NewDataButton.Name     = "NewDataButton";
     this.NewDataButton.Size     = new System.Drawing.Size(171, 24);
     this.NewDataButton.TabIndex = 1;
     this.NewDataButton.Text     = "New Data";
     this.NewDataButton.Click   += new System.EventHandler(this.NewDataButton_Click);
     //
     // timer1
     //
     this.m_Timer.Interval = 50;
     this.m_Timer.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // NOverlayPaintingUC
     //
     this.Controls.Add(this.NewDataButton);
     this.Name = "NOverlayPaintingUC";
     this.Size = new System.Drawing.Size(180, 106);
     this.ResumeLayout(false);
 }
Esempio n. 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.FillStyleButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.smoothShadingCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // FillStyleButton
     //
     this.FillStyleButton.Location = new System.Drawing.Point(4, 10);
     this.FillStyleButton.Name     = "FillStyleButton";
     this.FillStyleButton.Size     = new System.Drawing.Size(171, 27);
     this.FillStyleButton.TabIndex = 1;
     this.FillStyleButton.Text     = "Surface Fill Style...";
     this.FillStyleButton.Click   += new System.EventHandler(this.FillStyleButton_Click);
     //
     // smoothShadingCheck
     //
     this.smoothShadingCheck.ButtonProperties.BorderOffset = 2;
     this.smoothShadingCheck.Location        = new System.Drawing.Point(4, 45);
     this.smoothShadingCheck.Name            = "smoothShadingCheck";
     this.smoothShadingCheck.Size            = new System.Drawing.Size(163, 20);
     this.smoothShadingCheck.TabIndex        = 5;
     this.smoothShadingCheck.Text            = "Smooth Shading";
     this.smoothShadingCheck.CheckedChanged += new System.EventHandler(this.SmoothShadingCheck_CheckedChanged);
     //
     // NMeshFillStyleUC
     //
     this.Controls.Add(this.smoothShadingCheck);
     this.Controls.Add(this.FillStyleButton);
     this.Name = "NMeshFillStyleUC";
     this.Size = new System.Drawing.Size(180, 164);
     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.ClearChart     = new Nevron.UI.WinForm.Controls.NButton();
     this.ImportFromCSV  = new Nevron.UI.WinForm.Controls.NButton();
     this.label1         = new System.Windows.Forms.Label();
     this.nDataGridView1 = new Nevron.UI.WinForm.Controls.NDataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.nDataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // ClearChart
     //
     this.ClearChart.Location = new System.Drawing.Point(8, 8);
     this.ClearChart.Name     = "ClearChart";
     this.ClearChart.Size     = new System.Drawing.Size(151, 24);
     this.ClearChart.TabIndex = 0;
     this.ClearChart.Text     = "Clear Chart";
     this.ClearChart.Click   += new System.EventHandler(this.ClearChart_Click);
     //
     // ImportFromCSV
     //
     this.ImportFromCSV.Location = new System.Drawing.Point(8, 40);
     this.ImportFromCSV.Name     = "ImportFromCSV";
     this.ImportFromCSV.Size     = new System.Drawing.Size(151, 23);
     this.ImportFromCSV.TabIndex = 1;
     this.ImportFromCSV.Text     = "Import From CSV File";
     this.ImportFromCSV.Click   += new System.EventHandler(this.ImportFromCSV_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(5, 76);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(86, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "CSV file content:";
     //
     // nDataGridView1
     //
     this.nDataGridView1.AllowUserToAddRows    = false;
     this.nDataGridView1.AllowUserToDeleteRows = false;
     this.nDataGridView1.AllowUserToResizeRows = false;
     this.nDataGridView1.ReadOnly = true;
     this.nDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.nDataGridView1.Location = new System.Drawing.Point(8, 93);
     this.nDataGridView1.Name     = "nDataGridView1";
     this.nDataGridView1.Size     = new System.Drawing.Size(199, 228);
     this.nDataGridView1.TabIndex = 4;
     //
     // NImportingFromCSVUC
     //
     this.Controls.Add(this.nDataGridView1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ImportFromCSV);
     this.Controls.Add(this.ClearChart);
     this.Name = "NImportingFromCSVUC";
     this.Size = new System.Drawing.Size(210, 400);
     ((System.ComponentModel.ISupportInitialize)(this.nDataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 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.WizardButton = new Nevron.UI.WinForm.Controls.NButton();
     this.ShowEditor   = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // WizardButton
     //
     this.WizardButton.Location = new System.Drawing.Point(8, 8);
     this.WizardButton.Name     = "WizardButton";
     this.WizardButton.Size     = new System.Drawing.Size(102, 25);
     this.WizardButton.TabIndex = 10;
     this.WizardButton.Text     = "Chart Wizard";
     this.WizardButton.Click   += new System.EventHandler(this.WizardButton_Click);
     //
     // ShowEditor
     //
     this.ShowEditor.Location = new System.Drawing.Point(8, 37);
     this.ShowEditor.Name     = "ShowEditor";
     this.ShowEditor.Size     = new System.Drawing.Size(102, 25);
     this.ShowEditor.TabIndex = 11;
     this.ShowEditor.Text     = "Chart Editor";
     this.ShowEditor.Click   += new System.EventHandler(this.ShowEditor_Click);
     //
     // NVisualEditorsUC
     //
     this.Controls.Add(this.ShowEditor);
     this.Controls.Add(this.WizardButton);
     this.Name = "NVisualEditorsUC";
     this.Size = new System.Drawing.Size(120, 492);
     this.ResumeLayout(false);
 }
Esempio n. 6
0
 private void InitializeComponent()
 {
     this.components           = new System.ComponentModel.Container();
     this.timer1               = new System.Windows.Forms.Timer(this.components);
     this.StartStopTimerButton = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.OnTimerTick);
     //
     // StartStopTimerButton
     //
     this.StartStopTimerButton.Location = new System.Drawing.Point(16, 15);
     this.StartStopTimerButton.Name     = "StartStopTimerButton";
     this.StartStopTimerButton.Size     = new System.Drawing.Size(120, 23);
     this.StartStopTimerButton.TabIndex = 0;
     this.StartStopTimerButton.Text     = "Stop Timer";
     this.StartStopTimerButton.UseVisualStyleBackColor = true;
     this.StartStopTimerButton.Click += new System.EventHandler(this.StartStopTimerButton_Click);
     //
     // NHeatMapUC
     //
     this.Controls.Add(this.StartStopTimerButton);
     this.Name = "NHeatMapUC";
     this.ResumeLayout(false);
 }
Esempio n. 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.btnChangeYValues = new Nevron.UI.WinForm.Controls.NButton();
     this.btnChangeXValues = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // btnChangeYValues
     //
     this.btnChangeYValues.Location = new System.Drawing.Point(8, 8);
     this.btnChangeYValues.Name     = "btnChangeYValues";
     this.btnChangeYValues.Size     = new System.Drawing.Size(161, 32);
     this.btnChangeYValues.TabIndex = 0;
     this.btnChangeYValues.Text     = "Change Y Values";
     this.btnChangeYValues.Click   += new System.EventHandler(this.btnChangeYValues_Click);
     //
     // btnChangeXValues
     //
     this.btnChangeXValues.Location = new System.Drawing.Point(8, 48);
     this.btnChangeXValues.Name     = "btnChangeXValues";
     this.btnChangeXValues.Size     = new System.Drawing.Size(161, 32);
     this.btnChangeXValues.TabIndex = 1;
     this.btnChangeXValues.Text     = "Change X Values";
     this.btnChangeXValues.Click   += new System.EventHandler(this.btnChangeXValues_Click);
     //
     // NDateTimeBarUC
     //
     this.Controls.Add(this.btnChangeXValues);
     this.Controls.Add(this.btnChangeYValues);
     this.Name = "NDateTimeBarUC";
     this.Size = new System.Drawing.Size(180, 150);
     this.ResumeLayout(false);
 }
Esempio n. 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ConnectorLinesStrokeButton = new Nevron.UI.WinForm.Controls.NButton();
     this.ShowConnectorLinesCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // ConnectorLinesStrokeButton
     //
     this.ConnectorLinesStrokeButton.Location = new System.Drawing.Point(6, 39);
     this.ConnectorLinesStrokeButton.Name     = "ConnectorLinesStrokeButton";
     this.ConnectorLinesStrokeButton.Size     = new System.Drawing.Size(163, 24);
     this.ConnectorLinesStrokeButton.TabIndex = 8;
     this.ConnectorLinesStrokeButton.Text     = "Connector Lines Stoke..";
     this.ConnectorLinesStrokeButton.Click   += new System.EventHandler(this.ConnectorLinesStrokeButton_Click);
     //
     // ShowConnectorLinesCheckBox
     //
     this.ShowConnectorLinesCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowConnectorLinesCheckBox.Location        = new System.Drawing.Point(6, 12);
     this.ShowConnectorLinesCheckBox.Name            = "ShowConnectorLinesCheckBox";
     this.ShowConnectorLinesCheckBox.Size            = new System.Drawing.Size(163, 21);
     this.ShowConnectorLinesCheckBox.TabIndex        = 4;
     this.ShowConnectorLinesCheckBox.Text            = "Show Connector Lines";
     this.ShowConnectorLinesCheckBox.CheckedChanged += new System.EventHandler(this.ShowConnectorLinesCheckBox_CheckedChanged);
     //
     // NBarConnectorLinesUC
     //
     this.Controls.Add(this.ConnectorLinesStrokeButton);
     this.Controls.Add(this.ShowConnectorLinesCheckBox);
     this.Name = "NBarConnectorLinesUC";
     this.Size = new System.Drawing.Size(180, 505);
     this.ResumeLayout(false);
 }
Esempio n. 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.NewDataButton        = new Nevron.UI.WinForm.Controls.NButton();
     this.ChangeGradientButton = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // NewDataButton
     //
     this.NewDataButton.Location = new System.Drawing.Point(8, 7);
     this.NewDataButton.Name     = "NewDataButton";
     this.NewDataButton.Size     = new System.Drawing.Size(151, 32);
     this.NewDataButton.TabIndex = 0;
     this.NewDataButton.Text     = "New Data";
     this.NewDataButton.Click   += new System.EventHandler(this.NewDataButton_Click);
     //
     // ChangeGradientButton
     //
     this.ChangeGradientButton.Location = new System.Drawing.Point(8, 54);
     this.ChangeGradientButton.Name     = "ChangeGradientButton";
     this.ChangeGradientButton.Size     = new System.Drawing.Size(151, 32);
     this.ChangeGradientButton.TabIndex = 1;
     this.ChangeGradientButton.Text     = "Change Gradient";
     this.ChangeGradientButton.Click   += new System.EventHandler(this.ChangeGradientButton_Click);
     //
     // NAdvancedGradientUC
     //
     this.Controls.Add(this.ChangeGradientButton);
     this.Controls.Add(this.NewDataButton);
     this.Name = "NAdvancedGradientUC";
     this.Size = new System.Drawing.Size(167, 494);
     this.ResumeLayout(false);
 }
Esempio n. 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.paletteFrameCheck  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.smoothPaletteCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.antialiasCheck     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.lineStyleButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // paletteFrameCheck
     //
     this.paletteFrameCheck.ButtonProperties.BorderOffset = 2;
     this.paletteFrameCheck.Location        = new System.Drawing.Point(10, 10);
     this.paletteFrameCheck.Name            = "paletteFrameCheck";
     this.paletteFrameCheck.Size            = new System.Drawing.Size(157, 20);
     this.paletteFrameCheck.TabIndex        = 0;
     this.paletteFrameCheck.Text            = "Palette Frame";
     this.paletteFrameCheck.CheckedChanged += new System.EventHandler(this.paletteFrameCheck_CheckedChanged);
     //
     // smoothPaletteCheck
     //
     this.smoothPaletteCheck.ButtonProperties.BorderOffset = 2;
     this.smoothPaletteCheck.Enabled         = false;
     this.smoothPaletteCheck.Location        = new System.Drawing.Point(10, 39);
     this.smoothPaletteCheck.Name            = "smoothPaletteCheck";
     this.smoothPaletteCheck.Size            = new System.Drawing.Size(157, 20);
     this.smoothPaletteCheck.TabIndex        = 1;
     this.smoothPaletteCheck.Text            = "Smooth Palette";
     this.smoothPaletteCheck.CheckedChanged += new System.EventHandler(this.smoothPaletteCheck_CheckedChanged);
     //
     // antialiasCheck
     //
     this.antialiasCheck.ButtonProperties.BorderOffset = 2;
     this.antialiasCheck.Location        = new System.Drawing.Point(10, 68);
     this.antialiasCheck.Name            = "antialiasCheck";
     this.antialiasCheck.Size            = new System.Drawing.Size(157, 21);
     this.antialiasCheck.TabIndex        = 2;
     this.antialiasCheck.Text            = "Antialiasing";
     this.antialiasCheck.CheckedChanged += new System.EventHandler(this.antialiasCheck_CheckedChanged);
     //
     // lineStyleButton
     //
     this.lineStyleButton.Location = new System.Drawing.Point(10, 100);
     this.lineStyleButton.Name     = "lineStyleButton";
     this.lineStyleButton.Size     = new System.Drawing.Size(157, 27);
     this.lineStyleButton.TabIndex = 3;
     this.lineStyleButton.Text     = "Line Style...";
     this.lineStyleButton.Click   += new System.EventHandler(this.lineStyleButton_Click);
     //
     // NGridFrameUC
     //
     this.Controls.Add(this.lineStyleButton);
     this.Controls.Add(this.antialiasCheck);
     this.Controls.Add(this.paletteFrameCheck);
     this.Controls.Add(this.smoothPaletteCheck);
     this.Name = "NGridFrameUC";
     this.Size = new System.Drawing.Size(180, 150);
     this.ResumeLayout(false);
 }
Esempio n. 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.ChangeDataButton       = new Nevron.UI.WinForm.Controls.NButton();
     this.ShowDownwardArrows     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowUpwardArrows       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowEqualSignsCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // ChangeDataButton
     //
     this.ChangeDataButton.Location = new System.Drawing.Point(6, 101);
     this.ChangeDataButton.Name     = "ChangeDataButton";
     this.ChangeDataButton.Size     = new System.Drawing.Size(170, 23);
     this.ChangeDataButton.TabIndex = 4;
     this.ChangeDataButton.Text     = "Change data";
     this.ChangeDataButton.Click   += new System.EventHandler(this.ChangeDataButton_Click);
     //
     // ShowDownwardArrows
     //
     this.ShowDownwardArrows.ButtonProperties.BorderOffset = 2;
     this.ShowDownwardArrows.Location        = new System.Drawing.Point(6, 5);
     this.ShowDownwardArrows.Name            = "ShowDownwardArrows";
     this.ShowDownwardArrows.Size            = new System.Drawing.Size(146, 24);
     this.ShowDownwardArrows.TabIndex        = 0;
     this.ShowDownwardArrows.Text            = "Show downward arrows";
     this.ShowDownwardArrows.CheckedChanged += new System.EventHandler(this.ShowDownwardArrows_CheckedChanged);
     //
     // ShowUpwardArrows
     //
     this.ShowUpwardArrows.ButtonProperties.BorderOffset = 2;
     this.ShowUpwardArrows.Location        = new System.Drawing.Point(6, 37);
     this.ShowUpwardArrows.Name            = "ShowUpwardArrows";
     this.ShowUpwardArrows.Size            = new System.Drawing.Size(146, 24);
     this.ShowUpwardArrows.TabIndex        = 1;
     this.ShowUpwardArrows.Text            = "Show upward arrows";
     this.ShowUpwardArrows.CheckedChanged += new System.EventHandler(this.ShowUpwardArrows_CheckedChanged);
     //
     // ShowEqualSignsCheckBox
     //
     this.ShowEqualSignsCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowEqualSignsCheckBox.Location        = new System.Drawing.Point(6, 69);
     this.ShowEqualSignsCheckBox.Name            = "ShowEqualSignsCheckBox";
     this.ShowEqualSignsCheckBox.Size            = new System.Drawing.Size(146, 24);
     this.ShowEqualSignsCheckBox.TabIndex        = 2;
     this.ShowEqualSignsCheckBox.Text            = "Show equal signs";
     this.ShowEqualSignsCheckBox.CheckedChanged += new System.EventHandler(this.ShowEqualSignsCheckBox_CheckedChanged);
     //
     // NCustomPaintingUsingGDIPlusUC
     //
     this.Controls.Add(this.ShowEqualSignsCheckBox);
     this.Controls.Add(this.ShowUpwardArrows);
     this.Controls.Add(this.ShowDownwardArrows);
     this.Controls.Add(this.ChangeDataButton);
     this.Name = "NCustomPaintingUsingGDIPlusUC";
     this.Size = new System.Drawing.Size(180, 432);
     this.ResumeLayout(false);
 }
Esempio n. 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.ChangeXValuesButton = new Nevron.UI.WinForm.Controls.NButton();
     this.PrimaryXRoundToTick = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.InvertXCheck        = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.InvertYCheck        = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // ChangeXValuesButton
     //
     this.ChangeXValuesButton.Location = new System.Drawing.Point(8, 10);
     this.ChangeXValuesButton.Name     = "ChangeXValuesButton";
     this.ChangeXValuesButton.Size     = new System.Drawing.Size(158, 24);
     this.ChangeXValuesButton.TabIndex = 1;
     this.ChangeXValuesButton.Text     = "Change X Values";
     this.ChangeXValuesButton.Click   += new System.EventHandler(this.ChangeXValuesButton_Click);
     //
     // PrimaryXRoundToTick
     //
     this.PrimaryXRoundToTick.ButtonProperties.BorderOffset = 2;
     this.PrimaryXRoundToTick.Location        = new System.Drawing.Point(8, 53);
     this.PrimaryXRoundToTick.Name            = "PrimaryXRoundToTick";
     this.PrimaryXRoundToTick.Size            = new System.Drawing.Size(171, 19);
     this.PrimaryXRoundToTick.TabIndex        = 2;
     this.PrimaryXRoundToTick.Text            = "X Axis Round To Tick";
     this.PrimaryXRoundToTick.CheckedChanged += new System.EventHandler(this.PrimaryXRoundToTick_CheckedChanged);
     //
     // InvertXCheck
     //
     this.InvertXCheck.ButtonProperties.BorderOffset = 2;
     this.InvertXCheck.Location        = new System.Drawing.Point(8, 84);
     this.InvertXCheck.Name            = "InvertXCheck";
     this.InvertXCheck.Size            = new System.Drawing.Size(171, 19);
     this.InvertXCheck.TabIndex        = 3;
     this.InvertXCheck.Text            = "Invert X Axis Ruler";
     this.InvertXCheck.CheckedChanged += new System.EventHandler(this.InvertXCheck_CheckedChanged);
     //
     // InvertYCheck
     //
     this.InvertYCheck.ButtonProperties.BorderOffset = 2;
     this.InvertYCheck.Location        = new System.Drawing.Point(8, 107);
     this.InvertYCheck.Name            = "InvertYCheck";
     this.InvertYCheck.Size            = new System.Drawing.Size(171, 19);
     this.InvertYCheck.TabIndex        = 4;
     this.InvertYCheck.Text            = "Invert Y Axis Ruler";
     this.InvertYCheck.CheckedChanged += new System.EventHandler(this.InvertYCheck_CheckedChanged);
     //
     // NXYScatterAreaUC
     //
     this.Controls.Add(this.InvertYCheck);
     this.Controls.Add(this.InvertXCheck);
     this.Controls.Add(this.PrimaryXRoundToTick);
     this.Controls.Add(this.ChangeXValuesButton);
     this.Name = "NXYScatterAreaUC";
     this.Size = new System.Drawing.Size(180, 277);
     this.ResumeLayout(false);
 }
Esempio n. 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.GenerateDataButton            = new Nevron.UI.WinForm.Controls.NButton();
     this.EnableInitialPositioningCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.EnableLabelAdjustmentCheck    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.StackRadarAreasCheck          = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // GenerateDataButton
     //
     this.GenerateDataButton.Location = new System.Drawing.Point(4, 9);
     this.GenerateDataButton.Name     = "GenerateDataButton";
     this.GenerateDataButton.Size     = new System.Drawing.Size(171, 24);
     this.GenerateDataButton.TabIndex = 4;
     this.GenerateDataButton.Text     = "Generate Data";
     this.GenerateDataButton.Click   += new System.EventHandler(this.GenerateDataButton_Click);
     //
     // EnableInitialPositioningCheck
     //
     this.EnableInitialPositioningCheck.ButtonProperties.BorderOffset = 2;
     this.EnableInitialPositioningCheck.Location        = new System.Drawing.Point(4, 47);
     this.EnableInitialPositioningCheck.Name            = "EnableInitialPositioningCheck";
     this.EnableInitialPositioningCheck.Size            = new System.Drawing.Size(166, 21);
     this.EnableInitialPositioningCheck.TabIndex        = 12;
     this.EnableInitialPositioningCheck.Text            = "Enable Initial Positioning";
     this.EnableInitialPositioningCheck.CheckedChanged += new System.EventHandler(this.EnableInitialPositioningCheck_CheckedChanged);
     //
     // EnableLabelAdjustmentCheck
     //
     this.EnableLabelAdjustmentCheck.ButtonProperties.BorderOffset = 2;
     this.EnableLabelAdjustmentCheck.Location        = new System.Drawing.Point(4, 78);
     this.EnableLabelAdjustmentCheck.Name            = "EnableLabelAdjustmentCheck";
     this.EnableLabelAdjustmentCheck.Size            = new System.Drawing.Size(166, 21);
     this.EnableLabelAdjustmentCheck.TabIndex        = 11;
     this.EnableLabelAdjustmentCheck.Text            = "Enable Label Adjustment";
     this.EnableLabelAdjustmentCheck.CheckedChanged += new System.EventHandler(this.EnableLabelAdjustmentCheck_CheckedChanged);
     //
     // StackRadarAreasCheck
     //
     this.StackRadarAreasCheck.ButtonProperties.BorderOffset = 2;
     this.StackRadarAreasCheck.Location        = new System.Drawing.Point(5, 148);
     this.StackRadarAreasCheck.Name            = "StackRadarAreasCheck";
     this.StackRadarAreasCheck.Size            = new System.Drawing.Size(166, 21);
     this.StackRadarAreasCheck.TabIndex        = 13;
     this.StackRadarAreasCheck.Text            = "Stack Radar Areas";
     this.StackRadarAreasCheck.CheckedChanged += new System.EventHandler(this.StackRadarAreasCheck_CheckedChanged);
     //
     // NAutoLabelsRadarUC
     //
     this.Controls.Add(this.StackRadarAreasCheck);
     this.Controls.Add(this.EnableInitialPositioningCheck);
     this.Controls.Add(this.EnableLabelAdjustmentCheck);
     this.Controls.Add(this.GenerateDataButton);
     this.Name = "NAutoLabelsRadarUC";
     this.Size = new System.Drawing.Size(180, 262);
     this.ResumeLayout(false);
 }
Esempio n. 14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ZoomInFillStyleButton       = new Nevron.UI.WinForm.Controls.NButton();
     this.ZoomOutFillStyleButton      = new Nevron.UI.WinForm.Controls.NButton();
     this.PreserveAspectRatioCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ZoomInBoundsOnlyCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // ZoomInFillStyleButton
     //
     this.ZoomInFillStyleButton.Location = new System.Drawing.Point(7, 11);
     this.ZoomInFillStyleButton.Name     = "ZoomInFillStyleButton";
     this.ZoomInFillStyleButton.Size     = new System.Drawing.Size(160, 23);
     this.ZoomInFillStyleButton.TabIndex = 0;
     this.ZoomInFillStyleButton.Text     = "Zoom In Fill Style...";
     this.ZoomInFillStyleButton.Click   += new System.EventHandler(this.ZoomInFillStyleButton_Click);
     //
     // ZoomOutFillStyleButton
     //
     this.ZoomOutFillStyleButton.Location = new System.Drawing.Point(7, 43);
     this.ZoomOutFillStyleButton.Name     = "ZoomOutFillStyleButton";
     this.ZoomOutFillStyleButton.Size     = new System.Drawing.Size(160, 23);
     this.ZoomOutFillStyleButton.TabIndex = 1;
     this.ZoomOutFillStyleButton.Text     = "Zoom Out Fill Style...";
     this.ZoomOutFillStyleButton.Click   += new System.EventHandler(this.ZoomOutFillStyleButton_Click);
     //
     // PreserveAspectRatioCheckBox
     //
     this.PreserveAspectRatioCheckBox.ButtonProperties.BorderOffset = 2;
     this.PreserveAspectRatioCheckBox.Location        = new System.Drawing.Point(7, 70);
     this.PreserveAspectRatioCheckBox.Name            = "PreserveAspectRatioCheckBox";
     this.PreserveAspectRatioCheckBox.Size            = new System.Drawing.Size(152, 24);
     this.PreserveAspectRatioCheckBox.TabIndex        = 2;
     this.PreserveAspectRatioCheckBox.Text            = "Preserve Aspect Ratio";
     this.PreserveAspectRatioCheckBox.CheckedChanged += new System.EventHandler(this.PreserveAspectRatioCheckBox_CheckedChanged);
     //
     // ZoomInBoundsOnlyCheckBox
     //
     this.ZoomInBoundsOnlyCheckBox.ButtonProperties.BorderOffset = 2;
     this.ZoomInBoundsOnlyCheckBox.Location        = new System.Drawing.Point(7, 94);
     this.ZoomInBoundsOnlyCheckBox.Name            = "ZoomInBoundsOnlyCheckBox";
     this.ZoomInBoundsOnlyCheckBox.Size            = new System.Drawing.Size(152, 24);
     this.ZoomInBoundsOnlyCheckBox.TabIndex        = 3;
     this.ZoomInBoundsOnlyCheckBox.Text            = "Zoom In Bounds Only";
     this.ZoomInBoundsOnlyCheckBox.CheckedChanged += new System.EventHandler(this.ZoomInBoundsOnlyCheckBox_CheckedChanged);
     //
     // NPanelZoomToolUC
     //
     this.Controls.Add(this.ZoomInBoundsOnlyCheckBox);
     this.Controls.Add(this.PreserveAspectRatioCheckBox);
     this.Controls.Add(this.ZoomOutFillStyleButton);
     this.Controls.Add(this.ZoomInFillStyleButton);
     this.Name = "NPanelZoomToolUC";
     this.Size = new System.Drawing.Size(180, 664);
     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.btnChangeXValues = new Nevron.UI.WinForm.Controls.NButton();
     this.btnChangeYValues = new Nevron.UI.WinForm.Controls.NButton();
     this.checkRoundToTick = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.checkShowMarkers = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // btnChangeXValues
     //
     this.btnChangeXValues.Location = new System.Drawing.Point(6, 47);
     this.btnChangeXValues.Name     = "btnChangeXValues";
     this.btnChangeXValues.Size     = new System.Drawing.Size(169, 32);
     this.btnChangeXValues.TabIndex = 1;
     this.btnChangeXValues.Text     = "Change X Values";
     this.btnChangeXValues.Click   += new System.EventHandler(this.btnChangeXValues_Click);
     //
     // btnChangeYValues
     //
     this.btnChangeYValues.Location = new System.Drawing.Point(6, 7);
     this.btnChangeYValues.Name     = "btnChangeYValues";
     this.btnChangeYValues.Size     = new System.Drawing.Size(169, 32);
     this.btnChangeYValues.TabIndex = 0;
     this.btnChangeYValues.Text     = "Change Y Values";
     this.btnChangeYValues.Click   += new System.EventHandler(this.btnChangeYValues_Click);
     //
     // checkRoundToTick
     //
     this.checkRoundToTick.ButtonProperties.BorderOffset = 2;
     this.checkRoundToTick.Location        = new System.Drawing.Point(5, 135);
     this.checkRoundToTick.Name            = "checkRoundToTick";
     this.checkRoundToTick.Size            = new System.Drawing.Size(169, 24);
     this.checkRoundToTick.TabIndex        = 3;
     this.checkRoundToTick.Text            = "Axis Round To Tick ";
     this.checkRoundToTick.CheckedChanged += new System.EventHandler(this.checkRoundToTick_CheckedChanged);
     //
     // checkShowMarkers
     //
     this.checkShowMarkers.ButtonProperties.BorderOffset = 2;
     this.checkShowMarkers.Location        = new System.Drawing.Point(5, 95);
     this.checkShowMarkers.Name            = "checkShowMarkers";
     this.checkShowMarkers.Size            = new System.Drawing.Size(169, 24);
     this.checkShowMarkers.TabIndex        = 2;
     this.checkShowMarkers.Text            = "Show Markers";
     this.checkShowMarkers.CheckedChanged += new System.EventHandler(this.checkShowMarkers_CheckedChanged);
     //
     // NDateTimeSmoothLineUC
     //
     this.Controls.Add(this.checkRoundToTick);
     this.Controls.Add(this.checkShowMarkers);
     this.Controls.Add(this.btnChangeXValues);
     this.Controls.Add(this.btnChangeYValues);
     this.Name = "NDateTimeSmoothLineUC";
     this.Size = new System.Drawing.Size(180, 176);
     this.ResumeLayout(false);
 }
Esempio n. 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.FillStyleButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.smoothShadingCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label4             = new System.Windows.Forms.Label();
     this.texturePlaneCombo  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // FillStyleButton
     //
     this.FillStyleButton.Location = new System.Drawing.Point(10, 10);
     this.FillStyleButton.Name     = "FillStyleButton";
     this.FillStyleButton.Size     = new System.Drawing.Size(151, 27);
     this.FillStyleButton.TabIndex = 0;
     this.FillStyleButton.Text     = "Surface Fill Style...";
     this.FillStyleButton.Click   += new System.EventHandler(this.FillStyleButton_Click);
     //
     // smoothShadingCheck
     //
     this.smoothShadingCheck.ButtonProperties.BorderOffset = 2;
     this.smoothShadingCheck.Location        = new System.Drawing.Point(10, 45);
     this.smoothShadingCheck.Name            = "smoothShadingCheck";
     this.smoothShadingCheck.Size            = new System.Drawing.Size(143, 20);
     this.smoothShadingCheck.TabIndex        = 1;
     this.smoothShadingCheck.Text            = "Smooth Shading";
     this.smoothShadingCheck.CheckedChanged += new System.EventHandler(this.SmoothShadingCheck_CheckedChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(10, 87);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(131, 14);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Texture Plane:";
     //
     // texturePlaneCombo
     //
     this.texturePlaneCombo.ListProperties.CheckBoxDataMember = "";
     this.texturePlaneCombo.ListProperties.DataSource         = null;
     this.texturePlaneCombo.ListProperties.DisplayMember      = "";
     this.texturePlaneCombo.Location              = new System.Drawing.Point(10, 103);
     this.texturePlaneCombo.Name                  = "texturePlaneCombo";
     this.texturePlaneCombo.Size                  = new System.Drawing.Size(151, 21);
     this.texturePlaneCombo.TabIndex              = 3;
     this.texturePlaneCombo.SelectedIndexChanged += new System.EventHandler(this.TexturePlaneCombo_SelectedIndexChanged);
     //
     // NGridFillStyleUC
     //
     this.Controls.Add(this.label4);
     this.Controls.Add(this.texturePlaneCombo);
     this.Controls.Add(this.smoothShadingCheck);
     this.Controls.Add(this.FillStyleButton);
     this.Name = "NGridFillStyleUC";
     this.Size = new System.Drawing.Size(180, 211);
     this.ResumeLayout(false);
 }
Esempio n. 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.InflateMarginsCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.AxesRoundToTick     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ChangeXValuesButton = new Nevron.UI.WinForm.Controls.NButton();
     this.ChangeZValues       = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // InflateMarginsCheck
     //
     this.InflateMarginsCheck.ButtonProperties.BorderOffset = 2;
     this.InflateMarginsCheck.Location        = new System.Drawing.Point(5, 100);
     this.InflateMarginsCheck.Name            = "InflateMarginsCheck";
     this.InflateMarginsCheck.Size            = new System.Drawing.Size(170, 21);
     this.InflateMarginsCheck.TabIndex        = 3;
     this.InflateMarginsCheck.Text            = "Inflate Margins";
     this.InflateMarginsCheck.CheckedChanged += new System.EventHandler(this.InflateMarginsCheck_CheckedChanged);
     //
     // AxesRoundToTick
     //
     this.AxesRoundToTick.ButtonProperties.BorderOffset = 2;
     this.AxesRoundToTick.Location        = new System.Drawing.Point(5, 73);
     this.AxesRoundToTick.Name            = "AxesRoundToTick";
     this.AxesRoundToTick.Size            = new System.Drawing.Size(170, 20);
     this.AxesRoundToTick.TabIndex        = 2;
     this.AxesRoundToTick.Text            = "Axes Round To Tick";
     this.AxesRoundToTick.CheckedChanged += new System.EventHandler(this.AxesRoundToTick_CheckedChanged);
     //
     // ChangeXValuesButton
     //
     this.ChangeXValuesButton.Location = new System.Drawing.Point(5, 9);
     this.ChangeXValuesButton.Name     = "ChangeXValuesButton";
     this.ChangeXValuesButton.Size     = new System.Drawing.Size(170, 24);
     this.ChangeXValuesButton.TabIndex = 0;
     this.ChangeXValuesButton.Text     = "Change X Values";
     this.ChangeXValuesButton.Click   += new System.EventHandler(this.ChangeXValuesButton_Click);
     //
     // ChangeZValues
     //
     this.ChangeZValues.Location = new System.Drawing.Point(5, 39);
     this.ChangeZValues.Name     = "ChangeZValues";
     this.ChangeZValues.Size     = new System.Drawing.Size(170, 23);
     this.ChangeZValues.TabIndex = 1;
     this.ChangeZValues.Text     = "Change Z Values";
     this.ChangeZValues.Click   += new System.EventHandler(this.ChangeYValues_Click);
     //
     // NXYZScatterPointUC
     //
     this.Controls.Add(this.ChangeZValues);
     this.Controls.Add(this.InflateMarginsCheck);
     this.Controls.Add(this.AxesRoundToTick);
     this.Controls.Add(this.ChangeXValuesButton);
     this.Name = "NXYZScatterPointUC";
     this.Size = new System.Drawing.Size(180, 148);
     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.ChangeDataButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.ClockwiseCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.PieStyleCombo     = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1            = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // ChangeDataButton
     //
     this.ChangeDataButton.Location = new System.Drawing.Point(4, 9);
     this.ChangeDataButton.Name     = "ChangeDataButton";
     this.ChangeDataButton.Size     = new System.Drawing.Size(172, 24);
     this.ChangeDataButton.TabIndex = 0;
     this.ChangeDataButton.Text     = "Change Data";
     this.ChangeDataButton.Click   += new System.EventHandler(this.ChangeDataButton_Click);
     //
     // ClockwiseCheckBox
     //
     this.ClockwiseCheckBox.ButtonProperties.BorderOffset = 2;
     this.ClockwiseCheckBox.Location        = new System.Drawing.Point(4, 116);
     this.ClockwiseCheckBox.Name            = "ClockwiseCheckBox";
     this.ClockwiseCheckBox.Size            = new System.Drawing.Size(165, 23);
     this.ClockwiseCheckBox.TabIndex        = 3;
     this.ClockwiseCheckBox.Text            = "Clockwise";
     this.ClockwiseCheckBox.CheckedChanged += new System.EventHandler(this.ClockwiseCheckBox_CheckedChanged);
     //
     // PieStyleCombo
     //
     this.PieStyleCombo.ListProperties.CheckBoxDataMember = "";
     this.PieStyleCombo.ListProperties.DataSource         = null;
     this.PieStyleCombo.ListProperties.DisplayMember      = "";
     this.PieStyleCombo.Location              = new System.Drawing.Point(4, 69);
     this.PieStyleCombo.Name                  = "PieStyleCombo";
     this.PieStyleCombo.Size                  = new System.Drawing.Size(172, 21);
     this.PieStyleCombo.TabIndex              = 2;
     this.PieStyleCombo.SelectedIndexChanged += new System.EventHandler(this.PieStyleCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4, 53);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(165, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Pie Style:";
     //
     // NNonoverlappingLabelsUC
     //
     this.Controls.Add(this.PieStyleCombo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ClockwiseCheckBox);
     this.Controls.Add(this.ChangeDataButton);
     this.Name = "NNonoverlappingLabelsUC";
     this.Size = new System.Drawing.Size(180, 206);
     this.ResumeLayout(false);
 }
Esempio n. 19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.PositiveData         = new Nevron.UI.WinForm.Controls.NButton();
     this.PositiveNegativeData = new Nevron.UI.WinForm.Controls.NButton();
     this.label1     = new System.Windows.Forms.Label();
     this.StyleCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // PositiveData
     //
     this.PositiveData.Location = new System.Drawing.Point(8, 58);
     this.PositiveData.Name     = "PositiveData";
     this.PositiveData.Size     = new System.Drawing.Size(156, 23);
     this.PositiveData.TabIndex = 2;
     this.PositiveData.Text     = "Positive Data";
     this.PositiveData.Click   += new System.EventHandler(this.PositiveData_Click);
     //
     // PositiveNegativeData
     //
     this.PositiveNegativeData.Location = new System.Drawing.Point(8, 90);
     this.PositiveNegativeData.Name     = "PositiveNegativeData";
     this.PositiveNegativeData.Size     = new System.Drawing.Size(156, 23);
     this.PositiveNegativeData.TabIndex = 3;
     this.PositiveNegativeData.Text     = "Positive And Negative Data";
     this.PositiveNegativeData.Click   += new System.EventHandler(this.PositiveNegativeData_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(128, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Bar Style:";
     //
     // StyleCombo
     //
     this.StyleCombo.ListProperties.CheckBoxDataMember = "";
     this.StyleCombo.ListProperties.DataSource         = null;
     this.StyleCombo.ListProperties.DisplayMember      = "";
     this.StyleCombo.Location              = new System.Drawing.Point(8, 25);
     this.StyleCombo.Name                  = "StyleCombo";
     this.StyleCombo.Size                  = new System.Drawing.Size(158, 21);
     this.StyleCombo.TabIndex              = 1;
     this.StyleCombo.SelectedIndexChanged += new System.EventHandler(this.StyleCombo_SelectedIndexChanged);
     //
     // NHorizontalBarUC
     //
     this.Controls.Add(this.label1);
     this.Controls.Add(this.StyleCombo);
     this.Controls.Add(this.PositiveNegativeData);
     this.Controls.Add(this.PositiveData);
     this.Name = "NHorizontalBarUC";
     this.Size = new System.Drawing.Size(180, 196);
     this.ResumeLayout(false);
 }
Esempio n. 20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.PosDataButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.PosNegDataButton = new Nevron.UI.WinForm.Controls.NButton();
     this.label1           = new System.Windows.Forms.Label();
     this.BarShapeCombo    = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // PosDataButton
     //
     this.PosDataButton.Location = new System.Drawing.Point(6, 72);
     this.PosDataButton.Name     = "PosDataButton";
     this.PosDataButton.Size     = new System.Drawing.Size(162, 24);
     this.PosDataButton.TabIndex = 2;
     this.PosDataButton.Text     = "Positive Data...";
     this.PosDataButton.Click   += new System.EventHandler(this.PosDataButton_Click);
     //
     // PosNegDataButton
     //
     this.PosNegDataButton.Location = new System.Drawing.Point(6, 104);
     this.PosNegDataButton.Name     = "PosNegDataButton";
     this.PosNegDataButton.Size     = new System.Drawing.Size(162, 24);
     this.PosNegDataButton.TabIndex = 3;
     this.PosNegDataButton.Text     = "Positive and Negative Data...";
     this.PosNegDataButton.Click   += new System.EventHandler(this.PosNegDataButton_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(128, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Bar Shape:";
     //
     // BarShapeCombo
     //
     this.BarShapeCombo.ListProperties.CheckBoxDataMember = "";
     this.BarShapeCombo.ListProperties.DataSource         = null;
     this.BarShapeCombo.ListProperties.DisplayMember      = "";
     this.BarShapeCombo.Location              = new System.Drawing.Point(8, 24);
     this.BarShapeCombo.Name                  = "BarShapeCombo";
     this.BarShapeCombo.Size                  = new System.Drawing.Size(160, 21);
     this.BarShapeCombo.TabIndex              = 1;
     this.BarShapeCombo.SelectedIndexChanged += new System.EventHandler(this.BarShapeCombo_SelectedIndexChanged);
     //
     // NStackFloatBarUC
     //
     this.Controls.Add(this.label1);
     this.Controls.Add(this.BarShapeCombo);
     this.Controls.Add(this.PosNegDataButton);
     this.Controls.Add(this.PosDataButton);
     this.Name = "NStackFloatBarUC";
     this.Size = new System.Drawing.Size(180, 192);
     this.ResumeLayout(false);
 }
Esempio n. 21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnDefaultFillStyle = new Nevron.UI.WinForm.Controls.NButton();
     this.btnDefaultBorder    = new Nevron.UI.WinForm.Controls.NButton();
     this.btnBar3FillStyle    = new Nevron.UI.WinForm.Controls.NButton();
     this.btnBar3Border       = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // btnDefaultFillStyle
     //
     this.btnDefaultFillStyle.Location = new System.Drawing.Point(5, 7);
     this.btnDefaultFillStyle.Name     = "btnDefaultFillStyle";
     this.btnDefaultFillStyle.Size     = new System.Drawing.Size(170, 23);
     this.btnDefaultFillStyle.TabIndex = 0;
     this.btnDefaultFillStyle.Text     = "Default Bar Fill Style...";
     this.btnDefaultFillStyle.Click   += new System.EventHandler(this.DefaultFillStyle_Click);
     //
     // btnDefaultBorder
     //
     this.btnDefaultBorder.Location = new System.Drawing.Point(5, 39);
     this.btnDefaultBorder.Name     = "btnDefaultBorder";
     this.btnDefaultBorder.Size     = new System.Drawing.Size(170, 23);
     this.btnDefaultBorder.TabIndex = 1;
     this.btnDefaultBorder.Text     = "Default Bar Border...";
     this.btnDefaultBorder.Click   += new System.EventHandler(this.DefaultBorder_Click);
     //
     // btnBar3FillStyle
     //
     this.btnBar3FillStyle.Location = new System.Drawing.Point(5, 98);
     this.btnBar3FillStyle.Name     = "btnBar3FillStyle";
     this.btnBar3FillStyle.Size     = new System.Drawing.Size(170, 23);
     this.btnBar3FillStyle.TabIndex = 2;
     this.btnBar3FillStyle.Text     = "Bar #3 Fill Style...";
     this.btnBar3FillStyle.Click   += new System.EventHandler(this.Bar3FillStyle_Click);
     //
     // btnBar3Border
     //
     this.btnBar3Border.Location = new System.Drawing.Point(5, 130);
     this.btnBar3Border.Name     = "btnBar3Border";
     this.btnBar3Border.Size     = new System.Drawing.Size(170, 23);
     this.btnBar3Border.TabIndex = 3;
     this.btnBar3Border.Text     = "Bar #3 Border...";
     this.btnBar3Border.Click   += new System.EventHandler(this.Bar3Border_Click);
     //
     // NSeriesAttribsAppearanceUC
     //
     this.Controls.Add(this.btnBar3FillStyle);
     this.Controls.Add(this.btnBar3Border);
     this.Controls.Add(this.btnDefaultFillStyle);
     this.Controls.Add(this.btnDefaultBorder);
     this.Name = "NSeriesAttribsAppearanceUC";
     this.Size = new System.Drawing.Size(180, 190);
     this.ResumeLayout(false);
 }
Esempio n. 22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ExplodeSmallestButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.ExpodeBiggestButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.RemoveExplosionsButton = new Nevron.UI.WinForm.Controls.NButton();
     this.ChangeDataButton       = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // ExplodeSmallestButton
     //
     this.ExplodeSmallestButton.Location = new System.Drawing.Point(6, 73);
     this.ExplodeSmallestButton.Name     = "ExplodeSmallestButton";
     this.ExplodeSmallestButton.Size     = new System.Drawing.Size(169, 24);
     this.ExplodeSmallestButton.TabIndex = 2;
     this.ExplodeSmallestButton.Text     = "Explode Smallest";
     this.ExplodeSmallestButton.Click   += new System.EventHandler(this.ExplodeSmallestButton_Click);
     //
     // ExpodeBiggestButton
     //
     this.ExpodeBiggestButton.Location = new System.Drawing.Point(6, 105);
     this.ExpodeBiggestButton.Name     = "ExpodeBiggestButton";
     this.ExpodeBiggestButton.Size     = new System.Drawing.Size(169, 24);
     this.ExpodeBiggestButton.TabIndex = 3;
     this.ExpodeBiggestButton.Text     = "Expode Biggest";
     this.ExpodeBiggestButton.Click   += new System.EventHandler(this.ExpodeBiggestButton_Click);
     //
     // RemoveExplosionsButton
     //
     this.RemoveExplosionsButton.Location = new System.Drawing.Point(6, 40);
     this.RemoveExplosionsButton.Name     = "RemoveExplosionsButton";
     this.RemoveExplosionsButton.Size     = new System.Drawing.Size(169, 24);
     this.RemoveExplosionsButton.TabIndex = 1;
     this.RemoveExplosionsButton.Text     = "Remove Explosions";
     this.RemoveExplosionsButton.Click   += new System.EventHandler(this.RemoveExplosionsButton_Click);
     //
     // ChangeDataButton
     //
     this.ChangeDataButton.Location = new System.Drawing.Point(6, 8);
     this.ChangeDataButton.Name     = "ChangeDataButton";
     this.ChangeDataButton.Size     = new System.Drawing.Size(169, 24);
     this.ChangeDataButton.TabIndex = 0;
     this.ChangeDataButton.Text     = "Change Data";
     this.ChangeDataButton.Click   += new System.EventHandler(this.ChangeDataButton_Click);
     //
     // NExplodedPieUC
     //
     this.Controls.Add(this.ChangeDataButton);
     this.Controls.Add(this.RemoveExplosionsButton);
     this.Controls.Add(this.ExpodeBiggestButton);
     this.Controls.Add(this.ExplodeSmallestButton);
     this.Name = "NExplodedPieUC";
     this.Size = new System.Drawing.Size(180, 213);
     this.ResumeLayout(false);
 }
Esempio n. 23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.cancelBtn    = new Nevron.UI.WinForm.Controls.NButton();
     this.okButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.titleTextBox = new Nevron.UI.WinForm.Controls.NTextBox();
     this.SuspendLayout();
     //
     // cancelBtn
     //
     this.cancelBtn.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelBtn.Location     = new System.Drawing.Point(198, 40);
     this.cancelBtn.Name         = "cancelBtn";
     this.cancelBtn.TabIndex     = 2;
     this.cancelBtn.Text         = "Cancel";
     //
     // okButton
     //
     this.okButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.okButton.Location     = new System.Drawing.Point(118, 40);
     this.okButton.Name         = "okButton";
     this.okButton.TabIndex     = 1;
     this.okButton.Text         = "OK";
     //
     // titleTextBox
     //
     this.titleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.titleTextBox.ErrorMessage = null;
     this.titleTextBox.Location     = new System.Drawing.Point(8, 8);
     this.titleTextBox.Name         = "titleTextBox";
     this.titleTextBox.Size         = new System.Drawing.Size(262, 20);
     this.titleTextBox.TabIndex     = 0;
     this.titleTextBox.Text         = "My transaction";
     this.titleTextBox.TextChanged += new System.EventHandler(this.titleTextBox_TextChanged);
     //
     // NHistoryTransactionNameForm
     //
     this.AcceptButton      = this.okButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.cancelBtn;
     this.ClientSize        = new System.Drawing.Size(282, 72);
     this.ControlBox        = false;
     this.Controls.Add(this.titleTextBox);
     this.Controls.Add(this.cancelBtn);
     this.Controls.Add(this.okButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "NHistoryTransactionNameForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Enter transaction name";
     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.btnChangeData    = new Nevron.UI.WinForm.Controls.NButton();
     this.checkShowMarkers = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.checkRoundToTick = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // btnChangeData
     //
     this.btnChangeData.Location = new System.Drawing.Point(5, 8);
     this.btnChangeData.Name     = "btnChangeData";
     this.btnChangeData.Size     = new System.Drawing.Size(170, 32);
     this.btnChangeData.TabIndex = 0;
     this.btnChangeData.Text     = "Change Data";
     this.btnChangeData.Click   += new System.EventHandler(this.btnChangeData_Click);
     //
     // checkShowMarkers
     //
     this.checkShowMarkers.ButtonProperties.BorderOffset = 2;
     this.checkShowMarkers.Location        = new System.Drawing.Point(5, 56);
     this.checkShowMarkers.Name            = "checkShowMarkers";
     this.checkShowMarkers.Size            = new System.Drawing.Size(170, 24);
     this.checkShowMarkers.TabIndex        = 1;
     this.checkShowMarkers.Text            = "Show Markers";
     this.checkShowMarkers.CheckedChanged += new System.EventHandler(this.checkShowMarkers_CheckedChanged);
     //
     // checkRoundToTick
     //
     this.checkRoundToTick.ButtonProperties.BorderOffset = 2;
     this.checkRoundToTick.Location        = new System.Drawing.Point(5, 96);
     this.checkRoundToTick.Name            = "checkRoundToTick";
     this.checkRoundToTick.Size            = new System.Drawing.Size(170, 24);
     this.checkRoundToTick.TabIndex        = 2;
     this.checkRoundToTick.Text            = "Axis Round To Tick ";
     this.checkRoundToTick.CheckedChanged += new System.EventHandler(this.checkRoundToTick_CheckedChanged);
     //
     // NXYZScatterSmoothLineUC
     //
     this.Controls.Add(this.checkRoundToTick);
     this.Controls.Add(this.checkShowMarkers);
     this.Controls.Add(this.btnChangeData);
     this.Name = "NXYZScatterSmoothLineUC";
     this.Size = new System.Drawing.Size(180, 150);
     this.ResumeLayout(false);
 }
Esempio n. 25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.EnableLabelAdjustmentCheck    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.GenerateDataButton            = new Nevron.UI.WinForm.Controls.NButton();
     this.EnableDataPointSafeguardCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // EnableLabelAdjustmentCheck
     //
     this.EnableLabelAdjustmentCheck.ButtonProperties.BorderOffset = 2;
     this.EnableLabelAdjustmentCheck.Location        = new System.Drawing.Point(5, 50);
     this.EnableLabelAdjustmentCheck.Name            = "EnableLabelAdjustmentCheck";
     this.EnableLabelAdjustmentCheck.Size            = new System.Drawing.Size(171, 21);
     this.EnableLabelAdjustmentCheck.TabIndex        = 6;
     this.EnableLabelAdjustmentCheck.Text            = "Enable Label Adjustment";
     this.EnableLabelAdjustmentCheck.CheckedChanged += new System.EventHandler(this.EnableLabelAdjustmentCheck_CheckedChanged);
     //
     // GenerateDataButton
     //
     this.GenerateDataButton.Location = new System.Drawing.Point(5, 9);
     this.GenerateDataButton.Name     = "GenerateDataButton";
     this.GenerateDataButton.Size     = new System.Drawing.Size(171, 24);
     this.GenerateDataButton.TabIndex = 4;
     this.GenerateDataButton.Text     = "Generate Data";
     this.GenerateDataButton.Click   += new System.EventHandler(this.GenerateDataButton_Click);
     //
     // EnableDataPointSafeguardCheck
     //
     this.EnableDataPointSafeguardCheck.ButtonProperties.BorderOffset = 2;
     this.EnableDataPointSafeguardCheck.Location        = new System.Drawing.Point(5, 83);
     this.EnableDataPointSafeguardCheck.Name            = "EnableDataPointSafeguardCheck";
     this.EnableDataPointSafeguardCheck.Size            = new System.Drawing.Size(171, 21);
     this.EnableDataPointSafeguardCheck.TabIndex        = 10;
     this.EnableDataPointSafeguardCheck.Text            = "Enable Data Point Safeguard";
     this.EnableDataPointSafeguardCheck.CheckedChanged += new System.EventHandler(this.EnableDataPointSafeguardCheck_CheckedChanged);
     //
     // NAutoLabelsAreaUC
     //
     this.Controls.Add(this.EnableDataPointSafeguardCheck);
     this.Controls.Add(this.EnableLabelAdjustmentCheck);
     this.Controls.Add(this.GenerateDataButton);
     this.Name = "NAutoLabelsAreaUC";
     this.Size = new System.Drawing.Size(180, 148);
     this.ResumeLayout(false);
 }
Esempio n. 26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.NewDataButton       = new Nevron.UI.WinForm.Controls.NButton();
     this.AxesRoundToTick     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.InflateMarginsCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // NewDataButton
     //
     this.NewDataButton.Location = new System.Drawing.Point(8, 8);
     this.NewDataButton.Name     = "NewDataButton";
     this.NewDataButton.Size     = new System.Drawing.Size(161, 24);
     this.NewDataButton.TabIndex = 0;
     this.NewDataButton.Text     = "New Data";
     this.NewDataButton.Click   += new System.EventHandler(this.NewDataButton_Click);
     //
     // AxesRoundToTick
     //
     this.AxesRoundToTick.ButtonProperties.BorderOffset = 2;
     this.AxesRoundToTick.Location        = new System.Drawing.Point(8, 46);
     this.AxesRoundToTick.Name            = "AxesRoundToTick";
     this.AxesRoundToTick.Size            = new System.Drawing.Size(161, 19);
     this.AxesRoundToTick.TabIndex        = 1;
     this.AxesRoundToTick.Text            = "Axes Round To Tick";
     this.AxesRoundToTick.CheckedChanged += new System.EventHandler(this.AxesRoundToTick_CheckedChanged);
     //
     // InflateMarginsCheck
     //
     this.InflateMarginsCheck.ButtonProperties.BorderOffset = 2;
     this.InflateMarginsCheck.Location        = new System.Drawing.Point(8, 72);
     this.InflateMarginsCheck.Name            = "InflateMarginsCheck";
     this.InflateMarginsCheck.Size            = new System.Drawing.Size(161, 20);
     this.InflateMarginsCheck.TabIndex        = 2;
     this.InflateMarginsCheck.Text            = "Inflate Margins";
     this.InflateMarginsCheck.CheckedChanged += new System.EventHandler(this.InflateMarginsCheck_CheckedChanged);
     //
     // NXYScatterPointUC
     //
     this.Controls.Add(this.InflateMarginsCheck);
     this.Controls.Add(this.AxesRoundToTick);
     this.Controls.Add(this.NewDataButton);
     this.Name = "NXYScatterPointUC";
     this.Size = new System.Drawing.Size(180, 106);
     this.ResumeLayout(false);
 }
Esempio n. 27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ChooseImageBars  = new Nevron.UI.WinForm.Controls.NButton();
     this.openFileDialog1  = new System.Windows.Forms.OpenFileDialog();
     this.ChooseImageWalls = new Nevron.UI.WinForm.Controls.NButton();
     this.NewDataButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // ChooseImageBars
     //
     this.ChooseImageBars.Location = new System.Drawing.Point(8, 59);
     this.ChooseImageBars.Name     = "ChooseImageBars";
     this.ChooseImageBars.Size     = new System.Drawing.Size(173, 23);
     this.ChooseImageBars.TabIndex = 0;
     this.ChooseImageBars.Text     = "Choose Bubbles Texture...";
     this.ChooseImageBars.Click   += new System.EventHandler(this.ChooseImageBars_Click);
     //
     // ChooseImageWalls
     //
     this.ChooseImageWalls.Location = new System.Drawing.Point(8, 88);
     this.ChooseImageWalls.Name     = "ChooseImageWalls";
     this.ChooseImageWalls.Size     = new System.Drawing.Size(173, 23);
     this.ChooseImageWalls.TabIndex = 1;
     this.ChooseImageWalls.Text     = "Choose Walls Texture...";
     this.ChooseImageWalls.Click   += new System.EventHandler(this.ChooseImageWalls_Click);
     //
     // NewDataButton
     //
     this.NewDataButton.Location = new System.Drawing.Point(8, 8);
     this.NewDataButton.Name     = "NewDataButton";
     this.NewDataButton.Size     = new System.Drawing.Size(173, 23);
     this.NewDataButton.TabIndex = 2;
     this.NewDataButton.Text     = "New Data";
     this.NewDataButton.Click   += new System.EventHandler(this.NewDataButton_Click);
     //
     // NImageUC
     //
     this.Controls.Add(this.NewDataButton);
     this.Controls.Add(this.ChooseImageWalls);
     this.Controls.Add(this.ChooseImageBars);
     this.Name = "NImageUC";
     this.Size = new System.Drawing.Size(188, 460);
     this.ResumeLayout(false);
 }
Esempio n. 28
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.m_ExpressionCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.m_BtnNewData      = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(164, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Function Expression:";
     //
     // m_ExpressionCombo
     //
     this.m_ExpressionCombo.ListProperties.CheckBoxDataMember = "";
     this.m_ExpressionCombo.ListProperties.DataSource         = null;
     this.m_ExpressionCombo.ListProperties.DisplayMember      = "";
     this.m_ExpressionCombo.Location              = new System.Drawing.Point(8, 24);
     this.m_ExpressionCombo.Name                  = "m_ExpressionCombo";
     this.m_ExpressionCombo.Size                  = new System.Drawing.Size(164, 21);
     this.m_ExpressionCombo.TabIndex              = 2;
     this.m_ExpressionCombo.SelectedIndexChanged += new System.EventHandler(this.ExpressionCombo_SelectedIndexChanged);
     //
     // m_BtnNewData
     //
     this.m_BtnNewData.Location = new System.Drawing.Point(8, 71);
     this.m_BtnNewData.Name     = "m_BtnNewData";
     this.m_BtnNewData.Size     = new System.Drawing.Size(164, 24);
     this.m_BtnNewData.TabIndex = 3;
     this.m_BtnNewData.Text     = "New Data";
     this.m_BtnNewData.Click   += new System.EventHandler(this.BtnNewData_Click);
     //
     // NBasicFunctionsUC
     //
     this.Controls.Add(this.m_BtnNewData);
     this.Controls.Add(this.m_ExpressionCombo);
     this.Controls.Add(this.label1);
     this.Name = "NBasicFunctionsUC";
     this.Size = new System.Drawing.Size(180, 153);
     this.ResumeLayout(false);
 }
Esempio n. 29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnChangeYValues = new Nevron.UI.WinForm.Controls.NButton();
     this.btnChangeXValues = new Nevron.UI.WinForm.Controls.NButton();
     this.ShowMarkersCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // btnChangeYValues
     //
     this.btnChangeYValues.Location = new System.Drawing.Point(5, 8);
     this.btnChangeYValues.Name     = "btnChangeYValues";
     this.btnChangeYValues.Size     = new System.Drawing.Size(170, 32);
     this.btnChangeYValues.TabIndex = 0;
     this.btnChangeYValues.Text     = "Change Y Values";
     this.btnChangeYValues.Click   += new System.EventHandler(this.btnChangeYValues_Click);
     //
     // btnChangeXValues
     //
     this.btnChangeXValues.Location = new System.Drawing.Point(5, 48);
     this.btnChangeXValues.Name     = "btnChangeXValues";
     this.btnChangeXValues.Size     = new System.Drawing.Size(170, 32);
     this.btnChangeXValues.TabIndex = 1;
     this.btnChangeXValues.Text     = "Change X Values";
     this.btnChangeXValues.Click   += new System.EventHandler(this.btnChangeXValues_Click);
     //
     // ShowMarkersCheck
     //
     this.ShowMarkersCheck.ButtonProperties.BorderOffset = 2;
     this.ShowMarkersCheck.Location        = new System.Drawing.Point(5, 96);
     this.ShowMarkersCheck.Name            = "ShowMarkersCheck";
     this.ShowMarkersCheck.Size            = new System.Drawing.Size(162, 24);
     this.ShowMarkersCheck.TabIndex        = 2;
     this.ShowMarkersCheck.Text            = "Show Markers";
     this.ShowMarkersCheck.CheckedChanged += new System.EventHandler(this.ShowMarkersCheck_CheckedChanged);
     //
     // NDateTimeStepLineUC
     //
     this.Controls.Add(this.ShowMarkersCheck);
     this.Controls.Add(this.btnChangeXValues);
     this.Controls.Add(this.btnChangeYValues);
     this.Name = "NDateTimeStepLineUC";
     this.Size = new System.Drawing.Size(180, 150);
     this.ResumeLayout(false);
 }
Esempio n. 30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.SortAscendingButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.SortDescendingButton = new Nevron.UI.WinForm.Controls.NButton();
     this.ChangeDataButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // SortAscendingButton
     //
     this.SortAscendingButton.Location = new System.Drawing.Point(5, 41);
     this.SortAscendingButton.Name     = "SortAscendingButton";
     this.SortAscendingButton.Size     = new System.Drawing.Size(170, 24);
     this.SortAscendingButton.TabIndex = 1;
     this.SortAscendingButton.Text     = "Sort Ascending";
     this.SortAscendingButton.Click   += new System.EventHandler(this.SortAscendingButton_Click);
     //
     // SortDescendingButton
     //
     this.SortDescendingButton.Location = new System.Drawing.Point(5, 73);
     this.SortDescendingButton.Name     = "SortDescendingButton";
     this.SortDescendingButton.Size     = new System.Drawing.Size(170, 24);
     this.SortDescendingButton.TabIndex = 2;
     this.SortDescendingButton.Text     = "Sort Descending";
     this.SortDescendingButton.Click   += new System.EventHandler(this.SortDescendingButton_Click);
     //
     // ChangeDataButton
     //
     this.ChangeDataButton.Location = new System.Drawing.Point(5, 9);
     this.ChangeDataButton.Name     = "ChangeDataButton";
     this.ChangeDataButton.Size     = new System.Drawing.Size(170, 24);
     this.ChangeDataButton.TabIndex = 0;
     this.ChangeDataButton.Text     = "Change Data";
     this.ChangeDataButton.Click   += new System.EventHandler(this.ChangeDataButton_Click);
     //
     // NSortedPieUC
     //
     this.Controls.Add(this.ChangeDataButton);
     this.Controls.Add(this.SortDescendingButton);
     this.Controls.Add(this.SortAscendingButton);
     this.Name = "NSortedPieUC";
     this.Size = new System.Drawing.Size(180, 129);
     this.ResumeLayout(false);
 }