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

  1. object DesktopDeleteForm: TDesktopDeleteForm
  2.   Left = 672
  3.   Top = 206
  4.   HelpContext = 6020
  5.   BorderStyle = bsDialog
  6.   Caption = 'Delete Saved Desktop'
  7.   ClientHeight = 175
  8.   ClientWidth = 286
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = False
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ListBox1: TListBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 273
  20.     Height = 130
  21.     ItemHeight = 13
  22.     MultiSelect = True
  23.     TabOrder = 0
  24.   end
  25.   object btnCancel: TButton
  26.     Left = 145
  27.     Top = 146
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = 'Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 1
  34.   end
  35.   object btnDelete: TButton
  36.     Left = 65
  37.     Top = 146
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Delete'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 2
  44.     OnClick = btnDeleteClick
  45.   end
  46. end
  47.