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

34 lines
1023 B
Plaintext

inherited EBarMegaDemoAboutForm: TEBarMegaDemoAboutForm
ClientWidth = 350
PixelsPerInch = 96
TextHeight = 13
inherited lbDemoName: TLabel
Width = 123
Caption = 'EBarsMegaDemo'
end
inherited reDemoInfo: TRichEdit
Width = 208
Lines.Strings = (
'This demo can work in three modes: MS '
'Office, Internet Explorer and Database.'
''
'Each of these modes has its own set of '
'toolbars to introduce different aspects of '
'ExpressBars 5 functionality.'
''
'See Menu\Options for display facilites '
'where you can experiment with different '
'Side Bar and Bars Options. In particular, '
'try changing between the five styles: '
'Standard, Enhanced, Flat, XP and '
'Office11.'
''
''
'Note: the images used in this demo have '
'been provided by Glyfz - to purchase your '
'copy or download free samples, please '
'visit www.glyfz.com'
'')
end
end