📄 main.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 "CSPIN.h"
#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;
TCSpinEdit *seGraphicMode;
TCSpinEdit *seMemoMode;
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;
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 + -