home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Demos
/
Docking
/
DOCKFORM.DFM
/
DOCKFORM.txt
Wrap
Text File
|
1999-08-11
|
628b
|
33 lines
object DockableForm: TDockableForm
Left = 117
Top = 294
Width = 397
Height = 241
Caption = 'DockableForm'
Color = clBtnFace
DockSite = True
DragKind = dkDock
DragMode = dmAutomatic
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnDockOver = FormDockOver
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object Memo1: TMemo
Left = 0
Top = 0
Width = 389
Height = 211
Align = alClient
Lines.Strings = (
'Memo1')
TabOrder = 0
end
end