Unit1.h
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:2k
- //---------------------------------------------------------------------------
- #ifndef Unit1H
- #define Unit1H
- //---------------------------------------------------------------------------
- #include <vclClasses.hpp>
- #include <vclControls.hpp>
- #include <vclStdCtrls.hpp>
- #include <vclForms.hpp>
- #include <vclButtons.hpp>
- #include "DBRV.hpp"
- #include "RVEdit.hpp"
- #include "RichView.hpp"
- #include "RVScroll.hpp"
- #include <vclDBCtrls.hpp>
- #include <vclExtCtrls.hpp>
- #include <vclMask.hpp>
- #include <vclDBTables.hpp>
- #include <vclDB.hpp>
- #include "RVStyle.hpp"
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TLabel *Label1;
- TLabel *Label2;
- TLabel *Label3;
- TSpeedButton *SpeedButton1;
- TDBRichViewEdit *DBRichViewEdit1;
- TDBNavigator *DBNavigator1;
- TDBEdit *DBEdit1;
- TTable *Table1;
- TDataSource *DataSource1;
- TRVStyle *RVStyle1;
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall DataSource1DataChange(TObject *Sender, TField *Field);
- void __fastcall DBRichViewEdit1CurTextStyleChanged(TObject *Sender);
- void __fastcall SpeedButton1Click(TObject *Sender);
- private: // User declarations
- void UpdateStatusLabel();
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif