From fbd7ba3b49d0ba69921e070f0f763d64db05ce3b Mon Sep 17 00:00:00 2001 From: Juergen Tem Date: Tue, 1 May 2018 11:08:57 +0200 Subject: [PATCH] Update ZedGraph to latest version --- BDInfo/BDInfo.csproj | 124 +- BDInfo/License-LGPL.txt | 506 +++ BDInfo/ZedGraph/ArrowObj.cs | 323 -- BDInfo/ZedGraph/Axis.cs | 1440 -------- BDInfo/ZedGraph/AxisLabel.cs | 180 - BDInfo/ZedGraph/Bar.cs | 523 --- BDInfo/ZedGraph/BarItem.cs | 457 --- BDInfo/ZedGraph/BarSettings.cs | 484 --- BDInfo/ZedGraph/BasicArrayPointList.cs | 147 - BDInfo/ZedGraph/Border.cs | 250 -- BDInfo/ZedGraph/BoxObj.cs | 348 -- BDInfo/ZedGraph/Chart.cs | 256 -- BDInfo/ZedGraph/CollectionPlus.cs | 162 - BDInfo/ZedGraph/ColorSymbolRotator.cs | 188 -- BDInfo/ZedGraph/CurveItem.cs | 1229 ------- BDInfo/ZedGraph/CurveList.cs | 745 ----- BDInfo/ZedGraph/DataSourcePointList.cs | 304 -- BDInfo/ZedGraph/DateAsOrdinalScale.cs | 339 -- BDInfo/ZedGraph/DateScale.cs | 947 ------ BDInfo/ZedGraph/EllipseObj.cs | 259 -- BDInfo/ZedGraph/ErrorBar.cs | 388 --- BDInfo/ZedGraph/ErrorBarItem.cs | 364 -- BDInfo/ZedGraph/ExponentScale.cs | 404 --- BDInfo/ZedGraph/Fill.cs | 1145 ------- BDInfo/ZedGraph/FilteredPointList.cs | 321 -- BDInfo/ZedGraph/FontSpec.cs | 1503 --------- BDInfo/ZedGraph/GapLabel.cs | 176 - BDInfo/ZedGraph/GasGaugeNeedle.cs | 594 ---- BDInfo/ZedGraph/GasGaugeRegion.cs | 598 ---- BDInfo/ZedGraph/GraphObj.cs | 505 --- BDInfo/ZedGraph/GraphObjList.cs | 304 -- BDInfo/ZedGraph/GraphPane.cs | 2330 ------------- BDInfo/ZedGraph/HSBColor.cs | 225 -- BDInfo/ZedGraph/HiLowBar.cs | 378 --- BDInfo/ZedGraph/HiLowBarItem.cs | 149 - BDInfo/ZedGraph/IPointList.cs | 57 - BDInfo/ZedGraph/IPointListEdit.cs | 88 - BDInfo/ZedGraph/ImageObj.cs | 342 -- BDInfo/ZedGraph/JapaneseCandleStick.cs | 485 --- BDInfo/ZedGraph/JapaneseCandleStickItem.cs | 352 -- BDInfo/ZedGraph/Label.cs | 202 -- BDInfo/ZedGraph/Legend.cs | 1038 ------ BDInfo/ZedGraph/Line.cs | 1455 -------- BDInfo/ZedGraph/LineBase.cs | 474 --- BDInfo/ZedGraph/LineItem.cs | 394 --- BDInfo/ZedGraph/LineObj.cs | 338 -- BDInfo/ZedGraph/LinearAsOrdinalScale.cs | 244 -- BDInfo/ZedGraph/LinearScale.cs | 234 -- BDInfo/ZedGraph/Link.cs | 304 -- BDInfo/ZedGraph/Location.cs | 566 ---- BDInfo/ZedGraph/LogScale.cs | 443 --- BDInfo/ZedGraph/MajorGrid.cs | 200 -- BDInfo/ZedGraph/MajorTic.cs | 244 -- BDInfo/ZedGraph/Margin.cs | 264 -- BDInfo/ZedGraph/MasterPane.cs | 1179 ------- BDInfo/ZedGraph/MinorGrid.cs | 294 -- BDInfo/ZedGraph/MinorTic.cs | 501 --- BDInfo/ZedGraph/NoDupePointList.cs | 358 -- BDInfo/ZedGraph/OHLCBar.cs | 436 --- BDInfo/ZedGraph/OHLCBarItem.cs | 343 -- BDInfo/ZedGraph/OrdinalScale.cs | 233 -- BDInfo/ZedGraph/PaneBase.cs | 1220 ------- BDInfo/ZedGraph/PaneLayoutMgr.cs | 561 ---- BDInfo/ZedGraph/PaneList.cs | 237 -- BDInfo/ZedGraph/PieItem.cs | 1091 ------ BDInfo/ZedGraph/PointD.cs | 59 - BDInfo/ZedGraph/PointPair.cs | 562 ---- BDInfo/ZedGraph/PointPair4.cs | 218 -- BDInfo/ZedGraph/PointPairBase.cs | 281 -- BDInfo/ZedGraph/PointPairCV.cs | 122 - BDInfo/ZedGraph/PointPairList.cs | 935 ------ BDInfo/ZedGraph/PolyObj.cs | 336 -- BDInfo/ZedGraph/RadarPointList.cs | 216 -- BDInfo/ZedGraph/RollingPointPairList.cs | 655 ---- BDInfo/ZedGraph/SampleMultiPointList.cs | 284 -- BDInfo/ZedGraph/SamplePointList.cs | 198 -- BDInfo/ZedGraph/Scale.cs | 2930 ----------------- BDInfo/ZedGraph/ScaleState.cs | 186 -- BDInfo/ZedGraph/ScaleStateList.cs | 178 - BDInfo/ZedGraph/ScrollRange.cs | 97 - BDInfo/ZedGraph/ScrollRangeList.cs | 129 - BDInfo/ZedGraph/Selection.cs | 258 -- BDInfo/ZedGraph/StickItem.cs | 219 -- BDInfo/ZedGraph/StockPointList.cs | 171 - BDInfo/ZedGraph/StockPt.cs | 316 -- BDInfo/ZedGraph/Symbol.cs | 680 ---- BDInfo/ZedGraph/TextObj.cs | 447 --- BDInfo/ZedGraph/TextScale.cs | 328 -- BDInfo/ZedGraph/Types.cs | 868 ----- BDInfo/ZedGraph/ValueHandler.cs | 372 --- BDInfo/ZedGraph/X2Axis.cs | 260 -- BDInfo/ZedGraph/XAxis.cs | 255 -- BDInfo/ZedGraph/XDate.cs | 1732 ---------- BDInfo/ZedGraph/Y2Axis.cs | 255 -- BDInfo/ZedGraph/Y2AxisList.cs | 188 -- BDInfo/ZedGraph/YAxis.cs | 255 -- BDInfo/ZedGraph/YAxisList.cs | 187 -- .../ZedGraph/ZedGraphControl.ContextMenu.cs | 897 ----- BDInfo/ZedGraph/ZedGraphControl.Designer.cs | 78 - BDInfo/ZedGraph/ZedGraphControl.Events.cs | 1462 -------- BDInfo/ZedGraph/ZedGraphControl.Printing.cs | 240 -- BDInfo/ZedGraph/ZedGraphControl.Properties.cs | 1231 ------- BDInfo/ZedGraph/ZedGraphControl.ScrollBars.cs | 395 --- BDInfo/ZedGraph/ZedGraphControl.cs | 852 ----- BDInfo/ZedGraph/ZedGraphException.cs | 77 - BDInfo/ZedGraph/ZoomState.cs | 191 -- BDInfo/ZedGraph/ZoomStateStack.cs | 178 - BDInfo/packages.config | 1 + 108 files changed, 514 insertions(+), 52037 deletions(-) create mode 100644 BDInfo/License-LGPL.txt delete mode 100644 BDInfo/ZedGraph/ArrowObj.cs delete mode 100644 BDInfo/ZedGraph/Axis.cs delete mode 100644 BDInfo/ZedGraph/AxisLabel.cs delete mode 100644 BDInfo/ZedGraph/Bar.cs delete mode 100644 BDInfo/ZedGraph/BarItem.cs delete mode 100644 BDInfo/ZedGraph/BarSettings.cs delete mode 100644 BDInfo/ZedGraph/BasicArrayPointList.cs delete mode 100644 BDInfo/ZedGraph/Border.cs delete mode 100644 BDInfo/ZedGraph/BoxObj.cs delete mode 100644 BDInfo/ZedGraph/Chart.cs delete mode 100644 BDInfo/ZedGraph/CollectionPlus.cs delete mode 100644 BDInfo/ZedGraph/ColorSymbolRotator.cs delete mode 100644 BDInfo/ZedGraph/CurveItem.cs delete mode 100644 BDInfo/ZedGraph/CurveList.cs delete mode 100644 BDInfo/ZedGraph/DataSourcePointList.cs delete mode 100644 BDInfo/ZedGraph/DateAsOrdinalScale.cs delete mode 100644 BDInfo/ZedGraph/DateScale.cs delete mode 100644 BDInfo/ZedGraph/EllipseObj.cs delete mode 100644 BDInfo/ZedGraph/ErrorBar.cs delete mode 100644 BDInfo/ZedGraph/ErrorBarItem.cs delete mode 100644 BDInfo/ZedGraph/ExponentScale.cs delete mode 100644 BDInfo/ZedGraph/Fill.cs delete mode 100644 BDInfo/ZedGraph/FilteredPointList.cs delete mode 100644 BDInfo/ZedGraph/FontSpec.cs delete mode 100644 BDInfo/ZedGraph/GapLabel.cs delete mode 100644 BDInfo/ZedGraph/GasGaugeNeedle.cs delete mode 100644 BDInfo/ZedGraph/GasGaugeRegion.cs delete mode 100644 BDInfo/ZedGraph/GraphObj.cs delete mode 100644 BDInfo/ZedGraph/GraphObjList.cs delete mode 100644 BDInfo/ZedGraph/GraphPane.cs delete mode 100644 BDInfo/ZedGraph/HSBColor.cs delete mode 100644 BDInfo/ZedGraph/HiLowBar.cs delete mode 100644 BDInfo/ZedGraph/HiLowBarItem.cs delete mode 100644 BDInfo/ZedGraph/IPointList.cs delete mode 100644 BDInfo/ZedGraph/IPointListEdit.cs delete mode 100644 BDInfo/ZedGraph/ImageObj.cs delete mode 100644 BDInfo/ZedGraph/JapaneseCandleStick.cs delete mode 100644 BDInfo/ZedGraph/JapaneseCandleStickItem.cs delete mode 100644 BDInfo/ZedGraph/Label.cs delete mode 100644 BDInfo/ZedGraph/Legend.cs delete mode 100644 BDInfo/ZedGraph/Line.cs delete mode 100644 BDInfo/ZedGraph/LineBase.cs delete mode 100644 BDInfo/ZedGraph/LineItem.cs delete mode 100644 BDInfo/ZedGraph/LineObj.cs delete mode 100644 BDInfo/ZedGraph/LinearAsOrdinalScale.cs delete mode 100644 BDInfo/ZedGraph/LinearScale.cs delete mode 100644 BDInfo/ZedGraph/Link.cs delete mode 100644 BDInfo/ZedGraph/Location.cs delete mode 100644 BDInfo/ZedGraph/LogScale.cs delete mode 100644 BDInfo/ZedGraph/MajorGrid.cs delete mode 100644 BDInfo/ZedGraph/MajorTic.cs delete mode 100644 BDInfo/ZedGraph/Margin.cs delete mode 100644 BDInfo/ZedGraph/MasterPane.cs delete mode 100644 BDInfo/ZedGraph/MinorGrid.cs delete mode 100644 BDInfo/ZedGraph/MinorTic.cs delete mode 100644 BDInfo/ZedGraph/NoDupePointList.cs delete mode 100644 BDInfo/ZedGraph/OHLCBar.cs delete mode 100644 BDInfo/ZedGraph/OHLCBarItem.cs delete mode 100644 BDInfo/ZedGraph/OrdinalScale.cs delete mode 100644 BDInfo/ZedGraph/PaneBase.cs delete mode 100644 BDInfo/ZedGraph/PaneLayoutMgr.cs delete mode 100644 BDInfo/ZedGraph/PaneList.cs delete mode 100644 BDInfo/ZedGraph/PieItem.cs delete mode 100644 BDInfo/ZedGraph/PointD.cs delete mode 100644 BDInfo/ZedGraph/PointPair.cs delete mode 100644 BDInfo/ZedGraph/PointPair4.cs delete mode 100644 BDInfo/ZedGraph/PointPairBase.cs delete mode 100644 BDInfo/ZedGraph/PointPairCV.cs delete mode 100644 BDInfo/ZedGraph/PointPairList.cs delete mode 100644 BDInfo/ZedGraph/PolyObj.cs delete mode 100644 BDInfo/ZedGraph/RadarPointList.cs delete mode 100644 BDInfo/ZedGraph/RollingPointPairList.cs delete mode 100644 BDInfo/ZedGraph/SampleMultiPointList.cs delete mode 100644 BDInfo/ZedGraph/SamplePointList.cs delete mode 100644 BDInfo/ZedGraph/Scale.cs delete mode 100644 BDInfo/ZedGraph/ScaleState.cs delete mode 100644 BDInfo/ZedGraph/ScaleStateList.cs delete mode 100644 BDInfo/ZedGraph/ScrollRange.cs delete mode 100644 BDInfo/ZedGraph/ScrollRangeList.cs delete mode 100644 BDInfo/ZedGraph/Selection.cs delete mode 100644 BDInfo/ZedGraph/StickItem.cs delete mode 100644 BDInfo/ZedGraph/StockPointList.cs delete mode 100644 BDInfo/ZedGraph/StockPt.cs delete mode 100644 BDInfo/ZedGraph/Symbol.cs delete mode 100644 BDInfo/ZedGraph/TextObj.cs delete mode 100644 BDInfo/ZedGraph/TextScale.cs delete mode 100644 BDInfo/ZedGraph/Types.cs delete mode 100644 BDInfo/ZedGraph/ValueHandler.cs delete mode 100644 BDInfo/ZedGraph/X2Axis.cs delete mode 100644 BDInfo/ZedGraph/XAxis.cs delete mode 100644 BDInfo/ZedGraph/XDate.cs delete mode 100644 BDInfo/ZedGraph/Y2Axis.cs delete mode 100644 BDInfo/ZedGraph/Y2AxisList.cs delete mode 100644 BDInfo/ZedGraph/YAxis.cs delete mode 100644 BDInfo/ZedGraph/YAxisList.cs delete mode 100644 BDInfo/ZedGraph/ZedGraphControl.ContextMenu.cs delete mode 100644 BDInfo/ZedGraph/ZedGraphControl.Designer.cs delete mode 100644 BDInfo/ZedGraph/ZedGraphControl.Events.cs delete mode 100644 BDInfo/ZedGraph/ZedGraphControl.Printing.cs delete mode 100644 BDInfo/ZedGraph/ZedGraphControl.Properties.cs delete mode 100644 BDInfo/ZedGraph/ZedGraphControl.ScrollBars.cs delete mode 100644 BDInfo/ZedGraph/ZedGraphControl.cs delete mode 100644 BDInfo/ZedGraph/ZedGraphException.cs delete mode 100644 BDInfo/ZedGraph/ZoomState.cs delete mode 100644 BDInfo/ZedGraph/ZoomStateStack.cs diff --git a/BDInfo/BDInfo.csproj b/BDInfo/BDInfo.csproj index 630e9099a9..83790ff400 100644 --- a/BDInfo/BDInfo.csproj +++ b/BDInfo/BDInfo.csproj @@ -71,6 +71,10 @@ + + ..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll + True + @@ -99,123 +103,6 @@ FormPlaylist.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - UserControl - - - UserControl - - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - - Form @@ -282,6 +169,9 @@ + + +