FileFormat.h
上传用户:szb0815
上传日期:2007-06-13
资源大小:338k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef FileFormatH
- #define FileFormatH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <OleCtrls.hpp>
- #include <vcf1.hpp>
- #include <ExtCtrls.hpp>
- #include <Graphics.hpp>
- //---------------------------------------------------------------------------
- class TFileFormatForm : public TForm
- {
- __published: // IDE-managed Components
- TMemo *Memo1;
- TImage *Image1;
- private: // User declarations
- public: // User declarations
- __fastcall TFileFormatForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TFileFormatForm *FileFormatForm;
- //---------------------------------------------------------------------------
- #endif