git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@7 05c56307-c608-d34a-929d-697000501d7a
24 lines
544 B
Plaintext
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
|