home *** CD-ROM | disk | FTP | other *** search
/ Powerdrive 1996 December / POWERDRIVE1296.img / share / win / anwend / offtext / cmdlg.dl_ / cmdlg.dl / 0 / RCDATA / TPARENT / TPARENT.txt
Text File  |  1996-10-24  |  504b  |  27 lines

  1. object Parent: TParent
  2.   Left = 282
  3.   Top = 315
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Parent'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object CmOpen: TOpenDialog
  15.     FileEditStyle = fsEdit
  16.     Options = [ofFileMustExist]
  17.     Left = 8
  18.     Top = 56
  19.   end
  20.   object CmSave: TSaveDialog
  21.     FileEditStyle = fsEdit
  22.     Options = [ofOverwritePrompt]
  23.     Left = 40
  24.     Top = 56
  25.   end
  26. end
  27.