home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 21 / IOPROG_21.ISO / SOFT / DFMTOOLS.ZIP / Delphi_DFM / Source / fParentdfm.dxt < prev    next >
Encoding:
Text File  |  1998-11-09  |  857 b   |  39 lines

  1. object Parent: TParent
  2.   Left = 279
  3.   Top = 255
  4.   Width = 648
  5.   Height = 508
  6.   Cursor = crArrow
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Visible = False
  9.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  10.   Caption = 'Parent'
  11.   Color = clWindow
  12.   Ctl3D = False
  13.   Font.Charset = ANSI_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'Times New Roman'
  17.   Font.Style = []
  18.   KeyPreview = True
  19.   OldCreateOrder = True
  20.   Position = poDefault
  21.   Scaled = False
  22.   ShowHint = True
  23.   OnClose = FormClose
  24.   OnCloseQuery = FormCloseQuery
  25.   OnCreate = FormCreate
  26.   OnDestroy = FormDestroy
  27.   OnKeyPress = FormKeyPress
  28.   OnKeyUp = FormKeyUp
  29.   OnShow = FormShow
  30.   PixelsPerInch = 96
  31.   TextHeight = 14
  32.   object FormSize: TFormSize
  33.     Left = 0
  34.     Top = 65534
  35.     Width = 0
  36.     Height = 0
  37.   end
  38. end
  39.