⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 teeproco.pas

📁 Delphi TeeChartPro.6.01的源代码
💻 PAS
字号:
{*****************************************}
{   TeeChart Pro                          }
{   Copyright (c) 1995-2003 David Berneda }
{   Constants for Pro components          }
{*****************************************}
unit TeeProCo;
{$I TeeDefs.inc}

interface

var
  TeeMsg_GalleryPolar,
  TeeMsg_GalleryCandle,
  TeeMsg_GalleryVolume,      
  TeeMsg_GallerySurface,     
  TeeMsg_GalleryContour,     
  TeeMsg_GalleryBezier,      
  TeeMsg_GalleryPoint3D,     
  TeeMsg_GalleryRadar,       
  TeeMsg_GalleryDonut,       
  TeeMsg_GalleryCursor,      
  TeeMsg_GalleryBar3D,       
  TeeMsg_GalleryBigCandle,
  TeeMsg_GalleryLinePoint,   
  TeeMsg_GalleryHistogram,   
  TeeMsg_GalleryWaterFall,
  TeeMsg_GalleryWindRose,
  TeeMsg_GalleryClock,       
  TeeMsg_GalleryColorGrid,   
  TeeMsg_GalleryBoxPlot,     
  TeeMsg_GalleryHorizBoxPlot,
  TeeMsg_GalleryBarJoin,     
  TeeMsg_GallerySmith,       
  TeeMsg_GalleryPyramid,     
  TeeMsg_GalleryMap,         

  TeeMsg_PolyDegreeRange,    
  TeeMsg_AnswerVectorIndex,  
  TeeMsg_FittingError,       
  TeeMsg_PeriodRange,        
  TeeMsg_ExpAverageWeight,   
  TeeMsg_GalleryErrorBar,    
  TeeMsg_GalleryError,       
  TeeMsg_GalleryHighLow,     
  TeeMsg_FunctionMomentum,
  TeeMsg_FunctionMomentumDiv,
  TeeMsg_FunctionExpAverage, 
  TeeMsg_FunctionMovingAverage,
  TeeMsg_FunctionExpMovAve,   
  TeeMsg_FunctionRSI,         
  TeeMsg_FunctionCurveFitting,
  TeeMsg_FunctionTrend,       
  TeeMsg_FunctionExpTrend,    
  TeeMsg_FunctionLogTrend,    
  TeeMsg_FunctionCumulative,  
  TeeMsg_FunctionStdDeviation,
  TeeMsg_FunctionBollinger,   
  TeeMsg_FunctionRMS,         
  TeeMsg_FunctionMACD,        
  TeeMsg_FunctionStochastic,  
  TeeMsg_FunctionADX,         

  TeeMsg_FunctionCount,
  TeeMsg_LoadChart,
  TeeMsg_SaveChart,
  TeeMsg_TeeFiles,

  TeeMsg_GallerySamples,
  TeeMsg_GalleryStats,

  TeeMsg_CannotFindEditor,

  TeeMsg_ValuesDate,
  TeeMsg_ValuesOpen,          
  TeeMsg_ValuesHigh,          
  TeeMsg_ValuesLow,           
  TeeMsg_ValuesClose,         
  TeeMsg_ValuesOffset,        
  TeeMsg_ValuesStdError,      

  TeeMsg_Grid3D,

  TeeMsg_LowBezierPoints,

  { TeeCommander component... }

  TeeCommanMsg_Normal,
  TeeCommanMsg_Edit,     
  TeeCommanMsg_Print,    
  TeeCommanMsg_Copy,     
  TeeCommanMsg_Save,     
  TeeCommanMsg_3D,       

  TeeCommanMsg_Rotating,
  TeeCommanMsg_Rotate,   

  TeeCommanMsg_Moving,
  TeeCommanMsg_Move,     

  TeeCommanMsg_Zooming,
  TeeCommanMsg_Zoom,     

  TeeCommanMsg_Depthing,
  TeeCommanMsg_Depth,

  TeeCommanMsg_Chart,
  TeeCommanMsg_Panel,   

  TeeCommanMsg_RotateLabel,
  TeeCommanMsg_MoveLabel,
  TeeCommanMsg_ZoomLabel, 
  TeeCommanMsg_DepthLabel, 

  TeeCommanMsg_NormalLabel,
  TeeCommanMsg_NormalPieLabel,

  TeeCommanMsg_PieExploding,

  TeeMsg_TriSurfaceLess,
  TeeMsg_TriSurfaceAllColinear,
  TeeMsg_TriSurfaceSimilar,
  TeeMsg_GalleryTriSurface,

  TeeMsg_AllSeries,
  TeeMsg_Edit,

  TeeMsg_GalleryFinancial,

  TeeMsg_CursorTool,
  TeeMsg_DragMarksTool,
  TeeMsg_AxisArrowTool,
  TeeMsg_DrawLineTool,  
  TeeMsg_NearestTool,   
  TeeMsg_ColorBandTool, 
  TeeMsg_ColorLineTool, 
  TeeMsg_RotateTool,    
  TeeMsg_ImageTool,     
  TeeMsg_MarksTipTool,  
  TeeMsg_AnnotationTool,

  TeeMsg_CantDeleteAncestor,

  TeeMsg_Load,

  { TeeChart Actions }
  TeeMsg_CategoryChartActions,
  TeeMsg_CategorySeriesActions, 

  TeeMsg_Action3D,
  TeeMsg_Action3DHint,           
  TeeMsg_ActionSeriesActive,
  TeeMsg_ActionSeriesActiveHint, 
  TeeMsg_ActionEditHint,
  TeeMsg_ActionEdit,        
  TeeMsg_ActionCopyHint,         
  TeeMsg_ActionCopy,             
  TeeMsg_ActionPrintHint,        
  TeeMsg_ActionPrint,            
  TeeMsg_ActionAxesHint,         
  TeeMsg_ActionAxes,             
  TeeMsg_ActionGridsHint,        
  TeeMsg_ActionGrids,            
  TeeMsg_ActionLegendHint,       
  TeeMsg_ActionLegend,           
  TeeMsg_ActionSeriesEditHint,   
  TeeMsg_ActionSeriesMarksHint,  
  TeeMsg_ActionSeriesMarks,      
  TeeMsg_ActionSaveHint,         
  TeeMsg_ActionSave,

  TeeMsg_CandleBar,
  TeeMsg_CandleNoOpen,           
  TeeMsg_CandleNoClose,          
  TeeMsg_NoHigh,                 
  TeeMsg_NoLow,                  
  TeeMsg_ColorRange,             
  TeeMsg_WireFrame,              
  TeeMsg_DotFrame,               
  TeeMsg_Positions,              
  TeeMsg_NoGrid,                 
  TeeMsg_NoPoint,                
  TeeMsg_NoLine,                 
  TeeMsg_Labels,                 
  TeeMsg_NoCircle,               
  TeeMsg_Lines,                  
  TeeMsg_Border,                 

  TeeMsg_SmithResistance,
  TeeMsg_SmithReactance,       
  
  TeeMsg_Column,

  { 5.01 }
  TeeMsg_Separator,
  TeeMsg_FunnelSegment,        
  TeeMsg_FunnelSeries,         
  TeeMsg_FunnelPercent,        
  TeeMsg_FunnelExceed,         
  TeeMsg_FunnelWithin,         
  TeeMsg_FunnelBelow,          
  TeeMsg_CalendarSeries,       
  TeeMsg_DeltaPointSeries,     
  TeeMsg_ImagePointSeries,     
  TeeMsg_ImageBarSeries,       
  TeeMsg_SeriesTextFieldZero,  

  { 5.02 }
  TeeMsg_Origin,
  TeeMsg_Transparency,
  TeeMsg_Box,		      
  TeeMsg_ExtrOut,
  TeeMsg_MildOut,	      
  TeeMsg_PageNumber,
  TeeMsg_TextFile,

  { 5.03 }
  TeeMsg_DragPoint,
  TeeMsg_OpportunityValues,
  TeeMsg_QuoteValues,

  { 6.0 }
  TeeMsg_FunctionSmooth,
  TeeMsg_FunctionCross,
  TeeMsg_GridTranspose,
  TeeMsg_FunctionCompress,
  TeeMsg_ExtraLegendTool,
  TeeMsg_FunctionCLV,
  TeeMsg_FunctionOBV,
  TeeMsg_FunctionCCI,
  TeeMsg_FunctionPVO,
  TeeMsg_SeriesAnimTool,
  TeeMsg_GalleryPointFigure,
  TeeMsg_Up,
  TeeMsg_Down,
  TeeMsg_GanttTool,
  TeeMsg_XMLFile,
  TeeMsg_GridBandTool,
  TeeMsg_FunctionPerf,
  TeeMsg_GalleryGauge,
  TeeMsg_GalleryGauges,
  TeeMsg_ValuesVectorEndZ,
  TeeMsg_GalleryVector3D,
  TeeMsg_Gallery3D,
  TeeMsg_GalleryTower,
  TeeMsg_SingleColor,
  TeeMsg_Cover,
  TeeMsg_Cone,
  TeeMsg_PieTool

   : String;

