Componentes.Terceros.DevExp.../official/x.30/ExpressPivotGrid/Demos/Delphi/UnboundExternalDemo/UnboundExternalMain.dfm
2007-12-16 17:06:54 +00:00

24 lines
544 B
Plaintext

inherited frmUnboundExternal: TfrmUnboundExternal
Left = 228
Top = 187
Caption = 'PivotGrid - UnboundExternal Demo'
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
inherited lbDescrip: TLabel
Height = 16
Caption = 'This demo shows you how to mine custom structured data.'
end
object UnboundPivotGrid: TcxPivotGrid [1]
Left = 0
Top = 16
Width = 807
Height = 527
Align = alClient
Groups = <>
TabOrder = 0
TabStop = True
end
end