home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMCONFIRMDEL / TFRMCONFIRMDEL.txt < prev   
Text File  |  2006-09-21  |  2KB  |  78 lines

  1. object frmConfirmDel: TfrmConfirmDel
  2.   Left = 275
  3.   Top = 197
  4.   ActiveControl = btnCancel
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Confirm reference delete'
  8.   ClientHeight = 144
  9.   ClientWidth = 443
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblText: TLabel
  22.     Left = 70
  23.     Top = 5
  24.     Width = 371
  25.     Height = 66
  26.     AutoSize = False
  27.     Caption = 'You have selected to delete reference '#39'%s'#39'.'
  28.     WordWrap = True
  29.   end
  30.   object iconConfirm: TImage
  31.     Left = 10
  32.     Top = 5
  33.     Width = 32
  34.     Height = 32
  35.     AutoSize = True
  36.     Picture.Data = {<image000.bmp>}
  37.     Transparent = True
  38.   end
  39.   object btnDelLinks: TButton
  40.     Left = 40
  41.     Top = 110
  42.     Width = 81
  43.     Height = 23
  44.     Caption = 'Delete &links'
  45.     ModalResult = 2
  46.     TabOrder = 0
  47.   end
  48.   object btnDelFile: TButton
  49.     Left = 130
  50.     Top = 110
  51.     Width = 81
  52.     Height = 23
  53.     Caption = 'Delete &file'
  54.     ModalResult = 3
  55.     TabOrder = 1
  56.   end
  57.   object btnDelLinkFile: TButton
  58.     Left = 220
  59.     Top = 110
  60.     Width = 131
  61.     Height = 23
  62.     Caption = 'Delete links &and file'
  63.     ModalResult = 4
  64.     TabOrder = 2
  65.   end
  66.   object btnCancel: TButton
  67.     Left = 361
  68.     Top = 110
  69.     Width = 75
  70.     Height = 23
  71.     Cancel = True
  72.     Caption = 'Cancel'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 3
  76.   end
  77. end
  78.