home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // DMForm.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: DMForm.pas
- //----------------------------------------------------------------------------
- #ifndef DMFormHPP
- #define DMFormHPP
- //----------------------------------------------------------------------------
- #ifndef ComCtrlsHPP
- #include <ComCtrls.hpp>
- #endif
-
- #ifndef DialogsHPP
- #include <Dialogs.hpp>
- #endif
-
- #ifndef FormsHPP
- #include <Forms.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef GraphicsHPP
- #include <Graphics.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef MessagesHPP
- #include <Messages.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SysUtilsHPP
- #include <SysUtils.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Dmform
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TDataModuleForm;
- class __declspec(pascalimplementation) TDataModuleForm : public Forms::TForm
- {
- typedef TDataModuleForm ThisClass;
- typedef Forms::TForm inherited;
-
- __published:
- void __fastcall FormResize(System::TObject *Sender);
-
- private:
- Forms::TDataModule *DataModule;
- Forms::TScrollBox *ComponentContainer;
- void __fastcall UpdateDesigner(void);
- MESSAGE void __fastcall WMMove(Messages::TMessage &Message);
-
- public:
- __fastcall TDataModuleForm(Forms::TDataModule *ADataModule, Forms::TDesigner *ADesigner);
- __fastcall virtual ~TDataModuleForm(void);
- void __fastcall Modified(void);
- void __fastcall SyncContainer(void);
- public:
- /* !! TForm.CreateNew */ __fastcall TDataModuleForm(Classes::TComponent *AOwner, System::Integer Dummy
- ) : Forms::TForm(AOwner, Dummy) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Dmform */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dmform;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DMForm
-