📄 editorsmaskdemodata.h
字号:
//---------------------------------------------------------------------------
#ifndef EditorsMaskDemoDataH
#define EditorsMaskDemoDataH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "cxClasses.hpp"
#include "cxGridTableView.hpp"
#include "cxStyles.hpp"
#include <DB.hpp>
#include <DBTables.hpp>
#include <Db.hpp>
//---------------------------------------------------------------------------
class TEditorsMaskDemoDataDM : public TDataModule
{
__published: // IDE-managed Components
TcxStyleRepository *StyleRepository;
TcxStyle *stBlueDark;
TcxStyle *stGold;
TcxStyle *stBlueLight;
TcxStyle *stBlueBright;
TcxStyle *stYellowLight;
TcxStyle *stGreyLight;
TcxStyle *stBlueSky;
TDatabase *DataBase;
TTable *ADOTableUSERS;
TDataSource *DataSourceUSERS;
TTable *ADOTableDEPARTMENTS;
TDataSource *DataSourceDEPARTMENTS;
private: // User declarations
public: // User declarations
__fastcall TEditorsMaskDemoDataDM(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TEditorsMaskDemoDataDM *EditorsMaskDemoDataDM;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -