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

27 lines
1.1 KiB
Plaintext

inherited EBars5AboutForm: TEBars5AboutForm
ClientWidth = 457
PixelsPerInch = 96
TextHeight = 13
inherited lbDemoName: TLabel
Width = 51
Caption = 'EBars5'
end
inherited reDemoInfo: TRichEdit
Width = 317
Lines.Strings = (
'This demo illustrates some of the new features available in Bars 5:'
''
'- try the effect of toggling between the 5 display styles'
''
'- see how the HotImages support improves the look of the buttons when you hover the mouse.'
''
'- uncheck '#39'use images'#39' and see that the hot images are used instead (uncheck latter and no images appear).'
''
'- discover how the new DisabledImage support improves the look of disabled buttons (set all buttons to disabled and then toggle '#39'use disabled'#39').'
''
'Notes:'
'1) This demo uses the original method of producing a status bar using a static text control. See the MDI demo for an example of using the new dxStatusBar component.'
'2) There are three new demos covering Docking and background images, so they are not covered here.')
end
end