⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.h

📁 AbsDataBase5.16 最新版
💻 H
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -