home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Mtdedlg.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: Mtdedlg.pas
- //----------------------------------------------------------------------------
- #ifndef MtdedlgHPP
- #define MtdedlgHPP
- //----------------------------------------------------------------------------
- #ifndef StdCtrlsHPP
- #include <StdCtrls.hpp>
- #endif
-
- #ifndef MenuTmplHPP
- #include <MenuTmpl.hpp>
- #endif
-
- #ifndef ButtonsHPP
- #include <Buttons.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef FormsHPP
- #include <Forms.hpp>
- #endif
-
- #ifndef GraphicsHPP
- #include <Graphics.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Mtdedlg
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TMtDeDlg;
- class __declspec(pascalimplementation) TMtDeDlg : public Forms::TForm
- {
- typedef TMtDeDlg ThisClass;
- 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, System::Integer Dummy) : Forms::TForm(
- AOwner, Dummy) { }
- /* !! TForm.Destroy */ __fastcall virtual ~TMtDeDlg(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Mtdedlg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Mtdedlg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Mtdedlg
-