home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / IMAGEDIT.EXE / 0 / RCDATA / TICONDELETEDLG / TICONDELETEDLG.txt
Text File  |  1997-02-28  |  993b  |  53 lines

  1. object IconDeleteDlg: TIconDeleteDlg
  2.   Left = 228
  3.   Top = 143
  4.   BorderStyle = bsDialog
  5.   Caption = 'Delete Icon Image'
  6.   ClientHeight = 158
  7.   ClientWidth = 226
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 162
  19.     Height = 13
  20.     Caption = '&Select which icon image to delete:'
  21.     FocusControl = IconList
  22.   end
  23.   object IconList: TListBox
  24.     Left = 8
  25.     Top = 24
  26.     Width = 209
  27.     Height = 97
  28.     ItemHeight = 13
  29.     TabOrder = 0
  30.   end
  31.   object OKButton: TButton
  32.     Left = 27
  33.     Top = 128
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 1
  40.     OnClick = OKButtonClick
  41.   end
  42.   object CancelButton: TButton
  43.     Left = 123
  44.     Top = 128
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52. end
  53.