home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Mtdedlg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: Mtdedlg.pas
- //----------------------------------------------------------------------------
- #ifndef MtdedlgHPP
- #define MtdedlgHPP
- //----------------------------------------------------------------------------
- #include <StdCtrls.hpp>
- #include <MenuTmpl.hpp>
- #include <Buttons.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Mtdedlg
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TMtDeDlg;
- class __declspec(pascalimplementation) TMtDeDlg : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TListBox* SelectionBox;
- Stdctrls::TButton* OkButton;
- Stdctrls::TButton* CancelButton;
- Stdctrls::TButton* HelpButton;
- void __fastcall SetData(Menutmpl::TMenuTemplateManager* Manager);
- void __fastcall OkButtonClick(System::TObject* Sender);
- void __fastcall HelpButtonClick(System::TObject* Sender);
- public:
- /* TForm.Create */ __fastcall virtual TMtDeDlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
-
- /* TForm.CreateNew */ __fastcall TMtDeDlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
- , Dummy) { }
- /* TForm.Destroy */ __fastcall virtual ~TMtDeDlg(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TMtDeDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Mtdedlg */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Mtdedlg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Mtdedlg
-