home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TVIRUSFOUNDDLG / TVIRUSFOUNDDLG.txt
Encoding:
Text File  |  2002-12-06  |  2.5 KB  |  139 lines

  1. object VirusFoundDlg: TVirusFoundDlg
  2.   Left = 285
  3.   Top = 110
  4.   BorderStyle = bsDialog
  5.   Caption = 'Virus Infection'
  6.   ClientHeight = 207
  7.   ClientWidth = 384
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object imgIcon: TImage
  17.     Left = 8
  18.     Top = 8
  19.     Width = 32
  20.     Height = 32
  21.   end
  22.   object Label1: TLabel
  23.     Left = 48
  24.     Top = 8
  25.     Width = 321
  26.     Height = 33
  27.     AutoSize = False
  28.     Caption = 'The following file has been infected with a virus:'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 48
  32.     Top = 48
  33.     Width = 60
  34.     Height = 13
  35.     AutoSize = False
  36.     Caption = 'File name:'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 48
  40.     Top = 72
  41.     Width = 60
  42.     Height = 13
  43.     AutoSize = False
  44.     Caption = 'Virus:'
  45.   end
  46.   object lblVirInfo: TLabel
  47.     Left = 112
  48.     Top = 72
  49.     Width = 257
  50.     Height = 13
  51.     AutoSize = False
  52.     Caption = 'lblVirInfo'
  53.   end
  54.   object Label5: TLabel
  55.     Left = 48
  56.     Top = 96
  57.     Width = 329
  58.     Height = 13
  59.     AutoSize = False
  60.     Caption = 'How do you wish do proceed?'
  61.     WordWrap = True
  62.   end
  63.   object Bevel1: TBevel
  64.     Left = 48
  65.     Top = 88
  66.     Width = 324
  67.     Height = 25
  68.     Shape = bsTopLine
  69.   end
  70.   object btnOK: TButton
  71.     Left = 225
  72.     Top = 181
  73.     Width = 75
  74.     Height = 23
  75.     Caption = 'OK'
  76.     Default = True
  77.     ModalResult = 1
  78.     TabOrder = 5
  79.   end
  80.   object btnCancel: TButton
  81.     Left = 308
  82.     Top = 181
  83.     Width = 75
  84.     Height = 23
  85.     Cancel = True
  86.     Caption = 'Cancel'
  87.     ModalResult = 2
  88.     TabOrder = 6
  89.   end
  90.   object edFileName: TReadOnlyEdit
  91.     Left = 112
  92.     Top = 48
  93.     Width = 257
  94.     Height = 17
  95.     Hint = 'edFileName'
  96.     TabStop = False
  97.     PathEllipsis = True
  98.     TextAsHint = True
  99.     TabOrder = 0
  100.     Text = 'edFileName'
  101.   end
  102.   object rbRemoveAll: TRadioButton
  103.     Left = 48
  104.     Top = 120
  105.     Width = 297
  106.     Height = 17
  107.     Caption = '&Delete file on hard disk and in the Virtual CD'
  108.     Checked = True
  109.     TabOrder = 1
  110.     TabStop = True
  111.   end
  112.   object rbRemoveVCD: TRadioButton
  113.     Tag = 1
  114.     Left = 48
  115.     Top = 136
  116.     Width = 297
  117.     Height = 17
  118.     Caption = '&Remove file from Virtual CD'
  119.     TabOrder = 2
  120.   end
  121.   object rbIgnore: TRadioButton
  122.     Tag = 2
  123.     Left = 48
  124.     Top = 152
  125.     Width = 297
  126.     Height = 17
  127.     Caption = '&Ignore Virus infection'
  128.     TabOrder = 3
  129.   end
  130.   object cbApplyToAll: TCheckBox
  131.     Left = 6
  132.     Top = 184
  133.     Width = 203
  134.     Height = 17
  135.     Caption = '&Use this setting for all infected files'
  136.     TabOrder = 4
  137.   end
  138. end
  139.