home *** CD-ROM | disk | FTP | other *** search
- object formRegistryWarning: TformRegistryWarning
- Left = 368
- Top = 337
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Spybot - Search & Destroy'
- ClientHeight = 217
- ClientWidth = 353
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poScreenCenter
- DesignSize = (
- 353
- 217)
- PixelsPerInch = 96
- TextHeight = 13
- object imgLogo: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image001.ico>}
- Transparent = True
- end
- object labelInfo: TLabel
- Left = 48
- Top = 8
- Width = 257
- Height = 49
- Alignment = taCenter
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption =
- 'Spybot - Search && Destroy has detected an important registry en' +
- 'try that has been changed.'
- Transparent = True
- WordWrap = True
- end
- object labelCategoryInfo: TLabel
- Left = 8
- Top = 56
- Width = 72
- Height = 17
- AutoSize = False
- Caption = 'Category:'
- end
- object labelCategory: TLabel
- Left = 88
- Top = 56
- Width = 256
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object labelChangeInfo: TLabel
- Left = 8
- Top = 72
- Width = 72
- Height = 17
- AutoSize = False
- Caption = 'Change:'
- end
- object labelChange: TLabel
- Left = 88
- Top = 72
- Width = 256
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object labelValueInfo: TLabel
- Left = 8
- Top = 96
- Width = 72
- Height = 17
- AutoSize = False
- Caption = 'Entry:'
- end
- object labelValue: TLabel
- Left = 88
- Top = 96
- Width = 256
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object labelOldDataInfo: TLabel
- Left = 8
- Top = 120
- Width = 72
- Height = 17
- AutoSize = False
- Caption = 'Old data:'
- end
- object labelOldData: TLabel
- Left = 88
- Top = 120
- Width = 256
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object labelNewDataInfo: TLabel
- Left = 8
- Top = 136
- Width = 72
- Height = 17
- AutoSize = False
- Caption = 'New data:'
- end
- object labelNewData: TLabel
- Left = 88
- Top = 136
- Width = 256
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object imgSpecific: TImage
- Left = 313
- Top = 8
- Width = 32
- Height = 32
- Anchors = [akTop, akRight]
- Picture.Data = {<image002.ico>}
- Transparent = True
- end
- object Bevel1: TBevel
- Left = 8
- Top = 90
- Width = 336
- Height = 2
- Anchors = [akLeft, akTop, akRight]
- end
- object Bevel2: TBevel
- Left = 8
- Top = 114
- Width = 336
- Height = 2
- Anchors = [akLeft, akTop, akRight]
- end
- object bnDeny: TButton
- Left = 232
- Top = 184
- Width = 113
- Height = 25
- Action = aDeny
- Anchors = [akRight, akBottom]
- Default = True
- ModalResult = 2
- TabOrder = 0
- end
- object bnAllow: TButton
- Left = 8
- Top = 184
- Width = 113
- Height = 25
- Action = aAllow
- Anchors = [akLeft, akBottom]
- ModalResult = 1
- TabOrder = 1
- end
- object cbRemember: TCheckBox
- Left = 8
- Top = 160
- Width = 337
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = '&Remember this decision.'
- TabOrder = 2
- end
- object bnHelp: TButton
- Left = 128
- Top = 184
- Width = 25
- Height = 25
- Action = aHelp
- TabOrder = 3
- end
- object bnInfo: TButton
- Left = 160
- Top = 184
- Width = 65
- Height = 25
- Action = aInfo
- TabOrder = 4
- end
- object myXPManifest: TXPManifest
- Left = 144
- Top = 40
- end
- object ActionList1: TActionList
- Left = 176
- Top = 40
- object aHelp: TAction
- Caption = '?'
- ShortCut = 112
- OnExecute = aHelpExecute
- end
- object aDeny: TAction
- Caption = '&Deny change'
- OnExecute = aDenyExecute
- end
- object aAllow: TAction
- Caption = '&Allow change'
- OnExecute = aAllowExecute
- end
- object aInfo: TAction
- Caption = '&Info'
- OnExecute = aInfoExecute
- end
- end
- end
-