home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95beyond / beyond32.exe / 0 / RCDATA / TDELETEWARNING / TDELETEWARNING.txt
Text File  |  1997-11-09  |  1KB  |  71 lines

  1. object DeleteWarning: TDeleteWarning
  2.   Left = 218
  3.   Top = 122
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirm Delete'
  7.   ClientHeight = 100
  8.   ClientWidth = 402
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 24
  18.     Top = 16
  19.     Width = 32
  20.     Height = 32
  21.   end
  22.   object Msg: TLabel
  23.     Left = 72
  24.     Top = 24
  25.     Width = 48
  26.     Height = 13
  27.     Caption = 'Delete %?'
  28.   end
  29.   object YesBtn: TBitBtn
  30.     Left = 24
  31.     Top = 64
  32.     Width = 73
  33.     Height = 26
  34.     Caption = '&Yes'
  35.     ModalResult = 6
  36.     TabOrder = 0
  37.     NumGlyphs = 2
  38.   end
  39.   object AllBtn: TBitBtn
  40.     Left = 104
  41.     Top = 64
  42.     Width = 73
  43.     Height = 26
  44.     Caption = 'Yes to &All'
  45.     ModalResult = 8
  46.     TabOrder = 1
  47.     NumGlyphs = 2
  48.   end
  49.   object NoBtn: TBitBtn
  50.     Left = 184
  51.     Top = 64
  52.     Width = 73
  53.     Height = 26
  54.     Caption = '&No'
  55.     ModalResult = 7
  56.     TabOrder = 2
  57.     NumGlyphs = 2
  58.   end
  59.   object CancelBtn: TBitBtn
  60.     Left = 264
  61.     Top = 64
  62.     Width = 73
  63.     Height = 26
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 3
  68.     NumGlyphs = 2
  69.   end
  70. end
  71.