MMMainFrm.h
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef MMMainFrmH
- #define MMMainFrmH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include "RichView.hpp"
- #include "RVScroll.hpp"
- #include "RVStyle.hpp"
- #include "CRVFData.hpp"
- #include "RVTable.hpp"
- #include <Db.hpp>
- #include <DBTables.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TRichView *RichView1;
- TRichView *RichView2;
- TTable *Table1;
- TRVStyle *RVStyle2;
- void __fastcall FormCreate(TObject *Sender);
- private: // User declarations
- void ReplaceFields(TCustomRVFormattedData* RVData);
- void LoadData(const AnsiString Code, TMemoryStream* &Stream);
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif