git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@7 05c56307-c608-d34a-929d-697000501d7a
29 lines
745 B
Plaintext
29 lines
745 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 buttons beside the '
|
|
'checkboxes)'
|
|
''
|
|
'- see the affect of changing the '
|
|
'display style'
|
|
''
|
|
'Note the use of '
|
|
'dxBarManager1.LockUpdate in '
|
|
'the cbShowImageCaptionsClick '
|
|
'event handler.')
|
|
end
|
|
end
|