home *** CD-ROM | disk | FTP | other *** search
- object Options: TOptions
- Left = 314
- Top = 216
- Width = 412
- Height = 291
- BorderIcons = [biSystemMenu]
- Caption = 'iparmoroptions'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object button_ok: TGradBtn
- Left = 208
- Top = 232
- Width = 73
- Height = 21
- DisabledColor = clGray
- BeginColor = 13565951
- EndColor = 15790320
- GradientStyle = gsHorizontal
- TextStyle = tsNormal
- Caption = 'OK'
- OnClick = button_okClick
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- TabOrder = 0
- TabStop = True
- end
- object GradBtn1: TGradBtn
- Left = 300
- Top = 232
- Width = 73
- Height = 21
- DisabledColor = clGray
- BeginColor = 13565951
- EndColor = 15790320
- GradientStyle = gsHorizontal
- TextStyle = tsNormal
- Caption = 'Cancel'
- OnClick = GradBtn1Click
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- TabOrder = 1
- TabStop = True
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 404
- Height = 225
- ActivePage = TabSheet1
- Align = alTop
- TabOrder = 2
- object TabSheet1: TTabSheet
- Caption = 'General'
- object CheckBox1: TCheckBox
- Left = 64
- Top = 44
- Width = 125
- Height = 17
- Caption = 'Load With Windows'
- TabOrder = 0
- end
- object ColorComboBox1: TColorComboBox
- Left = 64
- Top = 124
- Width = 117
- Height = 20
- ColorValue = clBlue
- Color = clCaptionText
- Style = csDropDown
- TabOrder = 1
- end
- object CheckBox9: TCheckBox
- Left = 64
- Top = 88
- Width = 97
- Height = 17
- Caption = 'Sidebar Color'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Firewall'
- ImageIndex = 1
- object CheckBox2: TCheckBox
- Left = 48
- Top = 52
- Width = 97
- Height = 17
- Caption = 'User Firewall'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object CheckBox3: TCheckBox
- Left = 48
- Top = 96
- Width = 97
- Height = 17
- Caption = 'POP3 Scan'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object CheckBox4: TCheckBox
- Left = 224
- Top = 52
- Width = 149
- Height = 17
- Caption = 'Monitor Port connection'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object CheckBox5: TCheckBox
- Left = 224
- Top = 96
- Width = 109
- Height = 17
- Caption = 'Motitor Network'
- Checked = True
- State = cbChecked
- TabOrder = 3
- end
- object CheckBox13: TCheckBox
- Left = 48
- Top = 140
- Width = 109
- Height = 17
- Caption = 'Password Guard'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- object CheckBox15: TCheckBox
- Left = 224
- Top = 140
- Width = 109
- Height = 17
- Caption = 'P2P Guard'
- TabOrder = 5
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'Scan'
- ImageIndex = 2
- object CheckBox6: TCheckBox
- Left = 60
- Top = 44
- Width = 97
- Height = 17
- Caption = 'Scan Zip Rar'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object CheckBox7: TCheckBox
- Left = 60
- Top = 76
- Width = 97
- Height = 17
- Caption = 'Scan Worm'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object CheckBox10: TCheckBox
- Left = 220
- Top = 108
- Width = 97
- Height = 17
- Caption = 'Scan Startup'
- TabOrder = 2
- end
- object CheckBox11: TCheckBox
- Left = 220
- Top = 44
- Width = 97
- Height = 17
- Caption = 'Scan Scr'
- TabOrder = 3
- end
- object CheckBox12: TCheckBox
- Left = 220
- Top = 76
- Width = 97
- Height = 17
- Caption = 'Scan Bat'
- TabOrder = 4
- end
- object CheckBox14: TCheckBox
- Left = 60
- Top = 112
- Width = 97
- Height = 17
- Caption = 'Scan Dll'
- TabOrder = 5
- end
- object CheckBox16: TCheckBox
- Left = 60
- Top = 144
- Width = 97
- Height = 17
- Caption = 'Scan Pif'
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- object CheckBox17: TCheckBox
- Left = 220
- Top = 144
- Width = 97
- Height = 17
- Caption = 'Scan ad'
- Checked = True
- State = cbChecked
- TabOrder = 7
- end
- end
- object TabSheet4: TTabSheet
- Caption = 'Proxy'
- ImageIndex = 3
- object CheckBox8: TCheckBox
- Left = 40
- Top = 28
- Width = 97
- Height = 17
- Caption = 'Uses Proxy'
- TabOrder = 0
- end
- object GroupBox1: TGroupBox
- Left = 24
- Top = 64
- Width = 349
- Height = 105
- Caption = 'Proxy parameters'
- TabOrder = 1
- object Label1: TLabel
- Left = 44
- Top = 32
- Width = 80
- Height = 13
- Caption = 'Proxy ip address:'
- end
- object Label2: TLabel
- Left = 44
- Top = 68
- Width = 22
- Height = 13
- Caption = 'Port:'
- end
- object Edit1: TEdit
- Left = 164
- Top = 28
- Width = 121
- Height = 21
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 164
- Top = 64
- Width = 121
- Height = 21
- TabOrder = 1
- end
- end
- end
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 500
- OnTimer = Timer1Timer
- Left = 168
- Top = 136
- end
- end
-