infounit.h
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

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