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

38 lines
1.1 KiB
Plaintext

inherited SampleDockingAboutForm: TSampleDockingAboutForm
ClientWidth = 447
PixelsPerInch = 96
TextHeight = 13
inherited lbDemoName: TLabel
Width = 111
Caption = 'SampleDocking'
end
inherited reDemoInfo: TRichEdit
Width = 309
Lines.Strings = (
'This demo provides several docking panel arrangements for you '
'to try via the MainMenu | Manager. You can add one or more of '
'the panel schemes to the form and start again using the '#39'Clear '
'content'#39' option.'
''
'Scheme1: two tabbed containers'
''
'Scheme2: single tabbed container with internal side container'
''
'Scheme3: single panel with auto hide set'
''
'Scheme4: floating tabbed container'
''
'Scheme5: vertical site container within horizontal site containe' +
'r'
''
'Experiment with docking to different sites and see the effect of' +
' '
'floating the various panels.'
''
'The demo also shows the different styles available. Try the '
'various MainMenu | View options.')
end
end