Procedure TeeSetEnglish;

implementation

Uses TeeConst;

Procedure TeeSetProConstants;
begin
  TeeMsg_GalleryPolar       :='Polar';
  TeeMsg_GalleryCandle      :='Candle';
  TeeMsg_GalleryVolume      :='Volume';
  TeeMsg_GallerySurface     :='Surface';
  TeeMsg_GalleryContour     :='Contour';
  TeeMsg_GalleryBezier      :='Bezier';
  TeeMsg_GalleryPoint3D     :='Point 3D';
  TeeMsg_GalleryRadar       :='Radar';
  TeeMsg_GalleryDonut       :='Donut';
  TeeMsg_GalleryCursor      :='Cursor';
  TeeMsg_GalleryBar3D       :='Bar 3D';
  TeeMsg_GalleryBigCandle   :='Big Candle';
  TeeMsg_GalleryLinePoint   :='Line Point';
  TeeMsg_GalleryHistogram   :='Histogram';
  TeeMsg_GalleryWaterFall   :='Water Fall';
  TeeMsg_GalleryWindRose    :='Wind Rose';
  TeeMsg_GalleryClock       :='Clock';
  TeeMsg_GalleryColorGrid   :='Color Grid';
  TeeMsg_GalleryBoxPlot     :='BoxPlot';
  TeeMsg_GalleryHorizBoxPlot:='Horizontal'#13'BoxPlot';
  TeeMsg_GalleryBarJoin     :='Bar Join';
  TeeMsg_GallerySmith       :='Smith';
  TeeMsg_GalleryPyramid     :='Pyramid';
  TeeMsg_GalleryMap         :='Map';

  TeeMsg_PolyDegreeRange    :='Polynomial degree must be between 1 and 20';
  TeeMsg_AnswerVectorIndex   :='Answer Vector index must be between 1 and %d';
  TeeMsg_FittingError        :='Cannot process fitting';
  TeeMsg_PeriodRange         :='Period must be >= 0';
  TeeMsg_ExpAverageWeight    :='ExpAverage Weight must be between 0 and 1';
  TeeMsg_GalleryErrorBar     :='Error Bar';
  TeeMsg_GalleryError        :='Error';
  TeeMsg_GalleryHighLow      :='High-Low';
  TeeMsg_FunctionMomentum    :='Momentum';
  TeeMsg_FunctionMomentumDiv :='Momentum'#13'Division';
  TeeMsg_FunctionExpAverage  :='Exponential'#13'Average';
  TeeMsg_FunctionMovingAverage:='Moving'#13'Average';
  TeeMsg_FunctionExpMovAve   :='Exp.Moving'#13'Average';
  TeeMsg_FunctionRSI         :='R.S.I.';
  TeeMsg_FunctionCurveFitting:='Curve Fitting';
  TeeMsg_FunctionTrend       :='Trend';
  TeeMsg_FunctionExpTrend    :='Exponential'#13'Trend';
  TeeMsg_FunctionLogTrend    :='Logarithmic'#13'Trend';
  TeeMsg_FunctionCumulative  :='Cumulative';
  TeeMsg_FunctionStdDeviation:='Standard'#13'Deviation';
  TeeMsg_FunctionBollinger   :='Bollinger'#13'bands';
  TeeMsg_FunctionRMS         :='Root Mean'#13'Square';
  TeeMsg_FunctionMACD        :='MACD';
  TeeMsg_FunctionStochastic  :='Stochastic';
  TeeMsg_FunctionADX         :='ADX';

  TeeMsg_FunctionCount       :='Count';
  TeeMsg_LoadChart           :='Open TeeChart...';
  TeeMsg_SaveChart           :='Save TeeChart...';
  TeeMsg_TeeFiles            :='TeeChart Pro files';

  TeeMsg_GallerySamples      :='Other';
  TeeMsg_GalleryStats        :='Stats';

  TeeMsg_CannotFindEditor    :='Cannot find Series editor Form: %s';

  TeeMsg_ValuesDate          :='Date';
  TeeMsg_ValuesOpen          :='Open';
  TeeMsg_ValuesHigh          :='High';
  TeeMsg_ValuesLow           :='Low';
  TeeMsg_ValuesClose         :='Close';
  TeeMsg_ValuesOffset        :='Offset';
  TeeMsg_ValuesStdError      :='StdError';

  TeeMsg_Grid3D              :='Grid 3D';

  TeeMsg_LowBezierPoints     :='Number of Bezier points should be > 1';

  { TeeCommander component... }

  TeeCommanMsg_Normal   :='Normal';
  TeeCommanMsg_Edit     :='Edit';
  TeeCommanMsg_Print    :='Print';
  TeeCommanMsg_Copy     :='Copy';
  TeeCommanMsg_Save     :='Save';
  TeeCommanMsg_3D       :='3D';

  TeeCommanMsg_Rotating :='Rotation: %d

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -