editorsinplacedemocars.pas

来自「DevExpress ExpressQuantumGrid Suite v5.9」· PAS 代码 · 共 50 行

PAS
50
字号
unit EditorsInPlaceDemoCars;

interface

uses
  Windows, Messages, Classes, Graphics, Controls, Forms,
  Dialogs, cxGridCustomTableView, cxGridTableView, cxGridBandedTableView,
  cxGridDBBandedTableView, cxControls, cxGridCustomView,
  cxGridLevel, cxGrid, Grids, DBGrids, ExtCtrls, cxStyles, cxCustomData,
  cxGraphics, cxFilter, cxData, cxEdit, cxClasses, StdCtrls,
  cxDropDownEdit, cxDBEdit, cxMemo, cxCheckBox, cxMaskEdit, cxSpinEdit,
  cxContainer, cxTextEdit, cxImageComboBox, cxListBox, DBCtrls;

type
  TEditorsInPlaceDemoCarsForm = class(TForm)
    pnlCarInfo: TPanel;
    cxDBMemo1: TcxDBMemo;
    Panel1: TPanel;
    cxDBTextEdit1: TcxDBTextEdit;
    cxDBTextEdit2: TcxDBTextEdit;
    Label3: TLabel;
    Label4: TLabel;
    GroupBox1: TGroupBox;
    cxDBTextEdit5: TcxDBTextEdit;
    cxDBTextEdit4: TcxDBTextEdit;
    cxDBTextEdit8: TcxDBTextEdit;
    GroupBox2: TGroupBox;
    cxDBCheckBox: TcxDBCheckBox;
    Label6: TLabel;
    GroupBox3: TGroupBox;
    cxDBTextEdit7: TcxDBTextEdit;
    cxDBTextEdit6: TcxDBTextEdit;
    cxDBListBox: TcxDBListBox;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  EditorsInPlaceDemoCarsForm: TEditorsInPlaceDemoCarsForm;

implementation

uses EditorsInPlaceDemoData;

{$R *.dfm}

end.

⌨️ 快捷键说明

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