home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 81 / IOPROG_81.ISO / soft / Codice / SymmeticEncryption / Unit2.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-04-28  |  748 b   |  21 lines

  1. //---------------------------------------------------------------------------
  2. #ifndef Unit2H
  3. #define Unit2H
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. //---------------------------------------------------------------------------
  10. class TForm2 : public TForm
  11. {
  12. __published:    // IDE-managed Components
  13. private:    // User declarations
  14. public:        // User declarations
  15.         __fastcall TForm2(TComponent* Owner);
  16. };
  17. //---------------------------------------------------------------------------
  18. extern PACKAGE TForm2 *Form2;
  19. //---------------------------------------------------------------------------
  20. #endif
  21.