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

  1. //----------------------------------------------------------------------------
  2. // Mtdedlg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: Mtdedlg.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef MtdedlgHPP
  6. #define MtdedlgHPP
  7. //----------------------------------------------------------------------------
  8. #include <StdCtrls.hpp>
  9. #include <MenuTmpl.hpp>
  10. #include <Buttons.hpp>
  11. #include <Controls.hpp>
  12. #include <Forms.hpp>
  13. #include <Graphics.hpp>
  14. #include <Classes.hpp>
  15. #include <Windows.hpp>
  16. #include <System.hpp>
  17. #pragma warn -par
  18. #pragma warn -hid 
  19. #pragma warn -inl
  20.  
  21. namespace Mtdedlg
  22. {
  23. //-- type declarations -------------------------------------------------------
  24. class __declspec(delphiclass) TMtDeDlg;
  25. class __declspec(pascalimplementation) TMtDeDlg : public Forms::TForm
  26. {
  27.     typedef Forms::TForm inherited;
  28.     
  29. __published:
  30.     Stdctrls::TListBox* SelectionBox;
  31.     Stdctrls::TButton* OkButton;
  32.     Stdctrls::TButton* CancelButton;
  33.     Stdctrls::TButton* HelpButton;
  34.     void __fastcall SetData(Menutmpl::TMenuTemplateManager* Manager);
  35.     void __fastcall OkButtonClick(System::TObject* Sender);
  36.     void __fastcall HelpButtonClick(System::TObject* Sender);
  37. public:
  38.     /* TForm.Create */ __fastcall virtual TMtDeDlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
  39.         
  40.     /* TForm.CreateNew */ __fastcall TMtDeDlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
  41.         , Dummy) { }
  42.     /* TForm.Destroy */ __fastcall virtual ~TMtDeDlg(void) { }
  43.     
  44. public:
  45.     /* TWinControl.CreateParented */ __fastcall TMtDeDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
  46.         ) { }
  47.     
  48. };
  49.  
  50. //-- var, const, procedure ---------------------------------------------------
  51.  
  52. }    /* namespace Mtdedlg */
  53.  
  54. #pragma warn .par
  55. #pragma warn .hid 
  56. #pragma warn .inl
  57.  
  58. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  59. using namespace Mtdedlg;
  60. #endif
  61. //-- end unit ----------------------------------------------------------------
  62. #endif    // Mtdedlg
  63.