home *** CD-ROM | disk | FTP | other *** search
- object VirusFoundDlg: TVirusFoundDlg
- Left = 285
- Top = 110
- BorderStyle = bsDialog
- Caption = 'Virus Infection'
- ClientHeight = 207
- ClientWidth = 384
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object imgIcon: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- end
- object Label1: TLabel
- Left = 48
- Top = 8
- Width = 321
- Height = 33
- AutoSize = False
- Caption = 'The following file has been infected with a virus:'
- end
- object Label2: TLabel
- Left = 48
- Top = 48
- Width = 60
- Height = 13
- AutoSize = False
- Caption = 'File name:'
- end
- object Label3: TLabel
- Left = 48
- Top = 72
- Width = 60
- Height = 13
- AutoSize = False
- Caption = 'Virus:'
- end
- object lblVirInfo: TLabel
- Left = 112
- Top = 72
- Width = 257
- Height = 13
- AutoSize = False
- Caption = 'lblVirInfo'
- end
- object Label5: TLabel
- Left = 48
- Top = 96
- Width = 329
- Height = 13
- AutoSize = False
- Caption = 'How do you wish do proceed?'
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 48
- Top = 88
- Width = 324
- Height = 25
- Shape = bsTopLine
- end
- object btnOK: TButton
- Left = 225
- Top = 181
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 5
- end
- object btnCancel: TButton
- Left = 308
- Top = 181
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object edFileName: TReadOnlyEdit
- Left = 112
- Top = 48
- Width = 257
- Height = 17
- Hint = 'edFileName'
- TabStop = False
- PathEllipsis = True
- TextAsHint = True
- TabOrder = 0
- Text = 'edFileName'
- end
- object rbRemoveAll: TRadioButton
- Left = 48
- Top = 120
- Width = 297
- Height = 17
- Caption = '&Delete file on hard disk and in the Virtual CD'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object rbRemoveVCD: TRadioButton
- Tag = 1
- Left = 48
- Top = 136
- Width = 297
- Height = 17
- Caption = '&Remove file from Virtual CD'
- TabOrder = 2
- end
- object rbIgnore: TRadioButton
- Tag = 2
- Left = 48
- Top = 152
- Width = 297
- Height = 17
- Caption = '&Ignore Virus infection'
- TabOrder = 3
- end
- object cbApplyToAll: TCheckBox
- Left = 6
- Top = 184
- Width = 203
- Height = 17
- Caption = '&Use this setting for all infected files'
- TabOrder = 4
- end
- end
-