home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Demos / Docking / DOCKFORM.DFM / DOCKFORM.txt
Text File  |  1999-08-11  |  628b  |  33 lines

  1. object DockableForm: TDockableForm
  2.   Left = 117
  3.   Top = 294
  4.   Width = 397
  5.   Height = 241
  6.   Caption = 'DockableForm'
  7.   Color = clBtnFace
  8.   DockSite = True
  9.   DragKind = dkDock
  10.   DragMode = dmAutomatic
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnDockOver = FormDockOver
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object Memo1: TMemo
  23.     Left = 0
  24.     Top = 0
  25.     Width = 389
  26.     Height = 211
  27.     Align = alClient
  28.     Lines.Strings = (
  29.       'Memo1')
  30.     TabOrder = 0
  31.   end
  32. end
  33.