main.h

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

H
69
字号
//---------------------------------------------------------------------------
#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 <Dialogs.hpp>
#include <ExtCtrls.hpp>
#include <DBCtrls.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
#include <Jpeg.hpp>
#include <DB.hpp>
//---------------------------------------------------------------------------
class TfrmMain : public TForm
{
__published:	// IDE-managed Components
        TGroupBox *GroupBox1;
        TGroupBox *GroupBox2;
        TLabel *Label2;
        TComboBox *cbGraphicAlgorithm;
        TLabel *Label1;
        TLabel *Label4;
        TLabel *Label5;
        TComboBox *cbMemoAlgorithm;
        TLabel *Label6;
        TLabel *Label7;
        TDBNavigator *DBNavigator1;
        TDBGrid *DBGrid1;
        TGroupBox *GroupBox3;
        TLabel *Label3;
        TButton *btCreate;
        TGroupBox *GroupBox4;
        TLabel *Label8;
        TLabel *lbNewDbFileName;
        TLabel *Label9;
        TLabel *Label10;
        TLabel *Label11;
        TLabel *lbVenuesDBSize;
        TDBImage *DBImage1;
        TDBMemo *DBMemo1;
        TABSDatabase *dbDemos;
        TABSTable *tVenues;
        TAutoIncField *tVenuesVenueNo;
        TStringField *tVenuesVenue;
        TIntegerField *tVenuesCapacity;
        TGraphicField *tVenuesVenue_Map;
        TMemoField *tVenuesRemarks;
        TDataSource *DataSource1;
        TABSDatabase *VenuesDB;
        TABSTable *tNewVenues;
	TEdit *edGraphicMode;
	TEdit *edMemoMode;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall btCreateClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TfrmMain(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmMain *frmMain;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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