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

📄 dragdropdemodictionaries.pas

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 PAS
字号:
unit DragDropDemoDictionaries;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
  Dialogs, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData, cxEdit,
  DB, cxDBData, cxGridLevel, cxGridCustomTableView, cxGridTableView,
  cxGridDBTableView, cxClasses, cxControls, cxGridCustomView, cxGrid,
  cxGridCardView, cxGridDBCardView, DragDropDemoData, StdCtrls,
  cxDataStorage, cxDBLookupComboBox, cxBlobEdit, cxCheckBox,
  cxImageComboBox;

type
  TDragDropDemoDictionariesForm = class(TForm)
    SourceGrid: TcxGrid;
    tvCompaniesList: TcxGridDBTableView;
    tvCompaniesListID: TcxGridDBColumn;
    tvCompaniesListCOMPANYTYPEID: TcxGridDBColumn;
    tvCompaniesListCOUNTRYID: TcxGridDBColumn;
    tvCompaniesListCOMPANYNAME: TcxGridDBColumn;
    tvCompaniesListCOMPANYWEBSITE: TcxGridDBColumn;
    tvFilmsList: TcxGridDBTableView;
    tvFilmsListID: TcxGridDBColumn;
    tvFilmsListCAPTION: TcxGridDBColumn;
    tvFilmsListYEAR: TcxGridDBColumn;
    tvFilmsListTAGLINE: TcxGridDBColumn;
    tvFilmsListPLOTOUTLINE: TcxGridDBColumn;
    tvFilmsListRUNTIME: TcxGridDBColumn;
    tvFilmsListCOLOR: TcxGridDBColumn;
    tvFilmsListPHOTO: TcxGridDBColumn;
    tvFilmsListICON: TcxGridDBColumn;
    tvFilmsListWEBSITE: TcxGridDBColumn;
    glFilmsList: TcxGridLevel;
    glPersonsList: TcxGridLevel;
    glCompaniesList: TcxGridLevel;
    cvPersonsList: TcxGridDBCardView;
    cvPersonsListID: TcxGridDBCardViewRow;
    cvPersonsListFIRSTNAME: TcxGridDBCardViewRow;
    cvPersonsListSECONDNAME: TcxGridDBCardViewRow;
    cvPersonsListGENDER: TcxGridDBCardViewRow;
    cvPersonsListBIRTHNAME: TcxGridDBCardViewRow;
    cvPersonsListDATEOFBIRTH: TcxGridDBCardViewRow;
    cvPersonsListBIRTHCOUNTRY: TcxGridDBCardViewRow;
    cvPersonsListLOCATIONOFBIRTH: TcxGridDBCardViewRow;
    cvPersonsListBIOGRAPHY: TcxGridDBCardViewRow;
    cvPersonsListNICKNAME: TcxGridDBCardViewRow;
    cvPersonsListHOMEPAGE: TcxGridDBCardViewRow;
    lbDesc: TLabel;
  private
  end;

var
  DragDropDemoDictionariesForm: TDragDropDemoDictionariesForm;

implementation

{$R *.dfm}

end.

⌨️ 快捷键说明

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