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

📄 viewtablesimpledemodata.h

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef ViewTableSimpleDemoDataH
#define ViewTableSimpleDemoDataH
//---------------------------------------------------------------------------
#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 TViewTableSimpleDemoMainDM : public TDataModule
{
__published:	// IDE-managed Components
  TDatabase *DataBase;
  TTable *tlbGENRES;
  TAutoIncField *tlbGENRESID;
  TStringField *tlbGENRESNAME;
  TDataSource *dsGENRES;
  TUpdateSQL* UpdateSQL;
  TQuery *qreFilms;
  TQuery *qreMaxFilmsID;
  TIntegerField* qreMaxFilmsIDMAXOFID;
  TBlobField *qreFilmsICON;
  TStringField *qreFilmsCAPTION;
  TIntegerField *qreFilmsYEAR;
  TStringField *qreFilmsTAGLINE;
  TStringField *qreFilmsPLOTOUTLINE;
  TIntegerField *qreFilmsRUNTIME;
  TStringField *qreFilmsCOLOR;
  TBlobField *qreFilmsPHOTO;
  TStringField *qreFilmsWEBSITE;
  TDataSource *dsFilms;
  TTable *tblFilms;
  TAutoIncField *tblFilmsID;
  TStringField *tblFilmsCAPTION;
  TIntegerField *tblFilmsYEAR;
  TStringField *tblFilmsTAGLINE;
  TStringField *tblFilmsPLOTOUTLINE;
  TIntegerField *tblFilmsRUNTIME;
  TStringField *tblFilmsCOLOR;
  TBlobField *tblFilmsPHOTO;
  TBlobField *tblFilmsICON;
  TStringField *tblFilmsWEBSITE;
  TTable *tblFilmsGenres;
  TAutoIncField *tblFilmsGenresID;
  TIntegerField *tblFilmsGenresFILMID;
  TIntegerField *tblFilmsGenresGENREID;
  TcxStyleRepository *StyleRepository;
  TcxStyle *cxStyle1;
  TcxStyle *cxStyle2;
  TcxStyle *cxStyle3;
  TcxStyle *cxStyle4;
  TcxStyle *cxStyle5;
  TcxStyle *cxStyle6;
  TcxStyle *cxStyle7;
  TcxStyle *cxStyle8;
  TcxStyle *cxStyle9;
  TcxStyle *cxStyle10;
  TcxStyle *cxStyle11;
  TcxStyle *cxStyle12;
  TcxStyle *cxStyle13;
  TcxStyle *cxStyle14;
  TcxGridTableViewStyleSheet *GridTableViewStyleSheetDevExpress;
  void __fastcall qreFilmsAfterDelete(TDataSet *DataSet);
  void __fastcall qreFilmsBeforeDelete(TDataSet *DataSet);
  void __fastcall qreFilmsAfterPost(TDataSet *DataSet);
  void __fastcall qreFilmsAfterInsert(TDataSet *DataSet);
private:	// User declarations
  bool FUpdating;
public:		// User declarations
  __fastcall TViewTableSimpleDemoMainDM(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TViewTableSimpleDemoMainDM *ViewTableSimpleDemoMainDM;
//---------------------------------------------------------------------------
#endif
 

⌨️ 快捷键说明

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