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

  1. //----------------------------------------------------------------------------
  2. // Mtsvdlg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: Mtsvdlg.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef MtsvdlgHPP
  6. #define MtsvdlgHPP
  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 <System.hpp>
  16. #pragma warn -par
  17. #pragma warn -hid 
  18. #pragma warn -inl
  19.  
  20. namespace Mtsvdlg
  21. {
  22. //-- type declarations -------------------------------------------------------
  23. class __declspec(delphiclass) TMtSvDlg;
  24. class __declspec(pascalimplementation) TMtSvDlg : public Forms::TForm
  25. {
  26.     typedef Forms::TForm inherited;
  27.     
  28. __published:
  29.     Stdctrls::TLabel* DescriptionLabel;
  30.     Stdctrls::TListBox* SelectionBox;
  31.     Stdctrls::TButton* OkButton;
  32.     Stdctrls::TButton* CancelButton;
  33.     Stdctrls::TButton* HelpButton;
  34.     Stdctrls::TEdit* Description;
  35.     void __fastcall GetData( System::AnsiString &Answer);
  36.     void __fastcall SetData(Menutmpl::TMenuTemplateManager* Manager,  System::AnsiString OldDescription
  37.         );
  38.     void __fastcall SelectionBoxClick(System::TObject* Sender);
  39.     void __fastcall HelpButtonClick(System::TObject* Sender);
  40. public:
  41.     /* TForm.Create */ __fastcall virtual TMtSvDlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
  42.         
  43.     /* TForm.CreateNew */ __fastcall TMtSvDlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
  44.         , Dummy) { }
  45.     /* TForm.Destroy */ __fastcall virtual ~TMtSvDlg(void) { }
  46.     
  47. public:
  48.     /* TWinControl.CreateParented */ __fastcall TMtSvDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
  49.         ) { }
  50.     
  51. };
  52.  
  53. //-- var, const, procedure ---------------------------------------------------
  54.  
  55. }    /* namespace Mtsvdlg */
  56.  
  57. #pragma warn .par
  58. #pragma warn .hid 
  59. #pragma warn .inl
  60.  
  61. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  62. using namespace Mtsvdlg;
  63. #endif
  64. //-- end unit ----------------------------------------------------------------
  65. #endif    // Mtsvdlg
  66.