home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 May
/
VPR9705A.ISO
/
VPR_DATA
/
PROGRAM
/
CBTRIAL
/
SETUP
/
DATA.Z
/
CODEPAGE.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-14
|
2KB
|
64 lines
//----------------------------------------------------------------------------
// CodePage.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: CodePage.pas
//----------------------------------------------------------------------------
#ifndef CodePageHPP
#define CodePageHPP
//----------------------------------------------------------------------------
#include <Registry.hpp>
#include <Menus.hpp>
#include <ComCtrls.hpp>
#include <StdCtrls.hpp>
#include <Dialogs.hpp>
#include <Forms.hpp>
#include <Controls.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <SysUtils.hpp>
#include <Messages.hpp>
#include <Windows.hpp>
#include <System.hpp>
namespace Codepage
{
//-- type declarations -------------------------------------------------------
class __declspec(delphiclass) TCodePageForm;
class __declspec(pascalimplementation) TCodePageForm : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Comctrls::TRichEdit* CodePage;
Comctrls::TRichEdit* SourceRichEdit1;
Menus::TPopupMenu* PopupMenu1;
Menus::TMenuItem* FindText1;
Dialogs::TFindDialog* FindDialog1;
Menus::TMenuItem* Exit1;
void __fastcall FindText1Click(System::TObject* Sender);
void __fastcall FindDialog1Find(System::TObject* Sender);
void __fastcall Exit1Click(System::TObject* Sender);
private:
int I;
public:
/* TForm.Create */ __fastcall virtual TCodePageForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner
) { }
/* TForm.CreateNew */ __fastcall TCodePageForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
AOwner, Dummy) { }
/* TForm.Destroy */ __fastcall virtual ~TCodePageForm(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TCodePageForm(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
extern TCodePageForm* CodePageForm;
} /* namespace Codepage */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Codepage;
#endif
//-- end unit ----------------------------------------------------------------
#endif // CodePage