home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / CODEPAGE.HPP < prev    next >
C/C++ Source or Header  |  1997-01-16  |  2KB  |  62 lines

  1. //----------------------------------------------------------------------------
  2. // CodePage.hpp - dcc32 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.     void __fastcall FindText1Click(System::TObject* Sender);
  36.     void __fastcall FindDialog1Find(System::TObject* Sender);
  37.     
  38. private:
  39.     int I;
  40. public:
  41.     /* TForm.Create */ __fastcall virtual TCodePageForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  42.         ) { }
  43.     /* TForm.CreateNew */ __fastcall TCodePageForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  44.         AOwner, Dummy) { }
  45.     /* TForm.Destroy */ __fastcall virtual ~TCodePageForm(void) { }
  46.     
  47. public:
  48.     /* TWinControl.CreateParented */ __fastcall TCodePageForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  49.         ) { }
  50.     
  51. };
  52.  
  53. //-- var, const, procedure ---------------------------------------------------
  54. extern TCodePageForm* CodePageForm;
  55.  
  56. }    /* namespace Codepage */
  57. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  58. using namespace Codepage;
  59. #endif
  60. //-- end unit ----------------------------------------------------------------
  61. #endif    // CodePage
  62.