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 >
Wrap
C/C++ Source or Header
|
1997-02-14
|
2KB
|
64 lines
//----------------------------------------------------------------------------
// Mtindlg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: Mtindlg.pas
//----------------------------------------------------------------------------
#ifndef MtindlgHPP
#define MtindlgHPP
//----------------------------------------------------------------------------
#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 Mtindlg
{
//-- type declarations -------------------------------------------------------
class __declspec(delphiclass) TMtInDlg;
class __declspec(pascalimplementation) TMtInDlg : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Stdctrls::TListBox* SelectionBox;
Stdctrls::TButton* OkButton;
Stdctrls::TButton* CancelButton;
Stdctrls::TButton* HelpButton;
void __fastcall GetData(Menutmpl::TMenuTemplate* &Template);
void __fastcall SetData(Menutmpl::TMenuTemplateManager* Manager);
void __fastcall OkButtonClick(System::TObject* Sender);
void __fastcall HelpButtonClick(System::TObject* Sender);
public:
/* TForm.Create */ __fastcall virtual TMtInDlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
/* TForm.CreateNew */ __fastcall TMtInDlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
, Dummy) { }
/* TForm.Destroy */ __fastcall virtual ~TMtInDlg(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TMtInDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Mtindlg */
#pragma warn .par
#pragma warn .hid
#pragma warn .inl
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Mtindlg;
#endif
//-- end unit ----------------------------------------------------------------
#endif // Mtindlg