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 >
C/C++ Source or Header  |  1997-02-14  |  2KB  |  64 lines

  1. //----------------------------------------------------------------------------
  2. // CodePage.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: CodePage.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef CodePageHPP
  6. #define CodePageHPP
  7. //----------------------------------------------------------------------------
  8. #include <Registry.hpp>
  9. #include <Menus.hpp>
  10. #include <ComCtrls.hpp>
  11. #include <StdCtrls.hpp>
  12. #include <Dialogs.hpp>
  13. #include <Forms.hpp>
  14. #include <Controls.hpp>
  15. #include <Graphics.hpp>
  16. #include <Classes.hpp>
  17. #include <SysUtils.hpp>
  18. #include <Messages.hpp>
  19. #include <Windows.hpp>
  20. #include <System.hpp>
  21. namespace Codepage
  22. {
  23. //-- type declarations -------------------------------------------------------
  24. class __declspec(delphiclass) TCodePageForm;
  25. class __declspec(pascalimplementation) TCodePageForm : public Forms::TForm
  26. {
  27.     typedef Forms::TForm inherited;
  28.     
  29. __published:
  30.     Comctrls::TRichEdit* CodePage;
  31.     Comctrls::TRichEdit* SourceRichEdit1;
  32.     Menus::TPopupMenu* PopupMenu1;
  33.     Menus::TMenuItem* FindText1;
  34.     Dialogs::TFindDialog* FindDialog1;
  35.     Menus::TMenuItem* Exit1;
  36.     void __fastcall FindText1Click(System::TObject* Sender);
  37.     void __fastcall FindDialog1Find(System::TObject* Sender);
  38.     void __fastcall Exit1Click(System::TObject* Sender);
  39.     
  40. private:
  41.     int I;
  42. public:
  43.     /* TForm.Create */ __fastcall virtual TCodePageForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  44.         ) { }
  45.     /* TForm.CreateNew */ __fastcall TCodePageForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  46.         AOwner, Dummy) { }
  47.     /* TForm.Destroy */ __fastcall virtual ~TCodePageForm(void) { }
  48.     
  49. public:
  50.     /* TWinControl.CreateParented */ __fastcall TCodePageForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  51.         ) { }
  52.     
  53. };
  54.  
  55. //-- var, const, procedure ---------------------------------------------------
  56. extern TCodePageForm* CodePageForm;
  57.  
  58. }    /* namespace Codepage */
  59. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  60. using namespace Codepage;
  61. #endif
  62. //-- end unit ----------------------------------------------------------------
  63. #endif    // CodePage
  64.