Componentes.Terceros.DevExp.../official/x.19/ExpressQuantumTreeList 4/Demos/Delphi/UnboundModeDemo/UnboundModeDemoData.pas
2007-09-09 11:27:22 +00:00

28 lines
495 B
ObjectPascal

unit UnboundModeDemoData;
interface
uses
SysUtils, Classes, Forms, cxClasses, cxStyles, cxTL;
type
TUnboundModeDemoDataDM = class(TDataModule)
StyleRepository: TcxStyleRepository;
stlGroupNode: TcxStyle;
stlFixedBand: TcxStyle;
cxTreeListStyleSheet1: TcxTreeListStyleSheet;
private
{ Private declarations }
public
{ Public declarations }
end;
var
UnboundModeDemoDataDM: TUnboundModeDemoDataDM;
implementation
{$R *.dfm}
end.