home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / CLNTFORM.DFM / CLNTFORM.txt next >
Text File  |  1997-05-12  |  567b  |  29 lines

  1. object ClientForm: TClientForm
  2.   Left = 391
  3.   Top = 241
  4.   Width = 239
  5.   Height = 152
  6.   Caption = 'Client'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Style = []
  10.   Icon.Data = {<image000.ico>}
  11.   Position = poDefaultPosOnly
  12.   OnClick = FormClick
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnMouseDown = FormMouseDown
  16.   OnMouseMove = FormMouseMove
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 11
  20.   object StatusBar: TStatusBar
  21.     Left = 0
  22.     Top = 109
  23.     Width = 231
  24.     Height = 16
  25.     Panels = <>
  26.     SimplePanel = True
  27.   end
  28. end
  29.