diff --git a/examples/Examples.vb b/examples/Examples.vb index ef4b7c9c..05878c60 100644 --- a/examples/Examples.vb +++ b/examples/Examples.vb @@ -151,7 +151,7 @@ Public Class Examples 'set some custom display options ts.DisplayOptions.Color = Color.Red - ts.DisplayOptions.LineStyle = Drawing2D.DashStyle.Dash + ts.DisplayOptions.LineStyle = ScottPlot.LineStyle.Dash ts.DisplayOptions.LineWidth = 1 ts.DisplayOptions.ShowPoints = True diff --git a/examples/Wave.Examples.vbproj b/examples/Wave.Examples.vbproj index 29162676..d0da6056 100644 --- a/examples/Wave.Examples.vbproj +++ b/examples/Wave.Examples.vbproj @@ -150,6 +150,11 @@ Wave + + + 4.1.69 + + - BlueM.Wave.AxisWrapper, Wave, Version=1.9.2.0, Culture=neutral, PublicKeyToken=null + BlueM.Wave.AxisWrapper, Wave, Version=2.6.1.23947, Culture=neutral, PublicKeyToken=null \ No newline at end of file diff --git a/source/My Project/Resources.Designer.vb b/source/My Project/Resources.Designer.vb index 58568336..f5f22808 100644 --- a/source/My Project/Resources.Designer.vb +++ b/source/My Project/Resources.Designer.vb @@ -500,6 +500,16 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized resource of type System.Drawing.Bitmap. + ''' + Friend ReadOnly Property picture_save() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("picture_save", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' diff --git a/source/My Project/Resources.resx b/source/My Project/Resources.resx index ebf11d13..9a7baee0 100644 --- a/source/My Project/Resources.resx +++ b/source/My Project/Resources.resx @@ -250,6 +250,9 @@ ..\Resources\pan.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\picture_save.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\script.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a diff --git a/source/Resources/picture_save.png b/source/Resources/picture_save.png new file mode 100644 index 00000000..777fb5d2 Binary files /dev/null and b/source/Resources/picture_save.png differ diff --git a/source/Views/MainWindow.Designer.vb b/source/Views/MainWindow.Designer.vb index d83b1d1a..468de26b 100644 --- a/source/Views/MainWindow.Designer.vb +++ b/source/Views/MainWindow.Designer.vb @@ -33,8 +33,6 @@ Partial Class MainWindow Dim ToolStripSeparator5 As System.Windows.Forms.ToolStripSeparator Dim ToolStripSeparator4 As System.Windows.Forms.ToolStripSeparator Dim ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator - Dim Margins2 As Steema.TeeChart.Margins = New Steema.TeeChart.Margins() - Dim Margins3 As Steema.TeeChart.Margins = New Steema.TeeChart.Margins() Me.ToolStripStatusLabel_Errors = New System.Windows.Forms.ToolStripStatusLabel() Me.ToolStripStatusLabel_Warnings = New System.Windows.Forms.ToolStripStatusLabel() Me.ToolStripStatusLabel_Log = New System.Windows.Forms.ToolStripStatusLabel() @@ -48,10 +46,8 @@ Partial Class MainWindow Me.ToolStripMenuItem_RecentlyUsedFiles = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripDropDownButton_Save = New System.Windows.Forms.ToolStripDropDownButton() Me.ToolStripMenuItem_SaveProjectFile = New System.Windows.Forms.ToolStripMenuItem() - Me.ToolStripMenuItem_SaveChart = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem_ExportSeries = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripButton_Copy = New System.Windows.Forms.ToolStripButton() - Me.ToolStripButton_Print = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton_Cut = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton_Merge = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator() @@ -62,6 +58,8 @@ Partial Class MainWindow Me.ToolStripButton_Analysis = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton_EditChart = New System.Windows.Forms.ToolStripButton() Me.ToolStripDropDownButton_ColorPalette = New System.Windows.Forms.ToolStripDropDownButton() + Me.ToolStripMenuItem_ColorPaletteCategory10 = New System.Windows.Forms.ToolStripMenuItem() + Me.ToolStripMenuItem_ColorPaletteCategory20 = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem_ColorPaletteMaterial = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem_ColorPaletteDistinct = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem_ColorPaletteWheel = New System.Windows.Forms.ToolStripMenuItem() @@ -70,7 +68,6 @@ Partial Class MainWindow Me.ToolStripButton_Properties = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton_TimeseriesValues = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator10 = New System.Windows.Forms.ToolStripSeparator() - Me.ToolStripButton_AxisDialog = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton_AutoAdjustYAxes = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton_ToggleOverview = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton_ToggleNavigation = New System.Windows.Forms.ToolStripButton() @@ -87,12 +84,9 @@ Partial Class MainWindow Me.ToolStripButton_ZoomAll = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton_UpdateNotification = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator11 = New System.Windows.Forms.ToolStripSeparator() - Me.ToolStripDropDownButton_ActivateAllSeries = New System.Windows.Forms.ToolStripDropDownButton() - Me.ToolStripMenuItem_ActivateAllSeries = New System.Windows.Forms.ToolStripMenuItem() - Me.ToolStripMenuItem_DeactivateAllSeries = New System.Windows.Forms.ToolStripMenuItem() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() - Me.TChart2 = New Steema.TeeChart.TChart() + Me.OverviewPlot = New ScottPlot.FormsPlot() Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.PanelNavigation = New System.Windows.Forms.Panel() Me.Button_NavEnd = New System.Windows.Forms.Button() @@ -102,7 +96,7 @@ Partial Class MainWindow Me.Button_NavBack = New System.Windows.Forms.Button() Me.NumericUpDown_NavMultiplier = New System.Windows.Forms.NumericUpDown() Me.ComboBox_NavIncrement = New System.Windows.Forms.ComboBox() - Me.TChart1 = New Steema.TeeChart.TChart() + Me.MainPlot = New ScottPlot.FormsPlot() Me.Panel_DisplayRange = New System.Windows.Forms.Panel() Me.Label_Display = New System.Windows.Forms.Label() Me.NumericUpDown_DisplayRangeMultiplier = New System.Windows.Forms.NumericUpDown() @@ -112,6 +106,18 @@ Partial Class MainWindow Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) + Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() + Me.ToolStrip2 = New System.Windows.Forms.ToolStrip() + Me.ToolStripButton_Delete = New System.Windows.Forms.ToolStripButton() + Me.ToolStripSeparator12 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripButton_MoveUp = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton_MoveDown = New System.Windows.Forms.ToolStripButton() + Me.ToolStripSeparator13 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripDropDownButton1 = New System.Windows.Forms.ToolStripDropDownButton() + Me.ToolStripMenuItem_ActivateAllSeries = New System.Windows.Forms.ToolStripMenuItem() + Me.ToolStripMenuItem_DeactivateAllSeries = New System.Windows.Forms.ToolStripMenuItem() + Me.CheckedListBox_Series = New System.Windows.Forms.CheckedListBox() + Me.ToolStripMenuItem_SaveImage = New System.Windows.Forms.ToolStripMenuItem() ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() toolStripSeparator = New System.Windows.Forms.ToolStripSeparator() ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() @@ -132,6 +138,11 @@ Partial Class MainWindow CType(Me.NumericUpDown_NavMultiplier, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel_DisplayRange.SuspendLayout() CType(Me.NumericUpDown_DisplayRangeMultiplier, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SplitContainer2.Panel1.SuspendLayout() + Me.SplitContainer2.Panel2.SuspendLayout() + Me.SplitContainer2.SuspendLayout() + Me.ToolStrip2.SuspendLayout() Me.SuspendLayout() ' 'ToolStripSeparator1 @@ -199,7 +210,7 @@ Partial Class MainWindow ' ToolStrip1.AutoSize = False ToolStrip1.BackColor = System.Drawing.SystemColors.Control - ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton_New, Me.ToolStripDropDownButton_Open, Me.ToolStripDropDownButton_Save, ToolStripSeparator4, Me.ToolStripButton_Copy, Me.ToolStripButton_Print, ToolStripSeparator2, Me.ToolStripButton_Cut, Me.ToolStripButton_Merge, Me.ToolStripSeparator8, Me.ToolStripButton_ShowNaNValues, Me.ToolStripButton_ConvertErrorValues, Me.ToolStripButton_RemoveNaNValues, Me.ToolStripSeparator7, Me.ToolStripButton_Analysis, ToolStripSeparator1, Me.ToolStripButton_EditChart, Me.ToolStripDropDownButton_ColorPalette, Me.ToolStripSeparator9, Me.ToolStripButton_Properties, Me.ToolStripButton_TimeseriesValues, Me.ToolStripSeparator10, Me.ToolStripButton_AxisDialog, Me.ToolStripButton_AutoAdjustYAxes, ToolStripSeparator3, Me.ToolStripButton_ToggleOverview, Me.ToolStripButton_ToggleNavigation, toolStripSeparator, Me.ToolStripButton_ZoomIn, Me.ToolStripButton_ZoomOut, Me.ToolStripButton_ZoomPrevious, Me.ToolStripDropDownButton_Help, Me.ToolStripButton_ZoomNext, Me.ToolStripDropDownButton_ZoomToSeries, Me.ToolStripButton_ZoomAll, Me.ToolStripButton_UpdateNotification, Me.ToolStripSeparator11, Me.ToolStripDropDownButton_ActivateAllSeries}) + ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton_New, Me.ToolStripDropDownButton_Open, Me.ToolStripDropDownButton_Save, ToolStripSeparator4, Me.ToolStripButton_Copy, ToolStripSeparator2, Me.ToolStripButton_Cut, Me.ToolStripButton_Merge, Me.ToolStripSeparator8, Me.ToolStripButton_ShowNaNValues, Me.ToolStripButton_ConvertErrorValues, Me.ToolStripButton_RemoveNaNValues, Me.ToolStripSeparator7, Me.ToolStripButton_Analysis, ToolStripSeparator1, Me.ToolStripButton_EditChart, Me.ToolStripDropDownButton_ColorPalette, Me.ToolStripSeparator9, Me.ToolStripButton_Properties, Me.ToolStripButton_TimeseriesValues, Me.ToolStripSeparator10, Me.ToolStripButton_AutoAdjustYAxes, ToolStripSeparator3, Me.ToolStripButton_ToggleOverview, Me.ToolStripButton_ToggleNavigation, toolStripSeparator, Me.ToolStripButton_ZoomIn, Me.ToolStripButton_ZoomOut, Me.ToolStripButton_ZoomPrevious, Me.ToolStripDropDownButton_Help, Me.ToolStripButton_ZoomNext, Me.ToolStripDropDownButton_ZoomToSeries, Me.ToolStripButton_ZoomAll, Me.ToolStripButton_UpdateNotification, Me.ToolStripSeparator11}) ToolStrip1.Location = New System.Drawing.Point(0, 0) ToolStrip1.Name = "ToolStrip1" ToolStrip1.Size = New System.Drawing.Size(944, 34) @@ -279,7 +290,7 @@ Partial Class MainWindow 'ToolStripDropDownButton_Save ' Me.ToolStripDropDownButton_Save.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripDropDownButton_Save.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem_SaveProjectFile, Me.ToolStripMenuItem_SaveChart, Me.ToolStripMenuItem_ExportSeries}) + Me.ToolStripDropDownButton_Save.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem_SaveProjectFile, Me.ToolStripMenuItem_SaveImage, Me.ToolStripMenuItem_ExportSeries}) Me.ToolStripDropDownButton_Save.Image = CType(resources.GetObject("ToolStripDropDownButton_Save.Image"), System.Drawing.Image) Me.ToolStripDropDownButton_Save.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripDropDownButton_Save.Name = "ToolStripDropDownButton_Save" @@ -290,21 +301,14 @@ Partial Class MainWindow ' Me.ToolStripMenuItem_SaveProjectFile.Image = Global.BlueM.Wave.My.Resources.Resources.chart_curve_link Me.ToolStripMenuItem_SaveProjectFile.Name = "ToolStripMenuItem_SaveProjectFile" - Me.ToolStripMenuItem_SaveProjectFile.Size = New System.Drawing.Size(167, 22) + Me.ToolStripMenuItem_SaveProjectFile.Size = New System.Drawing.Size(180, 22) Me.ToolStripMenuItem_SaveProjectFile.Text = "Save project file" ' - 'ToolStripMenuItem_SaveChart - ' - Me.ToolStripMenuItem_SaveChart.Image = Global.BlueM.Wave.My.Resources.Resources.chart_pie - Me.ToolStripMenuItem_SaveChart.Name = "ToolStripMenuItem_SaveChart" - Me.ToolStripMenuItem_SaveChart.Size = New System.Drawing.Size(167, 22) - Me.ToolStripMenuItem_SaveChart.Text = "Save chart" - ' 'ToolStripMenuItem_ExportSeries ' Me.ToolStripMenuItem_ExportSeries.Image = Global.BlueM.Wave.My.Resources.Resources.page_white_go Me.ToolStripMenuItem_ExportSeries.Name = "ToolStripMenuItem_ExportSeries" - Me.ToolStripMenuItem_ExportSeries.Size = New System.Drawing.Size(167, 22) + Me.ToolStripMenuItem_ExportSeries.Size = New System.Drawing.Size(180, 22) Me.ToolStripMenuItem_ExportSeries.Text = "Export time series" ' 'ToolStripSeparator4 @@ -319,16 +323,7 @@ Partial Class MainWindow Me.ToolStripButton_Copy.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton_Copy.Name = "ToolStripButton_Copy" Me.ToolStripButton_Copy.Size = New System.Drawing.Size(23, 31) - Me.ToolStripButton_Copy.Text = "&Copy chart to clipboard (PNG)" - ' - 'ToolStripButton_Print - ' - Me.ToolStripButton_Print.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton_Print.Image = CType(resources.GetObject("ToolStripButton_Print.Image"), System.Drawing.Image) - Me.ToolStripButton_Print.ImageTransparentColor = System.Drawing.Color.Magenta - Me.ToolStripButton_Print.Name = "ToolStripButton_Print" - Me.ToolStripButton_Print.Size = New System.Drawing.Size(23, 31) - Me.ToolStripButton_Print.Text = "&Print" + Me.ToolStripButton_Copy.Text = "&Copy chart image to clipboard" ' 'ToolStripButton_Cut ' @@ -408,13 +403,25 @@ Partial Class MainWindow 'ToolStripDropDownButton_ColorPalette ' Me.ToolStripDropDownButton_ColorPalette.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripDropDownButton_ColorPalette.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem_ColorPaletteMaterial, Me.ToolStripMenuItem_ColorPaletteDistinct, Me.ToolStripMenuItem_ColorPaletteWheel, Me.ToolStripMenuItem_ColorPaletteRandom}) + Me.ToolStripDropDownButton_ColorPalette.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem_ColorPaletteCategory10, Me.ToolStripMenuItem_ColorPaletteCategory20, Me.ToolStripMenuItem_ColorPaletteMaterial, Me.ToolStripMenuItem_ColorPaletteDistinct, Me.ToolStripMenuItem_ColorPaletteWheel, Me.ToolStripMenuItem_ColorPaletteRandom}) Me.ToolStripDropDownButton_ColorPalette.Image = Global.BlueM.Wave.My.Resources.Resources.color_wheel Me.ToolStripDropDownButton_ColorPalette.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripDropDownButton_ColorPalette.Name = "ToolStripDropDownButton_ColorPalette" Me.ToolStripDropDownButton_ColorPalette.Size = New System.Drawing.Size(29, 31) Me.ToolStripDropDownButton_ColorPalette.Text = "Set color palette" ' + 'ToolStripMenuItem_ColorPaletteCategory10 + ' + Me.ToolStripMenuItem_ColorPaletteCategory10.Name = "ToolStripMenuItem_ColorPaletteCategory10" + Me.ToolStripMenuItem_ColorPaletteCategory10.Size = New System.Drawing.Size(180, 22) + Me.ToolStripMenuItem_ColorPaletteCategory10.Text = "Category10" + ' + 'ToolStripMenuItem_ColorPaletteCategory20 + ' + Me.ToolStripMenuItem_ColorPaletteCategory20.Name = "ToolStripMenuItem_ColorPaletteCategory20" + Me.ToolStripMenuItem_ColorPaletteCategory20.Size = New System.Drawing.Size(180, 22) + Me.ToolStripMenuItem_ColorPaletteCategory20.Text = "Category20" + ' 'ToolStripMenuItem_ColorPaletteMaterial ' Me.ToolStripMenuItem_ColorPaletteMaterial.Name = "ToolStripMenuItem_ColorPaletteMaterial" @@ -469,16 +476,6 @@ Partial Class MainWindow Me.ToolStripSeparator10.Name = "ToolStripSeparator10" Me.ToolStripSeparator10.Size = New System.Drawing.Size(6, 34) ' - 'ToolStripButton_AxisDialog - ' - Me.ToolStripButton_AxisDialog.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton_AxisDialog.Image = Global.BlueM.Wave.My.Resources.Resources.shape_align_bottom - Me.ToolStripButton_AxisDialog.ImageTransparentColor = System.Drawing.Color.Magenta - Me.ToolStripButton_AxisDialog.Name = "ToolStripButton_AxisDialog" - Me.ToolStripButton_AxisDialog.Size = New System.Drawing.Size(23, 31) - Me.ToolStripButton_AxisDialog.Text = "ToolStripButton_AxisDialog" - Me.ToolStripButton_AxisDialog.ToolTipText = "Manage Axes" - ' 'ToolStripButton_AutoAdjustYAxes ' Me.ToolStripButton_AutoAdjustYAxes.CheckOnClick = True @@ -629,2671 +626,355 @@ Partial Class MainWindow Me.ToolStripSeparator11.Name = "ToolStripSeparator11" Me.ToolStripSeparator11.Size = New System.Drawing.Size(6, 34) ' - 'ToolStripDropDownButton_ActivateAllSeries - ' - Me.ToolStripDropDownButton_ActivateAllSeries.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripDropDownButton_ActivateAllSeries.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem_ActivateAllSeries, Me.ToolStripMenuItem_DeactivateAllSeries}) - Me.ToolStripDropDownButton_ActivateAllSeries.Image = Global.BlueM.Wave.My.Resources.Resources.accept_split - Me.ToolStripDropDownButton_ActivateAllSeries.ImageTransparentColor = System.Drawing.Color.Magenta - Me.ToolStripDropDownButton_ActivateAllSeries.Name = "ToolStripDropDownButton_ActivateAllSeries" - Me.ToolStripDropDownButton_ActivateAllSeries.Size = New System.Drawing.Size(29, 31) - ' - 'ToolStripMenuItem_ActivateAllSeries - ' - Me.ToolStripMenuItem_ActivateAllSeries.Image = Global.BlueM.Wave.My.Resources.Resources.accept - Me.ToolStripMenuItem_ActivateAllSeries.Name = "ToolStripMenuItem_ActivateAllSeries" - Me.ToolStripMenuItem_ActivateAllSeries.Size = New System.Drawing.Size(176, 22) - Me.ToolStripMenuItem_ActivateAllSeries.Text = "Activate all series" - ' - 'ToolStripMenuItem_DeactivateAllSeries - ' - Me.ToolStripMenuItem_DeactivateAllSeries.Image = Global.BlueM.Wave.My.Resources.Resources.accept_grayscale - Me.ToolStripMenuItem_DeactivateAllSeries.Name = "ToolStripMenuItem_DeactivateAllSeries" - Me.ToolStripMenuItem_DeactivateAllSeries.Size = New System.Drawing.Size(176, 22) - Me.ToolStripMenuItem_DeactivateAllSeries.Text = "Deactivate all series" - ' 'OpenFileDialog1 ' Me.OpenFileDialog1.Multiselect = True ' 'SplitContainer1 ' - Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ - Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D - Me.SplitContainer1.Location = New System.Drawing.Point(0, 34) + Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill + Me.SplitContainer1.Location = New System.Drawing.Point(0, 0) Me.SplitContainer1.Name = "SplitContainer1" Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' - Me.SplitContainer1.Panel1.Controls.Add(Me.TChart2) + Me.SplitContainer1.Panel1.Controls.Add(Me.OverviewPlot) Me.SplitContainer1.Panel1MinSize = 100 ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.TableLayoutPanel1) - Me.SplitContainer1.Size = New System.Drawing.Size(944, 606) - Me.SplitContainer1.SplitterDistance = 140 + Me.SplitContainer1.Size = New System.Drawing.Size(805, 605) + Me.SplitContainer1.SplitterDistance = 139 Me.SplitContainer1.TabIndex = 1 ' - 'TChart2 - ' - ' - ' - ' - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Bottom.Labels.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Axes.Bottom.Labels.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Bottom.Labels.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Axes.Bottom.Labels.Brush.Color = System.Drawing.Color.White - Me.TChart2.Axes.Bottom.Labels.Brush.Solid = True - Me.TChart2.Axes.Bottom.Labels.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.Bottom.Labels.Font.Bold = False - ' - ' - ' - Me.TChart2.Axes.Bottom.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Bottom.Labels.Font.Brush.Solid = True - Me.TChart2.Axes.Bottom.Labels.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Bottom.Labels.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Bottom.Labels.Font.Shadow.Brush.Solid = True - Me.TChart2.Axes.Bottom.Labels.Font.Shadow.Brush.Visible = True - Me.TChart2.Axes.Bottom.Labels.Font.Size = 9 - Me.TChart2.Axes.Bottom.Labels.Font.SizeFloat = 9.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Bottom.Labels.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Axes.Bottom.Labels.ImageBevel.Brush.Solid = True - Me.TChart2.Axes.Bottom.Labels.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Bottom.Labels.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Bottom.Labels.Shadow.Brush.Solid = True - Me.TChart2.Axes.Bottom.Labels.Shadow.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.Bottom.Title.Angle = 0 - ' - ' - ' - Me.TChart2.Axes.Bottom.Title.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Axes.Bottom.Title.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Bottom.Title.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Axes.Bottom.Title.Brush.Color = System.Drawing.Color.Silver - Me.TChart2.Axes.Bottom.Title.Brush.Solid = True - Me.TChart2.Axes.Bottom.Title.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.Bottom.Title.Font.Bold = False - ' - ' - ' - Me.TChart2.Axes.Bottom.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) - Me.TChart2.Axes.Bottom.Title.Font.Brush.Solid = True - Me.TChart2.Axes.Bottom.Title.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Bottom.Title.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Bottom.Title.Font.Shadow.Brush.Solid = True - Me.TChart2.Axes.Bottom.Title.Font.Shadow.Brush.Visible = True - Me.TChart2.Axes.Bottom.Title.Font.Size = 11 - Me.TChart2.Axes.Bottom.Title.Font.SizeFloat = 11.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Bottom.Title.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Axes.Bottom.Title.ImageBevel.Brush.Solid = True - Me.TChart2.Axes.Bottom.Title.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Bottom.Title.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Bottom.Title.Shadow.Brush.Solid = True - Me.TChart2.Axes.Bottom.Title.Shadow.Brush.Visible = True - Me.TChart2.Axes.Bottom.UseMaxPixelPos = True - ' - ' - ' + 'OverviewPlot ' + Me.OverviewPlot.Dock = System.Windows.Forms.DockStyle.Fill + Me.OverviewPlot.Location = New System.Drawing.Point(0, 0) + Me.OverviewPlot.Name = "OverviewPlot" + Me.OverviewPlot.Size = New System.Drawing.Size(801, 135) + Me.OverviewPlot.TabIndex = 0 ' + 'TableLayoutPanel1 ' + Me.TableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single] + Me.TableLayoutPanel1.ColumnCount = 1 + Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) + Me.TableLayoutPanel1.Controls.Add(Me.PanelNavigation, 0, 0) + Me.TableLayoutPanel1.Controls.Add(Me.MainPlot, 0, 1) + Me.TableLayoutPanel1.Controls.Add(Me.Panel_DisplayRange, 0, 2) + Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill + Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0) + Me.TableLayoutPanel1.Margin = New System.Windows.Forms.Padding(0) + Me.TableLayoutPanel1.Name = "TableLayoutPanel1" + Me.TableLayoutPanel1.RowCount = 4 + Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38.0!)) + Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) + Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36.0!)) + Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) + Me.TableLayoutPanel1.Size = New System.Drawing.Size(801, 458) + Me.TableLayoutPanel1.TabIndex = 3 ' + 'PanelNavigation ' + Me.PanelNavigation.Controls.Add(Me.Button_NavEnd) + Me.PanelNavigation.Controls.Add(Me.Button_NavStart) + Me.PanelNavigation.Controls.Add(Me.Label_Navigate) + Me.PanelNavigation.Controls.Add(Me.Button_NavForward) + Me.PanelNavigation.Controls.Add(Me.Button_NavBack) + Me.PanelNavigation.Controls.Add(Me.NumericUpDown_NavMultiplier) + Me.PanelNavigation.Controls.Add(Me.ComboBox_NavIncrement) + Me.PanelNavigation.Dock = System.Windows.Forms.DockStyle.Fill + Me.PanelNavigation.Location = New System.Drawing.Point(1, 1) + Me.PanelNavigation.Margin = New System.Windows.Forms.Padding(0) + Me.PanelNavigation.Name = "PanelNavigation" + Me.PanelNavigation.Size = New System.Drawing.Size(799, 38) + Me.PanelNavigation.TabIndex = 0 ' - Me.TChart2.Axes.Depth.Labels.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Axes.Depth.Labels.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Depth.Labels.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None + 'Button_NavEnd ' + Me.Button_NavEnd.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.Button_NavEnd.Image = Global.BlueM.Wave.My.Resources.Resources.control_end + Me.Button_NavEnd.Location = New System.Drawing.Point(767, 8) + Me.Button_NavEnd.Name = "Button_NavEnd" + Me.Button_NavEnd.Size = New System.Drawing.Size(23, 23) + Me.Button_NavEnd.TabIndex = 6 + Me.ToolTip1.SetToolTip(Me.Button_NavEnd, "Navigate to end") + Me.Button_NavEnd.UseVisualStyleBackColor = True ' + 'Button_NavStart ' - Me.TChart2.Axes.Depth.Labels.Brush.Color = System.Drawing.Color.White - Me.TChart2.Axes.Depth.Labels.Brush.Solid = True - Me.TChart2.Axes.Depth.Labels.Brush.Visible = True + Me.Button_NavStart.Image = Global.BlueM.Wave.My.Resources.Resources.control_start + Me.Button_NavStart.Location = New System.Drawing.Point(8, 8) + Me.Button_NavStart.Name = "Button_NavStart" + Me.Button_NavStart.Size = New System.Drawing.Size(23, 23) + Me.Button_NavStart.TabIndex = 0 + Me.ToolTip1.SetToolTip(Me.Button_NavStart, "Navigate to start") + Me.Button_NavStart.UseVisualStyleBackColor = True ' + 'Label_Navigate ' + Me.Label_Navigate.Anchor = System.Windows.Forms.AnchorStyles.Top + Me.Label_Navigate.AutoSize = True + Me.Label_Navigate.Location = New System.Drawing.Point(306, 13) + Me.Label_Navigate.Name = "Label_Navigate" + Me.Label_Navigate.Size = New System.Drawing.Size(53, 13) + Me.Label_Navigate.TabIndex = 2 + Me.Label_Navigate.Text = "Navigate:" ' - Me.TChart2.Axes.Depth.Labels.Font.Bold = False + 'Button_NavForward ' + Me.Button_NavForward.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.Button_NavForward.Image = CType(resources.GetObject("Button_NavForward.Image"), System.Drawing.Image) + Me.Button_NavForward.Location = New System.Drawing.Point(692, 8) + Me.Button_NavForward.Name = "Button_NavForward" + Me.Button_NavForward.Size = New System.Drawing.Size(69, 23) + Me.Button_NavForward.TabIndex = 5 + Me.ToolTip1.SetToolTip(Me.Button_NavForward, "Navigate forwards") + Me.Button_NavForward.UseVisualStyleBackColor = True ' + 'Button_NavBack ' - Me.TChart2.Axes.Depth.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Depth.Labels.Font.Brush.Solid = True - Me.TChart2.Axes.Depth.Labels.Font.Brush.Visible = True + Me.Button_NavBack.Image = CType(resources.GetObject("Button_NavBack.Image"), System.Drawing.Image) + Me.Button_NavBack.Location = New System.Drawing.Point(37, 8) + Me.Button_NavBack.Name = "Button_NavBack" + Me.Button_NavBack.Size = New System.Drawing.Size(69, 23) + Me.Button_NavBack.TabIndex = 1 + Me.ToolTip1.SetToolTip(Me.Button_NavBack, "Navigate backwards") + Me.Button_NavBack.UseVisualStyleBackColor = True ' + 'NumericUpDown_NavMultiplier ' + Me.NumericUpDown_NavMultiplier.Anchor = System.Windows.Forms.AnchorStyles.Top + Me.NumericUpDown_NavMultiplier.Location = New System.Drawing.Point(365, 9) + Me.NumericUpDown_NavMultiplier.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) + Me.NumericUpDown_NavMultiplier.Name = "NumericUpDown_NavMultiplier" + Me.NumericUpDown_NavMultiplier.Size = New System.Drawing.Size(40, 20) + Me.NumericUpDown_NavMultiplier.TabIndex = 3 + Me.NumericUpDown_NavMultiplier.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' + 'ComboBox_NavIncrement ' + Me.ComboBox_NavIncrement.Anchor = System.Windows.Forms.AnchorStyles.Top + Me.ComboBox_NavIncrement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.ComboBox_NavIncrement.FormattingEnabled = True + Me.ComboBox_NavIncrement.Items.AddRange(New Object() {"Centuries", "Decades", "Years", "Months", "Weeks", "Days", "Hours", "Minutes", "Seconds"}) + Me.ComboBox_NavIncrement.Location = New System.Drawing.Point(411, 9) + Me.ComboBox_NavIncrement.Name = "ComboBox_NavIncrement" + Me.ComboBox_NavIncrement.Size = New System.Drawing.Size(81, 21) + Me.ComboBox_NavIncrement.TabIndex = 4 ' + 'MainPlot ' - Me.TChart2.Axes.Depth.Labels.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Depth.Labels.Font.Shadow.Brush.Solid = True - Me.TChart2.Axes.Depth.Labels.Font.Shadow.Brush.Visible = True - Me.TChart2.Axes.Depth.Labels.Font.Size = 9 - Me.TChart2.Axes.Depth.Labels.Font.SizeFloat = 9.0! + Me.MainPlot.Dock = System.Windows.Forms.DockStyle.Fill + Me.MainPlot.Location = New System.Drawing.Point(4, 43) + Me.MainPlot.Name = "MainPlot" + Me.MainPlot.Size = New System.Drawing.Size(793, 353) + Me.MainPlot.TabIndex = 3 ' + 'Panel_DisplayRange ' + Me.Panel_DisplayRange.Controls.Add(Me.Label_Display) + Me.Panel_DisplayRange.Controls.Add(Me.NumericUpDown_DisplayRangeMultiplier) + Me.Panel_DisplayRange.Controls.Add(Me.ComboBox_DisplayRangeUnit) + Me.Panel_DisplayRange.Controls.Add(Me.MaskedTextBox_NavEnd) + Me.Panel_DisplayRange.Controls.Add(Me.MaskedTextBox_NavStart) + Me.Panel_DisplayRange.Dock = System.Windows.Forms.DockStyle.Fill + Me.Panel_DisplayRange.Location = New System.Drawing.Point(1, 400) + Me.Panel_DisplayRange.Margin = New System.Windows.Forms.Padding(0) + Me.Panel_DisplayRange.Name = "Panel_DisplayRange" + Me.Panel_DisplayRange.Size = New System.Drawing.Size(799, 36) + Me.Panel_DisplayRange.TabIndex = 2 ' + 'Label_Display ' + Me.Label_Display.Anchor = System.Windows.Forms.AnchorStyles.Top + Me.Label_Display.AutoSize = True + Me.Label_Display.Location = New System.Drawing.Point(311, 12) + Me.Label_Display.Name = "Label_Display" + Me.Label_Display.Size = New System.Drawing.Size(44, 13) + Me.Label_Display.TabIndex = 1 + Me.Label_Display.Text = "Display:" ' + 'NumericUpDown_DisplayRangeMultiplier ' - Me.TChart2.Axes.Depth.Labels.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Axes.Depth.Labels.ImageBevel.Brush.Solid = True - Me.TChart2.Axes.Depth.Labels.ImageBevel.Brush.Visible = True + Me.NumericUpDown_DisplayRangeMultiplier.Anchor = System.Windows.Forms.AnchorStyles.Top + Me.NumericUpDown_DisplayRangeMultiplier.Location = New System.Drawing.Point(361, 8) + Me.NumericUpDown_DisplayRangeMultiplier.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) + Me.NumericUpDown_DisplayRangeMultiplier.Name = "NumericUpDown_DisplayRangeMultiplier" + Me.NumericUpDown_DisplayRangeMultiplier.Size = New System.Drawing.Size(40, 20) + Me.NumericUpDown_DisplayRangeMultiplier.TabIndex = 2 + Me.NumericUpDown_DisplayRangeMultiplier.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' + 'ComboBox_DisplayRangeUnit ' + Me.ComboBox_DisplayRangeUnit.Anchor = System.Windows.Forms.AnchorStyles.Top + Me.ComboBox_DisplayRangeUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.ComboBox_DisplayRangeUnit.FormattingEnabled = True + Me.ComboBox_DisplayRangeUnit.Items.AddRange(New Object() {"", "Centuries", "Decades", "Years", "Months", "Weeks", "Days", "Hours", "Minutes", "Seconds"}) + Me.ComboBox_DisplayRangeUnit.Location = New System.Drawing.Point(407, 8) + Me.ComboBox_DisplayRangeUnit.Name = "ComboBox_DisplayRangeUnit" + Me.ComboBox_DisplayRangeUnit.Size = New System.Drawing.Size(81, 21) + Me.ComboBox_DisplayRangeUnit.TabIndex = 3 ' + 'MaskedTextBox_NavEnd ' + Me.MaskedTextBox_NavEnd.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.MaskedTextBox_NavEnd.Culture = New System.Globalization.CultureInfo("") + Me.MaskedTextBox_NavEnd.Location = New System.Drawing.Point(690, 8) + Me.MaskedTextBox_NavEnd.Name = "MaskedTextBox_NavEnd" + Me.MaskedTextBox_NavEnd.Size = New System.Drawing.Size(100, 20) + Me.MaskedTextBox_NavEnd.TabIndex = 4 + Me.MaskedTextBox_NavEnd.ValidatingType = GetType(Date) ' + 'MaskedTextBox_NavStart ' - Me.TChart2.Axes.Depth.Labels.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Depth.Labels.Shadow.Brush.Solid = True - Me.TChart2.Axes.Depth.Labels.Shadow.Brush.Visible = True + Me.MaskedTextBox_NavStart.Culture = New System.Globalization.CultureInfo("") + Me.MaskedTextBox_NavStart.Location = New System.Drawing.Point(8, 8) + Me.MaskedTextBox_NavStart.Name = "MaskedTextBox_NavStart" + Me.MaskedTextBox_NavStart.Size = New System.Drawing.Size(100, 20) + Me.MaskedTextBox_NavStart.TabIndex = 0 + Me.MaskedTextBox_NavStart.ValidatingType = GetType(Date) ' + 'ProgressBar1 ' + Me.ProgressBar1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.ProgressBar1.Enabled = False + Me.ProgressBar1.Location = New System.Drawing.Point(832, 641) + Me.ProgressBar1.Name = "ProgressBar1" + Me.ProgressBar1.Size = New System.Drawing.Size(108, 16) + Me.ProgressBar1.Step = 1 + Me.ProgressBar1.TabIndex = 2 ' - Me.TChart2.Axes.Depth.Title.Angle = 0 + 'SplitContainer2 ' + Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill + Me.SplitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1 + Me.SplitContainer2.Location = New System.Drawing.Point(0, 34) + Me.SplitContainer2.Name = "SplitContainer2" ' + 'SplitContainer2.Panel1 ' - Me.TChart2.Axes.Depth.Title.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Axes.Depth.Title.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Depth.Title.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None + Me.SplitContainer2.Panel1.AutoScroll = True + Me.SplitContainer2.Panel1.Controls.Add(Me.ToolStrip2) + Me.SplitContainer2.Panel1.Controls.Add(Me.CheckedListBox_Series) ' + 'SplitContainer2.Panel2 ' + Me.SplitContainer2.Panel2.Controls.Add(Me.SplitContainer1) + Me.SplitContainer2.Size = New System.Drawing.Size(944, 605) + Me.SplitContainer2.SplitterDistance = 135 + Me.SplitContainer2.TabIndex = 7 ' - Me.TChart2.Axes.Depth.Title.Brush.Color = System.Drawing.Color.Silver - Me.TChart2.Axes.Depth.Title.Brush.Solid = True - Me.TChart2.Axes.Depth.Title.Brush.Visible = True + 'ToolStrip2 ' + Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton_Delete, Me.ToolStripSeparator12, Me.ToolStripButton_MoveUp, Me.ToolStripButton_MoveDown, Me.ToolStripSeparator13, Me.ToolStripDropDownButton1}) + Me.ToolStrip2.Location = New System.Drawing.Point(0, 0) + Me.ToolStrip2.Name = "ToolStrip2" + Me.ToolStrip2.Size = New System.Drawing.Size(135, 25) + Me.ToolStrip2.TabIndex = 1 + Me.ToolStrip2.Text = "ToolStrip2" ' + 'ToolStripButton_Delete ' - Me.TChart2.Axes.Depth.Title.Font.Bold = False + Me.ToolStripButton_Delete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripButton_Delete.Enabled = False + Me.ToolStripButton_Delete.Image = Global.BlueM.Wave.My.Resources.Resources.chart_line_delete + Me.ToolStripButton_Delete.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton_Delete.Name = "ToolStripButton_Delete" + Me.ToolStripButton_Delete.Size = New System.Drawing.Size(23, 22) + Me.ToolStripButton_Delete.Text = "ToolStripButton_Delete" + Me.ToolStripButton_Delete.ToolTipText = "Delete selected time series" ' + 'ToolStripSeparator12 ' + Me.ToolStripSeparator12.Name = "ToolStripSeparator12" + Me.ToolStripSeparator12.Size = New System.Drawing.Size(6, 25) ' - Me.TChart2.Axes.Depth.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) - Me.TChart2.Axes.Depth.Title.Font.Brush.Solid = True - Me.TChart2.Axes.Depth.Title.Font.Brush.Visible = True + 'ToolStripButton_MoveUp ' + Me.ToolStripButton_MoveUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripButton_MoveUp.Enabled = False + Me.ToolStripButton_MoveUp.Image = Global.BlueM.Wave.My.Resources.Resources.arrow_up + Me.ToolStripButton_MoveUp.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton_MoveUp.Name = "ToolStripButton_MoveUp" + Me.ToolStripButton_MoveUp.Size = New System.Drawing.Size(23, 22) + Me.ToolStripButton_MoveUp.Text = "Move selected time series up" + Me.ToolStripButton_MoveUp.ToolTipText = "Move selected time series up" ' + 'ToolStripButton_MoveDown ' + Me.ToolStripButton_MoveDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripButton_MoveDown.Enabled = False + Me.ToolStripButton_MoveDown.Image = Global.BlueM.Wave.My.Resources.Resources.arrow_down + Me.ToolStripButton_MoveDown.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton_MoveDown.Name = "ToolStripButton_MoveDown" + Me.ToolStripButton_MoveDown.Size = New System.Drawing.Size(23, 22) + Me.ToolStripButton_MoveDown.Text = "Move selected time series down" ' + 'ToolStripSeparator13 ' + Me.ToolStripSeparator13.Name = "ToolStripSeparator13" + Me.ToolStripSeparator13.Size = New System.Drawing.Size(6, 25) ' - Me.TChart2.Axes.Depth.Title.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Depth.Title.Font.Shadow.Brush.Solid = True - Me.TChart2.Axes.Depth.Title.Font.Shadow.Brush.Visible = True - Me.TChart2.Axes.Depth.Title.Font.Size = 11 - Me.TChart2.Axes.Depth.Title.Font.SizeFloat = 11.0! + 'ToolStripDropDownButton1 ' + Me.ToolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripDropDownButton1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem_ActivateAllSeries, Me.ToolStripMenuItem_DeactivateAllSeries}) + Me.ToolStripDropDownButton1.Image = Global.BlueM.Wave.My.Resources.Resources.accept_split + Me.ToolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripDropDownButton1.Name = "ToolStripDropDownButton1" + Me.ToolStripDropDownButton1.Size = New System.Drawing.Size(29, 22) ' + 'ToolStripMenuItem_ActivateAllSeries ' + Me.ToolStripMenuItem_ActivateAllSeries.Image = Global.BlueM.Wave.My.Resources.Resources.accept + Me.ToolStripMenuItem_ActivateAllSeries.Name = "ToolStripMenuItem_ActivateAllSeries" + Me.ToolStripMenuItem_ActivateAllSeries.Size = New System.Drawing.Size(176, 22) + Me.ToolStripMenuItem_ActivateAllSeries.Text = "Activate all series" ' + 'ToolStripMenuItem_DeactivateAllSeries ' + Me.ToolStripMenuItem_DeactivateAllSeries.Image = Global.BlueM.Wave.My.Resources.Resources.accept_grayscale + Me.ToolStripMenuItem_DeactivateAllSeries.Name = "ToolStripMenuItem_DeactivateAllSeries" + Me.ToolStripMenuItem_DeactivateAllSeries.Size = New System.Drawing.Size(176, 22) + Me.ToolStripMenuItem_DeactivateAllSeries.Text = "Deactivate all series" ' - Me.TChart2.Axes.Depth.Title.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Axes.Depth.Title.ImageBevel.Brush.Solid = True - Me.TChart2.Axes.Depth.Title.ImageBevel.Brush.Visible = True + 'CheckedListBox_Series ' + Me.CheckedListBox_Series.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.CheckedListBox_Series.BackColor = System.Drawing.SystemColors.Control + Me.CheckedListBox_Series.FormattingEnabled = True + Me.CheckedListBox_Series.HorizontalScrollbar = True + Me.CheckedListBox_Series.Location = New System.Drawing.Point(5, 31) + Me.CheckedListBox_Series.Margin = New System.Windows.Forms.Padding(5) + Me.CheckedListBox_Series.Name = "CheckedListBox_Series" + Me.CheckedListBox_Series.Size = New System.Drawing.Size(125, 559) + Me.CheckedListBox_Series.TabIndex = 0 + Me.CheckedListBox_Series.ThreeDCheckBoxes = True + ' + 'ToolStripMenuItem_SaveImage + ' + Me.ToolStripMenuItem_SaveImage.Image = Global.BlueM.Wave.My.Resources.Resources.picture_save + Me.ToolStripMenuItem_SaveImage.Name = "ToolStripMenuItem_SaveImage" + Me.ToolStripMenuItem_SaveImage.Size = New System.Drawing.Size(180, 22) + Me.ToolStripMenuItem_SaveImage.Text = "Save image" ' - ' - ' - ' - ' - Me.TChart2.Axes.Depth.Title.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Depth.Title.Shadow.Brush.Solid = True - Me.TChart2.Axes.Depth.Title.Shadow.Brush.Visible = True - Me.TChart2.Axes.Depth.UseMaxPixelPos = True - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.DepthTop.Labels.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Axes.DepthTop.Labels.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.DepthTop.Labels.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Axes.DepthTop.Labels.Brush.Color = System.Drawing.Color.White - Me.TChart2.Axes.DepthTop.Labels.Brush.Solid = True - Me.TChart2.Axes.DepthTop.Labels.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.DepthTop.Labels.Font.Bold = False - ' - ' - ' - Me.TChart2.Axes.DepthTop.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.DepthTop.Labels.Font.Brush.Solid = True - Me.TChart2.Axes.DepthTop.Labels.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.DepthTop.Labels.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.DepthTop.Labels.Font.Shadow.Brush.Solid = True - Me.TChart2.Axes.DepthTop.Labels.Font.Shadow.Brush.Visible = True - Me.TChart2.Axes.DepthTop.Labels.Font.Size = 9 - Me.TChart2.Axes.DepthTop.Labels.Font.SizeFloat = 9.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.DepthTop.Labels.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Axes.DepthTop.Labels.ImageBevel.Brush.Solid = True - Me.TChart2.Axes.DepthTop.Labels.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.DepthTop.Labels.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.DepthTop.Labels.Shadow.Brush.Solid = True - Me.TChart2.Axes.DepthTop.Labels.Shadow.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.DepthTop.Title.Angle = 0 - ' - ' - ' - Me.TChart2.Axes.DepthTop.Title.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Axes.DepthTop.Title.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.DepthTop.Title.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Axes.DepthTop.Title.Brush.Color = System.Drawing.Color.Silver - Me.TChart2.Axes.DepthTop.Title.Brush.Solid = True - Me.TChart2.Axes.DepthTop.Title.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.DepthTop.Title.Font.Bold = False - ' - ' - ' - Me.TChart2.Axes.DepthTop.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) - Me.TChart2.Axes.DepthTop.Title.Font.Brush.Solid = True - Me.TChart2.Axes.DepthTop.Title.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.DepthTop.Title.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.DepthTop.Title.Font.Shadow.Brush.Solid = True - Me.TChart2.Axes.DepthTop.Title.Font.Shadow.Brush.Visible = True - Me.TChart2.Axes.DepthTop.Title.Font.Size = 11 - Me.TChart2.Axes.DepthTop.Title.Font.SizeFloat = 11.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.DepthTop.Title.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Axes.DepthTop.Title.ImageBevel.Brush.Solid = True - Me.TChart2.Axes.DepthTop.Title.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.DepthTop.Title.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.DepthTop.Title.Shadow.Brush.Solid = True - Me.TChart2.Axes.DepthTop.Title.Shadow.Brush.Visible = True - Me.TChart2.Axes.DepthTop.UseMaxPixelPos = True - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Left.Labels.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Axes.Left.Labels.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Left.Labels.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Axes.Left.Labels.Brush.Color = System.Drawing.Color.White - Me.TChart2.Axes.Left.Labels.Brush.Solid = True - Me.TChart2.Axes.Left.Labels.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.Left.Labels.Font.Bold = False - ' - ' - ' - Me.TChart2.Axes.Left.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Left.Labels.Font.Brush.Solid = True - Me.TChart2.Axes.Left.Labels.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Left.Labels.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Left.Labels.Font.Shadow.Brush.Solid = True - Me.TChart2.Axes.Left.Labels.Font.Shadow.Brush.Visible = True - Me.TChart2.Axes.Left.Labels.Font.Size = 9 - Me.TChart2.Axes.Left.Labels.Font.SizeFloat = 9.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Left.Labels.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Axes.Left.Labels.ImageBevel.Brush.Solid = True - Me.TChart2.Axes.Left.Labels.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Left.Labels.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Left.Labels.Shadow.Brush.Solid = True - Me.TChart2.Axes.Left.Labels.Shadow.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.Left.Title.Angle = 90 - ' - ' - ' - Me.TChart2.Axes.Left.Title.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Axes.Left.Title.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Left.Title.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Axes.Left.Title.Brush.Color = System.Drawing.Color.Silver - Me.TChart2.Axes.Left.Title.Brush.Solid = True - Me.TChart2.Axes.Left.Title.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.Left.Title.Font.Bold = False - ' - ' - ' - Me.TChart2.Axes.Left.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) - Me.TChart2.Axes.Left.Title.Font.Brush.Solid = True - Me.TChart2.Axes.Left.Title.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Left.Title.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Left.Title.Font.Shadow.Brush.Solid = True - Me.TChart2.Axes.Left.Title.Font.Shadow.Brush.Visible = True - Me.TChart2.Axes.Left.Title.Font.Size = 11 - Me.TChart2.Axes.Left.Title.Font.SizeFloat = 11.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Left.Title.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Axes.Left.Title.ImageBevel.Brush.Solid = True - Me.TChart2.Axes.Left.Title.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Left.Title.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Left.Title.Shadow.Brush.Solid = True - Me.TChart2.Axes.Left.Title.Shadow.Brush.Visible = True - Me.TChart2.Axes.Left.UseMaxPixelPos = True - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Right.Labels.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Axes.Right.Labels.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Right.Labels.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Axes.Right.Labels.Brush.Color = System.Drawing.Color.White - Me.TChart2.Axes.Right.Labels.Brush.Solid = True - Me.TChart2.Axes.Right.Labels.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.Right.Labels.Font.Bold = False - ' - ' - ' - Me.TChart2.Axes.Right.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Right.Labels.Font.Brush.Solid = True - Me.TChart2.Axes.Right.Labels.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Right.Labels.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Right.Labels.Font.Shadow.Brush.Solid = True - Me.TChart2.Axes.Right.Labels.Font.Shadow.Brush.Visible = True - Me.TChart2.Axes.Right.Labels.Font.Size = 9 - Me.TChart2.Axes.Right.Labels.Font.SizeFloat = 9.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Right.Labels.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Axes.Right.Labels.ImageBevel.Brush.Solid = True - Me.TChart2.Axes.Right.Labels.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Right.Labels.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Right.Labels.Shadow.Brush.Solid = True - Me.TChart2.Axes.Right.Labels.Shadow.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.Right.Title.Angle = 270 - ' - ' - ' - Me.TChart2.Axes.Right.Title.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Axes.Right.Title.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Right.Title.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Axes.Right.Title.Brush.Color = System.Drawing.Color.Silver - Me.TChart2.Axes.Right.Title.Brush.Solid = True - Me.TChart2.Axes.Right.Title.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.Right.Title.Font.Bold = False - ' - ' - ' - Me.TChart2.Axes.Right.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) - Me.TChart2.Axes.Right.Title.Font.Brush.Solid = True - Me.TChart2.Axes.Right.Title.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Right.Title.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Right.Title.Font.Shadow.Brush.Solid = True - Me.TChart2.Axes.Right.Title.Font.Shadow.Brush.Visible = True - Me.TChart2.Axes.Right.Title.Font.Size = 11 - Me.TChart2.Axes.Right.Title.Font.SizeFloat = 11.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Right.Title.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Axes.Right.Title.ImageBevel.Brush.Solid = True - Me.TChart2.Axes.Right.Title.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Right.Title.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Right.Title.Shadow.Brush.Solid = True - Me.TChart2.Axes.Right.Title.Shadow.Brush.Visible = True - Me.TChart2.Axes.Right.UseMaxPixelPos = True - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Top.Labels.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Axes.Top.Labels.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Top.Labels.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Axes.Top.Labels.Brush.Color = System.Drawing.Color.White - Me.TChart2.Axes.Top.Labels.Brush.Solid = True - Me.TChart2.Axes.Top.Labels.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.Top.Labels.Font.Bold = False - ' - ' - ' - Me.TChart2.Axes.Top.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Top.Labels.Font.Brush.Solid = True - Me.TChart2.Axes.Top.Labels.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Top.Labels.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Top.Labels.Font.Shadow.Brush.Solid = True - Me.TChart2.Axes.Top.Labels.Font.Shadow.Brush.Visible = True - Me.TChart2.Axes.Top.Labels.Font.Size = 9 - Me.TChart2.Axes.Top.Labels.Font.SizeFloat = 9.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Top.Labels.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Axes.Top.Labels.ImageBevel.Brush.Solid = True - Me.TChart2.Axes.Top.Labels.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Top.Labels.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Top.Labels.Shadow.Brush.Solid = True - Me.TChart2.Axes.Top.Labels.Shadow.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.Top.Title.Angle = 0 - ' - ' - ' - Me.TChart2.Axes.Top.Title.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Axes.Top.Title.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Axes.Top.Title.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Axes.Top.Title.Brush.Color = System.Drawing.Color.Silver - Me.TChart2.Axes.Top.Title.Brush.Solid = True - Me.TChart2.Axes.Top.Title.Brush.Visible = True - ' - ' - ' - Me.TChart2.Axes.Top.Title.Font.Bold = False - ' - ' - ' - Me.TChart2.Axes.Top.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) - Me.TChart2.Axes.Top.Title.Font.Brush.Solid = True - Me.TChart2.Axes.Top.Title.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Top.Title.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Top.Title.Font.Shadow.Brush.Solid = True - Me.TChart2.Axes.Top.Title.Font.Shadow.Brush.Visible = True - Me.TChart2.Axes.Top.Title.Font.Size = 11 - Me.TChart2.Axes.Top.Title.Font.SizeFloat = 11.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Top.Title.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Axes.Top.Title.ImageBevel.Brush.Solid = True - Me.TChart2.Axes.Top.Title.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Axes.Top.Title.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Axes.Top.Title.Shadow.Brush.Solid = True - Me.TChart2.Axes.Top.Title.Shadow.Brush.Visible = True - Me.TChart2.Axes.Top.UseMaxPixelPos = True - Me.TChart2.Cursor = System.Windows.Forms.Cursors.Default - Me.TChart2.Dock = System.Windows.Forms.DockStyle.Fill - ' - ' - ' - ' - ' - ' - Me.TChart2.Footer.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Footer.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Footer.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Footer.Brush.Color = System.Drawing.Color.Silver - Me.TChart2.Footer.Brush.Solid = True - Me.TChart2.Footer.Brush.Visible = True - ' - ' - ' - Me.TChart2.Footer.Font.Bold = False - ' - ' - ' - Me.TChart2.Footer.Font.Brush.Color = System.Drawing.Color.Red - Me.TChart2.Footer.Font.Brush.Solid = True - Me.TChart2.Footer.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Footer.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Footer.Font.Shadow.Brush.Solid = True - Me.TChart2.Footer.Font.Shadow.Brush.Visible = True - Me.TChart2.Footer.Font.Size = 8 - Me.TChart2.Footer.Font.SizeFloat = 8.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.Footer.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Footer.ImageBevel.Brush.Solid = True - Me.TChart2.Footer.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Footer.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Footer.Shadow.Brush.Solid = True - Me.TChart2.Footer.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Header.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Header.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Header.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Header.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) - Me.TChart2.Header.Brush.Solid = True - Me.TChart2.Header.Brush.Visible = True - ' - ' - ' - Me.TChart2.Header.Font.Bold = False - ' - ' - ' - Me.TChart2.Header.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Header.Font.Brush.Solid = True - Me.TChart2.Header.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Header.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Header.Font.Shadow.Brush.Solid = True - Me.TChart2.Header.Font.Shadow.Brush.Visible = True - Me.TChart2.Header.Font.Size = 12 - Me.TChart2.Header.Font.SizeFloat = 12.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.Header.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Header.ImageBevel.Brush.Solid = True - Me.TChart2.Header.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Header.Shadow.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) - Me.TChart2.Header.Shadow.Brush.Solid = True - Me.TChart2.Header.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Legend.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Legend.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Legend.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Legend.Brush.Color = System.Drawing.Color.White - Me.TChart2.Legend.Brush.Solid = True - Me.TChart2.Legend.Brush.Visible = True - ' - ' - ' - Me.TChart2.Legend.Font.Bold = False - ' - ' - ' - Me.TChart2.Legend.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) - Me.TChart2.Legend.Font.Brush.Solid = True - Me.TChart2.Legend.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Legend.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Legend.Font.Shadow.Brush.Solid = True - Me.TChart2.Legend.Font.Shadow.Brush.Visible = True - Me.TChart2.Legend.Font.Size = 9 - Me.TChart2.Legend.Font.SizeFloat = 9.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.Legend.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Legend.ImageBevel.Brush.Solid = True - Me.TChart2.Legend.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Legend.Shadow.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) - Me.TChart2.Legend.Shadow.Brush.Solid = True - Me.TChart2.Legend.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart2.Legend.Symbol.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Legend.Symbol.Shadow.Brush.Solid = True - Me.TChart2.Legend.Symbol.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Legend.Title.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Legend.Title.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Legend.Title.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Legend.Title.Brush.Color = System.Drawing.Color.White - Me.TChart2.Legend.Title.Brush.Solid = True - Me.TChart2.Legend.Title.Brush.Visible = True - ' - ' - ' - Me.TChart2.Legend.Title.Font.Bold = True - ' - ' - ' - Me.TChart2.Legend.Title.Font.Brush.Color = System.Drawing.Color.Black - Me.TChart2.Legend.Title.Font.Brush.Solid = True - Me.TChart2.Legend.Title.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Legend.Title.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Legend.Title.Font.Shadow.Brush.Solid = True - Me.TChart2.Legend.Title.Font.Shadow.Brush.Visible = True - Me.TChart2.Legend.Title.Font.Size = 8 - Me.TChart2.Legend.Title.Font.SizeFloat = 8.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.Legend.Title.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Legend.Title.ImageBevel.Brush.Solid = True - Me.TChart2.Legend.Title.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Legend.Title.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Legend.Title.Shadow.Brush.Solid = True - Me.TChart2.Legend.Title.Shadow.Brush.Visible = True - Me.TChart2.Location = New System.Drawing.Point(0, 0) - Me.TChart2.Name = "TChart2" - ' - ' - ' - ' - ' - ' - Me.TChart2.Panel.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Panel.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Panel.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Panel.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Panel.Brush.Solid = True - Me.TChart2.Panel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Panel.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Panel.ImageBevel.Brush.Solid = True - Me.TChart2.Panel.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Panel.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Panel.Shadow.Brush.Solid = True - Me.TChart2.Panel.Shadow.Brush.Visible = True - ' - ' - ' - Me.TChart2.Printer.Landscape = True - Margins2.Bottom = 10 - Margins2.Left = 10 - Margins2.Right = 10 - Margins2.Top = 10 - Me.TChart2.Printer.Margins = Margins2 - Me.TChart2.Size = New System.Drawing.Size(940, 136) - ' - ' - ' - ' - ' - ' - Me.TChart2.SubFooter.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.SubFooter.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.SubFooter.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.SubFooter.Brush.Color = System.Drawing.Color.Silver - Me.TChart2.SubFooter.Brush.Solid = True - Me.TChart2.SubFooter.Brush.Visible = True - ' - ' - ' - Me.TChart2.SubFooter.Font.Bold = False - ' - ' - ' - Me.TChart2.SubFooter.Font.Brush.Color = System.Drawing.Color.Red - Me.TChart2.SubFooter.Font.Brush.Solid = True - Me.TChart2.SubFooter.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.SubFooter.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.SubFooter.Font.Shadow.Brush.Solid = True - Me.TChart2.SubFooter.Font.Shadow.Brush.Visible = True - Me.TChart2.SubFooter.Font.Size = 8 - Me.TChart2.SubFooter.Font.SizeFloat = 8.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.SubFooter.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.SubFooter.ImageBevel.Brush.Solid = True - Me.TChart2.SubFooter.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.SubFooter.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.SubFooter.Shadow.Brush.Solid = True - Me.TChart2.SubFooter.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.SubHeader.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.SubHeader.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.SubHeader.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.SubHeader.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) - Me.TChart2.SubHeader.Brush.Solid = True - Me.TChart2.SubHeader.Brush.Visible = True - ' - ' - ' - Me.TChart2.SubHeader.Font.Bold = False - ' - ' - ' - Me.TChart2.SubHeader.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.SubHeader.Font.Brush.Solid = True - Me.TChart2.SubHeader.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.SubHeader.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.SubHeader.Font.Shadow.Brush.Solid = True - Me.TChart2.SubHeader.Font.Shadow.Brush.Visible = True - Me.TChart2.SubHeader.Font.Size = 12 - Me.TChart2.SubHeader.Font.SizeFloat = 12.0! - ' - ' - ' - ' - ' - ' - Me.TChart2.SubHeader.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.SubHeader.ImageBevel.Brush.Solid = True - Me.TChart2.SubHeader.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.SubHeader.Shadow.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) - Me.TChart2.SubHeader.Shadow.Brush.Solid = True - Me.TChart2.SubHeader.Shadow.Brush.Visible = True - Me.TChart2.TabIndex = 0 - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart2.Walls.Back.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Walls.Back.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Walls.Back.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Walls.Back.Brush.Color = System.Drawing.Color.Silver - Me.TChart2.Walls.Back.Brush.Solid = True - Me.TChart2.Walls.Back.Brush.Visible = False - ' - ' - ' - ' - ' - ' - Me.TChart2.Walls.Back.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Walls.Back.ImageBevel.Brush.Solid = True - Me.TChart2.Walls.Back.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Walls.Back.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Walls.Back.Shadow.Brush.Solid = True - Me.TChart2.Walls.Back.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Walls.Bottom.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Walls.Bottom.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Walls.Bottom.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Walls.Bottom.Brush.Color = System.Drawing.Color.White - Me.TChart2.Walls.Bottom.Brush.Solid = True - Me.TChart2.Walls.Bottom.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Walls.Bottom.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Walls.Bottom.ImageBevel.Brush.Solid = True - Me.TChart2.Walls.Bottom.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Walls.Bottom.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Walls.Bottom.Shadow.Brush.Solid = True - Me.TChart2.Walls.Bottom.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Walls.Left.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Walls.Left.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Walls.Left.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Walls.Left.Brush.Color = System.Drawing.Color.LightYellow - Me.TChart2.Walls.Left.Brush.Solid = True - Me.TChart2.Walls.Left.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Walls.Left.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Walls.Left.ImageBevel.Brush.Solid = True - Me.TChart2.Walls.Left.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Walls.Left.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Walls.Left.Shadow.Brush.Solid = True - Me.TChart2.Walls.Left.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Walls.Right.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart2.Walls.Right.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart2.Walls.Right.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart2.Walls.Right.Brush.Color = System.Drawing.Color.LightYellow - Me.TChart2.Walls.Right.Brush.Solid = True - Me.TChart2.Walls.Right.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Walls.Right.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart2.Walls.Right.ImageBevel.Brush.Solid = True - Me.TChart2.Walls.Right.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Walls.Right.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart2.Walls.Right.Shadow.Brush.Solid = True - Me.TChart2.Walls.Right.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart2.Zoom.Brush.Color = System.Drawing.Color.LightBlue - Me.TChart2.Zoom.Brush.Solid = True - Me.TChart2.Zoom.Brush.Visible = True - ' - 'TableLayoutPanel1 - ' - Me.TableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single] - Me.TableLayoutPanel1.ColumnCount = 1 - Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) - Me.TableLayoutPanel1.Controls.Add(Me.PanelNavigation, 0, 0) - Me.TableLayoutPanel1.Controls.Add(Me.TChart1, 0, 1) - Me.TableLayoutPanel1.Controls.Add(Me.Panel_DisplayRange, 0, 2) - Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill - Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0) - Me.TableLayoutPanel1.Margin = New System.Windows.Forms.Padding(0) - Me.TableLayoutPanel1.Name = "TableLayoutPanel1" - Me.TableLayoutPanel1.RowCount = 3 - Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38.0!)) - Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) - Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36.0!)) - Me.TableLayoutPanel1.Size = New System.Drawing.Size(940, 458) - Me.TableLayoutPanel1.TabIndex = 3 - ' - 'PanelNavigation - ' - Me.PanelNavigation.Controls.Add(Me.Button_NavEnd) - Me.PanelNavigation.Controls.Add(Me.Button_NavStart) - Me.PanelNavigation.Controls.Add(Me.Label_Navigate) - Me.PanelNavigation.Controls.Add(Me.Button_NavForward) - Me.PanelNavigation.Controls.Add(Me.Button_NavBack) - Me.PanelNavigation.Controls.Add(Me.NumericUpDown_NavMultiplier) - Me.PanelNavigation.Controls.Add(Me.ComboBox_NavIncrement) - Me.PanelNavigation.Dock = System.Windows.Forms.DockStyle.Fill - Me.PanelNavigation.Location = New System.Drawing.Point(1, 1) - Me.PanelNavigation.Margin = New System.Windows.Forms.Padding(0) - Me.PanelNavigation.Name = "PanelNavigation" - Me.PanelNavigation.Size = New System.Drawing.Size(938, 38) - Me.PanelNavigation.TabIndex = 0 - ' - 'Button_NavEnd - ' - Me.Button_NavEnd.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.Button_NavEnd.Image = Global.BlueM.Wave.My.Resources.Resources.control_end - Me.Button_NavEnd.Location = New System.Drawing.Point(906, 8) - Me.Button_NavEnd.Name = "Button_NavEnd" - Me.Button_NavEnd.Size = New System.Drawing.Size(23, 23) - Me.Button_NavEnd.TabIndex = 6 - Me.ToolTip1.SetToolTip(Me.Button_NavEnd, "Navigate to end") - Me.Button_NavEnd.UseVisualStyleBackColor = True - ' - 'Button_NavStart - ' - Me.Button_NavStart.Image = Global.BlueM.Wave.My.Resources.Resources.control_start - Me.Button_NavStart.Location = New System.Drawing.Point(8, 8) - Me.Button_NavStart.Name = "Button_NavStart" - Me.Button_NavStart.Size = New System.Drawing.Size(23, 23) - Me.Button_NavStart.TabIndex = 0 - Me.ToolTip1.SetToolTip(Me.Button_NavStart, "Navigate to start") - Me.Button_NavStart.UseVisualStyleBackColor = True - ' - 'Label_Navigate - ' - Me.Label_Navigate.Anchor = System.Windows.Forms.AnchorStyles.Top - Me.Label_Navigate.AutoSize = True - Me.Label_Navigate.Location = New System.Drawing.Point(376, 13) - Me.Label_Navigate.Name = "Label_Navigate" - Me.Label_Navigate.Size = New System.Drawing.Size(53, 13) - Me.Label_Navigate.TabIndex = 2 - Me.Label_Navigate.Text = "Navigate:" - ' - 'Button_NavForward - ' - Me.Button_NavForward.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.Button_NavForward.Image = CType(resources.GetObject("Button_NavForward.Image"), System.Drawing.Image) - Me.Button_NavForward.Location = New System.Drawing.Point(831, 8) - Me.Button_NavForward.Name = "Button_NavForward" - Me.Button_NavForward.Size = New System.Drawing.Size(69, 23) - Me.Button_NavForward.TabIndex = 5 - Me.ToolTip1.SetToolTip(Me.Button_NavForward, "Navigate forwards") - Me.Button_NavForward.UseVisualStyleBackColor = True - ' - 'Button_NavBack - ' - Me.Button_NavBack.Image = CType(resources.GetObject("Button_NavBack.Image"), System.Drawing.Image) - Me.Button_NavBack.Location = New System.Drawing.Point(37, 8) - Me.Button_NavBack.Name = "Button_NavBack" - Me.Button_NavBack.Size = New System.Drawing.Size(69, 23) - Me.Button_NavBack.TabIndex = 1 - Me.ToolTip1.SetToolTip(Me.Button_NavBack, "Navigate backwards") - Me.Button_NavBack.UseVisualStyleBackColor = True - ' - 'NumericUpDown_NavMultiplier - ' - Me.NumericUpDown_NavMultiplier.Anchor = System.Windows.Forms.AnchorStyles.Top - Me.NumericUpDown_NavMultiplier.Location = New System.Drawing.Point(435, 9) - Me.NumericUpDown_NavMultiplier.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) - Me.NumericUpDown_NavMultiplier.Name = "NumericUpDown_NavMultiplier" - Me.NumericUpDown_NavMultiplier.Size = New System.Drawing.Size(40, 20) - Me.NumericUpDown_NavMultiplier.TabIndex = 3 - Me.NumericUpDown_NavMultiplier.Value = New Decimal(New Integer() {1, 0, 0, 0}) - ' - 'ComboBox_NavIncrement - ' - Me.ComboBox_NavIncrement.Anchor = System.Windows.Forms.AnchorStyles.Top - Me.ComboBox_NavIncrement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.ComboBox_NavIncrement.FormattingEnabled = True - Me.ComboBox_NavIncrement.Items.AddRange(New Object() {"Centuries", "Decades", "Years", "Months", "Weeks", "Days", "Hours", "Minutes", "Seconds"}) - Me.ComboBox_NavIncrement.Location = New System.Drawing.Point(481, 9) - Me.ComboBox_NavIncrement.Name = "ComboBox_NavIncrement" - Me.ComboBox_NavIncrement.Size = New System.Drawing.Size(81, 21) - Me.ComboBox_NavIncrement.TabIndex = 4 - ' - 'TChart1 - ' - ' - ' - ' - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Bottom.Labels.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Axes.Bottom.Labels.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Bottom.Labels.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Axes.Bottom.Labels.Brush.Color = System.Drawing.Color.White - Me.TChart1.Axes.Bottom.Labels.Brush.Solid = True - Me.TChart1.Axes.Bottom.Labels.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Bottom.Labels.Font.Bold = False - ' - ' - ' - Me.TChart1.Axes.Bottom.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Bottom.Labels.Font.Brush.Solid = True - Me.TChart1.Axes.Bottom.Labels.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Bottom.Labels.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Bottom.Labels.Font.Shadow.Brush.Solid = True - Me.TChart1.Axes.Bottom.Labels.Font.Shadow.Brush.Visible = True - Me.TChart1.Axes.Bottom.Labels.Font.Size = 9 - Me.TChart1.Axes.Bottom.Labels.Font.SizeFloat = 9.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Bottom.Labels.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Axes.Bottom.Labels.ImageBevel.Brush.Solid = True - Me.TChart1.Axes.Bottom.Labels.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Bottom.Labels.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Bottom.Labels.Shadow.Brush.Solid = True - Me.TChart1.Axes.Bottom.Labels.Shadow.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Bottom.Title.Angle = 0 - ' - ' - ' - Me.TChart1.Axes.Bottom.Title.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Axes.Bottom.Title.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Bottom.Title.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Axes.Bottom.Title.Brush.Color = System.Drawing.Color.Silver - Me.TChart1.Axes.Bottom.Title.Brush.Solid = True - Me.TChart1.Axes.Bottom.Title.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Bottom.Title.Font.Bold = False - ' - ' - ' - Me.TChart1.Axes.Bottom.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) - Me.TChart1.Axes.Bottom.Title.Font.Brush.Solid = True - Me.TChart1.Axes.Bottom.Title.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Bottom.Title.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Bottom.Title.Font.Shadow.Brush.Solid = True - Me.TChart1.Axes.Bottom.Title.Font.Shadow.Brush.Visible = True - Me.TChart1.Axes.Bottom.Title.Font.Size = 11 - Me.TChart1.Axes.Bottom.Title.Font.SizeFloat = 11.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Bottom.Title.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Axes.Bottom.Title.ImageBevel.Brush.Solid = True - Me.TChart1.Axes.Bottom.Title.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Bottom.Title.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Bottom.Title.Shadow.Brush.Solid = True - Me.TChart1.Axes.Bottom.Title.Shadow.Brush.Visible = True - Me.TChart1.Axes.Bottom.UseMaxPixelPos = True - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Depth.Labels.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Axes.Depth.Labels.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Depth.Labels.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Axes.Depth.Labels.Brush.Color = System.Drawing.Color.White - Me.TChart1.Axes.Depth.Labels.Brush.Solid = True - Me.TChart1.Axes.Depth.Labels.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Depth.Labels.Font.Bold = False - ' - ' - ' - Me.TChart1.Axes.Depth.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Depth.Labels.Font.Brush.Solid = True - Me.TChart1.Axes.Depth.Labels.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Depth.Labels.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Depth.Labels.Font.Shadow.Brush.Solid = True - Me.TChart1.Axes.Depth.Labels.Font.Shadow.Brush.Visible = True - Me.TChart1.Axes.Depth.Labels.Font.Size = 9 - Me.TChart1.Axes.Depth.Labels.Font.SizeFloat = 9.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Depth.Labels.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Axes.Depth.Labels.ImageBevel.Brush.Solid = True - Me.TChart1.Axes.Depth.Labels.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Depth.Labels.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Depth.Labels.Shadow.Brush.Solid = True - Me.TChart1.Axes.Depth.Labels.Shadow.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Depth.Title.Angle = 0 - ' - ' - ' - Me.TChart1.Axes.Depth.Title.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Axes.Depth.Title.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Depth.Title.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Axes.Depth.Title.Brush.Color = System.Drawing.Color.Silver - Me.TChart1.Axes.Depth.Title.Brush.Solid = True - Me.TChart1.Axes.Depth.Title.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Depth.Title.Font.Bold = False - ' - ' - ' - Me.TChart1.Axes.Depth.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) - Me.TChart1.Axes.Depth.Title.Font.Brush.Solid = True - Me.TChart1.Axes.Depth.Title.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Depth.Title.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Depth.Title.Font.Shadow.Brush.Solid = True - Me.TChart1.Axes.Depth.Title.Font.Shadow.Brush.Visible = True - Me.TChart1.Axes.Depth.Title.Font.Size = 11 - Me.TChart1.Axes.Depth.Title.Font.SizeFloat = 11.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Depth.Title.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Axes.Depth.Title.ImageBevel.Brush.Solid = True - Me.TChart1.Axes.Depth.Title.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Depth.Title.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Depth.Title.Shadow.Brush.Solid = True - Me.TChart1.Axes.Depth.Title.Shadow.Brush.Visible = True - Me.TChart1.Axes.Depth.UseMaxPixelPos = True - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.DepthTop.Labels.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Axes.DepthTop.Labels.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.DepthTop.Labels.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Axes.DepthTop.Labels.Brush.Color = System.Drawing.Color.White - Me.TChart1.Axes.DepthTop.Labels.Brush.Solid = True - Me.TChart1.Axes.DepthTop.Labels.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.DepthTop.Labels.Font.Bold = False - ' - ' - ' - Me.TChart1.Axes.DepthTop.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.DepthTop.Labels.Font.Brush.Solid = True - Me.TChart1.Axes.DepthTop.Labels.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.DepthTop.Labels.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.DepthTop.Labels.Font.Shadow.Brush.Solid = True - Me.TChart1.Axes.DepthTop.Labels.Font.Shadow.Brush.Visible = True - Me.TChart1.Axes.DepthTop.Labels.Font.Size = 9 - Me.TChart1.Axes.DepthTop.Labels.Font.SizeFloat = 9.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.DepthTop.Labels.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Axes.DepthTop.Labels.ImageBevel.Brush.Solid = True - Me.TChart1.Axes.DepthTop.Labels.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.DepthTop.Labels.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.DepthTop.Labels.Shadow.Brush.Solid = True - Me.TChart1.Axes.DepthTop.Labels.Shadow.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.DepthTop.Title.Angle = 0 - ' - ' - ' - Me.TChart1.Axes.DepthTop.Title.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Axes.DepthTop.Title.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.DepthTop.Title.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Axes.DepthTop.Title.Brush.Color = System.Drawing.Color.Silver - Me.TChart1.Axes.DepthTop.Title.Brush.Solid = True - Me.TChart1.Axes.DepthTop.Title.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.DepthTop.Title.Font.Bold = False - ' - ' - ' - Me.TChart1.Axes.DepthTop.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) - Me.TChart1.Axes.DepthTop.Title.Font.Brush.Solid = True - Me.TChart1.Axes.DepthTop.Title.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.DepthTop.Title.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.DepthTop.Title.Font.Shadow.Brush.Solid = True - Me.TChart1.Axes.DepthTop.Title.Font.Shadow.Brush.Visible = True - Me.TChart1.Axes.DepthTop.Title.Font.Size = 11 - Me.TChart1.Axes.DepthTop.Title.Font.SizeFloat = 11.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.DepthTop.Title.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Axes.DepthTop.Title.ImageBevel.Brush.Solid = True - Me.TChart1.Axes.DepthTop.Title.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.DepthTop.Title.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.DepthTop.Title.Shadow.Brush.Solid = True - Me.TChart1.Axes.DepthTop.Title.Shadow.Brush.Visible = True - Me.TChart1.Axes.DepthTop.UseMaxPixelPos = True - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Left.Labels.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Axes.Left.Labels.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Left.Labels.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Axes.Left.Labels.Brush.Color = System.Drawing.Color.White - Me.TChart1.Axes.Left.Labels.Brush.Solid = True - Me.TChart1.Axes.Left.Labels.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Left.Labels.Font.Bold = False - ' - ' - ' - Me.TChart1.Axes.Left.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Left.Labels.Font.Brush.Solid = True - Me.TChart1.Axes.Left.Labels.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Left.Labels.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Left.Labels.Font.Shadow.Brush.Solid = True - Me.TChart1.Axes.Left.Labels.Font.Shadow.Brush.Visible = True - Me.TChart1.Axes.Left.Labels.Font.Size = 9 - Me.TChart1.Axes.Left.Labels.Font.SizeFloat = 9.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Left.Labels.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Axes.Left.Labels.ImageBevel.Brush.Solid = True - Me.TChart1.Axes.Left.Labels.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Left.Labels.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Left.Labels.Shadow.Brush.Solid = True - Me.TChart1.Axes.Left.Labels.Shadow.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Left.Title.Angle = 90 - ' - ' - ' - Me.TChart1.Axes.Left.Title.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Axes.Left.Title.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Left.Title.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Axes.Left.Title.Brush.Color = System.Drawing.Color.Silver - Me.TChart1.Axes.Left.Title.Brush.Solid = True - Me.TChart1.Axes.Left.Title.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Left.Title.Font.Bold = False - ' - ' - ' - Me.TChart1.Axes.Left.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) - Me.TChart1.Axes.Left.Title.Font.Brush.Solid = True - Me.TChart1.Axes.Left.Title.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Left.Title.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Left.Title.Font.Shadow.Brush.Solid = True - Me.TChart1.Axes.Left.Title.Font.Shadow.Brush.Visible = True - Me.TChart1.Axes.Left.Title.Font.Size = 11 - Me.TChart1.Axes.Left.Title.Font.SizeFloat = 11.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Left.Title.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Axes.Left.Title.ImageBevel.Brush.Solid = True - Me.TChart1.Axes.Left.Title.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Left.Title.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Left.Title.Shadow.Brush.Solid = True - Me.TChart1.Axes.Left.Title.Shadow.Brush.Visible = True - Me.TChart1.Axes.Left.UseMaxPixelPos = True - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Right.Labels.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Axes.Right.Labels.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Right.Labels.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Axes.Right.Labels.Brush.Color = System.Drawing.Color.White - Me.TChart1.Axes.Right.Labels.Brush.Solid = True - Me.TChart1.Axes.Right.Labels.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Right.Labels.Font.Bold = False - ' - ' - ' - Me.TChart1.Axes.Right.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Right.Labels.Font.Brush.Solid = True - Me.TChart1.Axes.Right.Labels.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Right.Labels.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Right.Labels.Font.Shadow.Brush.Solid = True - Me.TChart1.Axes.Right.Labels.Font.Shadow.Brush.Visible = True - Me.TChart1.Axes.Right.Labels.Font.Size = 9 - Me.TChart1.Axes.Right.Labels.Font.SizeFloat = 9.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Right.Labels.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Axes.Right.Labels.ImageBevel.Brush.Solid = True - Me.TChart1.Axes.Right.Labels.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Right.Labels.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Right.Labels.Shadow.Brush.Solid = True - Me.TChart1.Axes.Right.Labels.Shadow.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Right.Title.Angle = 270 - ' - ' - ' - Me.TChart1.Axes.Right.Title.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Axes.Right.Title.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Right.Title.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Axes.Right.Title.Brush.Color = System.Drawing.Color.Silver - Me.TChart1.Axes.Right.Title.Brush.Solid = True - Me.TChart1.Axes.Right.Title.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Right.Title.Font.Bold = False - ' - ' - ' - Me.TChart1.Axes.Right.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) - Me.TChart1.Axes.Right.Title.Font.Brush.Solid = True - Me.TChart1.Axes.Right.Title.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Right.Title.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Right.Title.Font.Shadow.Brush.Solid = True - Me.TChart1.Axes.Right.Title.Font.Shadow.Brush.Visible = True - Me.TChart1.Axes.Right.Title.Font.Size = 11 - Me.TChart1.Axes.Right.Title.Font.SizeFloat = 11.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Right.Title.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Axes.Right.Title.ImageBevel.Brush.Solid = True - Me.TChart1.Axes.Right.Title.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Right.Title.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Right.Title.Shadow.Brush.Solid = True - Me.TChart1.Axes.Right.Title.Shadow.Brush.Visible = True - Me.TChart1.Axes.Right.UseMaxPixelPos = True - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Top.Labels.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Axes.Top.Labels.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Top.Labels.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Axes.Top.Labels.Brush.Color = System.Drawing.Color.White - Me.TChart1.Axes.Top.Labels.Brush.Solid = True - Me.TChart1.Axes.Top.Labels.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Top.Labels.Font.Bold = False - ' - ' - ' - Me.TChart1.Axes.Top.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Top.Labels.Font.Brush.Solid = True - Me.TChart1.Axes.Top.Labels.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Top.Labels.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Top.Labels.Font.Shadow.Brush.Solid = True - Me.TChart1.Axes.Top.Labels.Font.Shadow.Brush.Visible = True - Me.TChart1.Axes.Top.Labels.Font.Size = 9 - Me.TChart1.Axes.Top.Labels.Font.SizeFloat = 9.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Top.Labels.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Axes.Top.Labels.ImageBevel.Brush.Solid = True - Me.TChart1.Axes.Top.Labels.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Top.Labels.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Top.Labels.Shadow.Brush.Solid = True - Me.TChart1.Axes.Top.Labels.Shadow.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Top.Title.Angle = 0 - ' - ' - ' - Me.TChart1.Axes.Top.Title.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Axes.Top.Title.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Axes.Top.Title.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Axes.Top.Title.Brush.Color = System.Drawing.Color.Silver - Me.TChart1.Axes.Top.Title.Brush.Solid = True - Me.TChart1.Axes.Top.Title.Brush.Visible = True - ' - ' - ' - Me.TChart1.Axes.Top.Title.Font.Bold = False - ' - ' - ' - Me.TChart1.Axes.Top.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) - Me.TChart1.Axes.Top.Title.Font.Brush.Solid = True - Me.TChart1.Axes.Top.Title.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Top.Title.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Top.Title.Font.Shadow.Brush.Solid = True - Me.TChart1.Axes.Top.Title.Font.Shadow.Brush.Visible = True - Me.TChart1.Axes.Top.Title.Font.Size = 11 - Me.TChart1.Axes.Top.Title.Font.SizeFloat = 11.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Top.Title.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Axes.Top.Title.ImageBevel.Brush.Solid = True - Me.TChart1.Axes.Top.Title.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Axes.Top.Title.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Axes.Top.Title.Shadow.Brush.Solid = True - Me.TChart1.Axes.Top.Title.Shadow.Brush.Visible = True - Me.TChart1.Axes.Top.UseMaxPixelPos = True - Me.TChart1.Dock = System.Windows.Forms.DockStyle.Fill - ' - ' - ' - ' - ' - ' - Me.TChart1.Footer.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Footer.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Footer.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Footer.Brush.Color = System.Drawing.Color.Silver - Me.TChart1.Footer.Brush.Solid = True - Me.TChart1.Footer.Brush.Visible = True - ' - ' - ' - Me.TChart1.Footer.Font.Bold = False - ' - ' - ' - Me.TChart1.Footer.Font.Brush.Color = System.Drawing.Color.Red - Me.TChart1.Footer.Font.Brush.Solid = True - Me.TChart1.Footer.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Footer.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Footer.Font.Shadow.Brush.Solid = True - Me.TChart1.Footer.Font.Shadow.Brush.Visible = True - Me.TChart1.Footer.Font.Size = 8 - Me.TChart1.Footer.Font.SizeFloat = 8.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Footer.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Footer.ImageBevel.Brush.Solid = True - Me.TChart1.Footer.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Footer.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Footer.Shadow.Brush.Solid = True - Me.TChart1.Footer.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Header.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Header.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Header.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Header.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) - Me.TChart1.Header.Brush.Solid = True - Me.TChart1.Header.Brush.Visible = True - ' - ' - ' - Me.TChart1.Header.Font.Bold = False - ' - ' - ' - Me.TChart1.Header.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Header.Font.Brush.Solid = True - Me.TChart1.Header.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Header.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Header.Font.Shadow.Brush.Solid = True - Me.TChart1.Header.Font.Shadow.Brush.Visible = True - Me.TChart1.Header.Font.Size = 12 - Me.TChart1.Header.Font.SizeFloat = 12.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Header.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Header.ImageBevel.Brush.Solid = True - Me.TChart1.Header.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Header.Shadow.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) - Me.TChart1.Header.Shadow.Brush.Solid = True - Me.TChart1.Header.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Legend.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Legend.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Legend.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Legend.Brush.Color = System.Drawing.Color.White - Me.TChart1.Legend.Brush.Solid = True - Me.TChart1.Legend.Brush.Visible = True - ' - ' - ' - Me.TChart1.Legend.Font.Bold = False - ' - ' - ' - Me.TChart1.Legend.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) - Me.TChart1.Legend.Font.Brush.Solid = True - Me.TChart1.Legend.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Legend.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Legend.Font.Shadow.Brush.Solid = True - Me.TChart1.Legend.Font.Shadow.Brush.Visible = True - Me.TChart1.Legend.Font.Size = 9 - Me.TChart1.Legend.Font.SizeFloat = 9.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Legend.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Legend.ImageBevel.Brush.Solid = True - Me.TChart1.Legend.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Legend.Shadow.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) - Me.TChart1.Legend.Shadow.Brush.Solid = True - Me.TChart1.Legend.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart1.Legend.Symbol.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Legend.Symbol.Shadow.Brush.Solid = True - Me.TChart1.Legend.Symbol.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Legend.Title.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Legend.Title.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Legend.Title.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Legend.Title.Brush.Color = System.Drawing.Color.White - Me.TChart1.Legend.Title.Brush.Solid = True - Me.TChart1.Legend.Title.Brush.Visible = True - ' - ' - ' - Me.TChart1.Legend.Title.Font.Bold = True - ' - ' - ' - Me.TChart1.Legend.Title.Font.Brush.Color = System.Drawing.Color.Black - Me.TChart1.Legend.Title.Font.Brush.Solid = True - Me.TChart1.Legend.Title.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Legend.Title.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Legend.Title.Font.Shadow.Brush.Solid = True - Me.TChart1.Legend.Title.Font.Shadow.Brush.Visible = True - Me.TChart1.Legend.Title.Font.Size = 8 - Me.TChart1.Legend.Title.Font.SizeFloat = 8.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.Legend.Title.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Legend.Title.ImageBevel.Brush.Solid = True - Me.TChart1.Legend.Title.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Legend.Title.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Legend.Title.Shadow.Brush.Solid = True - Me.TChart1.Legend.Title.Shadow.Brush.Visible = True - Me.TChart1.Location = New System.Drawing.Point(1, 40) - Me.TChart1.Margin = New System.Windows.Forms.Padding(0) - Me.TChart1.Name = "TChart1" - ' - ' - ' - ' - ' - ' - Me.TChart1.Panel.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Panel.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Panel.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Panel.Brush.Solid = True - Me.TChart1.Panel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Panel.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Panel.ImageBevel.Brush.Solid = True - Me.TChart1.Panel.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Panel.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Panel.Shadow.Brush.Solid = True - Me.TChart1.Panel.Shadow.Brush.Visible = True - ' - ' - ' - Me.TChart1.Printer.Landscape = True - Margins3.Bottom = 10 - Margins3.Left = 10 - Margins3.Right = 10 - Margins3.Top = 10 - Me.TChart1.Printer.Margins = Margins3 - Me.TChart1.Size = New System.Drawing.Size(938, 380) - ' - ' - ' - ' - ' - ' - Me.TChart1.SubFooter.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.SubFooter.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.SubFooter.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.SubFooter.Brush.Color = System.Drawing.Color.Silver - Me.TChart1.SubFooter.Brush.Solid = True - Me.TChart1.SubFooter.Brush.Visible = True - ' - ' - ' - Me.TChart1.SubFooter.Font.Bold = False - ' - ' - ' - Me.TChart1.SubFooter.Font.Brush.Color = System.Drawing.Color.Red - Me.TChart1.SubFooter.Font.Brush.Solid = True - Me.TChart1.SubFooter.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.SubFooter.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.SubFooter.Font.Shadow.Brush.Solid = True - Me.TChart1.SubFooter.Font.Shadow.Brush.Visible = True - Me.TChart1.SubFooter.Font.Size = 8 - Me.TChart1.SubFooter.Font.SizeFloat = 8.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.SubFooter.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.SubFooter.ImageBevel.Brush.Solid = True - Me.TChart1.SubFooter.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.SubFooter.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.SubFooter.Shadow.Brush.Solid = True - Me.TChart1.SubFooter.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.SubHeader.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.SubHeader.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.SubHeader.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.SubHeader.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) - Me.TChart1.SubHeader.Brush.Solid = True - Me.TChart1.SubHeader.Brush.Visible = True - ' - ' - ' - Me.TChart1.SubHeader.Font.Bold = False - ' - ' - ' - Me.TChart1.SubHeader.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.SubHeader.Font.Brush.Solid = True - Me.TChart1.SubHeader.Font.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.SubHeader.Font.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.SubHeader.Font.Shadow.Brush.Solid = True - Me.TChart1.SubHeader.Font.Shadow.Brush.Visible = True - Me.TChart1.SubHeader.Font.Size = 12 - Me.TChart1.SubHeader.Font.SizeFloat = 12.0! - ' - ' - ' - ' - ' - ' - Me.TChart1.SubHeader.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.SubHeader.ImageBevel.Brush.Solid = True - Me.TChart1.SubHeader.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.SubHeader.Shadow.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) - Me.TChart1.SubHeader.Shadow.Brush.Solid = True - Me.TChart1.SubHeader.Shadow.Brush.Visible = True - Me.TChart1.TabIndex = 1 - ' - ' - ' - ' - ' - ' - ' - ' - ' - Me.TChart1.Walls.Back.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Walls.Back.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Walls.Back.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Walls.Back.Brush.Color = System.Drawing.Color.Silver - Me.TChart1.Walls.Back.Brush.Solid = True - Me.TChart1.Walls.Back.Brush.Visible = False - ' - ' - ' - ' - ' - ' - Me.TChart1.Walls.Back.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Walls.Back.ImageBevel.Brush.Solid = True - Me.TChart1.Walls.Back.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Walls.Back.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Walls.Back.Shadow.Brush.Solid = True - Me.TChart1.Walls.Back.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Walls.Bottom.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Walls.Bottom.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Walls.Bottom.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Walls.Bottom.Brush.Color = System.Drawing.Color.White - Me.TChart1.Walls.Bottom.Brush.Solid = True - Me.TChart1.Walls.Bottom.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Walls.Bottom.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Walls.Bottom.ImageBevel.Brush.Solid = True - Me.TChart1.Walls.Bottom.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Walls.Bottom.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Walls.Bottom.Shadow.Brush.Solid = True - Me.TChart1.Walls.Bottom.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Walls.Left.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Walls.Left.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Walls.Left.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Walls.Left.Brush.Color = System.Drawing.Color.LightYellow - Me.TChart1.Walls.Left.Brush.Solid = True - Me.TChart1.Walls.Left.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Walls.Left.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Walls.Left.ImageBevel.Brush.Solid = True - Me.TChart1.Walls.Left.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Walls.Left.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Walls.Left.Shadow.Brush.Solid = True - Me.TChart1.Walls.Left.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Walls.Right.Bevel.ColorOne = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TChart1.Walls.Right.Bevel.ColorTwo = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.TChart1.Walls.Right.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None - ' - ' - ' - Me.TChart1.Walls.Right.Brush.Color = System.Drawing.Color.LightYellow - Me.TChart1.Walls.Right.Brush.Solid = True - Me.TChart1.Walls.Right.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Walls.Right.ImageBevel.Brush.Color = System.Drawing.Color.LightGray - Me.TChart1.Walls.Right.ImageBevel.Brush.Solid = True - Me.TChart1.Walls.Right.ImageBevel.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Walls.Right.Shadow.Brush.Color = System.Drawing.Color.DarkGray - Me.TChart1.Walls.Right.Shadow.Brush.Solid = True - Me.TChart1.Walls.Right.Shadow.Brush.Visible = True - ' - ' - ' - ' - ' - ' - Me.TChart1.Zoom.Brush.Color = System.Drawing.Color.LightBlue - Me.TChart1.Zoom.Brush.Solid = True - Me.TChart1.Zoom.Brush.Visible = True - ' - 'Panel_DisplayRange - ' - Me.Panel_DisplayRange.Controls.Add(Me.Label_Display) - Me.Panel_DisplayRange.Controls.Add(Me.NumericUpDown_DisplayRangeMultiplier) - Me.Panel_DisplayRange.Controls.Add(Me.ComboBox_DisplayRangeUnit) - Me.Panel_DisplayRange.Controls.Add(Me.MaskedTextBox_NavEnd) - Me.Panel_DisplayRange.Controls.Add(Me.MaskedTextBox_NavStart) - Me.Panel_DisplayRange.Dock = System.Windows.Forms.DockStyle.Fill - Me.Panel_DisplayRange.Location = New System.Drawing.Point(1, 421) - Me.Panel_DisplayRange.Margin = New System.Windows.Forms.Padding(0) - Me.Panel_DisplayRange.Name = "Panel_DisplayRange" - Me.Panel_DisplayRange.Size = New System.Drawing.Size(938, 36) - Me.Panel_DisplayRange.TabIndex = 2 - ' - 'Label_Display - ' - Me.Label_Display.Anchor = System.Windows.Forms.AnchorStyles.Top - Me.Label_Display.AutoSize = True - Me.Label_Display.Location = New System.Drawing.Point(381, 12) - Me.Label_Display.Name = "Label_Display" - Me.Label_Display.Size = New System.Drawing.Size(44, 13) - Me.Label_Display.TabIndex = 1 - Me.Label_Display.Text = "Display:" - ' - 'NumericUpDown_DisplayRangeMultiplier - ' - Me.NumericUpDown_DisplayRangeMultiplier.Anchor = System.Windows.Forms.AnchorStyles.Top - Me.NumericUpDown_DisplayRangeMultiplier.Location = New System.Drawing.Point(431, 8) - Me.NumericUpDown_DisplayRangeMultiplier.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) - Me.NumericUpDown_DisplayRangeMultiplier.Name = "NumericUpDown_DisplayRangeMultiplier" - Me.NumericUpDown_DisplayRangeMultiplier.Size = New System.Drawing.Size(40, 20) - Me.NumericUpDown_DisplayRangeMultiplier.TabIndex = 2 - Me.NumericUpDown_DisplayRangeMultiplier.Value = New Decimal(New Integer() {1, 0, 0, 0}) - ' - 'ComboBox_DisplayRangeUnit - ' - Me.ComboBox_DisplayRangeUnit.Anchor = System.Windows.Forms.AnchorStyles.Top - Me.ComboBox_DisplayRangeUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.ComboBox_DisplayRangeUnit.FormattingEnabled = True - Me.ComboBox_DisplayRangeUnit.Items.AddRange(New Object() {"", "Centuries", "Decades", "Years", "Months", "Weeks", "Days", "Hours", "Minutes", "Seconds"}) - Me.ComboBox_DisplayRangeUnit.Location = New System.Drawing.Point(477, 8) - Me.ComboBox_DisplayRangeUnit.Name = "ComboBox_DisplayRangeUnit" - Me.ComboBox_DisplayRangeUnit.Size = New System.Drawing.Size(81, 21) - Me.ComboBox_DisplayRangeUnit.TabIndex = 3 - ' - 'MaskedTextBox_NavEnd - ' - Me.MaskedTextBox_NavEnd.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.MaskedTextBox_NavEnd.Culture = New System.Globalization.CultureInfo("") - Me.MaskedTextBox_NavEnd.Location = New System.Drawing.Point(829, 8) - Me.MaskedTextBox_NavEnd.Name = "MaskedTextBox_NavEnd" - Me.MaskedTextBox_NavEnd.Size = New System.Drawing.Size(100, 20) - Me.MaskedTextBox_NavEnd.TabIndex = 4 - Me.MaskedTextBox_NavEnd.ValidatingType = GetType(Date) - ' - 'MaskedTextBox_NavStart - ' - Me.MaskedTextBox_NavStart.Culture = New System.Globalization.CultureInfo("") - Me.MaskedTextBox_NavStart.Location = New System.Drawing.Point(8, 8) - Me.MaskedTextBox_NavStart.Name = "MaskedTextBox_NavStart" - Me.MaskedTextBox_NavStart.Size = New System.Drawing.Size(100, 20) - Me.MaskedTextBox_NavStart.TabIndex = 0 - Me.MaskedTextBox_NavStart.ValidatingType = GetType(Date) - ' - 'ProgressBar1 - ' - Me.ProgressBar1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ProgressBar1.Enabled = False - Me.ProgressBar1.Location = New System.Drawing.Point(832, 641) - Me.ProgressBar1.Name = "ProgressBar1" - Me.ProgressBar1.Size = New System.Drawing.Size(108, 16) - Me.ProgressBar1.Step = 1 - Me.ProgressBar1.TabIndex = 2 - ' - 'MainWindow + 'MainWindow ' Me.AllowDrop = True Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.Control Me.ClientSize = New System.Drawing.Size(944, 661) + Me.Controls.Add(Me.SplitContainer2) Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(ToolStrip1) - Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(StatusStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.KeyPreview = True @@ -3315,6 +996,13 @@ Partial Class MainWindow Me.Panel_DisplayRange.ResumeLayout(False) Me.Panel_DisplayRange.PerformLayout() CType(Me.NumericUpDown_DisplayRangeMultiplier, System.ComponentModel.ISupportInitialize).EndInit() + Me.SplitContainer2.Panel1.ResumeLayout(False) + Me.SplitContainer2.Panel1.PerformLayout() + Me.SplitContainer2.Panel2.ResumeLayout(False) + CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit() + Me.SplitContainer2.ResumeLayout(False) + Me.ToolStrip2.ResumeLayout(False) + Me.ToolStrip2.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() @@ -3326,11 +1014,9 @@ Partial Class MainWindow Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer - Friend WithEvents TChart2 As Steema.TeeChart.TChart Friend WithEvents ToolStripButton_New As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripDropDownButton_Open As System.Windows.Forms.ToolStripDropDownButton Friend WithEvents ToolStripDropDownButton_Save As System.Windows.Forms.ToolStripDropDownButton - Friend WithEvents ToolStripButton_Print As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripButton_Copy As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripButton_EditChart As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripButton_ToggleOverview As System.Windows.Forms.ToolStripButton @@ -3343,7 +1029,6 @@ Partial Class MainWindow Friend WithEvents ToolStripMenuItem_About As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem_ImportSeries As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem_LoadTEN As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents ToolStripMenuItem_SaveChart As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem_ExportSeries As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem_ReloadFromFiles As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem_EnterSeries As System.Windows.Forms.ToolStripMenuItem @@ -3353,7 +1038,6 @@ Partial Class MainWindow Friend WithEvents ComboBox_DisplayRangeUnit As System.Windows.Forms.ComboBox Friend WithEvents MaskedTextBox_NavEnd As System.Windows.Forms.MaskedTextBox Friend WithEvents MaskedTextBox_NavStart As System.Windows.Forms.MaskedTextBox - Friend WithEvents TChart1 As Steema.TeeChart.TChart Friend WithEvents PanelNavigation As System.Windows.Forms.Panel Friend WithEvents NumericUpDown_NavMultiplier As System.Windows.Forms.NumericUpDown Friend WithEvents ComboBox_NavIncrement As System.Windows.Forms.ComboBox @@ -3377,7 +1061,6 @@ Partial Class MainWindow Friend WithEvents ToolStripButton_AutoAdjustYAxes As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripButton_RemoveNaNValues As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripMenuItem_Changelog As ToolStripMenuItem - Friend WithEvents ToolStripButton_AxisDialog As ToolStripButton Friend WithEvents ToolStripMenuItem_PasteFromClipboard As ToolStripMenuItem Friend WithEvents ToolStripSeparator10 As ToolStripSeparator Friend WithEvents ToolStripStatusLabel_Errors As ToolStripStatusLabel @@ -3394,11 +1077,24 @@ Partial Class MainWindow Friend WithEvents ToolStripMenuItem_ColorPaletteWheel As ToolStripMenuItem Friend WithEvents ToolStripMenuItem_ColorPaletteRandom As ToolStripMenuItem Friend WithEvents ToolStripSeparator11 As ToolStripSeparator - Friend WithEvents ToolStripDropDownButton_ActivateAllSeries As ToolStripDropDownButton - Friend WithEvents ToolStripMenuItem_ActivateAllSeries As ToolStripMenuItem - Friend WithEvents ToolStripMenuItem_DeactivateAllSeries As ToolStripMenuItem Friend WithEvents ProgressBar1 As ProgressBar Friend WithEvents Button_NavStart As Button Friend WithEvents Button_NavEnd As Button Friend WithEvents ToolTip1 As ToolTip + Friend WithEvents MainPlot As ScottPlot.FormsPlot + Friend WithEvents OverviewPlot As ScottPlot.FormsPlot + Friend WithEvents SplitContainer2 As SplitContainer + Friend WithEvents CheckedListBox_Series As CheckedListBox + Friend WithEvents ToolStrip2 As ToolStrip + Friend WithEvents ToolStripDropDownButton1 As ToolStripDropDownButton + Friend WithEvents ToolStripMenuItem_ActivateAllSeries As ToolStripMenuItem + Friend WithEvents ToolStripMenuItem_DeactivateAllSeries As ToolStripMenuItem + Friend WithEvents ToolStripButton_MoveUp As ToolStripButton + Friend WithEvents ToolStripButton_MoveDown As ToolStripButton + Friend WithEvents ToolStripButton_Delete As ToolStripButton + Friend WithEvents ToolStripSeparator12 As ToolStripSeparator + Friend WithEvents ToolStripSeparator13 As ToolStripSeparator + Friend WithEvents ToolStripMenuItem_ColorPaletteCategory10 As ToolStripMenuItem + Friend WithEvents ToolStripMenuItem_ColorPaletteCategory20 As ToolStripMenuItem + Friend WithEvents ToolStripMenuItem_SaveImage As ToolStripMenuItem End Class diff --git a/source/Views/MainWindow.resx b/source/Views/MainWindow.resx index 9ab2fe8f..b4fed811 100644 --- a/source/Views/MainWindow.resx +++ b/source/Views/MainWindow.resx @@ -138,12 +138,6 @@ 120, 3 - - False - - - False - @@ -178,12 +172,6 @@ g6eHO+A/lyD8ARfG3mk9fv1YAAAAAElFTkSuQmCC - - False - - - False - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 @@ -215,21 +203,6 @@ zjLzOUEwEsMf+sLI2zmaOou/93pPGoM5zvk7UU7fnBKxSBPoT7SXBNW1F/9Io2lKCNTCeomUyrS8xnBA wfUqyf1eP5U1ptJD/o1LzeNCsHPydtqdr6k4aiwvOHvNSya3ibU/QIdrEkvfhJislc32MfYfuV1eUGPw FF7bIVJVZ0N/soPK421UHGstlFvYd/hWecF/Qqf7CR0A5wwgSQA2AAAAAElFTkSuQmCC - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIpSURBVDhPtZL/T1JRGMb5p1itrVZbbRpqZbawnBENV1I0 - jGlByTSyJTXJwq2oKZQb1KAv6JCYWSxvBrkkZUq4CeQEiRABFeLL072Xa0zRra31bO8v57zP5znnPYf1 - X+TxhWF6O7VtGYcnwbSWijKPOLzYrPSvLPwLS3huGUMlT7o9wGD9grVUBj+icdid03S9tDmgNxNwTgVQ - J+rA8XNtWwM+uuZATMwxmQVRycuJFNyzIRitDlScugKzjSgFRGJJaIwEsrk8AsHIhnSL/Ssck37UNipQ - I5DjtuYV7uksRYhr2kebhx2eP6nrycFIEh5fBA/1Nvru8q5+PDaOovK0rABwfwugWzcErfkzHhjsePL6 - E7q1VrTdNUDcrgGvSYlDZHN5XTNOnL8BVe8AJAoNDtZfLgDu9L1BPJmikzcrk81hlRwodZJwdBXziwnI - OrVoaOkiT8C8hKLHBPO7CbywOaE1jeC+bhAd6meQdvZC1KoG/5IS3MZ2HObLUHZSggvkWq3wOvbWiAqA - VpWeyStVfCUNf3AZ4zNhfHCFMEDMgye+hYr6FrDLzxQAUuVTpr0ocn74mchg5vsKRt1RcHp2Qv9+kZ78 - UcE17KkWFgHNN/uQzgBkGKLJPBZiecyGchjzrmFwPIF++xJUbDbUQzEacIArLpopSRSP4CUN1Obf1Abz - uqob5KjiXwWH/GVl5HPt5zZh37GL2H1EiF1VZ7GDI6CNW5r/TSzWbwHYL0mKJ5czAAAAAElFTkSuQmCC @@ -253,19 +226,19 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAK8SURBVDhPjZFfTFJRHMfZerHWQ2v9e6jlfLrWQ5nN25xG - rUJk6S2DFBWUGVKYc05zuTBJgRpO0TIR3bokXhRpMnM2MpREkQq5uFq5tRZCW9RYq8CXHtivi1zHmq76 - bOflnN/n9z3ndxhruI2lqGdIaCGHykL24dyo3ZgTdeKCkKuv0OLqvoDSZRvjNQrE3kFR0GMQkm59sWwB - 5yNOXQHi6uPKXDoeOactDDo058R0+Z/EkuNyicrjC6eSy2Eu6Y/UeAORq4v+n3mv/T9SHJ2YalaDBafb - OOtv4jEKLbHkBV8YIf3hK9Rq9AbCDWRgpd7rj9RSjUq8vu/JMx0YOXWbY6G1BKSxLOTWF8kWP4ULKPl6 - XI7UxWTWNROkSXCgbnR6SsmRWZV5IVpLYB/KiS7o+AiVVLWWuvaEk9UEFLeMA8LvBWszC5lWM6O0lsBO - sKKxgXn9YUl2LQGZtYOQUTUAR8QPgHfTAl1mN2ANZtjD1sCUaoMGTrwk5OrhyjyBFTZabYCeMRK6Rz2r - YqfJDfVdNlAPuIAlJSAJVQKtJZjXci3z3TwyNqg0Mb4q12gmoUpthUrVExDdGgdJ6wS06hyQJdQDY6f0 - F63GcWjy0bn7WPB5B6ZKFfRD58graDe+oFLn4Q7uBCnVpKXXAezLBOw7VAejNVl8Wk1gV+eLHdQ/p3C1 - sPfsXdjF0sC2422QWY6DXDsDrEsGQJgt8HGuHWytGIxVoLtpNcG0ioNOKjgWq5IVig3LpmBGNx+VwynR - Qzh4ogm+vDXA1yUC3j+Tgzk3O2rcqMk69jeGNiXfgJmOIvA5NRB8o4dl1z142S8C1Rnkw+PK9C105d95 - JM0S2BTnYWmiCd5NNMNs10UwS9K+jfAObKVL/o1JnCEgStPhqZwNw+XoZ4KfvoM++n9MFce29xUdVuBl - zKT4DoPxGz/xlyzmeBdoAAAAAElFTkSuQmCC + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAK8SURBVDhPjZFfTFJRHMfZerHWQ2v9e6jlfLrWQ5nN25yG + rWKMpbcMUlRQZkhhzjnN5cIkBWo0RctEdOuSeK8iTWbORoaSKFIhF1crt9ZCaIsaaxX40gP7dZHrWNNV + n+28nPP7/L7n/A5rDQ9ZhnqHxFZqqDzsGM6LOUh2zIWLwu6+Iqu7+zzKlG2MjxRJfYOSkNckpjzGEsUC + LkRchkLE3cdXuA0Cak5fFHLqzkqZ8j+JJyfkUo3XH0mnliN8KhCt9QWjVxYDP/NfB36kOTsxzawOC03f + 4a2/iZcUW+PJC/4IQgUil+nV5AtGGqngSoMvEK2jG5X6/N9TZzowauoWz8poSSiyPOwxFisWP0UKafla + Qo7Wx2XOVTNkyHCgb3RqSs1T2NT5YUZL4hhixxYMQoROql5LXXvCiRoCSlrHARH2gq2Fg0xr2TFGS+Ig + 6GnTA/MFIrLcOgKy6wYhq3oAjkgfgOCGFbosHsAaLbCHq4MpzQYNXHhp2N3DV3iDK1y0xgQ9YxR0j3pX + xU6zBxq67KAdcANHTkAKqgZGSzKv51vnuwVUfFAZUnxVrtVNQrXWBlWaJyC5OQ6ytgloMzghR2wE1k75 + L0ZN4NQVoHP3sdDzDkyTLuqHzpFX0E6+oFPn4TbuAjndpLXXCdxLBOw7VA+jtTlCRk3i0BZInfQ/p/H1 + sPfMXdjF0cG243cguwIHpX4GOBdNgLBb4eNcO9jbMBirRHczapJpDQ+dVPGsNjUnHB+WXcWObT6qhJOS + h3Awrxm+vDXB1yUC3j9TgiUvN0Zu1GQd+5vCm1Kvw0xHMfhdOgi9McKy+x687JeA5jTy4XFV5ham8u88 + kueI7KpzsDTRDO8mWmC26wJYZBnfRgQHtjIl/8YszRIRZZnwVMmF4Qr0MyHM3MEc/T/mymPb+4oPq/By + dkpih8X6DcsBlwPmslDeAAAAAElFTkSuQmCC @@ -289,6 +262,12 @@ 25iC8wXPdvCp1kI+tSp/locg/gWbSFuRUqfdRgAAAABJRU5ErkJggg== + + False + + + False + 6, 3 @@ -310,9 +289,6 @@ 1GNPK3gAAAAASUVORK5CYII= - - 458, 4 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAAAlwSFlzAAAO @@ -331,6 +307,12 @@ 222, 3 + + 458, 4 + + + 556, 4 + 25 diff --git a/source/Views/MainWindow.vb b/source/Views/MainWindow.vb index e6171579..70fa5c44 100644 --- a/source/Views/MainWindow.vb +++ b/source/Views/MainWindow.vb @@ -32,11 +32,16 @@ Friend Class MainWindow ''' Friend isInitializing As Boolean - 'ColorBand that is shown while zooming in main chart - Friend colorBandZoom As Steema.TeeChart.Tools.ColorBand + 'Rectangle that is shown while zooming in main chart + Friend ZoomRectangle As ScottPlot.Plottable.HSpan - 'ColorBand representing current view extent of main chart in OverviewChart - Friend colorBandOverview As Steema.TeeChart.Tools.ColorBand + 'Rectangle representing current view extent of main chart in overview chart + Friend ViewExtentRectangle As ScottPlot.Plottable.HSpan + + ''' + ''' List of HorizontalSpans representing NaN periods + ''' + Friend NaNSpans As List(Of ScottPlot.Plottable.HSpan) 'Cursors Friend cursor_pan As Cursor @@ -61,7 +66,7 @@ Friend Class MainWindow Friend Property ChartMinX As DateTime Get Try - Return DateTime.FromOADate(Me.TChart1.Axes.Bottom.Minimum) + Return DateTime.FromOADate(Me.MainPlot.Plot.XAxis.Dims.Min) Catch ex As ArgumentException Return Constants.minOADate End Try @@ -70,14 +75,14 @@ Friend Class MainWindow If value < Constants.minOADate Then value = Constants.minOADate End If - Me.TChart1.Axes.Bottom.Minimum = value.ToOADate() + Me.MainPlot.Plot.XAxis.Dims.SetAxis(min:=value.ToOADate(), max:=Nothing) End Set End Property Friend Property ChartMaxX As DateTime Get Try - Return DateTime.FromOADate(Me.TChart1.Axes.Bottom.Maximum) + Return DateTime.FromOADate(Me.MainPlot.Plot.XAxis.Dims.Max) Catch ex As ArgumentException Return Constants.maxOADate End Try @@ -86,7 +91,7 @@ Friend Class MainWindow If value > Constants.maxOADate Then value = Constants.maxOADate End If - Me.TChart1.Axes.Bottom.Maximum = value.ToOADate() + Me.MainPlot.Plot.XAxis.Dims.SetAxis(min:=Nothing, max:=value.ToOADate()) End Set End Property @@ -96,12 +101,12 @@ Friend Class MainWindow Me.isInitializing = True - ' Dieser Aufruf ist für den Windows Form-Designer erforderlich. + ' Dieser Aufruf ist für den Windows Form-Designer erforderlich. InitializeComponent() 'Charts einrichten '----------------- - Call Me.Init_Charts() + Call Me.InitializeCharts() 'Navigation initialisieren Me.ComboBox_NavIncrement.SelectedItem = "Days" @@ -124,75 +129,61 @@ Friend Class MainWindow End Sub - - 'Charts neu einrichten - '********************* - Friend Sub Init_Charts() - - 'Charts zurücksetzen - Me.TChart1.Clear() - Call Helpers.FormatChart(Me.TChart1.Chart) - - Me.TChart2.Clear() - Call Helpers.FormatChart(Me.TChart2.Chart) - Me.TChart2.Panel.Brush.Color = Color.FromArgb(239, 239, 239) - Me.TChart2.Walls.Back.Color = Color.FromArgb(239, 239, 239) - Me.TChart2.Header.Visible = False - Me.TChart2.Legend.Visible = False - - 'Disable TeeChart builtin zooming and panning functionality - Me.TChart1.Zoom.Direction = Steema.TeeChart.ZoomDirections.None - Me.TChart1.Zoom.History = False - Me.TChart1.Zoom.Animated = True - Me.TChart1.Panning.Allow = Steema.TeeChart.ScrollModes.None - - Me.TChart2.Zoom.Direction = Steema.TeeChart.ZoomDirections.None - Me.TChart2.Panning.Allow = Steema.TeeChart.ScrollModes.None - - 'Achsen - Me.TChart1.Axes.Bottom.Automatic = False - Me.TChart1.Axes.Bottom.Labels.Angle = 90 - Me.TChart1.Axes.Bottom.Labels.DateTimeFormat = Helpers.CurrentDateFormat - Me.TChart1.Axes.Right.Title.Angle = 90 - - Me.TChart2.Axes.Left.Labels.Font.Color = Color.FromArgb(100, 100, 100) - Me.TChart2.Axes.Left.Labels.Font.Size = 8 - Me.TChart2.Axes.Bottom.Labels.Font.Color = Color.FromArgb(100, 100, 100) - Me.TChart2.Axes.Bottom.Labels.Font.Size = 8 - Me.TChart2.Axes.Bottom.Automatic = False - Me.TChart2.Axes.Bottom.Labels.DateTimeFormat = Globalization.CultureInfo.CurrentCulture.DateTimeFormat.ShortDatePattern 'date only without time - - 'ColorBand einrichten - Call Me.Init_ColorBands() + ''' + ''' Initializes/resets the charts + ''' + Friend Sub InitializeCharts() + + 'initialize main plot + Me.MainPlot.Plot.Clear() + Call Helpers.FormatChart(Me.MainPlot.Plot) + Me.MainPlot.Plot.Style(figureBackground:=Color.White) + Me.MainPlot.Configuration.Pan = False + Me.MainPlot.Configuration.Zoom = False + Me.MainPlot.Refresh() + + 'initialize overview plot + Me.OverviewPlot.Plot.Clear() + Call Helpers.FormatChart(Me.OverviewPlot.Plot) + Me.OverviewPlot.Plot.Legend.IsVisible = False + Me.OverviewPlot.Configuration.Pan = False + Me.OverviewPlot.Configuration.Zoom = False + Me.OverviewPlot.Refresh() + + 'initialize rectangles + Call Me.InitializeRectangles() + + 'initialize list of HorizontalSpans representing NaN periods + Me.NaNSpans = New List(Of ScottPlot.Plottable.HSpan) End Sub ''' - ''' Initialize color bands + ''' Initialize the chart rectangles ''' - Friend Sub Init_ColorBands() - - colorBandOverview = New Steema.TeeChart.Tools.ColorBand() - Me.TChart2.Tools.Add(colorBandOverview) - colorBandOverview.Axis = Me.TChart2.Axes.Bottom - colorBandOverview.Brush.Color = Color.Coral - colorBandOverview.Brush.Transparency = 50 - colorBandOverview.ResizeEnd = False - colorBandOverview.ResizeStart = False - colorBandOverview.EndLinePen.Visible = False - colorBandOverview.StartLinePen.Visible = False - - colorBandZoom = New Steema.TeeChart.Tools.ColorBand() - Me.TChart1.Tools.Add(colorBandZoom) - colorBandZoom.Axis = Me.TChart1.Axes.Bottom - colorBandZoom.Color = Color.Black - colorBandZoom.Pen.Color = Color.Black - colorBandZoom.Pen.Style = Drawing2D.DashStyle.Dash - colorBandZoom.Brush.Visible = False - colorBandZoom.ResizeEnd = False - colorBandZoom.ResizeStart = False - colorBandZoom.EndLinePen.Visible = True - colorBandZoom.StartLinePen.Visible = True + Friend Sub InitializeRectangles() + + Dim limits As ScottPlot.AxisLimits + + 'view extent rectangle + limits = Me.OverviewPlot.Plot.GetAxisLimits() + ViewExtentRectangle = Me.OverviewPlot.Plot.AddHorizontalSpan(limits.XMin, limits.XMax) + ViewExtentRectangle.Color = Color.FromArgb(100, Color.Coral) + ViewExtentRectangle.BorderColor = Color.Coral + ViewExtentRectangle.BorderLineStyle = ScottPlot.LineStyle.Solid + ViewExtentRectangle.BorderLineWidth = 1 + Me.OverviewPlot.Refresh() + + 'zoom rectangle + limits = Me.MainPlot.Plot.GetAxisLimits() + ZoomRectangle = Me.MainPlot.Plot.AddHorizontalSpan(limits.XMin, limits.XMax) + ZoomRectangle.DragEnabled = False + ZoomRectangle.Color = Color.FromArgb(0, Color.Empty) + ZoomRectangle.BorderColor = Color.Black + ZoomRectangle.BorderLineStyle = ScottPlot.LineStyle.Dash + ZoomRectangle.BorderLineWidth = 1 + ZoomRectangle.IsVisible = False + End Sub Private Overloads Sub Close() Implements IView.Close diff --git a/source/Views/PropertiesWindow.Designer.vb b/source/Views/PropertiesWindow.Designer.vb index fb19fc23..9418b9da 100644 --- a/source/Views/PropertiesWindow.Designer.vb +++ b/source/Views/PropertiesWindow.Designer.vb @@ -23,17 +23,14 @@ Partial Class PropertiesWindow Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(PropertiesWindow)) Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Id = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.TitleDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Interpretation = New System.Windows.Forms.DataGridViewComboBoxColumn() - Me.UnitDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.MetadataText = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.DataSource = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Length = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.StartDate = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.EndDate = New System.Windows.Forms.DataGridViewTextBoxColumn() @@ -44,21 +41,22 @@ Partial Class PropertiesWindow Me.Maximum = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Sum = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Volume = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.TimeSeriesBindingSource = New System.Windows.Forms.BindingSource(Me.components) - Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() - Me.ToolStripButton_showStatistics = New System.Windows.Forms.ToolStripButton() - Me.ToolStripButton_MoveUp = New System.Windows.Forms.ToolStripButton() - Me.ToolStripButton_MoveDown = New System.Windows.Forms.ToolStripButton() - Me.ToolStripButton_Delete = New System.Windows.Forms.ToolStripButton() Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.ToolStripButton_showStatistics = New System.Windows.Forms.ToolStripButton() + Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() + Me.TitleDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.UnitDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataSource = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.TimeSeriesBindingSource = New System.Windows.Forms.BindingSource(Me.components) CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TimeSeriesBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.ToolStrip1.SuspendLayout() + CType(Me.TimeSeriesBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'DataGridView1 ' Me.DataGridView1.AllowUserToAddRows = False + Me.DataGridView1.AllowUserToDeleteRows = False Me.DataGridView1.AllowUserToResizeRows = False Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ @@ -85,17 +83,6 @@ Partial Class PropertiesWindow Me.Id.Visible = False Me.Id.Width = 41 ' - 'TitleDataGridViewTextBoxColumn - ' - Me.TitleDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells - Me.TitleDataGridViewTextBoxColumn.DataPropertyName = "Title" - DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) - Me.TitleDataGridViewTextBoxColumn.DefaultCellStyle = DataGridViewCellStyle1 - Me.TitleDataGridViewTextBoxColumn.Frozen = True - Me.TitleDataGridViewTextBoxColumn.HeaderText = "Title" - Me.TitleDataGridViewTextBoxColumn.Name = "TitleDataGridViewTextBoxColumn" - Me.TitleDataGridViewTextBoxColumn.Width = 52 - ' 'Interpretation ' Me.Interpretation.DataPropertyName = "Interpretation" @@ -108,15 +95,6 @@ Partial Class PropertiesWindow Me.Interpretation.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic Me.Interpretation.Width = 94 ' - 'UnitDataGridViewTextBoxColumn - ' - Me.UnitDataGridViewTextBoxColumn.DataPropertyName = "Unit" - DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) - Me.UnitDataGridViewTextBoxColumn.DefaultCellStyle = DataGridViewCellStyle3 - Me.UnitDataGridViewTextBoxColumn.HeaderText = "Unit" - Me.UnitDataGridViewTextBoxColumn.Name = "UnitDataGridViewTextBoxColumn" - Me.UnitDataGridViewTextBoxColumn.Width = 51 - ' 'MetadataText ' Me.MetadataText.DataPropertyName = "MetadataText" @@ -124,13 +102,6 @@ Partial Class PropertiesWindow Me.MetadataText.Name = "MetadataText" Me.MetadataText.ReadOnly = True ' - 'DataSource - ' - Me.DataSource.DataPropertyName = "DataSource" - Me.DataSource.HeaderText = "DataSource" - Me.DataSource.Name = "DataSource" - Me.DataSource.ReadOnly = True - ' 'Length ' Me.Length.DataPropertyName = "Length" @@ -211,18 +182,12 @@ Partial Class PropertiesWindow Me.Volume.ReadOnly = True Me.Volume.Visible = False ' - 'TimeSeriesBindingSource - ' - Me.TimeSeriesBindingSource.DataSource = GetType(BlueM.Wave.TimeSeries) - ' - 'ToolStrip1 + 'DataGridViewTextBoxColumn1 ' - Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton_showStatistics, Me.ToolStripButton_MoveUp, Me.ToolStripButton_MoveDown, Me.ToolStripButton_Delete}) - Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) - Me.ToolStrip1.Name = "ToolStrip1" - Me.ToolStrip1.Size = New System.Drawing.Size(464, 25) - Me.ToolStrip1.TabIndex = 2 - Me.ToolStrip1.Text = "ToolStrip1" + Me.DataGridViewTextBoxColumn1.DataPropertyName = "DataSource" + Me.DataGridViewTextBoxColumn1.HeaderText = "DataSource" + Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" + Me.DataGridViewTextBoxColumn1.ReadOnly = True ' 'ToolStripButton_showStatistics ' @@ -235,44 +200,45 @@ Partial Class PropertiesWindow Me.ToolStripButton_showStatistics.Text = "Show statistics" Me.ToolStripButton_showStatistics.ToolTipText = "Show statistics" ' - 'ToolStripButton_MoveUp - ' - Me.ToolStripButton_MoveUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton_MoveUp.Enabled = False - Me.ToolStripButton_MoveUp.Image = Global.BlueM.Wave.My.Resources.Resources.arrow_up - Me.ToolStripButton_MoveUp.ImageTransparentColor = System.Drawing.Color.Magenta - Me.ToolStripButton_MoveUp.Name = "ToolStripButton_MoveUp" - Me.ToolStripButton_MoveUp.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton_MoveUp.Text = "Move selected time series up" - Me.ToolStripButton_MoveUp.ToolTipText = "Move selected time series up" - ' - 'ToolStripButton_MoveDown - ' - Me.ToolStripButton_MoveDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton_MoveDown.Enabled = False - Me.ToolStripButton_MoveDown.Image = Global.BlueM.Wave.My.Resources.Resources.arrow_down - Me.ToolStripButton_MoveDown.ImageTransparentColor = System.Drawing.Color.Magenta - Me.ToolStripButton_MoveDown.Name = "ToolStripButton_MoveDown" - Me.ToolStripButton_MoveDown.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton_MoveDown.Text = "Move selected time series down" - ' - 'ToolStripButton_Delete - ' - Me.ToolStripButton_Delete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton_Delete.Enabled = False - Me.ToolStripButton_Delete.Image = Global.BlueM.Wave.My.Resources.Resources.chart_line_delete - Me.ToolStripButton_Delete.ImageTransparentColor = System.Drawing.Color.Magenta - Me.ToolStripButton_Delete.Name = "ToolStripButton_Delete" - Me.ToolStripButton_Delete.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton_Delete.Text = "ToolStripButton_Delete" - Me.ToolStripButton_Delete.ToolTipText = "Delete selected time series" + 'ToolStrip1 ' - 'DataGridViewTextBoxColumn1 + Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton_showStatistics}) + Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) + Me.ToolStrip1.Name = "ToolStrip1" + Me.ToolStrip1.Size = New System.Drawing.Size(464, 25) + Me.ToolStrip1.TabIndex = 2 + Me.ToolStrip1.Text = "ToolStrip1" ' - Me.DataGridViewTextBoxColumn1.DataPropertyName = "DataSource" - Me.DataGridViewTextBoxColumn1.HeaderText = "DataSource" - Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" - Me.DataGridViewTextBoxColumn1.ReadOnly = True + 'TitleDataGridViewTextBoxColumn + ' + Me.TitleDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells + Me.TitleDataGridViewTextBoxColumn.DataPropertyName = "Title" + DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) + Me.TitleDataGridViewTextBoxColumn.DefaultCellStyle = DataGridViewCellStyle1 + Me.TitleDataGridViewTextBoxColumn.Frozen = True + Me.TitleDataGridViewTextBoxColumn.HeaderText = "Title" + Me.TitleDataGridViewTextBoxColumn.Name = "TitleDataGridViewTextBoxColumn" + Me.TitleDataGridViewTextBoxColumn.Width = 52 + ' + 'UnitDataGridViewTextBoxColumn + ' + Me.UnitDataGridViewTextBoxColumn.DataPropertyName = "Unit" + DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) + Me.UnitDataGridViewTextBoxColumn.DefaultCellStyle = DataGridViewCellStyle3 + Me.UnitDataGridViewTextBoxColumn.HeaderText = "Unit" + Me.UnitDataGridViewTextBoxColumn.Name = "UnitDataGridViewTextBoxColumn" + Me.UnitDataGridViewTextBoxColumn.Width = 51 + ' + 'DataSource + ' + Me.DataSource.DataPropertyName = "DataSource" + Me.DataSource.HeaderText = "DataSource" + Me.DataSource.Name = "DataSource" + Me.DataSource.ReadOnly = True + ' + 'TimeSeriesBindingSource + ' + Me.TimeSeriesBindingSource.DataSource = GetType(BlueM.Wave.TimeSeries) ' 'PropertiesWindow ' @@ -288,19 +254,15 @@ Partial Class PropertiesWindow Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Time Series Properties" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TimeSeriesBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() + CType(Me.TimeSeriesBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView Friend WithEvents TimeSeriesBindingSource As System.Windows.Forms.BindingSource - Friend WithEvents ToolStrip1 As ToolStrip - Friend WithEvents ToolStripButton_showStatistics As ToolStripButton - Friend WithEvents ToolStripButton_Delete As ToolStripButton - Friend WithEvents ToolStripButton_MoveUp As ToolStripButton Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn Friend WithEvents Id As DataGridViewTextBoxColumn Friend WithEvents TitleDataGridViewTextBoxColumn As DataGridViewTextBoxColumn @@ -318,5 +280,6 @@ Partial Class PropertiesWindow Friend WithEvents Maximum As DataGridViewTextBoxColumn Friend WithEvents Sum As DataGridViewTextBoxColumn Friend WithEvents Volume As DataGridViewTextBoxColumn - Friend WithEvents ToolStripButton_MoveDown As ToolStripButton + Friend WithEvents ToolStripButton_showStatistics As ToolStripButton + Friend WithEvents ToolStrip1 As ToolStrip End Class diff --git a/source/Views/PropertiesWindow.vb b/source/Views/PropertiesWindow.vb index 7ea169cc..44916d99 100644 --- a/source/Views/PropertiesWindow.vb +++ b/source/Views/PropertiesWindow.vb @@ -31,19 +31,6 @@ Friend Class PropertiesWindow ''' Id of the time series whose properties were changed Friend Event SeriesPropertyChanged(id As Integer) - ''' - ''' Is raised when the user deletes rows/series - ''' - ''' List of ids of the time series that were deleted - Friend Event SeriesDeleted(ids As List(Of Integer)) - - ''' - ''' Is raised when the user reorders a row/series - ''' - ''' Id of TimeSeries that was reordered - ''' Direction - Friend Event SeriesReordered(id As Integer, direction As Direction) - Public Sub New() ' This call is required by the Windows Form Designer. InitializeComponent() @@ -172,138 +159,12 @@ Friend Class PropertiesWindow End Sub - ''' - ''' Handles the user deleting rows/series using the keyboard - ''' - ''' - ''' - Private Sub DataGridView1_UserDeletingRow(sender As Object, e As DataGridViewRowCancelEventArgs) Handles DataGridView1.UserDeletingRow - Call DeleteSeries() - 'cancel row deletion because datagridview will be refreshed from outside - 'otherwise, two rows end up being deleted - e.Cancel = True - End Sub - - ''' - ''' Handles the user clicking the delete button - ''' - ''' - ''' - Private Sub ToolStripButton_Delete_Click(sender As Object, e As EventArgs) Handles ToolStripButton_Delete.Click - Call DeleteSeries() - End Sub - - ''' - ''' Handles the user clicking the move up button - ''' - ''' - ''' - Private Sub ToolStripButton_MoveUp_Click(sender As Object, e As EventArgs) Handles ToolStripButton_MoveUp.Click - Call ReorderSelectedSeries(Direction.Up) - End Sub - - ''' - ''' Handles the user clicking the move down button - ''' - ''' - ''' - Private Sub ToolStripButton_MoveDown_Click(sender As Object, e As EventArgs) Handles ToolStripButton_MoveDown.Click - Call ReorderSelectedSeries(Direction.Down) - End Sub - - ''' - ''' Reorder selected series - ''' - ''' Direction in which to move selected series - Private Sub ReorderSelectedSeries(direction As Direction) - - Dim indices As New List(Of Integer) - Dim ids As New List(Of Integer) - For Each row As DataGridViewRow In Me.DataGridView1.Rows - If row.Selected Then - If (direction = Direction.Up And row.Index = 0) Or - (direction = Direction.Down And row.Index = Me.DataGridView1.RowCount - 1) Then - 'if first row is selected, moving up does nothing - 'if last row is selected, moving down does nothing - Exit Sub - End If - indices.Add(row.Index) - ids.Add(CType(row.DataBoundItem, TimeSeries).Id) - End If - Next - 'raise event for each series - For Each id As Integer In ids - RaiseEvent SeriesReordered(id, direction) - Next - 'reselect previously sslected rows in their new positions - Me.DataGridView1.ClearSelection() - Dim offset As Integer - If direction = Direction.Up Then - offset = -1 - Else - offset = 1 - End If - For Each index As Integer In indices - Me.DataGridView1.Rows(index + offset).Selected = True - Next - End Sub - Private Sub PropertiesDialog_FormClosing(sender As Object, e As FormClosingEventArgs) Handles MyBase.FormClosing 'prevent the form from closing and hide it instead e.Cancel = True Call Me.Hide() End Sub - ''' - ''' Handles the datagridview selection changed - ''' Enables/disables buttons - ''' - ''' - ''' - Private Sub DataGridView1_SelectionChanged(sender As Object, e As EventArgs) Handles DataGridView1.SelectionChanged - 'Check if any rows are selected - If Me.DataGridView1.SelectedRows.Count = 0 Then - Me.ToolStripButton_Delete.Enabled = False - Me.ToolStripButton_MoveUp.Enabled = False - Me.ToolStripButton_MoveDown.Enabled = False - Else - Me.ToolStripButton_Delete.Enabled = True - Me.ToolStripButton_MoveUp.Enabled = True - Me.ToolStripButton_MoveDown.Enabled = True - 'check if first row is selected - If Me.DataGridView1.Rows(0).Selected Then - Me.ToolStripButton_MoveUp.Enabled = False - End If - 'check if last row is selected - If Me.DataGridView1.Rows(Me.DataGridView1.Rows.Count - 1).Selected Then - Me.ToolStripButton_MoveDown.Enabled = False - End If - End If - End Sub - - ''' - ''' Delete all selected rows / series - ''' - Private Sub DeleteSeries() - 'collect titles and ids of all selected rows - Dim titles As New List(Of String) - Dim ids As New List(Of Integer) - For Each row As DataGridViewRow In Me.DataGridView1.SelectedRows - Dim ts As TimeSeries = CType(row.DataBoundItem, TimeSeries) - If Not IsNothing(ts) Then - titles.Add(ts.Title) - ids.Add(ts.Id) - End If - Next - If ids.Count > 0 Then - 'ask for user confirmation - Dim result As MsgBoxResult = MsgBox($"Delete {ids.Count} series?{eol}{String.Join(eol, titles)}", MsgBoxStyle.OkCancel Or MsgBoxStyle.Exclamation) - If result = MsgBoxResult.Ok Then - RaiseEvent SeriesDeleted(ids) - End If - End If - End Sub - Private Overloads Sub Close() Implements IView.Close Throw New NotImplementedException() End Sub diff --git a/source/Wave.vb b/source/Wave.vb index 5c2d67cc..f1478028 100644 --- a/source/Wave.vb +++ b/source/Wave.vb @@ -45,11 +45,6 @@ Public Class Wave ''' Friend Event SeriesCleared() - ''' - ''' Is raised when all the time series are reordered - ''' - Friend Event SeriesAllReordered() - ''' ''' Is raised when a single time series is reordered ''' @@ -459,15 +454,6 @@ Public Class Wave End Sub - ''' - ''' Reorders the internally stored time series according to the specified list of Ids - ''' - ''' List of Ids in the new order - Friend Sub Reorder_Series(ids As List(Of Integer)) - Me.TimeSeries.Reorder(ids) - RaiseEvent SeriesAllReordered() - End Sub - ''' ''' Initiates timeseries export ''' diff --git a/source/Wave.vbproj b/source/Wave.vbproj index 47021e13..28ca263f 100644 --- a/source/Wave.vbproj +++ b/source/Wave.vbproj @@ -1,605 +1,609 @@ - - - - - Debug - AnyCPU - {CE4132A2-2E2F-4F54-B66D-1BAA928D499E} - WinExe - Sub Main - BlueM.Wave - Wave - 512 - Empty - v4.8 - true - false - - - On - - - Binary - - - Off - - - On - - - Resources\Wave.ico - - - true - true - true - bin\x64\Debug\ - Wave.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - full - x64 - false - - - true - bin\x64\Release\ - Wave.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - None - x64 - false - - - true - true - true - bin\x86\Debug\ - Wave.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - full - x86 - true - - - true - bin\x86\Release\ - Wave.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - None - x86 - true - - - - False - lib\MathParserNet\MathParserNet.dll - - - False - lib\modelEAU\modelEAU.SWMM.DllAdapter.dll - - - - - False - lib\SQLite\System.Data.SQLite.dll - - - - - - - - - - - - - - - - - - - - - - - - AnalysisResultChart.vb - - - Form - - - AnalysisDialog.vb - - - Form - - - - AnalysisResultTable.vb - - - Form - - - - AnnualRecurrenceProbability_Dialog.vb - - - Form - - - - Autocorrelation_Dialog.vb - - - Form - - - - - AccumulateDialog.vb - - - Form - - - ChangeTimestepDialog.vb - - - Form - - - - - Comparison_Dialog.vb - - - Form - - - - - - - AnnualStatistics_Dialog.vb - - - Form - - - GoodnessOfFit_Dialog.vb - - - Form - - - - HistogramDialog.vb - - - Form - - - - LinearRegression_Dialog.vb - - - Form - - - - MonthlyStatisticsDialog.vb - - - Form - - - - - - TimestepAnalysisDialog.vb - - - Form - - - SaveProjectFileDialog.vb - - - Form - - - SelectSeriesDialog.vb - - - Form - - - - - - - - - - - - - - - - - - - - - - AboutBox.vb - - - Form - - - AxisDialog.vb - - - Form - - - ConvertErrorValuesDialog.vb - - - Form - - - CutDialog.vb - - - Form - - - CalculatorDialog.vb - - - Form - - - ExportDiag.vb - - - Form - - - ImportCSVDialog.vb - - - Form - - - LogWindow.vb - - - Form - - - MergeSeriesDialog.vb - - - Form - - - MetadataDialog.vb - - - Form - - - SeriesEditorDialog.vb - - - Form - - - - - DFS0_ExportDialog.vb - - - Form - - - - - - - - - - HYDRO_AS-2D_Diag.vb - - - Form - - - - - - - - - - - - - - - - - - - True - Application.myapp - True - - - True - True - Resources.resx - - - True - Settings.settings - True - - - - MainWindow.vb - - - Form - - - PropertiesWindow.vb - - - Form - - - ValuesWindow.vb - - - Form - - - - - - AnalysisResultChart.vb - - - AnalysisDialog.vb - - - AnalysisResultTable.vb - - - AnnualRecurrenceProbability_Dialog.vb - - - Autocorrelation_Dialog.vb - - - AccumulateDialog.vb - - - ChangeTimestepDialog.vb - - - Comparison_Dialog.vb - - - AnnualStatistics_Dialog.vb - - - GoodnessOfFit_Dialog.vb - - - HistogramDialog.vb - - - LinearRegression_Dialog.vb - - - MonthlyStatisticsDialog.vb - - - TimestepAnalysisDialog.vb - - - AboutBox.vb - - - AxisDialog.vb - - - ConvertErrorValuesDialog.vb - - - CutDialog.vb - - - CalculatorDialog.vb - - - SaveProjectFileDialog.vb - - - ExportDiag.vb - - - SelectSeriesDialog.vb - - - ImportCSVDialog.vb - - - LogWindow.vb - - - MergeSeriesDialog.vb - - - MetadataDialog.vb - - - SeriesEditorDialog.vb - - - DFS0_ExportDialog.vb - - - HYDRO_AS-2D_Diag.vb - - - VbMyResourcesResXFileCodeGenerator - Resources.Designer.vb - My.Resources - Designer - - - - MainWindow.vb - - - PropertiesWindow.vb - - - ValuesWindow.vb - - - - - Always - - - - - MyApplicationCodeGenerator - Application.Designer.vb - - - - - SettingsSingleFileGenerator - My - Settings.Designer.vb - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 22.0.3 - - - 1.16.0 - - - 5.0.0 - - - 13.0.3 - - - 4.2023.4.18 - - - - + + + + + Debug + AnyCPU + {CE4132A2-2E2F-4F54-B66D-1BAA928D499E} + WinExe + Sub Main + BlueM.Wave + Wave + 512 + Empty + v4.8 + true + false + + + On + + + Binary + + + Off + + + On + + + Resources\Wave.ico + + + true + true + true + bin\x64\Debug\ + Wave.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + full + x64 + false + + + true + bin\x64\Release\ + Wave.xml + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + None + x64 + false + + + true + true + true + bin\x86\Debug\ + Wave.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + full + x86 + true + + + true + bin\x86\Release\ + Wave.xml + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + None + x86 + true + + + + False + lib\MathParserNet\MathParserNet.dll + + + False + lib\modelEAU\modelEAU.SWMM.DllAdapter.dll + + + + + False + lib\SQLite\System.Data.SQLite.dll + + + + + + + + + + + + + + + + + + + + + + + + AnalysisResultChart.vb + + + Form + + + AnalysisDialog.vb + + + Form + + + + AnalysisResultTable.vb + + + Form + + + + AnnualRecurrenceProbability_Dialog.vb + + + Form + + + + Autocorrelation_Dialog.vb + + + Form + + + + + AccumulateDialog.vb + + + Form + + + ChangeTimestepDialog.vb + + + Form + + + + + Comparison_Dialog.vb + + + Form + + + + + + + AnnualStatistics_Dialog.vb + + + Form + + + GoodnessOfFit_Dialog.vb + + + Form + + + + HistogramDialog.vb + + + Form + + + + LinearRegression_Dialog.vb + + + Form + + + + MonthlyStatisticsDialog.vb + + + Form + + + + + + TimestepAnalysisDialog.vb + + + Form + + + + EditChartDialog.vb + + + Form + + + SaveProjectFileDialog.vb + + + Form + + + SelectSeriesDialog.vb + + + Form + + + + + + + + + + + + + + + + + + + + + AboutBox.vb + + + Form + + + ConvertErrorValuesDialog.vb + + + Form + + + CutDialog.vb + + + Form + + + CalculatorDialog.vb + + + Form + + + ExportDiag.vb + + + Form + + + ImportCSVDialog.vb + + + Form + + + LogWindow.vb + + + Form + + + MergeSeriesDialog.vb + + + Form + + + MetadataDialog.vb + + + Form + + + SeriesEditorDialog.vb + + + Form + + + + + DFS0_ExportDialog.vb + + + Form + + + + + + + + + + HYDRO_AS-2D_Diag.vb + + + Form + + + + + + + + + + + + + + + + + + + True + Application.myapp + True + + + True + True + Resources.resx + + + True + Settings.settings + True + + + + MainWindow.vb + + + Form + + + PropertiesWindow.vb + + + Form + + + ValuesWindow.vb + + + Form + + + + + + AnalysisResultChart.vb + + + AnalysisDialog.vb + + + AnalysisResultTable.vb + + + AnnualRecurrenceProbability_Dialog.vb + + + Autocorrelation_Dialog.vb + + + AccumulateDialog.vb + + + ChangeTimestepDialog.vb + + + Comparison_Dialog.vb + + + AnnualStatistics_Dialog.vb + + + GoodnessOfFit_Dialog.vb + + + HistogramDialog.vb + + + LinearRegression_Dialog.vb + + + MonthlyStatisticsDialog.vb + + + TimestepAnalysisDialog.vb + + + AboutBox.vb + + + ConvertErrorValuesDialog.vb + + + CutDialog.vb + + + CalculatorDialog.vb + + + EditChartDialog.vb + + + SaveProjectFileDialog.vb + + + ExportDiag.vb + + + SelectSeriesDialog.vb + + + ImportCSVDialog.vb + + + LogWindow.vb + + + MergeSeriesDialog.vb + + + MetadataDialog.vb + + + SeriesEditorDialog.vb + + + DFS0_ExportDialog.vb + + + HYDRO_AS-2D_Diag.vb + + + VbMyResourcesResXFileCodeGenerator + Resources.Designer.vb + My.Resources + Designer + + + + MainWindow.vb + + + PropertiesWindow.vb + + + ValuesWindow.vb + + + + + Always + + + + + MyApplicationCodeGenerator + Application.Designer.vb + + + + + SettingsSingleFileGenerator + My + Settings.Designer.vb + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 22.0.3 + + + 1.16.0 + + + 5.0.0 + + + 13.0.3 + + + 4.2023.4.18 + + + 4.1.69 + + + + copy $(ProjectDir)..\COPYING $(TargetDir)COPYING copy $(ProjectDir)..\COPYING.LESSER $(TargetDir)COPYING.LESSER copy $(ProjectDir)lib\MathNet\MathNet.Numerics.license.txt $(TargetDir)MathNet.Numerics.license.txt copy $(ProjectDir)lib\MathParserNet\MathParserNet.license.html $(TargetDir)MathParserNet.license.html copy $(ProjectDir)lib\Newtonsoft.Json\Newtonsoft.Json.LICENSE.md $(TargetDir)Newtonsoft.Json.LICENSE.md copy $(ProjectDir)lib\DHI.DFS\DHI.DFS.license.txt $(TargetDir)DHI.DFS.license.txt -copy $(ProjectDir)lib\SQLite\$(PlatformName)\SQLite.Interop.dll $(TargetDir)SQLite.Interop.dll - +copy $(ProjectDir)lib\SQLite\$(PlatformName)\SQLite.Interop.dll $(TargetDir)SQLite.Interop.dll + \ No newline at end of file diff --git a/tests/TestWVP.vb b/tests/TestWVP.vb index b12e96d9..3a273377 100644 --- a/tests/TestWVP.vb +++ b/tests/TestWVP.vb @@ -58,7 +58,7 @@ Imports Microsoft.VisualStudio.TestTools.UnitTesting Assert.AreEqual(TimeSeries.InterpretationEnum.BlockLeft, .Interpretation) Assert.AreEqual("Red", .DisplayOptions.Color.Name) Assert.AreEqual(4, .DisplayOptions.LineWidth) - Assert.AreEqual(Drawing.Drawing2D.DashStyle.Dash, .DisplayOptions.LineStyle) + Assert.AreEqual(ScottPlot.LineStyle.Dash, .DisplayOptions.LineStyle) Assert.AreEqual(True, .DisplayOptions.ShowPoints) End With diff --git a/tests/Wave.Tests.vbproj b/tests/Wave.Tests.vbproj index fca29596..dbd75b5b 100644 --- a/tests/Wave.Tests.vbproj +++ b/tests/Wave.Tests.vbproj @@ -138,6 +138,9 @@ 3.1.1 + + 4.1.69 +