Demo6Frm.h
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef Demo6FrmH
- #define Demo6FrmH
- //---------------------------------------------------------------------------
- #include <vclClasses.hpp>
- #include <vclControls.hpp>
- #include <vclStdCtrls.hpp>
- #include <vclForms.hpp>
- #include "RichView.hpp"
- #include "RVScroll.hpp"
- #include "RVStyle.hpp"
- #include <vclExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TfrmDemo6 : public TForm
- {
- __published: // IDE-managed Components
- TButton *Close;
- TRichView *rv;
- TRVStyle *rvs;
- TTimer *tmr;
- TImageList *il;
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall tmrTimer(TObject *Sender);
- private: // User declarations
- unsigned char Red;
- char DRed;
- int ImageIndex;
- public: // User declarations
- __fastcall TfrmDemo6(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TfrmDemo6 *frmDemo6;
- //---------------------------------------------------------------------------
- #endif