home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
virus
/
Plat7esdCHS
/
data1.cab
/
Comunes
/
Analisis.dll
/
0
/
RCDATA
/
TFORMFILTROS
/
TFORMFILTROS.txt
< prev
Wrap
Text File
|
2003-02-05
|
6KB
|
239 lines
object FormFiltros: TFormFiltros
Tag = 74600
Left = 277
Top = 179
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsSingle
BorderWidth = 11
Caption = 'Filtrar informe'
ClientHeight = 300
ClientWidth = 470
Color = 14215660
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Icon.Data = {<image000.ico>}
KeyPreview = True
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object BTBuscaCancelar: TPlaButton
Tag = 2400
Left = 395
Top = 279
Width = 73
Height = 21
Caption = '&Cancelar'
TabOrder = 2
TabStop = False
Cancel = True
ModalResult = 2
end
object BTBuscaAceptar: TPlaButton
Tag = 2200
Left = 312
Top = 279
Width = 73
Height = 21
Caption = '&Aceptar'
TabOrder = 1
OnClick = BTBuscaAceptarClick
Default = True
ModalResult = 1
end
object PlaGroupBox1: TPlaGroupBox
Left = 0
Top = 0
Width = 467
Height = 257
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = 13977088
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
Caption = 'Filtros'
TabOrder = 0
object PandaBrown11: TImage
Left = 12
Top = 19
Width = 32
Height = 32
Picture.Data = {<image001.bmp>}
Transparent = True
end
object Label25: TLabel
Tag = 75400
Left = 52
Top = 17
Width = 394
Height = 26
Caption =
'Puedes filtrar la informaci�n que deseas ver en el informe por e' +
'l tipo de incidencia, por qui�n la notifica, por fechas, etc.'
Constraints.MinWidth = 381
WordWrap = True
end
object GBTipoAnalisis: TPlaGroupBox
Tag = 74700
Left = 52
Top = 52
Width = 209
Height = 89
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = 8408344
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
Caption = 'Notificado por'
TabOrder = 0
object CBNotificador: TPlaComboBox
Tag = 74400
Left = 12
Top = 20
Width = 185
Height = 21
HelpContext = 2024
Style = csDropDownList
TabOrder = 0
OnChange = CBNotificadorChange
Items.Strings = (
'Todos'
'An�lisis antivirus inmediato'
'An�lisis antivirus programado'
'Protecci�n antivirus de archivos'
'Protecci�n antivirus de correo'
'Protecci�n firewall'
'Sistema de actualizaciones')
end
end
object GBFecha: TPlaGroupBox
Tag = 24100
Left = 273
Top = 52
Width = 186
Height = 193
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = 8408344
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
Caption = 'Fecha'
TabOrder = 2
object LabelInicio: TLabel
Tag = 14300
Left = 12
Top = 74
Width = 69
Height = 13
AutoSize = False
Caption = 'Inicio'
end
object LabelFin: TLabel
Tag = 24200
Left = 12
Top = 134
Width = 69
Height = 13
AutoSize = False
Caption = 'Fin'
end
object CBFecha: TPlaComboBox
Tag = 59800
Left = 12
Top = 20
Width = 164
Height = 21
HelpContext = 2027
Style = csDropDownList
TabOrder = 0
OnChange = CBFechaChange
Items.Strings = (
'Todas'
'Antes o igual a'
'Despu�s o igual a'
'Entre')
end
object DTInicio: TPlaDateTimePicker
Left = 90
Top = 72
Width = 86
Height = 21
Date = 37246.745689664300000000
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
ParentColor = True
TabOrder = 1
TabStop = False
Time = 37246.745689664300000000
OnCloseUp = DTInicioCloseUp
OnChange = DTInicioChange
end
object DTFin: TPlaDateTimePicker
Left = 90
Top = 132
Width = 86
Height = 21
Date = 37246.746693310200000000
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
ParentColor = True
TabOrder = 2
TabStop = False
Time = 37246.746693310200000000
OnCloseUp = DTFinCloseUp
OnChange = DTFinChange
end
end
object GBIncidencias: TPlaGroupBox
Tag = 24000
Left = 52
Top = 147
Width = 209
Height = 97
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = 8408344
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
Caption = 'Incidencias'
TabOrder = 1
object CBIncidencia: TPlaComboBox
Left = 12
Top = 20
Width = 185
Height = 21
HelpContext = 2026
Style = csDropDownList
TabOrder = 0
Items.Strings = (
'Todas'
'Virus detectado'
'Archivo sospechoso'
'Archivo peligroso'
'Ejecuci�n de script'
'Conexi�n telef�nica'
'Intento de conexi�n'
'Ataque de escaneo de puertos'
'Ataque de denegaci�n de servicio'
'Suplantaci�n de identidad'
'Bloqueo de IP atacante'
'Activaci�n'
'Desactivaci�n'
'Actualizaci�n'
'Comienzo de an�lisis'
'Fin de an�lisis')
end
end
end
end