git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@7 05c56307-c608-d34a-929d-697000501d7a
38 lines
1.1 KiB
Plaintext
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
|