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

  1. inherited DesktopRuntimeForm: TDesktopRuntimeForm
  2.   Left = 255
  3.   Top = 140
  4.   HelpContext = 6021
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select debug desktop'
  7.   OldCreateOrder = True
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object Label1: TLabel [0]
  11.     Left = 20
  12.     Top = 12
  13.     Width = 76
  14.     Height = 13
  15.     Caption = '&Debug desktop:'
  16.   end
  17.   inherited cbDesktopName: TComboBox
  18.     Style = csDropDownList
  19.   end
  20.   inherited btnOK: TButton
  21.     OnClick = btnOKClick
  22.   end
  23. end
  24.