Componentes.Terceros.DevExp.../official/x.19/ExpressBars 5/Demos/Delphi/BackgroundDemo/BackgroundDemoAbout.dfm
2007-09-09 11:27:22 +00:00

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