Componentes.Terceros.DevExp.../internal/x.36/1/ExpressBars 6/Demos/Delphi/EBarMegaDemo/EBarMegaDemoAbout.dfm
2008-09-04 11:31:51 +00:00

31 lines
960 B
Plaintext

inherited EBarMegaDemoAboutForm: TEBarMegaDemoAboutForm
ClientWidth = 368
PixelsPerInch = 96
TextHeight = 13
inherited lbDemoName: TLabel
Width = 123
Caption = 'EBarsMegaDemo'
end
inherited reDemoInfo: TRichEdit
Width = 226
Lines.Strings = (
'Each of these samples (Office, IE, Database)'
'has its own set of toolbars to help illustrate'
'different aspects of functionality available'
'within ExpressBars.'
''
'See Menu\Options for display facilities '
'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