home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TSAVEDESKTOPFORM / TSAVEDESKTOPFORM.txt
Text File  |  1999-08-11  |  420b  |  22 lines

  1. inherited SaveDesktopForm: TSaveDesktopForm
  2.   Left = 23
  3.   Top = 27
  4.   HelpContext = 6019
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save Desktop'
  7.   ParentFont = True
  8.   OldCreateOrder = True
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object Label1: TLabel [0]
  12.     Left = 20
  13.     Top = 12
  14.     Width = 119
  15.     Height = 13
  16.     Caption = '&Save current desktop as:'
  17.   end
  18.   inherited btnOK: TButton
  19.     OnClick = btnOKClick
  20.   end
  21. end
  22.