/// <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.HighLightRangeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name     = "label1";
     this.label1.TabIndex = 0;
     this.label1.Text     = "Highlight Range:";
     //
     // HighLightRangeComboBox
     //
     this.HighLightRangeComboBox.Location              = new System.Drawing.Point(8, 40);
     this.HighLightRangeComboBox.Name                  = "HighLightRangeComboBox";
     this.HighLightRangeComboBox.Size                  = new System.Drawing.Size(136, 21);
     this.HighLightRangeComboBox.TabIndex              = 1;
     this.HighLightRangeComboBox.Text                  = "comboBox1";
     this.HighLightRangeComboBox.SelectedIndexChanged += new System.EventHandler(this.HighLightRangeComboBox_SelectedIndexChanged);
     //
     // NAxisStripLinesUC
     //
     this.Controls.Add(this.HighLightRangeComboBox);
     this.Controls.Add(this.label1);
     this.Name = "NAxisStripLinesUC";
     this.Size = new System.Drawing.Size(150, 328);
     this.ResumeLayout(false);
 }
Esempio n. 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.label2             = new System.Windows.Forms.Label();
     this.DockTitleComboBox  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.DockLegendComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(5, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(150, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Dock Title:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(5, 88);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(150, 23);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Dock Legend:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // DockTitleComboBox
     //
     this.DockTitleComboBox.ListProperties.CheckBoxDataMember = "";
     this.DockTitleComboBox.ListProperties.DataSource         = null;
     this.DockTitleComboBox.ListProperties.DisplayMember      = "";
     this.DockTitleComboBox.Location              = new System.Drawing.Point(5, 40);
     this.DockTitleComboBox.Name                  = "DockTitleComboBox";
     this.DockTitleComboBox.Size                  = new System.Drawing.Size(171, 21);
     this.DockTitleComboBox.TabIndex              = 1;
     this.DockTitleComboBox.Text                  = "comboBox1";
     this.DockTitleComboBox.SelectedIndexChanged += new System.EventHandler(this.DockTitleComboBox_SelectedIndexChanged);
     //
     // DockLegendComboBox
     //
     this.DockLegendComboBox.ListProperties.CheckBoxDataMember = "";
     this.DockLegendComboBox.ListProperties.DataSource         = null;
     this.DockLegendComboBox.ListProperties.DisplayMember      = "";
     this.DockLegendComboBox.Location              = new System.Drawing.Point(5, 112);
     this.DockLegendComboBox.Name                  = "DockLegendComboBox";
     this.DockLegendComboBox.Size                  = new System.Drawing.Size(171, 21);
     this.DockLegendComboBox.TabIndex              = 3;
     this.DockLegendComboBox.Text                  = "comboBox2";
     this.DockLegendComboBox.SelectedIndexChanged += new System.EventHandler(this.DockLegendComboBox_SelectedIndexChanged);
     //
     // NBackgroundDecoratorUC
     //
     this.Controls.Add(this.DockLegendComboBox);
     this.Controls.Add(this.DockTitleComboBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "NBackgroundDecoratorUC";
     this.Size = new System.Drawing.Size(180, 256);
     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.PredefinedStyleSheetComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // PredefinedStyleSheetComboBox
     //
     this.PredefinedStyleSheetComboBox.Location              = new System.Drawing.Point(12, 42);
     this.PredefinedStyleSheetComboBox.Name                  = "PredefinedStyleSheetComboBox";
     this.PredefinedStyleSheetComboBox.Size                  = new System.Drawing.Size(150, 21);
     this.PredefinedStyleSheetComboBox.TabIndex              = 0;
     this.PredefinedStyleSheetComboBox.SelectedIndexChanged += new System.EventHandler(this.PredefinedStyleSheetComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 23);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(115, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Predefined Style Sheet";
     //
     // NPredefinedStyleSheetsUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.label1);
     this.Controls.Add(this.PredefinedStyleSheetComboBox);
     this.Name = "NPredefinedStyleSheetsUC";
     this.Size = new System.Drawing.Size(175, 288);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.LineSegmentRouteCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // LineSegmentRouteCombo
     //
     this.LineSegmentRouteCombo.ListProperties.CheckBoxDataMember = "";
     this.LineSegmentRouteCombo.ListProperties.DataSource         = null;
     this.LineSegmentRouteCombo.ListProperties.DisplayMember      = "";
     this.LineSegmentRouteCombo.Location              = new System.Drawing.Point(5, 25);
     this.LineSegmentRouteCombo.Name                  = "LineSegmentRouteCombo";
     this.LineSegmentRouteCombo.Size                  = new System.Drawing.Size(169, 21);
     this.LineSegmentRouteCombo.TabIndex              = 1;
     this.LineSegmentRouteCombo.SelectedIndexChanged += new System.EventHandler(this.LineSegmentRouteCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(5, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(169, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Line Segment Route:";
     //
     // NStepLineIntersectionsUC
     //
     this.Controls.Add(this.label1);
     this.Controls.Add(this.LineSegmentRouteCombo);
     this.Name = "NStepLineIntersectionsUC";
     this.Size = new System.Drawing.Size(180, 364);
     this.ResumeLayout(false);
 }
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.label1          = new System.Windows.Forms.Label();
     this.ZOrderModeCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(168, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Z Order:";
     //
     // ZOrderModeCombo
     //
     this.ZOrderModeCombo.ListProperties.CheckBoxDataMember = "";
     this.ZOrderModeCombo.ListProperties.DataSource         = null;
     this.ZOrderModeCombo.ListProperties.DisplayMember      = "";
     this.ZOrderModeCombo.Location              = new System.Drawing.Point(6, 27);
     this.ZOrderModeCombo.Name                  = "ZOrderModeCombo";
     this.ZOrderModeCombo.Size                  = new System.Drawing.Size(168, 21);
     this.ZOrderModeCombo.TabIndex              = 1;
     this.ZOrderModeCombo.SelectedIndexChanged += new System.EventHandler(this.ZOrderModeCombo_SelectedIndexChanged);
     //
     // NSeriesZOrderUC
     //
     this.Controls.Add(this.ZOrderModeCombo);
     this.Controls.Add(this.label1);
     this.Name = "NSeriesZOrderUC";
     this.Size = new System.Drawing.Size(180, 255);
     this.ResumeLayout(false);
 }
Esempio n. 6
0
 private void InitLabelsCombo(Nevron.UI.WinForm.Controls.NComboBox comboBox)
 {
     comboBox.Items.Add("Value");
     comboBox.Items.Add("Total");
     comboBox.Items.Add("Cumulative");
     comboBox.Items.Add("Percent");
     comboBox.SelectedIndex = 0;
 }
 private static void PopulateFillTemplateCombo(Nevron.UI.WinForm.Controls.NComboBox comboBox)
 {
     comboBox.Items.Add("None");
     comboBox.Items.Add("Solid Fill");
     comboBox.Items.Add("Gradient Fill");
     comboBox.Items.Add("Hatch Fill");
     comboBox.SelectedIndex = 1;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.AutoWallVisibilityCheck  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.LightsInCameraSpaceCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.AxisAnchorsModeCombo     = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // AutoWallVisibilityCheck
     //
     this.AutoWallVisibilityCheck.ButtonProperties.BorderOffset = 2;
     this.AutoWallVisibilityCheck.Location        = new System.Drawing.Point(12, 14);
     this.AutoWallVisibilityCheck.Name            = "AutoWallVisibilityCheck";
     this.AutoWallVisibilityCheck.Size            = new System.Drawing.Size(157, 21);
     this.AutoWallVisibilityCheck.TabIndex        = 0;
     this.AutoWallVisibilityCheck.Text            = "Enable Auto Wall Visibility";
     this.AutoWallVisibilityCheck.CheckedChanged += new System.EventHandler(this.AutoWallVisibilityCheck_CheckedChanged);
     //
     // LightsInCameraSpaceCheck
     //
     this.LightsInCameraSpaceCheck.ButtonProperties.BorderOffset = 2;
     this.LightsInCameraSpaceCheck.Location        = new System.Drawing.Point(12, 48);
     this.LightsInCameraSpaceCheck.Name            = "LightsInCameraSpaceCheck";
     this.LightsInCameraSpaceCheck.Size            = new System.Drawing.Size(157, 21);
     this.LightsInCameraSpaceCheck.TabIndex        = 2;
     this.LightsInCameraSpaceCheck.Text            = "Lights in Camera Space";
     this.LightsInCameraSpaceCheck.CheckedChanged += new System.EventHandler(this.LightsInCameraSpaceCheck_CheckedChanged);
     //
     // AxisAnchorsModeCombo
     //
     this.AxisAnchorsModeCombo.ListProperties.CheckBoxDataMember = "";
     this.AxisAnchorsModeCombo.ListProperties.DataSource         = null;
     this.AxisAnchorsModeCombo.ListProperties.DisplayMember      = "";
     this.AxisAnchorsModeCombo.Location              = new System.Drawing.Point(12, 99);
     this.AxisAnchorsModeCombo.Name                  = "AxisAnchorsModeCombo";
     this.AxisAnchorsModeCombo.Size                  = new System.Drawing.Size(142, 21);
     this.AxisAnchorsModeCombo.TabIndex              = 3;
     this.AxisAnchorsModeCombo.SelectedIndexChanged += new System.EventHandler(this.AxisAnchorsModeCombo_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 82);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 14);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Axis Anchors Mode:";
     //
     // NAutoWallsAndAxesVisibilityUC
     //
     this.Controls.Add(this.label2);
     this.Controls.Add(this.AxisAnchorsModeCombo);
     this.Controls.Add(this.LightsInCameraSpaceCheck);
     this.Controls.Add(this.AutoWallVisibilityCheck);
     this.Name = "NAutoWallsAndAxesVisibilityUC";
     this.Size = new System.Drawing.Size(180, 238);
     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.groupBox1 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.AnnotationPropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.label2 = new System.Windows.Forms.Label();
     this.CurrentAnnotationComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.AnnotationPropertyGrid);
     this.groupBox1.Location = new System.Drawing.Point(8, 64);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(296, 496);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Annotation properties";
     //
     // AnnotationPropertyGrid
     //
     this.AnnotationPropertyGrid.LineColor             = System.Drawing.SystemColors.ScrollBar;
     this.AnnotationPropertyGrid.Location              = new System.Drawing.Point(8, 16);
     this.AnnotationPropertyGrid.Name                  = "AnnotationPropertyGrid";
     this.AnnotationPropertyGrid.Size                  = new System.Drawing.Size(280, 472);
     this.AnnotationPropertyGrid.TabIndex              = 0;
     this.AnnotationPropertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.AnnotationPropertyGrid_PropertyValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(128, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Current annotation:";
     //
     // CurrentAnnotationComboBox
     //
     this.CurrentAnnotationComboBox.ListProperties.CheckBoxDataMember = "";
     this.CurrentAnnotationComboBox.ListProperties.DataSource         = null;
     this.CurrentAnnotationComboBox.ListProperties.DisplayMember      = "";
     this.CurrentAnnotationComboBox.Location              = new System.Drawing.Point(8, 32);
     this.CurrentAnnotationComboBox.Name                  = "CurrentAnnotationComboBox";
     this.CurrentAnnotationComboBox.Size                  = new System.Drawing.Size(296, 21);
     this.CurrentAnnotationComboBox.TabIndex              = 4;
     this.CurrentAnnotationComboBox.SelectedIndexChanged += new System.EventHandler(this.CurrentAnnotationComboBox_SelectedIndexChanged);
     //
     // NAnnotationsGeneralUC
     //
     this.Controls.Add(this.CurrentAnnotationComboBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NAnnotationsGeneralUC";
     this.Size = new System.Drawing.Size(312, 658);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private static void PopulateStrokeTemplateCombo(Nevron.UI.WinForm.Controls.NComboBox comboBox, int selectedIndex)
 {
     comboBox.Items.Add("None");
     comboBox.Items.Add("Solid Stroke");
     comboBox.Items.Add("Dash Stroke");
     comboBox.Items.Add("Solid Stroke 2pt");
     comboBox.Items.Add("Dash Stroke 2pt");
     comboBox.SelectedIndex = selectedIndex;
 }
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.label1 = new System.Windows.Forms.Label();
     this.MiniChartTypeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2             = new System.Windows.Forms.Label();
     this.PointStyleComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // 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     = "Mini chart type:";
     //
     // MiniChartTypeComboBox
     //
     this.MiniChartTypeComboBox.ListProperties.CheckBoxDataMember = "";
     this.MiniChartTypeComboBox.ListProperties.DataSource         = null;
     this.MiniChartTypeComboBox.ListProperties.DisplayMember      = "";
     this.MiniChartTypeComboBox.Location              = new System.Drawing.Point(8, 24);
     this.MiniChartTypeComboBox.Name                  = "MiniChartTypeComboBox";
     this.MiniChartTypeComboBox.Size                  = new System.Drawing.Size(128, 21);
     this.MiniChartTypeComboBox.TabIndex              = 1;
     this.MiniChartTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.MiniChartTypeComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 67);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(128, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Shapes style:";
     //
     // PointStyleComboBox
     //
     this.PointStyleComboBox.ListProperties.CheckBoxDataMember = "";
     this.PointStyleComboBox.ListProperties.DataSource         = null;
     this.PointStyleComboBox.ListProperties.DisplayMember      = "";
     this.PointStyleComboBox.Location              = new System.Drawing.Point(8, 88);
     this.PointStyleComboBox.Name                  = "PointStyleComboBox";
     this.PointStyleComboBox.Size                  = new System.Drawing.Size(128, 21);
     this.PointStyleComboBox.TabIndex              = 3;
     this.PointStyleComboBox.SelectedIndexChanged += new System.EventHandler(this.PointStyleComboBox_SelectedIndexChanged);
     //
     // NAnchorPanelsUC
     //
     this.Controls.Add(this.PointStyleComboBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.MiniChartTypeComboBox);
     this.Controls.Add(this.label1);
     this.Name = "NAnchorPanelsUC";
     this.Size = new System.Drawing.Size(150, 232);
     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. 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.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. 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.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. 15
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. 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.CustomLightModelCombo         = new Nevron.UI.WinForm.Controls.NComboBox();
     this.PredefinedLightModelCombo     = new Nevron.UI.WinForm.Controls.NComboBox();
     this.UseCustomLightModelButton     = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.UsePredefinedLightModelButton = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.SuspendLayout();
     //
     // CustomLightModelCombo
     //
     this.CustomLightModelCombo.Location              = new System.Drawing.Point(11, 37);
     this.CustomLightModelCombo.Name                  = "CustomLightModelCombo";
     this.CustomLightModelCombo.Size                  = new System.Drawing.Size(189, 21);
     this.CustomLightModelCombo.TabIndex              = 1;
     this.CustomLightModelCombo.SelectedIndexChanged += new System.EventHandler(this.CustomLightModelCombo_SelectedIndexChanged);
     //
     // PredefinedLightModelCombo
     //
     this.PredefinedLightModelCombo.Location              = new System.Drawing.Point(11, 94);
     this.PredefinedLightModelCombo.Name                  = "PredefinedLightModelCombo";
     this.PredefinedLightModelCombo.Size                  = new System.Drawing.Size(189, 21);
     this.PredefinedLightModelCombo.TabIndex              = 3;
     this.PredefinedLightModelCombo.SelectedIndexChanged += new System.EventHandler(this.PredefinedLightModelCombo_SelectedIndexChanged);
     //
     // UseCustomLightModelButton
     //
     this.UseCustomLightModelButton.ButtonProperties.BorderOffset = 2;
     this.UseCustomLightModelButton.Location        = new System.Drawing.Point(11, 7);
     this.UseCustomLightModelButton.Name            = "UseCustomLightModelButton";
     this.UseCustomLightModelButton.Size            = new System.Drawing.Size(189, 24);
     this.UseCustomLightModelButton.TabIndex        = 0;
     this.UseCustomLightModelButton.Text            = "Use Custom Light Model:";
     this.UseCustomLightModelButton.CheckedChanged += new System.EventHandler(this.UseCustomLightModelButton_CheckedChanged);
     //
     // UsePredefinedLightModelButton
     //
     this.UsePredefinedLightModelButton.ButtonProperties.BorderOffset = 2;
     this.UsePredefinedLightModelButton.Location        = new System.Drawing.Point(11, 67);
     this.UsePredefinedLightModelButton.Name            = "UsePredefinedLightModelButton";
     this.UsePredefinedLightModelButton.Size            = new System.Drawing.Size(189, 24);
     this.UsePredefinedLightModelButton.TabIndex        = 2;
     this.UsePredefinedLightModelButton.Text            = "Use Predefined Light Model:";
     this.UsePredefinedLightModelButton.CheckedChanged += new System.EventHandler(this.UsePredefinedLightModelButton_CheckedChanged);
     //
     // NLightsUC
     //
     this.Controls.Add(this.UsePredefinedLightModelButton);
     this.Controls.Add(this.UseCustomLightModelButton);
     this.Controls.Add(this.PredefinedLightModelCombo);
     this.Controls.Add(this.CustomLightModelCombo);
     this.Name = "NLightsUC";
     this.Size = new System.Drawing.Size(213, 157);
     this.ResumeLayout(false);
 }
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.nChartGridControl1         = new Nevron.Chart.WinForm.NChartGridControl();
     this.label1                     = new System.Windows.Forms.Label();
     this.ChartInteractivityComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // nChartGridControl1
     //
     this.nChartGridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.nChartGridControl1.BindToChart          = false;
     this.nChartGridControl1.ChartControl         = null;
     this.nChartGridControl1.ChartGridButtonsMask = Nevron.Chart.WinForm.ChartGridButtonsMask.All;
     this.nChartGridControl1.Location             = new System.Drawing.Point(7, 7);
     this.nChartGridControl1.Name           = "nChartGridControl1";
     this.nChartGridControl1.Size           = new System.Drawing.Size(554, 171);
     this.nChartGridControl1.TabIndex       = 0;
     this.nChartGridControl1.ToolbarVisible = true;
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.Location = new System.Drawing.Point(7, 189);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(96, 18);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Chart Interactivity:";
     //
     // ChartInteractivityComboBox
     //
     this.ChartInteractivityComboBox.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ChartInteractivityComboBox.Location              = new System.Drawing.Point(103, 186);
     this.ChartInteractivityComboBox.Name                  = "ChartInteractivityComboBox";
     this.ChartInteractivityComboBox.Size                  = new System.Drawing.Size(198, 21);
     this.ChartInteractivityComboBox.TabIndex              = 2;
     this.ChartInteractivityComboBox.SelectedIndexChanged += new System.EventHandler(this.ChartInteractivityComboBox_SelectedIndexChanged);
     //
     // NChartGridUC
     //
     this.Controls.Add(this.nChartGridControl1);
     this.Controls.Add(this.ChartInteractivityComboBox);
     this.Controls.Add(this.label1);
     this.Name  = "NChartGridUC";
     this.Size  = new System.Drawing.Size(568, 217);
     this.Load += new System.EventHandler(this.NChartGridUC_Load);
     this.ResumeLayout(false);
 }
Esempio n. 18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGrid1 = new System.Windows.Forms.DataGrid();
     this.comboBox1 = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1    = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGrid1
     //
     this.dataGrid1.DataMember        = "";
     this.dataGrid1.HeaderForeColor   = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location          = new System.Drawing.Point(8, 72);
     this.dataGrid1.Name              = "dataGrid1";
     this.dataGrid1.ReadOnly          = true;
     this.dataGrid1.RowHeadersVisible = false;
     this.dataGrid1.Size              = new System.Drawing.Size(192, 232);
     this.dataGrid1.TabIndex          = 0;
     //
     // comboBox1
     //
     this.comboBox1.Location              = new System.Drawing.Point(8, 40);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(192, 21);
     this.comboBox1.TabIndex              = 4;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(176, 23);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "Bind To:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // NBindingToIBindingListUC
     //
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.dataGrid1);
     this.Name = "NBindingToIBindingListUC";
     this.Size = new System.Drawing.Size(208, 504);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     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.label1 = new System.Windows.Forms.Label();
     this.PagingViewResetModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.AnimateZoomingCheckBox      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(144, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Paging View Reset Mode:";
     //
     // PagingViewResetModeComboBox
     //
     this.PagingViewResetModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.PagingViewResetModeComboBox.ListProperties.DataSource         = null;
     this.PagingViewResetModeComboBox.ListProperties.DisplayMember      = "";
     this.PagingViewResetModeComboBox.Location              = new System.Drawing.Point(8, 26);
     this.PagingViewResetModeComboBox.Name                  = "PagingViewResetModeComboBox";
     this.PagingViewResetModeComboBox.Size                  = new System.Drawing.Size(160, 21);
     this.PagingViewResetModeComboBox.TabIndex              = 1;
     this.PagingViewResetModeComboBox.SelectedIndexChanged += new System.EventHandler(this.PagingViewResetModeComboBox_SelectedIndexChanged);
     //
     // AnimateZoomingCheckBox
     //
     this.AnimateZoomingCheckBox.ButtonProperties.BorderOffset = 2;
     this.AnimateZoomingCheckBox.Location        = new System.Drawing.Point(11, 53);
     this.AnimateZoomingCheckBox.Name            = "AnimateZoomingCheckBox";
     this.AnimateZoomingCheckBox.Size            = new System.Drawing.Size(141, 24);
     this.AnimateZoomingCheckBox.TabIndex        = 12;
     this.AnimateZoomingCheckBox.Text            = "Animate Zooming";
     this.AnimateZoomingCheckBox.CheckedChanged += new System.EventHandler(this.AnimateZoomingCheckBox_CheckedChanged);
     //
     // NAxisScrollToolUC
     //
     this.Controls.Add(this.AnimateZoomingCheckBox);
     this.Controls.Add(this.PagingViewResetModeComboBox);
     this.Controls.Add(this.label1);
     this.Name = "NAxisScrollToolUC";
     this.Size = new System.Drawing.Size(180, 200);
     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.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. 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.label6 = new System.Windows.Forms.Label();
     this.BackgroundFillStyleComboBox  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.nStandardFrameStyleEditorUC1 = new Nevron.Editors.NStandardFrameStyleEditorUC();
     this.SuspendLayout();
     //
     // label6
     //
     this.label6.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label6.Location  = new System.Drawing.Point(0, 21);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(298, 16);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "Background fill style:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BackgroundFillStyleComboBox
     //
     this.BackgroundFillStyleComboBox.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.BackgroundFillStyleComboBox.Location              = new System.Drawing.Point(0, 0);
     this.BackgroundFillStyleComboBox.Name                  = "BackgroundFillStyleComboBox";
     this.BackgroundFillStyleComboBox.Size                  = new System.Drawing.Size(298, 21);
     this.BackgroundFillStyleComboBox.TabIndex              = 1;
     this.BackgroundFillStyleComboBox.SelectedIndexChanged += new System.EventHandler(this.BackgroundFillStyleComboBox_SelectedIndexChanged);
     //
     // nStandardFrameStyleEditorUC1
     //
     this.nStandardFrameStyleEditorUC1.Dock          = System.Windows.Forms.DockStyle.Top;
     this.nStandardFrameStyleEditorUC1.Location      = new System.Drawing.Point(0, 37);
     this.nStandardFrameStyleEditorUC1.Name          = "nStandardFrameStyleEditorUC1";
     this.nStandardFrameStyleEditorUC1.Size          = new System.Drawing.Size(298, 329);
     this.nStandardFrameStyleEditorUC1.TabIndex      = 2;
     this.nStandardFrameStyleEditorUC1.StyleChanged += new System.EventHandler(this.nStandardFrameStyleEditorUC1_StandardFrameStyleChanged);
     //
     // NStandardFrameStyleUC
     //
     this.Controls.Add(this.nStandardFrameStyleEditorUC1);
     this.Controls.Add(this.BackgroundFillStyleComboBox);
     this.Controls.Add(this.label6);
     this.Name = "NStandardFrameStyleUC";
     this.Size = new System.Drawing.Size(298, 507);
     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.label1 = new System.Windows.Forms.Label();
     this.BackgroundFillStyleComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.ImageFrameStyleEditorUC     = new Nevron.Editors.NImageFrameStyleEditorUC();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(302, 19);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Background fill style:";
     //
     // BackgroundFillStyleComboBox
     //
     this.BackgroundFillStyleComboBox.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.BackgroundFillStyleComboBox.Location              = new System.Drawing.Point(0, 19);
     this.BackgroundFillStyleComboBox.Name                  = "BackgroundFillStyleComboBox";
     this.BackgroundFillStyleComboBox.Size                  = new System.Drawing.Size(302, 21);
     this.BackgroundFillStyleComboBox.TabIndex              = 1;
     this.BackgroundFillStyleComboBox.SelectedIndexChanged += new System.EventHandler(this.BackgroundFillStyleComboBox_SelectedIndexChanged_1);
     //
     // ImageFrameStyleEditorUC
     //
     this.ImageFrameStyleEditorUC.Dock          = System.Windows.Forms.DockStyle.Top;
     this.ImageFrameStyleEditorUC.Location      = new System.Drawing.Point(0, 40);
     this.ImageFrameStyleEditorUC.Name          = "ImageFrameStyleEditorUC";
     this.ImageFrameStyleEditorUC.Size          = new System.Drawing.Size(302, 384);
     this.ImageFrameStyleEditorUC.TabIndex      = 2;
     this.ImageFrameStyleEditorUC.StyleChanged += new System.EventHandler(this.ImageFrameStyleEditorUC_ImageFrameStyleChanged);
     //
     // NImageFrameStyleUC
     //
     this.Controls.Add(this.ImageFrameStyleEditorUC);
     this.Controls.Add(this.BackgroundFillStyleComboBox);
     this.Controls.Add(this.label1);
     this.Name = "NImageFrameStyleUC";
     this.Size = new System.Drawing.Size(302, 496);
     this.ResumeLayout(false);
 }
        private static NFillStyleTemplate CreateFillTemplateFromCombo(Nevron.UI.WinForm.Controls.NComboBox comboBox)
        {
            switch (comboBox.SelectedIndex)
            {
            case 0:
                return(null);

            case 1:
                return(new NColorFillStyleTemplate());

            case 2:
                return(new NGradientFillStyleTemplate());

            case 3:
                return(new NHatchFillStyleTemplate());
            }

            return(null);
        }
        private static NStrokeStyleTemplate CreateStrokeTemplateFromCombo(Nevron.UI.WinForm.Controls.NComboBox comboBox)
        {
            switch (comboBox.SelectedIndex)
            {
            case 0:
                return(new NStrokeStyleTemplate(new NLength(0), LinePattern.Solid));

            case 1:
                return(new NStrokeStyleTemplate(new NLength(1.0f), LinePattern.Solid));

            case 2:
                return(new NStrokeStyleTemplate(new NLength(1.0f), LinePattern.Dash));

            case 3:
                return(new NStrokeStyleTemplate(new NLength(2), LinePattern.Solid));

            case 4:
                return(new NStrokeStyleTemplate(new NLength(2), LinePattern.Dash));
            }

            return(null);
        }
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.CandleStyleCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1           = new System.Windows.Forms.Label();
     this.ShowBB           = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowSMA          = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // CandleStyleCombo
     //
     this.CandleStyleCombo.ListProperties.CheckBoxDataMember = "";
     this.CandleStyleCombo.ListProperties.DataSource         = null;
     this.CandleStyleCombo.ListProperties.DisplayMember      = "";
     this.CandleStyleCombo.Location              = new System.Drawing.Point(7, 36);
     this.CandleStyleCombo.Name                  = "CandleStyleCombo";
     this.CandleStyleCombo.Size                  = new System.Drawing.Size(164, 21);
     this.CandleStyleCombo.TabIndex              = 1;
     this.CandleStyleCombo.SelectedIndexChanged += new System.EventHandler(this.CandleStyleCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(107, 21);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Candle Style:";
     //
     // ShowBB
     //
     this.ShowBB.ButtonProperties.BorderOffset = 2;
     this.ShowBB.ButtonProperties.WrapText     = true;
     this.ShowBB.Checked         = true;
     this.ShowBB.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.ShowBB.Location        = new System.Drawing.Point(7, 115);
     this.ShowBB.Name            = "ShowBB";
     this.ShowBB.Size            = new System.Drawing.Size(162, 35);
     this.ShowBB.TabIndex        = 3;
     this.ShowBB.Text            = "Show Bollinger Bands";
     this.ShowBB.CheckedChanged += new System.EventHandler(this.ShowBB_CheckedChanged);
     //
     // ShowSMA
     //
     this.ShowSMA.ButtonProperties.BorderOffset = 2;
     this.ShowSMA.ButtonProperties.WrapText     = true;
     this.ShowSMA.Checked         = true;
     this.ShowSMA.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.ShowSMA.Location        = new System.Drawing.Point(7, 70);
     this.ShowSMA.Name            = "ShowSMA";
     this.ShowSMA.Size            = new System.Drawing.Size(162, 37);
     this.ShowSMA.TabIndex        = 2;
     this.ShowSMA.Text            = "Show Simple Moving Average";
     this.ShowSMA.CheckedChanged += new System.EventHandler(this.ShowSMA_CheckedChanged);
     //
     // NFinancialChartUC
     //
     this.Controls.Add(this.CandleStyleCombo);
     this.Controls.Add(this.ShowBB);
     this.Controls.Add(this.ShowSMA);
     this.Controls.Add(this.label1);
     this.Name = "NFinancialChartUC";
     this.Size = new System.Drawing.Size(180, 177);
     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.ChangeDataButton = new Nevron.UI.WinForm.Controls.NButton();
     this.label1           = new System.Windows.Forms.Label();
     this.FirstRowIndividualModeComboBox      = new Nevron.UI.WinForm.Controls.NComboBox();
     this.CreateSeparatorForEachLevelCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.FirstRowSeparatorModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.GroupRowSeparatorModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.GroupRowIndividualModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // ChangeDataButton
     //
     this.ChangeDataButton.Location = new System.Drawing.Point(10, 293);
     this.ChangeDataButton.Name     = "ChangeDataButton";
     this.ChangeDataButton.Size     = new System.Drawing.Size(153, 23);
     this.ChangeDataButton.TabIndex = 9;
     this.ChangeDataButton.Text     = "Change Data";
     this.ChangeDataButton.UseVisualStyleBackColor = true;
     this.ChangeDataButton.Click += new System.EventHandler(this.ChangeDataButton_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 57);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(108, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "First Row Tick Mode:";
     //
     // FirstRowIndividualModeComboBox
     //
     this.FirstRowIndividualModeComboBox.Location              = new System.Drawing.Point(10, 76);
     this.FirstRowIndividualModeComboBox.Name                  = "FirstRowIndividualModeComboBox";
     this.FirstRowIndividualModeComboBox.Size                  = new System.Drawing.Size(153, 21);
     this.FirstRowIndividualModeComboBox.TabIndex              = 3;
     this.FirstRowIndividualModeComboBox.SelectedIndexChanged += new System.EventHandler(this.LabelTickModeComboBox_SelectedIndexChanged);
     //
     // CreateSeparatorForEachLevelCheckBox
     //
     this.CreateSeparatorForEachLevelCheckBox.AutoSize = true;
     this.CreateSeparatorForEachLevelCheckBox.ButtonProperties.BorderOffset = 2;
     this.CreateSeparatorForEachLevelCheckBox.Location = new System.Drawing.Point(10, 270);
     this.CreateSeparatorForEachLevelCheckBox.Name     = "CreateSeparatorForEachLevelCheckBox";
     this.CreateSeparatorForEachLevelCheckBox.Size     = new System.Drawing.Size(153, 17);
     this.CreateSeparatorForEachLevelCheckBox.TabIndex = 8;
     this.CreateSeparatorForEachLevelCheckBox.Text     = "Create Separator per Level";
     this.CreateSeparatorForEachLevelCheckBox.UseVisualStyleBackColor = true;
     this.CreateSeparatorForEachLevelCheckBox.CheckedChanged         += new System.EventHandler(this.CreateSeparatorForEachLevelCheckBox_CheckedChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 10);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(133, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "First Row Separator Mode:";
     //
     // FirstRowSeparatorModeComboBox
     //
     this.FirstRowSeparatorModeComboBox.Location              = new System.Drawing.Point(10, 29);
     this.FirstRowSeparatorModeComboBox.Name                  = "FirstRowSeparatorModeComboBox";
     this.FirstRowSeparatorModeComboBox.Size                  = new System.Drawing.Size(153, 21);
     this.FirstRowSeparatorModeComboBox.TabIndex              = 1;
     this.FirstRowSeparatorModeComboBox.SelectedIndexChanged += new System.EventHandler(this.FirstRowSeparatorModeComboBox_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 138);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(143, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Group Row Separator Mode:";
     //
     // GroupRowSeparatorModeComboBox
     //
     this.GroupRowSeparatorModeComboBox.Location              = new System.Drawing.Point(10, 157);
     this.GroupRowSeparatorModeComboBox.Name                  = "GroupRowSeparatorModeComboBox";
     this.GroupRowSeparatorModeComboBox.Size                  = new System.Drawing.Size(153, 21);
     this.GroupRowSeparatorModeComboBox.TabIndex              = 5;
     this.GroupRowSeparatorModeComboBox.SelectedIndexChanged += new System.EventHandler(this.SeparatorModeComboBox_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(10, 183);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(118, 13);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Group Row Tick Mode:";
     //
     // GroupRowIndividualModeComboBox
     //
     this.GroupRowIndividualModeComboBox.Location              = new System.Drawing.Point(10, 202);
     this.GroupRowIndividualModeComboBox.Name                  = "GroupRowIndividualModeComboBox";
     this.GroupRowIndividualModeComboBox.Size                  = new System.Drawing.Size(153, 21);
     this.GroupRowIndividualModeComboBox.TabIndex              = 7;
     this.GroupRowIndividualModeComboBox.SelectedIndexChanged += new System.EventHandler(this.GroupRowIndividualComboBox_SelectedIndexChanged);
     //
     // NHierarchicalScaleUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.label4);
     this.Controls.Add(this.GroupRowIndividualModeComboBox);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.GroupRowSeparatorModeComboBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.FirstRowSeparatorModeComboBox);
     this.Controls.Add(this.CreateSeparatorForEachLevelCheckBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.FirstRowIndividualModeComboBox);
     this.Controls.Add(this.ChangeDataButton);
     this.Name = "NHierarchicalScaleUC";
     this.Size = new System.Drawing.Size(174, 559);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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.label1              = new System.Windows.Forms.Label();
     this.BarShapeCombo       = new Nevron.UI.WinForm.Controls.NComboBox();
     this.BarFEButton         = new Nevron.UI.WinForm.Controls.NButton();
     this.BarBorderButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.ShowDataLabelsCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ExportBMPButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.ExportPNGButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.ExportJPEGButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.ExportGIFButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.ExportTIFFButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(5, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(171, 16);
     this.label1.TabIndex = 1;
     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(5, 27);
     this.BarShapeCombo.Name                  = "BarShapeCombo";
     this.BarShapeCombo.Size                  = new System.Drawing.Size(171, 21);
     this.BarShapeCombo.TabIndex              = 2;
     this.BarShapeCombo.SelectedIndexChanged += new System.EventHandler(this.BarStyleCombo_SelectedIndexChanged);
     //
     // BarFEButton
     //
     this.BarFEButton.Location = new System.Drawing.Point(5, 58);
     this.BarFEButton.Name     = "BarFEButton";
     this.BarFEButton.Size     = new System.Drawing.Size(171, 24);
     this.BarFEButton.TabIndex = 4;
     this.BarFEButton.Text     = "Bar Fill Style...";
     this.BarFEButton.Click   += new System.EventHandler(this.BarFEButton_Click);
     //
     // BarBorderButton
     //
     this.BarBorderButton.Location = new System.Drawing.Point(5, 89);
     this.BarBorderButton.Name     = "BarBorderButton";
     this.BarBorderButton.Size     = new System.Drawing.Size(171, 24);
     this.BarBorderButton.TabIndex = 18;
     this.BarBorderButton.Text     = "Bar Border...";
     this.BarBorderButton.Click   += new System.EventHandler(this.BarBorderButton_Click);
     //
     // ShowDataLabelsCheck
     //
     this.ShowDataLabelsCheck.ButtonProperties.BorderOffset = 2;
     this.ShowDataLabelsCheck.Location        = new System.Drawing.Point(5, 131);
     this.ShowDataLabelsCheck.Name            = "ShowDataLabelsCheck";
     this.ShowDataLabelsCheck.Size            = new System.Drawing.Size(171, 21);
     this.ShowDataLabelsCheck.TabIndex        = 27;
     this.ShowDataLabelsCheck.Text            = "Show Data Labels";
     this.ShowDataLabelsCheck.CheckedChanged += new System.EventHandler(this.ShowDataLabelsCheck_CheckedChanged);
     //
     // ExportBMPButton
     //
     this.ExportBMPButton.Location = new System.Drawing.Point(5, 176);
     this.ExportBMPButton.Name     = "ExportBMPButton";
     this.ExportBMPButton.Size     = new System.Drawing.Size(171, 24);
     this.ExportBMPButton.TabIndex = 28;
     this.ExportBMPButton.Text     = "Export BMP";
     this.ExportBMPButton.Click   += new System.EventHandler(this.ExportBMPButton_Click);
     //
     // ExportPNGButton
     //
     this.ExportPNGButton.Location = new System.Drawing.Point(5, 208);
     this.ExportPNGButton.Name     = "ExportPNGButton";
     this.ExportPNGButton.Size     = new System.Drawing.Size(171, 24);
     this.ExportPNGButton.TabIndex = 29;
     this.ExportPNGButton.Text     = "Export PNG";
     this.ExportPNGButton.Click   += new System.EventHandler(this.ExportPNGButton_Click);
     //
     // ExportJPEGButton
     //
     this.ExportJPEGButton.Location = new System.Drawing.Point(5, 240);
     this.ExportJPEGButton.Name     = "ExportJPEGButton";
     this.ExportJPEGButton.Size     = new System.Drawing.Size(171, 24);
     this.ExportJPEGButton.TabIndex = 30;
     this.ExportJPEGButton.Text     = "Export JPEG";
     this.ExportJPEGButton.Click   += new System.EventHandler(this.ExportJPEGButton_Click);
     //
     // ExportGIFButton
     //
     this.ExportGIFButton.Location = new System.Drawing.Point(5, 272);
     this.ExportGIFButton.Name     = "ExportGIFButton";
     this.ExportGIFButton.Size     = new System.Drawing.Size(171, 24);
     this.ExportGIFButton.TabIndex = 31;
     this.ExportGIFButton.Text     = "Export GIF";
     this.ExportGIFButton.Click   += new System.EventHandler(this.ExportGIFButton_Click);
     //
     // ExportTIFFButton
     //
     this.ExportTIFFButton.Location = new System.Drawing.Point(5, 304);
     this.ExportTIFFButton.Name     = "ExportTIFFButton";
     this.ExportTIFFButton.Size     = new System.Drawing.Size(171, 24);
     this.ExportTIFFButton.TabIndex = 32;
     this.ExportTIFFButton.Text     = "Export TIFF";
     this.ExportTIFFButton.Click   += new System.EventHandler(this.ExportTIFFButton_Click);
     //
     // NRasterImageExportUC
     //
     this.Controls.Add(this.ExportTIFFButton);
     this.Controls.Add(this.ExportGIFButton);
     this.Controls.Add(this.ExportJPEGButton);
     this.Controls.Add(this.ExportPNGButton);
     this.Controls.Add(this.ExportBMPButton);
     this.Controls.Add(this.ShowDataLabelsCheck);
     this.Controls.Add(this.BarBorderButton);
     this.Controls.Add(this.BarFEButton);
     this.Controls.Add(this.BarShapeCombo);
     this.Controls.Add(this.label1);
     this.Name = "NRasterImageExportUC";
     this.Size = new System.Drawing.Size(180, 347);
     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.label2                     = new System.Windows.Forms.Label();
     this.XProportionCombo           = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1                     = new System.Windows.Forms.Label();
     this.label3                     = new System.Windows.Forms.Label();
     this.YProportionCombo           = new Nevron.UI.WinForm.Controls.NComboBox();
     this.UsePlotAspectCheckBox      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowContentAreaCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label4                     = new System.Windows.Forms.Label();
     this.FitAxisContentModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 75);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 14);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Proportion:";
     //
     // XProportionCombo
     //
     this.XProportionCombo.ListProperties.CheckBoxDataMember = "";
     this.XProportionCombo.ListProperties.DataSource         = null;
     this.XProportionCombo.ListProperties.DisplayMember      = "";
     this.XProportionCombo.Location              = new System.Drawing.Point(41, 96);
     this.XProportionCombo.Name                  = "XProportionCombo";
     this.XProportionCombo.Size                  = new System.Drawing.Size(118, 21);
     this.XProportionCombo.TabIndex              = 5;
     this.XProportionCombo.SelectedIndexChanged += new System.EventHandler(this.XProportionCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 103);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(29, 14);
     this.label1.TabIndex = 4;
     this.label1.Text     = "X:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 130);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(29, 14);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Y:";
     //
     // YProportionCombo
     //
     this.YProportionCombo.ListProperties.CheckBoxDataMember = "";
     this.YProportionCombo.ListProperties.DataSource         = null;
     this.YProportionCombo.ListProperties.DisplayMember      = "";
     this.YProportionCombo.Location              = new System.Drawing.Point(41, 123);
     this.YProportionCombo.Name                  = "YProportionCombo";
     this.YProportionCombo.Size                  = new System.Drawing.Size(118, 21);
     this.YProportionCombo.TabIndex              = 7;
     this.YProportionCombo.SelectedIndexChanged += new System.EventHandler(this.YProportionCombo_SelectedIndexChanged);
     //
     // UsePlotAspectCheckBox
     //
     this.UsePlotAspectCheckBox.ButtonProperties.BorderOffset = 2;
     this.UsePlotAspectCheckBox.Location        = new System.Drawing.Point(8, 51);
     this.UsePlotAspectCheckBox.Name            = "UsePlotAspectCheckBox";
     this.UsePlotAspectCheckBox.Size            = new System.Drawing.Size(157, 21);
     this.UsePlotAspectCheckBox.TabIndex        = 2;
     this.UsePlotAspectCheckBox.Text            = "Use Plot Aspect";
     this.UsePlotAspectCheckBox.CheckedChanged += new System.EventHandler(this.UsePlotAspectCheckBox_CheckedChanged);
     //
     // ShowContentAreaCheckBox
     //
     this.ShowContentAreaCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowContentAreaCheckBox.Location        = new System.Drawing.Point(8, 150);
     this.ShowContentAreaCheckBox.Name            = "ShowContentAreaCheckBox";
     this.ShowContentAreaCheckBox.Size            = new System.Drawing.Size(157, 21);
     this.ShowContentAreaCheckBox.TabIndex        = 8;
     this.ShowContentAreaCheckBox.Text            = "Show Content Area";
     this.ShowContentAreaCheckBox.CheckedChanged += new System.EventHandler(this.ShowContentAreaCheckBox_CheckedChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(8, 8);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(113, 13);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Fit Axis Content Mode:";
     //
     // FitAxisContentModeComboBox
     //
     this.FitAxisContentModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.FitAxisContentModeComboBox.ListProperties.DataSource         = null;
     this.FitAxisContentModeComboBox.ListProperties.DisplayMember      = "";
     this.FitAxisContentModeComboBox.Location              = new System.Drawing.Point(8, 24);
     this.FitAxisContentModeComboBox.Name                  = "FitAxisContentModeComboBox";
     this.FitAxisContentModeComboBox.Size                  = new System.Drawing.Size(151, 21);
     this.FitAxisContentModeComboBox.TabIndex              = 1;
     this.FitAxisContentModeComboBox.SelectedIndexChanged += new System.EventHandler(this.FitAxisContentModeComboBox_SelectedIndexChanged);
     //
     // NChartAspect2DUC
     //
     this.Controls.Add(this.FitAxisContentModeComboBox);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.ShowContentAreaCheckBox);
     this.Controls.Add(this.UsePlotAspectCheckBox);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.YProportionCombo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.XProportionCombo);
     this.Name = "NChartAspect2DUC";
     this.Size = new System.Drawing.Size(180, 370);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NOverlappedLineUC));
     this.Line1ColorButton1 = new Nevron.UI.WinForm.Controls.NButton();
     this.Line2ColorButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.colorDlg          = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.label5            = new System.Windows.Forms.Label();
     this.LineStyleCombo    = new Nevron.UI.WinForm.Controls.NComboBox();
     this.NewDataButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // Line1ColorButton1
     //
     this.Line1ColorButton1.Location = new System.Drawing.Point(9, 63);
     this.Line1ColorButton1.Name     = "Line1ColorButton1";
     this.Line1ColorButton1.Size     = new System.Drawing.Size(162, 24);
     this.Line1ColorButton1.TabIndex = 0;
     this.Line1ColorButton1.Text     = "Line 1 Color";
     this.Line1ColorButton1.Click   += new System.EventHandler(this.Line1ColorButton1_Click);
     //
     // Line2ColorButton
     //
     this.Line2ColorButton.Location = new System.Drawing.Point(9, 94);
     this.Line2ColorButton.Name     = "Line2ColorButton";
     this.Line2ColorButton.Size     = new System.Drawing.Size(162, 24);
     this.Line2ColorButton.TabIndex = 1;
     this.Line2ColorButton.Text     = "Line 2 Color";
     this.Line2ColorButton.Click   += new System.EventHandler(this.Line2ColorButton_Click);
     //
     // colorDlg
     //
     this.colorDlg.ClientSize       = new System.Drawing.Size(413, 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(176, 184);
     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;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(9, 6);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(162, 16);
     this.label5.TabIndex = 13;
     this.label5.Text     = "Line Style:";
     //
     // LineStyleCombo
     //
     this.LineStyleCombo.ListProperties.CheckBoxDataMember = "";
     this.LineStyleCombo.ListProperties.DataSource         = null;
     this.LineStyleCombo.ListProperties.DisplayMember      = "";
     this.LineStyleCombo.Location              = new System.Drawing.Point(9, 24);
     this.LineStyleCombo.Name                  = "LineStyleCombo";
     this.LineStyleCombo.Size                  = new System.Drawing.Size(162, 21);
     this.LineStyleCombo.TabIndex              = 12;
     this.LineStyleCombo.SelectedIndexChanged += new System.EventHandler(this.LineStyleCombo_SelectedIndexChanged);
     //
     // NewDataButton
     //
     this.NewDataButton.Location = new System.Drawing.Point(9, 148);
     this.NewDataButton.Name     = "NewDataButton";
     this.NewDataButton.Size     = new System.Drawing.Size(162, 24);
     this.NewDataButton.TabIndex = 14;
     this.NewDataButton.Text     = "New Data";
     this.NewDataButton.Click   += new System.EventHandler(this.NewDataButton_Click);
     //
     // NOverlappedLineUC
     //
     this.Controls.Add(this.NewDataButton);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.LineStyleCombo);
     this.Controls.Add(this.Line2ColorButton);
     this.Controls.Add(this.Line1ColorButton1);
     this.Name = "NOverlappedLineUC";
     this.Size = new System.Drawing.Size(180, 179);
     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.btnChangeYValues    = new Nevron.UI.WinForm.Controls.NButton();
     this.ShowMarkersCheck    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowDropLinesCheck  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.OriginValueTextBox  = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label1              = new System.Windows.Forms.Label();
     this.AreaOriginModeCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2              = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // btnChangeYValues
     //
     this.btnChangeYValues.Location = new System.Drawing.Point(6, 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);
     //
     // ShowMarkersCheck
     //
     this.ShowMarkersCheck.ButtonProperties.BorderOffset = 2;
     this.ShowMarkersCheck.Location        = new System.Drawing.Point(5, 48);
     this.ShowMarkersCheck.Name            = "ShowMarkersCheck";
     this.ShowMarkersCheck.Size            = new System.Drawing.Size(170, 24);
     this.ShowMarkersCheck.TabIndex        = 1;
     this.ShowMarkersCheck.Text            = "Show Markers";
     this.ShowMarkersCheck.CheckedChanged += new System.EventHandler(this.checkShowMarkers_CheckedChanged);
     //
     // ShowDropLinesCheck
     //
     this.ShowDropLinesCheck.ButtonProperties.BorderOffset = 2;
     this.ShowDropLinesCheck.Location        = new System.Drawing.Point(5, 72);
     this.ShowDropLinesCheck.Name            = "ShowDropLinesCheck";
     this.ShowDropLinesCheck.Size            = new System.Drawing.Size(170, 24);
     this.ShowDropLinesCheck.TabIndex        = 2;
     this.ShowDropLinesCheck.Text            = "Show Drop Lines";
     this.ShowDropLinesCheck.CheckedChanged += new System.EventHandler(this.ShowDropLinesCheck_CheckedChanged);
     //
     // OriginValueTextBox
     //
     this.OriginValueTextBox.Location     = new System.Drawing.Point(6, 180);
     this.OriginValueTextBox.Name         = "OriginValueTextBox";
     this.OriginValueTextBox.Size         = new System.Drawing.Size(170, 18);
     this.OriginValueTextBox.TabIndex     = 6;
     this.OriginValueTextBox.TextChanged += new System.EventHandler(this.OriginValueTextBox_TextChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 159);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(106, 20);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "Origin Value:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // AreaOriginModeCombo
     //
     this.AreaOriginModeCombo.ListProperties.CheckBoxDataMember = "";
     this.AreaOriginModeCombo.ListProperties.DataSource         = null;
     this.AreaOriginModeCombo.ListProperties.DisplayMember      = "";
     this.AreaOriginModeCombo.Location              = new System.Drawing.Point(6, 128);
     this.AreaOriginModeCombo.Name                  = "AreaOriginModeCombo";
     this.AreaOriginModeCombo.Size                  = new System.Drawing.Size(170, 21);
     this.AreaOriginModeCombo.TabIndex              = 4;
     this.AreaOriginModeCombo.SelectedIndexChanged += new System.EventHandler(this.AreaOriginModeCombo_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(6, 112);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(162, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Area Origin Mode:";
     //
     // NSmoothArea3DUC
     //
     this.Controls.Add(this.AreaOriginModeCombo);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.OriginValueTextBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ShowDropLinesCheck);
     this.Controls.Add(this.ShowMarkersCheck);
     this.Controls.Add(this.btnChangeYValues);
     this.Name = "NSmoothArea3DUC";
     this.Size = new System.Drawing.Size(180, 212);
     this.ResumeLayout(false);
 }