📄 teepro7c5.cpp
字号:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("TeePro7C5.res");
USEPACKAGE("tee7C5.bpi");
USEPACKAGE("teeUI7C5.bpi");
USEUNIT("BigCandl.pas");
USEUNIT("CandleCh.pas");
USEUNIT("CurvFitt.pas");
USEUNIT("Errorbar.pas");
USEUNIT("ImageBar.pas");
USEUNIT("ImaPoint.pas");
USEUNIT("MyPoint.pas");
USEUNIT("OHLChart.pas");
USEUNIT("StatChar.pas");
USEUNIT("TeeBezie.pas");
USEUNIT("TeeComma.pas");
USEUNIT("TeeCount.pas");
USEUNIT("TeeCumu.pas");
USEUNIT("TeeEdit.pas");
USEUNIT("TeePoin3.pas");
USEUNIT("TeePolar.pas");
USEUNIT("TeePoly.pas");
USEUNIT("TeeProCo.pas");
USEUNIT("TeeSurfa.pas");
USEUNIT("TeeRose.pas");
USEUNIT("TeeScrob.pas");
USEUNIT("Bar3d.pas");
USEPACKAGE("vcl50.bpi");
USEUNIT("teetools.pas");
USEUNIT("teeinspector.pas");
USEUNIT("teedraw3d.pas");
USEFORMNS("TeeDragPoint.pas", TeeDragPoint, DragPointToolEdit);
USEFORMNS("TeeSurfEdit.pas", Teesurfedit, SurfaceSeriesEditor);
USEFORMNS("TeeAxisToolEdit.pas", Teeaxistooledit, AxisToolEditor);
USEFORMNS("TeeBarJoinEditor.pas", Teebarjoineditor, BarJoinEditor);
USEUNIT("TeeBoxPlot.pas");
USEFORMNS("TeeBoxPlotEditor.pas", Teeboxploteditor, BoxSeriesEditor);
USEFORMNS("TeeCandlEdi.pas", Teecandledi, CandleEditor);
USEUNIT("TeeChartActions.pas");
USEUNIT("TeeClockEditor.pas");
USEFORMNS("TeeColorBandEdit.pas", Teecolorbandedit, ColorBandToolEditor);
USEUNIT("TeeColorGridEditor.pas");
USEFORMNS("TeeColorLineEditor.pas", Teecolorlineeditor, ColorLineToolEditor);
USEFORMNS("TeeContourEdit.pas", Teecontouredit, ContourSeriesEditor);
USEUNIT("TeeCursorEdit.pas");
USEUNIT("TeeDrawLineEditor.pas");
USEUNIT("TeeEditPro.pas");
USEFORMNS("TeePolarEditor.pas", Teepolareditor, PolarSeriesEditor);
USEFORMNS("TeeErrBarEd.pas", Teeerrbared, ErrorSeriesEditor);
USEFORMNS("TeeGriEd.pas", Teegried, Grid3DSeriesEditor);
USEFORMNS("TeeHighLowEdit.pas", Teehighlowedit, HighLowEditor);
USEUNIT("TeeMapSeries.pas");
USEFORMNS("TeeMapSeriesEdit.pas", Teemapseriesedit, MapSeriesEditor);
USEUNIT("TeeDonut.pas");
USEFORMNS("TeeDonutEdit.pas", Teedonutedit, DonutSeriesEditor);
USEFORMNS("TeeHistoEdit.pas", Teehistoedit, HistogramSeriesEditor);
USEFORMNS("TeeImaEd.pas", Teeimaed, ImageBarSeriesEditor);
USEUNIT("TeeImageToolEdit.pas");
USEFORMNS("TeeLinePointEditor.pas", Teelinepointeditor, LinePointEditor);
USEFORMNS("TeePo3DEdit.pas", Teepo3dedit, Point3DSeriesEditor);
USEUNIT("TeePyramid.pas");
USEFORMNS("TeePyramidEdit.pas", Teepyramidedit, PyramidSeriesEditor);
USEFORMNS("TeeSeriesTextEd.pas", Teeseriestexted, SeriesTextEditor);
USEUNIT("TeeSmith.pas");
USEFORMNS("TeeSmithEdit.pas", Teesmithedit, SmithSeriesEdit);
USEFORMNS("TeeAxisArrowEdit.pas", Teeaxisarrowedit, AxisArrowToolEditor);
USEUNIT("TeeWindRoseEditor.pas");
USEUNIT("TeeTriSurface.pas");
USEFORMNS("TeeTriSurfEdit.pas", Teetrisurfedit, TriSurfaceSeriesEditor);
USEFORMNS("TeeVolEd.pas", Teevoled, VolumeSeriesEditor);
USEFORMNS("TeeWaterFallEdit.pas", Teewaterfalledit, WaterFallEditor);
USEFORMNS("TeeToolSeriesEdit.pas", Teetoolseriesedit, SeriesToolEditor);
USEFORMNS("TeeNearestToolEditor.pas", Teenearesttooleditor, NearestToolEdit);
USEFORMNS("TeeDragMarksEdit.pas", Teedragmarksedit, DragMarksToolEditor);
USEFORMNS("TeeCalendarEditor.pas", Teecalendareditor, CalendarSeriesEditor);
USEUNIT("TeeCalendar.pas");
USEUNIT("TeeFunnel.pas");
USEFORMNS("TeeAnnToolEdit.pas", Teeanntooledit, AnnotationToolEdit);
USEFORMNS("TeeFunnelEditor.pas", Teefunneleditor, FunnelSeriesEditor);
USEFORMNS("TeeMarksTipToolEdit.pas", Teemarkstiptooledit, MarksTipToolEdit);
USEFORMNS("TeeSurfaceTool.pas", TeeSurfaceTool, SurfaceNearest);
USEFORMNS("TeeSelectorTool.pas", TeeSelectorTool, SelectorToolEditor);
USEFORMNS("TeeSeriesBandTool.pas", TeeSeriesBandTool, SeriesBandToolEditor);
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -