home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // VCFImprs.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: VCFImprs.pas
- //----------------------------------------------------------------------------
- #ifndef VCFImprsHPP
- #define VCFImprsHPP
- //----------------------------------------------------------------------------
- #ifndef MenusHPP
- #include <Menus.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef OleCtrlsHPP
- #include <OleCtrls.hpp>
- #endif
-
- #ifndef GraphicsHPP
- #include <Graphics.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef OleCtlHPP
- #include <OleCtl.hpp>
- #endif
-
- #ifndef OLE2HPP
- #include <OLE2.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Vcfimprs
- {
- //-- type declarations -------------------------------------------------------
- typedef void __fastcall (__closure *TVCFirstImpressionChartSelected)(System::TObject *Sender, System::Smallint
- &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionTitleSelected)(System::TObject *Sender, System::Smallint
- &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionFootnoteSelected)(System::TObject *Sender, System::Smallint
- &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionLegendSelected)(System::TObject *Sender, System::Smallint
- &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionPlotSelected)(System::TObject *Sender, System::Smallint
- &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionAxisSelected)(System::TObject *Sender, System::Smallint
- &AxisId, System::Smallint &AxisIndex, System::Smallint &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionAxisLabelSelected)(System::TObject *Sender, System::Smallint
- &AxisId, System::Smallint &AxisIndex, System::Smallint &labelSetIndex, System::Smallint &LabelIndex
- , System::Smallint &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionAxisTitleSelected)(System::TObject *Sender, System::Smallint
- &AxisId, System::Smallint &AxisIndex, System::Smallint &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionPointSelected)(System::TObject *Sender, System::Smallint
- &Series, System::Smallint &DataPoint, System::Smallint &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionPointLabelSelected)(System::TObject *Sender, System::Smallint
- &Series, System::Smallint &DataPoint, System::Smallint &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionSeriesSelected)(System::TObject *Sender, System::Smallint
- &Series, System::Smallint &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionSeriesLabelSelected)(System::TObject *Sender,
- System::Smallint &Series, System::Smallint &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionChartActivated)(System::TObject *Sender, System::Smallint
- &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionTitleActivated)(System::TObject *Sender, System::Smallint
- &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionFootnoteActivated)(System::TObject *Sender, System::Smallint
- &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionLegendActivated)(System::TObject *Sender, System::Smallint
- &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionPlotActivated)(System::TObject *Sender, System::Smallint
- &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionAxisActivated)(System::TObject *Sender, System::Smallint
- &AxisId, System::Smallint &AxisIndex, System::Smallint &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionAxisLabelActivated)(System::TObject *Sender, System::Smallint
- &AxisId, System::Smallint &AxisIndex, System::Smallint &labelSetIndex, System::Smallint &LabelIndex
- , System::Smallint &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionAxisTitleActivated)(System::TObject *Sender, System::Smallint
- &AxisId, System::Smallint &AxisIndex, System::Smallint &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionPointActivated)(System::TObject *Sender, System::Smallint
- &Series, System::Smallint &DataPoint, System::Smallint &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionPointLabelActivated)(System::TObject *Sender,
- System::Smallint &Series, System::Smallint &DataPoint, System::Smallint &MouseFlags, System::Smallint
- &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionSeriesActivated)(System::TObject *Sender, System::Smallint
- &Series, System::Smallint &MouseFlags, System::Smallint &Cancel);
-
- typedef void __fastcall (__closure *TVCFirstImpressionSeriesLabelActivated)(System::TObject *Sender,
- System::Smallint &Series, System::Smallint &MouseFlags, System::Smallint &Cancel);
-
- class __declspec(delphiclass) TVCFirstImpression;
- class __declspec(pascalimplementation) TVCFirstImpression : public Olectrls::TOleControl
- {
- typedef TVCFirstImpression ThisClass;
- typedef Olectrls::TOleControl inherited;
-
- private:
- TVCFirstImpressionChartSelected FOnChartSelected;
- TVCFirstImpressionTitleSelected FOnTitleSelected;
- TVCFirstImpressionFootnoteSelected FOnFootnoteSelected;
- TVCFirstImpressionLegendSelected FOnLegendSelected;
- TVCFirstImpressionPlotSelected FOnPlotSelected;
- TVCFirstImpressionAxisSelected FOnAxisSelected;
- TVCFirstImpressionAxisLabelSelected FOnAxisLabelSelected;
- TVCFirstImpressionAxisTitleSelected FOnAxisTitleSelected;
- TVCFirstImpressionPointSelected FOnPointSelected;
- TVCFirstImpressionPointLabelSelected FOnPointLabelSelected;
- TVCFirstImpressionSeriesSelected FOnSeriesSelected;
- TVCFirstImpressionSeriesLabelSelected FOnSeriesLabelSelected;
- TVCFirstImpressionChartActivated FOnChartActivated;
- TVCFirstImpressionTitleActivated FOnTitleActivated;
- TVCFirstImpressionFootnoteActivated FOnFootnoteActivated;
- TVCFirstImpressionLegendActivated FOnLegendActivated;
- TVCFirstImpressionPlotActivated FOnPlotActivated;
- TVCFirstImpressionAxisActivated FOnAxisActivated;
- TVCFirstImpressionAxisLabelActivated FOnAxisLabelActivated;
- TVCFirstImpressionAxisTitleActivated FOnAxisTitleActivated;
- TVCFirstImpressionPointActivated FOnPointActivated;
- TVCFirstImpressionPointLabelActivated FOnPointLabelActivated;
- TVCFirstImpressionSeriesActivated FOnSeriesActivated;
- TVCFirstImpressionSeriesLabelActivated FOnSeriesLabelActivated;
- Classes::TNotifyEvent FOnApplyChanges;
- System::Integer __stdcall Get_GetBitmap(const System::Variant &options);
-
- protected:
- virtual void __fastcall InitControlData(void);
-
- public:
- void __stdcall EditPaste(void);
- void __stdcall EditCopy(void);
- void __stdcall ActivateSelectionDialog(void);
- void __stdcall Layout(void);
- void __stdcall ToDefaults(void);
- void __stdcall PrintSetupDialog(void);
- void __stdcall PrintChart(void);
- void __stdcall SelectPart(System::Smallint part, System::Smallint index1, System::Smallint index2,
- System::Smallint index3, System::Smallint index4);
- void __stdcall GetSelectedPart(System::Smallint &part, System::Smallint &index1, System::Smallint &
- index2, System::Smallint &index3, System::Smallint &index4);
- void __stdcall GetDLLVersion(System::Smallint &major, System::Smallint &minor);
- void __stdcall TwipsToChartPart(System::Integer xVal, System::Integer yVal, System::Smallint &part,
- System::Smallint &index1, System::Smallint &index2, System::Smallint &index3, System::Smallint &index4
- );
- void __stdcall ReadFromFile(const System::AnsiString FileName);
- void __stdcall WritePictureToFile(const System::AnsiString FileName, System::Smallint pictureType,
- System::Smallint options);
- void __stdcall WriteToFile(const System::AnsiString FileName);
- void __stdcall ActivateFormatMenu(System::Integer X, System::Integer Y);
- void __stdcall GetMetafile(System::Smallint options, System::Integer &Handle, System::Integer &Width
- , System::Integer &Height);
- void __stdcall CopyDataFromArray(System::Smallint Top, System::Smallint Left, System::Smallint Bottom
- , System::Smallint Right, const System::Variant &Array_);
- void __stdcall CopyDataToArray(System::Smallint Top, System::Smallint Left, System::Smallint Bottom
- , System::Smallint Right, const System::Variant &Array_);
- void __stdcall Draw(System::Integer hDC, System::Smallint hDCType, System::Integer Top, System::Integer
- Left, System::Integer Bottom, System::Integer Right, System::WordBool Layout, System::WordBool Stretch
- );
- void __stdcall UseWizard(void);
- void __stdcall EditChartData(void);
- void __stdcall Refresh(void);
- void __stdcall AboutBox(void);
- __property System::AnsiString SsLinkSheet = {read=GetStringProp, write=SetStringProp, index=22, nodefault
- };
- __property System::Integer Handle = {read=GetIntegerProp, index=24, nodefault};
- __property System::Variant Picture = {read=GetVariantProp, index=25};
- __property System::Integer GetBitmap[System::Variant options] = {read=Get_GetBitmap};
-
- __published:
- __property TabStop ;
- __property DragCursor ;
- __property DragMode ;
- __property ParentShowHint ;
- __property PopupMenu ;
- __property ShowHint ;
- __property TabOrder ;
- __property Visible ;
- __property OnDragDrop ;
- __property OnDragOver ;
- __property OnEndDrag ;
- __property OnEnter ;
- __property OnExit ;
- __property OnStartDrag ;
- __property OnClick ;
- __property OnDblClick ;
- __property OnKeyDown ;
- __property OnKeyPress ;
- __property OnKeyUp ;
- __property OnMouseDown ;
- __property OnMouseMove ;
- __property OnMouseUp ;
- __property System::WordBool AutoIncrement = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false
- , index=1, nodefault};
- __property System::WordBool RandomFill = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false,
- index=2, nodefault};
- __property System::Smallint ChartType = {read=GetSmallintProp, write=SetSmallintProp, stored=false,
- index=3, nodefault};
- __property System::Smallint Column = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=4
- , nodefault};
- __property System::Smallint ColumnCount = {read=GetSmallintProp, write=SetSmallintProp, stored=false
- , index=5, nodefault};
- __property System::AnsiString ColumnLabel = {read=GetStringProp, write=SetStringProp, stored=false,
- index=6, nodefault};
- __property System::Smallint ColumnLabelCount = {read=GetSmallintProp, write=SetSmallintProp, stored=false
- , index=7, nodefault};
- __property System::Smallint ColumnLabelIndex = {read=GetSmallintProp, write=SetSmallintProp, stored=false
- , index=8, nodefault};
- __property System::AnsiString Data = {read=GetStringProp, write=SetStringProp, stored=false, index=9
- , nodefault};
- __property System::AnsiString FootnoteText = {read=GetStringProp, write=SetStringProp, stored=false
- , index=10, nodefault};
- __property System::WordBool Repaint = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=11
- , nodefault};
- __property System::Smallint Row = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=12
- , nodefault};
- __property System::Smallint RowCount = {read=GetSmallintProp, write=SetSmallintProp, stored=false,
- index=13, nodefault};
- __property System::AnsiString RowLabel = {read=GetStringProp, write=SetStringProp, stored=false, index=14
- , nodefault};
- __property System::Smallint RowLabelCount = {read=GetSmallintProp, write=SetSmallintProp, stored=false
- , index=15, nodefault};
- __property System::Smallint RowLabelIndex = {read=GetSmallintProp, write=SetSmallintProp, stored=false
- , index=16, nodefault};
- __property System::Smallint SeriesColumn = {read=GetSmallintProp, write=SetSmallintProp, stored=false
- , index=17, nodefault};
- __property System::Smallint SeriesType = {read=GetSmallintProp, write=SetSmallintProp, stored=false
- , index=18, nodefault};
- __property System::WordBool ShowLegend = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false,
- index=19, nodefault};
- __property System::Smallint SsLinkMode = {read=GetSmallintProp, write=SetSmallintProp, stored=false
- , index=20, nodefault};
- __property System::AnsiString SsLinkRange = {read=GetStringProp, write=SetStringProp, stored=false,
- index=21, nodefault};
- __property System::Smallint DrawMode = {read=GetSmallintProp, write=SetSmallintProp, stored=false,
- index=23, nodefault};
- __property System::Smallint BorderStyle = {read=GetSmallintProp, write=SetSmallintProp, stored=false
- , index=-504, nodefault};
- __property System::WordBool Enabled = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=-514
- , nodefault};
- __property System::Smallint hWnd = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=-515
- , nodefault};
- __property System::Variant Title = {read=GetVariantProp, write=SetVariantProp, stored=false, index=26
- };
- __property System::Variant Footnote = {read=GetVariantProp, write=SetVariantProp, stored=false, index=27
- };
- __property System::AnsiString TitleText = {read=GetStringProp, write=SetStringProp, stored=false, index=28
- , nodefault};
- __property System::WordBool Stacking = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=29
- , nodefault};
- __property System::Smallint TextLengthType = {read=GetSmallintProp, write=SetSmallintProp, stored=false
- , index=30, nodefault};
- __property System::WordBool AllowUserChanges = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false
- , index=31, nodefault};
- __property System::WordBool AllowSelections = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false
- , index=32, nodefault};
- __property System::WordBool AllowSeriesSelection = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false
- , index=33, nodefault};
- __property System::WordBool AllowDynamicRotation = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false
- , index=34, nodefault};
- __property System::Smallint ActiveSeriesCount = {read=GetSmallintProp, write=SetSmallintProp, stored=false
- , index=35, nodefault};
- __property System::Variant Backdrop = {read=GetVariantProp, write=SetVariantProp, stored=false, index=36
- };
- __property System::Variant PrintInformation = {read=GetVariantProp, write=SetVariantProp, stored=false
- , index=37};
- __property System::Variant Legend = {read=GetVariantProp, write=SetVariantProp, stored=false, index=38
- };
- __property System::Variant DataGrid = {read=GetVariantProp, write=SetVariantProp, stored=false, index=39
- };
- __property System::Variant Plot = {read=GetVariantProp, write=SetVariantProp, stored=false, index=40
- };
- __property System::Integer TwipsWidth = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=41
- , nodefault};
- __property System::Integer TwipsHeight = {read=GetIntegerProp, write=SetIntegerProp, stored=false,
- index=42, nodefault};
- __property System::WordBool AllowDithering = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false
- , index=43, nodefault};
- __property System::Smallint ErrorOffset = {read=GetSmallintProp, write=SetSmallintProp, stored=false
- , index=44, nodefault};
- __property System::WordBool DoSetCursor = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false,
- index=45, nodefault};
- __property System::AnsiString FileName = {read=GetStringProp, write=SetStringProp, stored=false, index=46
- , nodefault};
- __property System::WordBool Chart3d = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=47
- , nodefault};
- __property System::AnsiString SsLinkBook = {read=GetStringProp, write=SetStringProp, stored=false,
- index=48, nodefault};
- __property TVCFirstImpressionChartSelected OnChartSelected = {read=FOnChartSelected, write=FOnChartSelected
- };
- __property TVCFirstImpressionTitleSelected OnTitleSelected = {read=FOnTitleSelected, write=FOnTitleSelected
- };
- __property TVCFirstImpressionFootnoteSelected OnFootnoteSelected = {read=FOnFootnoteSelected, write=
- FOnFootnoteSelected};
- __property TVCFirstImpressionLegendSelected OnLegendSelected = {read=FOnLegendSelected, write=FOnLegendSelected
- };
- __property TVCFirstImpressionPlotSelected OnPlotSelected = {read=FOnPlotSelected, write=FOnPlotSelected
- };
- __property TVCFirstImpressionAxisSelected OnAxisSelected = {read=FOnAxisSelected, write=FOnAxisSelected
- };
- __property TVCFirstImpressionAxisLabelSelected OnAxisLabelSelected = {read=FOnAxisLabelSelected, write=
- FOnAxisLabelSelected};
- __property TVCFirstImpressionAxisTitleSelected OnAxisTitleSelected = {read=FOnAxisTitleSelected, write=
- FOnAxisTitleSelected};
- __property TVCFirstImpressionPointSelected OnPointSelected = {read=FOnPointSelected, write=FOnPointSelected
- };
- __property TVCFirstImpressionPointLabelSelected OnPointLabelSelected = {read=FOnPointLabelSelected,
- write=FOnPointLabelSelected};
- __property TVCFirstImpressionSeriesSelected OnSeriesSelected = {read=FOnSeriesSelected, write=FOnSeriesSelected
- };
- __property TVCFirstImpressionSeriesLabelSelected OnSeriesLabelSelected = {read=FOnSeriesLabelSelected
- , write=FOnSeriesLabelSelected};
- __property TVCFirstImpressionChartActivated OnChartActivated = {read=FOnChartActivated, write=FOnChartActivated
- };
- __property TVCFirstImpressionTitleActivated OnTitleActivated = {read=FOnTitleActivated, write=FOnTitleActivated
- };
- __property TVCFirstImpressionFootnoteActivated OnFootnoteActivated = {read=FOnFootnoteActivated, write=
- FOnFootnoteActivated};
- __property TVCFirstImpressionLegendActivated OnLegendActivated = {read=FOnLegendActivated, write=FOnLegendActivated
- };
- __property TVCFirstImpressionPlotActivated OnPlotActivated = {read=FOnPlotActivated, write=FOnPlotActivated
- };
- __property TVCFirstImpressionAxisActivated OnAxisActivated = {read=FOnAxisActivated, write=FOnAxisActivated
- };
- __property TVCFirstImpressionAxisLabelActivated OnAxisLabelActivated = {read=FOnAxisLabelActivated,
- write=FOnAxisLabelActivated};
- __property TVCFirstImpressionAxisTitleActivated OnAxisTitleActivated = {read=FOnAxisTitleActivated,
- write=FOnAxisTitleActivated};
- __property TVCFirstImpressionPointActivated OnPointActivated = {read=FOnPointActivated, write=FOnPointActivated
- };
- __property TVCFirstImpressionPointLabelActivated OnPointLabelActivated = {read=FOnPointLabelActivated
- , write=FOnPointLabelActivated};
- __property TVCFirstImpressionSeriesActivated OnSeriesActivated = {read=FOnSeriesActivated, write=FOnSeriesActivated
- };
- __property TVCFirstImpressionSeriesLabelActivated OnSeriesLabelActivated = {read=FOnSeriesLabelActivated
- , write=FOnSeriesLabelActivated};
- __property Classes::TNotifyEvent OnApplyChanges = {read=FOnApplyChanges, write=FOnApplyChanges};
- public:
-
- /* !! TOleControl.Create */ __fastcall virtual TVCFirstImpression(Classes::TComponent *AOwner) : Olectrls::TOleControl(
- AOwner) { }
- /* !! TOleControl.Destroy */ __fastcall virtual ~TVCFirstImpression(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- #define VtFontStyleBold System::Byte(1)
- #define VtFontStyleItalic System::Byte(2)
- #define VtFontStyleOutline System::Byte(4)
- #define VtFontEffectStrikeThrough System::Smallint(256)
- #define VtFontEffectUnderline System::Smallint(512)
- #define VtFrameStyleNull System::Byte(0)
- #define VtFrameStyleSingleLine System::Byte(1)
- #define VtFrameStyleDoubleLine System::Byte(2)
- #define VtFrameStyleThickInner System::Byte(3)
- #define VtFrameStyleThickOuter System::Byte(4)
- #define VtBrushStyleNull System::Byte(0)
- #define VtBrushStyleSolid System::Byte(1)
- #define VtBrushStylePattern System::Byte(2)
- #define VtBrushStyleHatched System::Byte(3)
- #define VtChLabelComponentValue System::Byte(1)
- #define VtChLabelComponentPercent System::Byte(2)
- #define VtChLabelComponentSeriesName System::Byte(4)
- #define VtChLabelComponentPointName System::Byte(8)
- #define VtBrushPattern94Percent System::Byte(0)
- #define VtBrushPattern88Percent System::Byte(1)
- #define VtBrushPattern75Percent System::Byte(2)
- #define VtBrushPattern50Percent System::Byte(3)
- #define VtBrushPattern25Percent System::Byte(4)
- #define VtBrushPatternBoldHorizontal System::Byte(5)
- #define VtBrushPatternBoldVertical System::Byte(6)
- #define VtBrushPatternBoldDownDiagonal System::Byte(7)
- #define VtBrushPatternBoldUpDiagonal System::Byte(8)
- #define VtBrushPatternChecks System::Byte(9)
- #define VtBrushPatternWeave System::Byte(10)
- #define VtBrushPatternHorizontal System::Byte(11)
- #define VtBrushPatternVertical System::Byte(12)
- #define VtBrushPatternDownDiagonal System::Byte(13)
- #define VtBrushPatternUpDiagonal System::Byte(14)
- #define VtBrushPatternGrid System::Byte(15)
- #define VtBrushPatternTrellis System::Byte(16)
- #define VtBrushPatternInvertedTrellis System::Byte(17)
- #define VtBrushHatchHorizontal System::Byte(0)
- #define VtBrushHatchVertical System::Byte(1)
- #define VtBrushHatchDownDiagonal System::Byte(2)
- #define VtBrushHatchUpDiagonal System::Byte(3)
- #define VtBrushHatchCross System::Byte(4)
- #define VtBrushHatchDiagonalCross System::Byte(5)
- #define VtShadowStyleNull System::Byte(0)
- #define VtShadowStyleDrop System::Byte(1)
- #define VtChMouseFlagShiftKeyDown System::Byte(4)
- #define VtChMouseFlagControlKeyDown System::Byte(8)
- #define VtPenStyleNull System::Byte(0)
- #define VtPenStyleSolid System::Byte(1)
- #define VtPenStyleDashed System::Byte(2)
- #define VtPenStyleDotted System::Byte(3)
- #define VtPenStyleDashDot System::Byte(4)
- #define VtPenStyleDashDotDot System::Byte(5)
- #define VtPenStyleDitted System::Byte(6)
- #define VtPenStyleDashDit System::Byte(7)
- #define VtPenStyleDashDitDit System::Byte(8)
- #define VtPenJoinMiter System::Byte(0)
- #define VtPenJoinRound System::Byte(1)
- #define VtPenJoinBevel System::Byte(2)
- #define VtPenCapButt System::Byte(0)
- #define VtPenCapRound System::Byte(1)
- #define VtPenCapSquare System::Byte(2)
- #define VtGradientStyleHorizontal System::Byte(0)
- #define VtGradientStyleVertical System::Byte(1)
- #define VtGradientStyleRectangle System::Byte(2)
- #define VtGradientStyleOval System::Byte(3)
- #define VtPictureTypeNull System::Byte(0)
- #define VtPictureTypeBMP System::Byte(1)
- #define VtPictureTypeWMF System::Byte(2)
- #define VtPictureOptionNoSizeHeader System::Byte(0)
- #define VtPictureOptionTextAsCurves System::Byte(1)
- #define VtPictureMapTypeActual System::Byte(0)
- #define VtPictureMapTypeFitted System::Byte(1)
- #define VtPictureMapTypeStretched System::Byte(2)
- #define VtPictureMapTypeTiled System::Byte(3)
- #define VtPictureMapTypeCropFitted System::Byte(4)
- #define VtFillStyleNull System::Byte(0)
- #define VtFillStyleBrush System::Byte(1)
- #define VtFillStyleGradient System::Byte(2)
- #define VtChLocationTypeTopLeft System::Byte(0)
- #define VtChLocationTypeTop System::Byte(1)
- #define VtChLocationTypeTopRight System::Byte(2)
- #define VtChLocationTypeLeft System::Byte(3)
- #define VtChLocationTypeRight System::Byte(4)
- #define VtChLocationTypeBottomLeft System::Byte(5)
- #define VtChLocationTypeBottom System::Byte(6)
- #define VtChLocationTypeBottomRight System::Byte(7)
- #define VtChLocationTypeCustom System::Byte(8)
- #define VtChAxisIdX System::Byte(0)
- #define VtChAxisIdY System::Byte(1)
- #define VtChAxisIdY2 System::Byte(2)
- #define VtChAxisIdZ System::Byte(3)
- #define VtChAxisTickStyleNone System::Byte(0)
- #define VtChAxisTickStyleCenter System::Byte(1)
- #define VtChAxisTickStyleInside System::Byte(2)
- #define VtChAxisTickStyleOutside System::Byte(3)
- #define VtChDateIntervalTypeNone System::Byte(0)
- #define VtChDateIntervalTypeDaily System::Byte(1)
- #define VtChDateIntervalTypeWeekly System::Byte(2)
- #define VtChDateIntervalTypeSemimonthly System::Byte(3)
- #define VtChDateIntervalTypeMonthly System::Byte(4)
- #define VtChDateIntervalTypeYearly System::Byte(5)
- #define VtChScaleTypeLinear System::Byte(0)
- #define VtChScaleTypeLogarithmic System::Byte(1)
- #define VtChScaleTypePercent System::Byte(2)
- #define VtChPercentAxisBasisMaxChart System::Byte(0)
- #define VtChPercentAxisBasisMaxRow System::Byte(1)
- #define VtChPercentAxisBasisMaxColumn System::Byte(2)
- #define VtChPercentAxisBasisSumChart System::Byte(3)
- #define VtChPercentAxisBasisSumRow System::Byte(4)
- #define VtChPercentAxisBasisSumColumn System::Byte(5)
- #define VtChPieWeightBasisNone System::Byte(0)
- #define VtChPieWeightBasisTotal System::Byte(1)
- #define VtChPieWeightBasisSeries System::Byte(2)
- #define VtChPieWeightStyleArea System::Byte(0)
- #define VtChPieWeightStyleDiameter System::Byte(1)
- #define VtSortTypeNone System::Byte(0)
- #define VtSortTypeAscending System::Byte(1)
- #define VtSortTypeDescending System::Byte(2)
- #define VtAngleUnitsDegrees System::Byte(0)
- #define VtAngleUnitsRadians System::Byte(1)
- #define VtAngleUnitsGrads System::Byte(2)
- #define VtChSubPlotLabelLocationTypeNone System::Byte(0)
- #define VtChSubPlotLabelLocationTypeAbove System::Byte(1)
- #define VtChSubPlotLabelLocationTypeBelow System::Byte(2)
- #define VtChSubPlotLabelLocationTypeCenter System::Byte(3)
- #define VtChLabelLineStyleNone System::Byte(0)
- #define VtChLabelLineStyleStraight System::Byte(1)
- #define VtChLabelLineStyleBent System::Byte(2)
- #define VtChLabelLocationTypeNone System::Byte(0)
- #define VtChLabelLocationTypeAbovePoint System::Byte(1)
- #define VtChLabelLocationTypeBelowPoint System::Byte(2)
- #define VtChLabelLocationTypeCenter System::Byte(3)
- #define VtChLabelLocationTypeBase System::Byte(4)
- #define VtChLabelLocationTypeInside System::Byte(5)
- #define VtChLabelLocationTypeOutside System::Byte(6)
- #define VtChLabelLocationTypeLeft System::Byte(7)
- #define VtChLabelLocationTypeRight System::Byte(8)
- #define VtChContourColorTypeAutomatic System::Byte(0)
- #define VtChContourColorTypeGradient System::Byte(1)
- #define VtChContourColorTypeManual System::Byte(2)
- #define VtChContourDisplayTypeCBands System::Byte(0)
- #define VtChContourDisplayTypeCLines System::Byte(1)
- #define VtChSurfaceBaseTypePedestal System::Byte(0)
- #define VtChSurfaceBaseTypeStandard System::Byte(1)
- #define VtChSurfaceBaseTypeStandardWithCBands System::Byte(2)
- #define VtChSurfaceBaseTypeStandardWithCLines System::Byte(3)
- #define VtChSurfaceDisplayTypeNone System::Byte(0)
- #define VtChSurfaceDisplayTypeCBands System::Byte(1)
- #define VtChSurfaceDisplayTypeCLines System::Byte(2)
- #define VtChSurfaceDisplayTypeSolid System::Byte(3)
- #define VtChSurfaceDisplayTypeSolidWithCLines System::Byte(4)
- #define VtChSurfaceProjectionTypeNone System::Byte(0)
- #define VtChSurfaceProjectionTypeCBands System::Byte(1)
- #define VtChSurfaceProjectionTypeCLines System::Byte(2)
- #define VtChSurfaceWireframeTypeNone System::Byte(0)
- #define VtChSurfaceWireframeTypeMajor System::Byte(1)
- #define VtChSurfaceWireframeTypeMajorAndMinor System::Byte(2)
- #define VtMarkerStyleDash System::Byte(0)
- #define VtMarkerStylePlus System::Byte(1)
- #define VtMarkerStyleX System::Byte(2)
- #define VtMarkerStyleStar System::Byte(3)
- #define VtMarkerStyleCircle System::Byte(4)
- #define VtMarkerStyleSquare System::Byte(5)
- #define VtMarkerStyleDiamond System::Byte(6)
- #define VtMarkerStyleUpTriangle System::Byte(7)
- #define VtMarkerStyleDownTriangle System::Byte(8)
- #define VtMarkerStyleFilledCircle System::Byte(9)
- #define VtMarkerStyleFilledSquare System::Byte(10)
- #define VtMarkerStyleFilledDiamond System::Byte(11)
- #define VtMarkerStyleFilledUpTriangle System::Byte(12)
- #define VtMarkerStyleFilledDownTriangle System::Byte(13)
- #define VtMarkerStyle3dBall System::Byte(14)
- #define VtProjectionTypePerspective System::Byte(0)
- #define VtProjectionTypeOblique System::Byte(1)
- #define VtProjectionTypeOrthogonal System::Byte(2)
- #define VtSmoothingTypeNone System::Byte(0)
- #define VtSmoothingTypeQuadraticBSpline System::Byte(1)
- #define VtSmoothingTypeCubicBSpline System::Byte(2)
- #define VtHorizontalAlignmentLeft System::Byte(0)
- #define VtHorizontalAlignmentRight System::Byte(1)
- #define VtHorizontalAlignmentCenter System::Byte(2)
- #define VtVerticalAlignmentTop System::Byte(0)
- #define VtVerticalAlignmentBottom System::Byte(1)
- #define VtVerticalAlignmentCenter System::Byte(2)
- #define VtOrientationHorizontal System::Byte(0)
- #define VtOrientationVertical System::Byte(1)
- #define VtOrientationUp System::Byte(2)
- #define VtOrientationDown System::Byte(3)
- #define VtDcTypeNull System::Byte(0)
- #define VtDcTypeDisplay System::Byte(1)
- #define VtDcTypePrinter System::Byte(2)
- #define VtDcTypeMetafile System::Byte(3)
- #define VtPrintScaleTypeActual System::Byte(0)
- #define VtPrintScaleTypeFitted System::Byte(1)
- #define VtPrintScaleTypeStretched System::Byte(2)
- #define VtChStatsMinimum System::Byte(1)
- #define VtChStatsMaximum System::Byte(2)
- #define VtChStatsMean System::Byte(4)
- #define VtChStatsStddev System::Byte(8)
- #define VtChStatsRegression System::Byte(16)
- #define VtPrintOrientationPortrait System::Byte(0)
- #define VtPrintOrientationLandscape System::Byte(1)
- #define VtTextOutputTypeHardware System::Byte(0)
- #define VtTextOutputTypePolygon System::Byte(1)
- #define VtTextLengthTypeVirtual System::Byte(0)
- #define VtTextLengthTypeDevice System::Byte(1)
- #define VtChPartTypeChart System::Byte(0)
- #define VtChPartTypeTitle System::Byte(1)
- #define VtChPartTypeFootnote System::Byte(2)
- #define VtChPartTypeLegend System::Byte(3)
- #define VtChPartTypePlot System::Byte(4)
- #define VtChPartTypeSeries System::Byte(5)
- #define VtChPartTypeSeriesLabel System::Byte(6)
- #define VtChPartTypePoint System::Byte(7)
- #define VtChPartTypePointLabel System::Byte(8)
- #define VtChPartTypeAxis System::Byte(9)
- #define VtChPartTypeAxisLabel System::Byte(10)
- #define VtChPartTypeAxisTitle System::Byte(11)
- #define VtChDrawModeDraw System::Byte(0)
- #define VtChDrawModeBlit System::Byte(1)
- #define VtChSsLinkModeOff System::Byte(0)
- #define VtChSsLinkModeOn System::Byte(1)
- #define VtChSsLinkModeAutoParse System::Byte(2)
- #define VtChSeriesTypeDefault System::Shortint(-1)
- #define VtChSeriesType3dBar System::Byte(0)
- #define VtChSeriesType2dBar System::Byte(1)
- #define VtChSeriesType3dHorizontalBar System::Byte(2)
- #define VtChSeriesType2dHorizontalBar System::Byte(3)
- #define VtChSeriesType3dClusteredBar System::Byte(4)
- #define VtChSeriesType3dLine System::Byte(5)
- #define VtChSeriesType2dLine System::Byte(6)
- #define VtChSeriesType3dArea System::Byte(7)
- #define VtChSeriesType2dArea System::Byte(8)
- #define VtChSeriesType3dStep System::Byte(9)
- #define VtChSeriesType2dStep System::Byte(10)
- #define VtChSeriesType2dXY System::Byte(11)
- #define VtChSeriesType2dPolar System::Byte(12)
- #define VtChSeriesType2dRadarLine System::Byte(13)
- #define VtChSeriesType2dRadarArea System::Byte(14)
- #define VtChSeriesType2dBubble System::Byte(15)
- #define VtChSeriesType2dHiLo System::Byte(16)
- #define VtChSeriesType2dHLC System::Byte(17)
- #define VtChSeriesType2dHLCRight System::Byte(18)
- #define VtChSeriesType2dOHLC System::Byte(19)
- #define VtChSeriesType2dOHLCBar System::Byte(20)
- #define VtChSeriesType2dGantt System::Byte(21)
- #define VtChSeriesType3dGantt System::Byte(22)
- #define VtChSeriesType3dPie System::Byte(23)
- #define VtChSeriesType2dPie System::Byte(24)
- #define VtChSeriesType3dDoughnut System::Byte(25)
- #define VtChSeriesType2dDates System::Byte(26)
- #define VtChSeriesType3dBarHiLo System::Byte(27)
- #define VtChSeriesType2dBarHiLo System::Byte(28)
- #define VtChSeriesType3dHorizontalBarHiLo System::Byte(29)
- #define VtChSeriesType2dHorizontalBarHiLo System::Byte(30)
- #define VtChSeriesType3dClusteredBarHiLo System::Byte(31)
- #define VtChSeriesType3dSurface System::Byte(32)
- #define VtChSeriesType2dContour System::Byte(33)
- #define VtChSeriesType3dXYZ System::Byte(34)
- #define VtChChartType3dBar System::Byte(0)
- #define VtChChartType2dBar System::Byte(1)
- #define VtChChartType3dLine System::Byte(2)
- #define VtChChartType2dLine System::Byte(3)
- #define VtChChartType3dArea System::Byte(4)
- #define VtChChartType2dArea System::Byte(5)
- #define VtChChartType3dStep System::Byte(6)
- #define VtChChartType2dStep System::Byte(7)
- #define VtChChartType3dCombination System::Byte(8)
- #define VtChChartType2dCombination System::Byte(9)
- #define VtChChartType3dHorizontalBar System::Byte(10)
- #define VtChChartType2dHorizontalBar System::Byte(11)
- #define VtChChartType3dClusteredBar System::Byte(12)
- #define VtChChartType3dPie System::Byte(13)
- #define VtChChartType2dPie System::Byte(14)
- #define VtChChartType3dDoughnut System::Byte(15)
- #define VtChChartType2dXY System::Byte(16)
- #define VtChChartType2dPolar System::Byte(17)
- #define VtChChartType2dRadar System::Byte(18)
- #define VtChChartType2dBubble System::Byte(19)
- #define VtChChartType2dHiLo System::Byte(20)
- #define VtChChartType2dGantt System::Byte(21)
- #define VtChChartType3dGantt System::Byte(22)
- #define VtChChartType3dSurface System::Byte(23)
- #define VtChChartType2dContour System::Byte(24)
- #define VtChChartType3dScatter System::Byte(25)
- #define VtChChartType3dXYZ System::Byte(26)
- extern void __fastcall Register(void);
-
- } /* namespace Vcfimprs */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Vcfimprs;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // VCFImprs
-