git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@8 05c56307-c608-d34a-929d-697000501d7a
27 lines
686 B
Plaintext
27 lines
686 B
Plaintext
inherited BackgroundDemoAboutForm: TBackgroundDemoAboutForm
|
|
inherited lbDemoName: TLabel
|
|
Width = 125
|
|
Caption = 'BackgroundDemo'
|
|
end
|
|
inherited reDemoInfo: TRichEdit
|
|
Lines.Strings = (
|
|
'Experiment with displaying/hiding '
|
|
'background images at runtime.'
|
|
''
|
|
'In this demo you can:'
|
|
''
|
|
'- hide background images of one '
|
|
'or more toolbars'
|
|
''
|
|
'- replace images with your own '
|
|
''
|
|
'- see the effect of changing the '
|
|
'display style'
|
|
''
|
|
'Note the use of '
|
|
'dxBarManager1.LockUpdate in '
|
|
'the cbShowImageCaptionsClick '
|
|
'event handler.')
|
|
end
|
|
end
|