FileFormat.h
上传用户:szb0815
上传日期:2007-06-13
资源大小:338k
文件大小:1k
源码类别:

生物技术

开发平台:

C++ Builder

  1. //---------------------------------------------------------------------------
  2. #ifndef FileFormatH
  3. #define FileFormatH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <OleCtrls.hpp>
  10. #include <vcf1.hpp>
  11. #include <ExtCtrls.hpp>
  12. #include <Graphics.hpp>
  13. //---------------------------------------------------------------------------
  14. class TFileFormatForm : public TForm
  15. {
  16. __published: // IDE-managed Components
  17.     TMemo *Memo1;
  18.     TImage *Image1;
  19. private: // User declarations
  20. public: // User declarations
  21.     __fastcall TFileFormatForm(TComponent* Owner);
  22. };
  23. //---------------------------------------------------------------------------
  24. extern PACKAGE TFileFormatForm *FileFormatForm;
  25. //---------------------------------------------------------------------------
  26. #endif