home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / cdmage / CDmage.exe / 0 / RCDATA / TIFFOUNDACTIONDLG / TIFFOUNDACTIONDLG.txt < prev   
Text File  |  2001-03-01  |  1KB  |  80 lines

  1. object IfFoundActionDlg: TIfFoundActionDlg
  2.   Left = 281
  3.   Top = 250
  4.   BorderStyle = bsDialog
  5.   Caption = 'Warning'
  6.   ClientHeight = 88
  7.   ClientWidth = 411
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Image1: TImage
  15.     Left = 24
  16.     Top = 8
  17.     Width = 36
  18.     Height = 36
  19.     AutoSize = True
  20.     Picture.Data = {<image000.bmp>}
  21.     Transparent = True
  22.   end
  23.   object TextLabel: TLabel
  24.     Left = 80
  25.     Top = 8
  26.     Width = 313
  27.     Height = 41
  28.     Alignment = taCenter
  29.     AutoSize = False
  30.     WordWrap = True
  31.   end
  32.   object btOverwrite: TButton
  33.     Left = 8
  34.     Top = 56
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '&Overwrite'
  38.     Default = True
  39.     ModalResult = 6
  40.     TabOrder = 0
  41.   end
  42.   object btCancel: TButton
  43.     Left = 328
  44.     Top = 56
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = '&Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 4
  51.   end
  52.   object btOverAll: TButton
  53.     Left = 88
  54.     Top = 56
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'Overwrite &All'
  58.     ModalResult = 10
  59.     TabOrder = 1
  60.   end
  61.   object btSkip: TButton
  62.     Left = 168
  63.     Top = 56
  64.     Width = 75
  65.     Height = 25
  66.     Caption = '&Skip'
  67.     ModalResult = 7
  68.     TabOrder = 2
  69.   end
  70.   object btSkipAll: TButton
  71.     Left = 248
  72.     Top = 56
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'S&kip All'
  76.     ModalResult = 9
  77.     TabOrder = 3
  78.   end
  79. end
  80.