home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // DMForm.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: DMForm.pas
- //----------------------------------------------------------------------------
- #ifndef DMFormHPP
- #define DMFormHPP
- //----------------------------------------------------------------------------
- #include <ComCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Dmform
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TDataModuleForm;
- class __declspec(pascalimplementation) TDataModuleForm : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- void __fastcall FormResize(System::TObject* Sender);
-
- private:
- Forms::TDataModule* DataModule;
- Forms::TScrollBox* ComponentContainer;
- void __fastcall UpdateDesigner(void);
- HIDESBASE 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, int Dummy) : Forms::TForm(
- AOwner, Dummy) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TDataModuleForm(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Dmform */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dmform;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DMForm
-