main.h

来自「AbsDataBase5.16 最新版」· C头文件 代码 · 共 50 行

H
50
字号
//---------------------------------------------------------------------------
#ifndef MainH
#define MainH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "ABSMain.hpp"
#include <ComCtrls.hpp>
#include <Db.hpp>
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <DB.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label2;
        TLabel *Label3;
        TDBGrid *DBGrid1;
        TDBGrid *DBGrid2;
        TButton *Button1;
        TButton *Button2;
        TRadioGroup *rgType;
        TProgressBar *pb;
        TGroupBox *GroupBox1;
        TLabel *Label1;
        TABSTable *tSrc;
        TABSTable *tDst;
        TDataSource *dsSrc;
        TDataSource *dsDst;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall tDstAfterBatchMove(TObject *Sender);
        void __fastcall tDstBeforeBatchMove(TObject *Sender);
        void __fastcall tDstBatchMoveProgress(TObject *Sender,
          int PercentDone, bool &Continue);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
        void __fastcall InitTables();
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?