home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / DMFORM.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-06  |  2.1 KB  |  85 lines

  1. //----------------------------------------------------------------------------
  2. // DMForm.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: DMForm.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef DMFormHPP
  6. #define DMFormHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef ComCtrlsHPP
  9. #include <ComCtrls.hpp>
  10. #endif
  11.  
  12. #ifndef DialogsHPP
  13. #include <Dialogs.hpp>
  14. #endif
  15.  
  16. #ifndef FormsHPP
  17. #include <Forms.hpp>
  18. #endif
  19.  
  20. #ifndef ControlsHPP
  21. #include <Controls.hpp>
  22. #endif
  23.  
  24. #ifndef GraphicsHPP
  25. #include <Graphics.hpp>
  26. #endif
  27.  
  28. #ifndef ClassesHPP
  29. #include <Classes.hpp>
  30. #endif
  31.  
  32. #ifndef MessagesHPP
  33. #include <Messages.hpp>
  34. #endif
  35.  
  36. #ifndef WindowsHPP
  37. #include <Windows.hpp>
  38. #endif
  39.  
  40. #ifndef SysUtilsHPP
  41. #include <SysUtils.hpp>
  42. #endif
  43.  
  44. #ifndef SystemHPP
  45. #include <System.hpp>
  46. #endif
  47.  
  48. namespace Dmform
  49. {
  50. //-- type declarations -------------------------------------------------------
  51. class __declspec(delphiclass) TDataModuleForm;
  52. class __declspec(pascalimplementation) TDataModuleForm : public Forms::TForm
  53. {
  54.     typedef TDataModuleForm ThisClass;
  55.     typedef Forms::TForm inherited;
  56.     
  57. __published:
  58.     void __fastcall FormResize(System::TObject *Sender);
  59.     
  60. private:
  61.     Forms::TDataModule *DataModule;
  62.     Forms::TScrollBox *ComponentContainer;
  63.     void __fastcall UpdateDesigner(void);
  64.     MESSAGE void __fastcall WMMove(Messages::TMessage &Message);
  65.     
  66. public:
  67.     __fastcall TDataModuleForm(Forms::TDataModule *ADataModule, Forms::TDesigner *ADesigner);
  68.     __fastcall virtual ~TDataModuleForm(void);
  69.     void __fastcall Modified(void);
  70.     void __fastcall SyncContainer(void);
  71. public:
  72.     /* !! TForm.CreateNew */ __fastcall TDataModuleForm(Classes::TComponent *AOwner, System::Integer Dummy
  73.         ) : Forms::TForm(AOwner, Dummy) { }
  74.     
  75. };
  76.  
  77. //-- var, const, procedure ---------------------------------------------------
  78.  
  79. }    /* namespace Dmform */
  80. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  81. using namespace Dmform;
  82. #endif
  83. //-- end unit ----------------------------------------------------------------
  84. #endif    // DMForm
  85.