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

  1. //----------------------------------------------------------------------------
  2. // Mtindlg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: Mtindlg.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef MtindlgHPP
  6. #define MtindlgHPP
  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 Mtindlg
  22. {
  23. //-- type declarations -------------------------------------------------------
  24. class __declspec(delphiclass) TMtInDlg;
  25. class __declspec(pascalimplementation) TMtInDlg : 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 GetData(Menutmpl::TMenuTemplate* &Template);
  35.     void __fastcall SetData(Menutmpl::TMenuTemplateManager* Manager);
  36.     void __fastcall OkButtonClick(System::TObject* Sender);
  37.     void __fastcall HelpButtonClick(System::TObject* Sender);
  38. public:
  39.     /* TForm.Create */ __fastcall virtual TMtInDlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
  40.         
  41.     /* TForm.CreateNew */ __fastcall TMtInDlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
  42.         , Dummy) { }
  43.     /* TForm.Destroy */ __fastcall virtual ~TMtInDlg(void) { }
  44.     
  45. public:
  46.     /* TWinControl.CreateParented */ __fastcall TMtInDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
  47.         ) { }
  48.     
  49. };
  50.  
  51. //-- var, const, procedure ---------------------------------------------------
  52.  
  53. }    /* namespace Mtindlg */
  54.  
  55. #pragma warn .par
  56. #pragma warn .hid 
  57. #pragma warn .inl
  58.  
  59. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  60. using namespace Mtindlg;
  61. #endif
  62. //-- end unit ----------------------------------------------------------------
  63. #endif    // Mtindlg
  64.