infounit.h
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef infounitH
- #define infounitH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include "fcDemoRichEdit.hpp"
- #include <ComCtrls.hpp>
- //---------------------------------------------------------------------------
- class TInfoForm : public TForm
- {
- __published: // IDE-managed Components
- TfcDemoRichEdit *fcDemoRichEdit1;
- private: // User declarations
- public: // User declarations
- __fastcall TInfoForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TInfoForm *InfoForm;
- //---------------------------------------------------------------------------
- #endif