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

  1. //----------------------------------------------------------------------------
  2. // Mtdedlg.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: Mtdedlg.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef MtdedlgHPP
  6. #define MtdedlgHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef StdCtrlsHPP
  9. #include <StdCtrls.hpp>
  10. #endif
  11.  
  12. #ifndef MenuTmplHPP
  13. #include <MenuTmpl.hpp>
  14. #endif
  15.  
  16. #ifndef ButtonsHPP
  17. #include <Buttons.hpp>
  18. #endif
  19.  
  20. #ifndef ControlsHPP
  21. #include <Controls.hpp>
  22. #endif
  23.  
  24. #ifndef FormsHPP
  25. #include <Forms.hpp>
  26. #endif
  27.  
  28. #ifndef GraphicsHPP
  29. #include <Graphics.hpp>
  30. #endif
  31.  
  32. #ifndef ClassesHPP
  33. #include <Classes.hpp>
  34. #endif
  35.  
  36. #ifndef WindowsHPP
  37. #include <Windows.hpp>
  38. #endif
  39.  
  40. #ifndef SystemHPP
  41. #include <System.hpp>
  42. #endif
  43.  
  44. namespace Mtdedlg
  45. {
  46. //-- type declarations -------------------------------------------------------
  47. class __declspec(delphiclass) TMtDeDlg;
  48. class __declspec(pascalimplementation) TMtDeDlg : public Forms::TForm
  49. {
  50.     typedef TMtDeDlg ThisClass;
  51.     typedef Forms::TForm inherited;
  52.     
  53. __published:
  54.     Stdctrls::TListBox *SelectionBox;
  55.     Stdctrls::TButton *OkButton;
  56.     Stdctrls::TButton *CancelButton;
  57.     Stdctrls::TButton *HelpButton;
  58.     void __fastcall SetData(Menutmpl::TMenuTemplateManager *Manager);
  59.     void __fastcall OkButtonClick(System::TObject *Sender);
  60.     void __fastcall HelpButtonClick(System::TObject *Sender);
  61. public:
  62.     /* !! TForm.Create */ __fastcall virtual TMtDeDlg(Classes::TComponent *AOwner) : Forms::TForm(AOwner
  63.         ) { }
  64.     /* !! TForm.CreateNew */ __fastcall TMtDeDlg(Classes::TComponent *AOwner, System::Integer Dummy) : Forms::TForm(
  65.         AOwner, Dummy) { }
  66.     /* !! TForm.Destroy */ __fastcall virtual ~TMtDeDlg(void) { }
  67.     
  68. };
  69.  
  70. //-- var, const, procedure ---------------------------------------------------
  71.  
  72. }    /* namespace Mtdedlg */
  73. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  74. using namespace Mtdedlg;
  75. #endif
  76. //-- end unit ----------------------------------------------------------------
  77. #endif    // Mtdedlg
  78.