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

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