editorsmaskdemodata.h
来自「delphi的的三方控件」· C头文件 代码 · 共 39 行
H
39 行
//---------------------------------------------------------------------------
#ifndef EditorsMaskDemoDataH
#define EditorsMaskDemoDataH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "cxClasses.hpp"
#include "cxStyles.hpp"
#include <DB.hpp>
#include <DBTables.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 *tblUSERS;
TDataSource *dsUSERS;
TTable *tblDEPARTMENTS;
TDataSource *dsDEPARTMENTS;
private: // User declarations
public: // User declarations
__fastcall TEditorsMaskDemoDataDM(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TEditorsMaskDemoDataDM *EditorsMaskDemoDataDM;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?