| 123456789101112131415161718192021 |
- //---------------------------------------------------------------------------
- #ifndef fTweeningCH
- #define fTweeningCH
- //---------------------------------------------------------------------------
- #include <System.Classes.hpp>
- #include <Vcl.Controls.hpp>
- #include <Vcl.StdCtrls.hpp>
- #include <Vcl.Forms.hpp>
- //---------------------------------------------------------------------------
- class TFormTweening : public TForm
- {
- __published: // IDE-managed Components
- private: // User declarations
- public: // User declarations
- __fastcall TFormTweening(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TFormTweening *FormTweening;
- //---------------------------------------------------------------------------
- #endif
|