home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / DMFORM.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  2KB  |  67 lines

  1. //----------------------------------------------------------------------------
  2. // DMForm.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: DMForm.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef DMFormHPP
  6. #define DMFormHPP
  7. //----------------------------------------------------------------------------
  8. #include <ComCtrls.hpp>
  9. #include <Dialogs.hpp>
  10. #include <Forms.hpp>
  11. #include <Controls.hpp>
  12. #include <Graphics.hpp>
  13. #include <Classes.hpp>
  14. #include <Messages.hpp>
  15. #include <Windows.hpp>
  16. #include <SysUtils.hpp>
  17. #include <System.hpp>
  18. #pragma warn -par
  19. #pragma warn -hid 
  20. #pragma warn -inl
  21.  
  22. namespace Dmform
  23. {
  24. //-- type declarations -------------------------------------------------------
  25. class __declspec(delphiclass) TDataModuleForm;
  26. class __declspec(pascalimplementation) TDataModuleForm : public Forms::TForm
  27. {
  28.     typedef Forms::TForm inherited;
  29.     
  30. __published:
  31.     void __fastcall FormResize(System::TObject* Sender);
  32.     
  33. private:
  34.     Forms::TDataModule* DataModule;
  35.     Forms::TScrollBox* ComponentContainer;
  36.     void __fastcall UpdateDesigner(void);
  37.     HIDESBASE MESSAGE void __fastcall WMMove(Messages::TMessage &Message);
  38.     
  39. public:
  40.     __fastcall TDataModuleForm(Forms::TDataModule* ADataModule, Forms::TDesigner* ADesigner);
  41.     __fastcall virtual ~TDataModuleForm(void);
  42.     void __fastcall Modified(void);
  43.     void __fastcall SyncContainer(void);
  44. public:
  45.     /* TForm.CreateNew */ __fastcall TDataModuleForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  46.         AOwner, Dummy) { }
  47.     
  48. public:
  49.     /* TWinControl.CreateParented */ __fastcall TDataModuleForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  50.         ) { }
  51.     
  52. };
  53.  
  54. //-- var, const, procedure ---------------------------------------------------
  55.  
  56. }    /* namespace Dmform */
  57.  
  58. #pragma warn .par
  59. #pragma warn .hid 
  60. #pragma warn .inl
  61.  
  62. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  63. using namespace Dmform;
  64. #endif
  65. //-- end unit ----------------------------------------------------------------
  66. #endif    // DMForm
  67.