home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / FortressPCSoft / AntiVirus / Panda / platin.exe / DATA1.CAB / Comunes / Analisis.dll / RCDATA / TANALISISWINDOW / TANALISISWINDOW.txt
Encoding:
Text File  |  2000-04-28  |  11.6 KB  |  509 lines

  1. object AnalisisWindow: TAnalisisWindow
  2.   Tag = 100
  3.   Left = 226
  4.   Top = 163
  5.   Width = 511
  6.   Height = 397
  7.   Caption = 'An∩┐╜lisis'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PanelAtras: TPanel
  21.     Left = 0
  22.     Top = 197
  23.     Width = 503
  24.     Height = 154
  25.     Cursor = crHourGlass
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     TabOrder = 2
  29.     object PanelList: TPanel
  30.       Left = 0
  31.       Top = 0
  32.       Width = 503
  33.       Height = 154
  34.       Align = alClient
  35.       BevelOuter = bvNone
  36.       BorderWidth = 4
  37.       Caption = 'PanelList'
  38.       Ctl3D = True
  39.       Enabled = False
  40.       ParentCtl3D = False
  41.       TabOrder = 0
  42.       OnResize = ListaResize
  43.       object Lista: TPandaListView
  44.         Tag = 32916
  45.         Left = 4
  46.         Top = 4
  47.         Width = 495
  48.         Height = 146
  49.         Align = alClient
  50.         Columns = <
  51.           item
  52.             Caption = 'Incidencia'
  53.             Width = 90
  54.           end
  55.           item
  56.             Caption = 'Tarea'
  57.             Width = 90
  58.           end
  59.           item
  60.             Caption = 'Fecha - Hora'
  61.             Width = 80
  62.           end
  63.           item
  64.             Caption = 'Ruta'
  65.             Width = 170
  66.           end
  67.           item
  68.             Caption = 'Acci∩┐╜n'
  69.           end>
  70.         HotTrackStyles = []
  71.         MultiSelect = True
  72.         ReadOnly = True
  73.         RowSelect = True
  74.         ParentShowHint = False
  75.         PopupMenu = PopupMenu1
  76.         ShowHint = False
  77.         TabOrder = 0
  78.         ViewStyle = vsReport
  79.         OnDblClick = BotonDerechoClick
  80.         MensajeListaVacia = 'No hay elementos disponibles en esta vista'
  81.       end
  82.     end
  83.   end
  84.   object StatusBar1: TStatusBar
  85.     Left = 0
  86.     Top = 351
  87.     Width = 503
  88.     Height = 19
  89.     Panels = <>
  90.     SimplePanel = True
  91.     SizeGrip = False
  92.   end
  93.   object Panel1: TPanel
  94.     Left = 0
  95.     Top = 0
  96.     Width = 503
  97.     Height = 197
  98.     Align = alTop
  99.     BevelOuter = bvNone
  100.     BorderWidth = 4
  101.     TabOrder = 0
  102.     object PanelBotones: TPanel
  103.       Left = 412
  104.       Top = 4
  105.       Width = 87
  106.       Height = 189
  107.       Align = alRight
  108.       BevelOuter = bvNone
  109.       TabOrder = 0
  110.       object BAceptar: TButton
  111.         Tag = 2200
  112.         Left = 0
  113.         Top = 0
  114.         Width = 85
  115.         Height = 22
  116.         Caption = '&Aceptar'
  117.         ModalResult = 1
  118.         TabOrder = 0
  119.         OnClick = BAceptarClick
  120.       end
  121.       object BCancelar: TButton
  122.         Tag = 2400
  123.         Left = 0
  124.         Top = 25
  125.         Width = 85
  126.         Height = 22
  127.         Caption = '&Cancelar'
  128.         ModalResult = 2
  129.         TabOrder = 1
  130.         OnClick = BCancelarClick
  131.       end
  132.       object BInforme: TButton
  133.         Tag = 26600
  134.         Left = 0
  135.         Top = 51
  136.         Width = 85
  137.         Height = 22
  138.         Caption = 'Ver &Informe'
  139.         TabOrder = 2
  140.         OnClick = BInformeClick
  141.       end
  142.       object Animate1: TAnimate
  143.         Left = 21
  144.         Top = 104
  145.         Width = 41
  146.         Height = 41
  147.         Active = False
  148.         FileName = '.\monitor.avi'
  149.         StopFrame = 25
  150.       end
  151.     end
  152.     object PanelSuperior: TPanel
  153.       Left = 4
  154.       Top = 4
  155.       Width = 408
  156.       Height = 189
  157.       Align = alClient
  158.       BevelOuter = bvNone
  159.       TabOrder = 1
  160.       object PanelBarra: TPanel
  161.         Left = 0
  162.         Top = 0
  163.         Width = 408
  164.         Height = 55
  165.         Align = alTop
  166.         BevelOuter = bvNone
  167.         TabOrder = 1
  168.         object LblPathAnalizado: TLabel
  169.           Left = 12
  170.           Top = 10
  171.           Width = 381
  172.           Height = 13
  173.           AutoSize = False
  174.         end
  175.         object Progreso: TProgressBar
  176.           Left = 12
  177.           Top = 32
  178.           Width = 382
  179.           Height = 15
  180.           Min = 0
  181.           Max = 100
  182.           Step = 1
  183.           TabOrder = 0
  184.         end
  185.       end
  186.       object PanelResumen: TPanel
  187.         Tag = -1
  188.         Left = 0
  189.         Top = 68
  190.         Width = 408
  191.         Height = 121
  192.         Align = alBottom
  193.         BevelOuter = bvNone
  194.         TabOrder = 0
  195.         object Bevel1: TBevel
  196.           Left = 10
  197.           Top = 16
  198.           Width = 380
  199.           Height = 13
  200.           Shape = bsBottomLine
  201.         end
  202.         object LabelAnalizados: TLabel
  203.           Tag = 26000
  204.           Left = 112
  205.           Top = 8
  206.           Width = 90
  207.           Height = 13
  208.           Alignment = taCenter
  209.           AutoSize = False
  210.           Caption = 'Analizados'
  211.           Color = clBtnFace
  212.           ParentColor = False
  213.         end
  214.         object LabelInfectados: TLabel
  215.           Tag = 26100
  216.           Left = 198
  217.           Top = 8
  218.           Width = 90
  219.           Height = 13
  220.           Alignment = taCenter
  221.           AutoSize = False
  222.           Caption = 'Infectados'
  223.         end
  224.         object LabelDesinfectados: TLabel
  225.           Tag = 26200
  226.           Left = 294
  227.           Top = 8
  228.           Width = 90
  229.           Height = 13
  230.           Alignment = taCenter
  231.           AutoSize = False
  232.           Caption = 'Desinfectados'
  233.         end
  234.         object LabelMemoria: TLabel
  235.           Tag = 26300
  236.           Left = 10
  237.           Top = 36
  238.           Width = 43
  239.           Height = 13
  240.           Caption = 'Memoria '
  241.           Color = clBtnFace
  242.           ParentColor = False
  243.         end
  244.         object LabelFicheros: TLabel
  245.           Tag = 15400
  246.           Left = 10
  247.           Top = 68
  248.           Width = 40
  249.           Height = 13
  250.           Caption = 'Ficheros'
  251.         end
  252.         object LabelBoot: TLabel
  253.           Tag = 400
  254.           Left = 10
  255.           Top = 52
  256.           Width = 22
  257.           Height = 13
  258.           Caption = 'Boot'
  259.         end
  260.         object LabelMensajes: TLabel
  261.           Tag = 26500
  262.           Left = 10
  263.           Top = 84
  264.           Width = 45
  265.           Height = 13
  266.           Caption = 'Mensajes'
  267.         end
  268.         object LabelDocumentos: TLabel
  269.           Tag = 73300
  270.           Left = 10
  271.           Top = 100
  272.           Width = 125
  273.           Height = 13
  274.           AutoSize = False
  275.           Caption = 'Documentos (Notes)'
  276.         end
  277.         object PanelAna: TPanel
  278.           Tag = -1
  279.           Left = 123
  280.           Top = 33
  281.           Width = 70
  282.           Height = 80
  283.           BevelOuter = bvNone
  284.           TabOrder = 0
  285.           object LblMemAnalizada: TLabel
  286.             Tag = 26400
  287.             Left = 0
  288.             Top = 3
  289.             Width = 69
  290.             Height = 13
  291.             Alignment = taCenter
  292.             AutoSize = False
  293.             Caption = 'No'
  294.             Color = clBtnFace
  295.             ParentColor = False
  296.           end
  297.           object LblBootsAnalizados: TLabel
  298.             Left = 0
  299.             Top = 19
  300.             Width = 69
  301.             Height = 13
  302.             Alignment = taCenter
  303.             AutoSize = False
  304.             Caption = '0'
  305.           end
  306.           object LblFicherosAnalizados: TLabel
  307.             Left = 0
  308.             Top = 35
  309.             Width = 69
  310.             Height = 13
  311.             Alignment = taCenter
  312.             AutoSize = False
  313.             Caption = '0'
  314.           end
  315.           object LblMensajesAnalizados: TLabel
  316.             Left = 0
  317.             Top = 51
  318.             Width = 69
  319.             Height = 13
  320.             Alignment = taCenter
  321.             AutoSize = False
  322.             Caption = '0'
  323.           end
  324.           object LblDocumentosAnalizados: TLabel
  325.             Left = 0
  326.             Top = 67
  327.             Width = 69
  328.             Height = 13
  329.             Alignment = taCenter
  330.             AutoSize = False
  331.             Caption = '0'
  332.           end
  333.         end
  334.         object PanelInf: TPanel
  335.           Tag = -1
  336.           Left = 208
  337.           Top = 33
  338.           Width = 70
  339.           Height = 80
  340.           BevelOuter = bvNone
  341.           TabOrder = 1
  342.           object LblMemInfectada: TLabel
  343.             Tag = 26400
  344.             Left = 0
  345.             Top = 3
  346.             Width = 69
  347.             Height = 13
  348.             Alignment = taCenter
  349.             AutoSize = False
  350.             Caption = 'No'
  351.           end
  352.           object LblBootsInfectados: TLabel
  353.             Left = 0
  354.             Top = 19
  355.             Width = 69
  356.             Height = 13
  357.             Alignment = taCenter
  358.             AutoSize = False
  359.             Caption = '0'
  360.           end
  361.           object LblFicherosInfectados: TLabel
  362.             Left = 0
  363.             Top = 35
  364.             Width = 69
  365.             Height = 13
  366.             Alignment = taCenter
  367.             AutoSize = False
  368.             Caption = '0'
  369.           end
  370.           object LblMensajesInfectados: TLabel
  371.             Left = 0
  372.             Top = 51
  373.             Width = 69
  374.             Height = 13
  375.             Alignment = taCenter
  376.             AutoSize = False
  377.             Caption = '0'
  378.           end
  379.           object LblDocumentosInfectados: TLabel
  380.             Left = 0
  381.             Top = 67
  382.             Width = 69
  383.             Height = 13
  384.             Alignment = taCenter
  385.             AutoSize = False
  386.             Caption = '0'
  387.           end
  388.         end
  389.         object PanelDes: TPanel
  390.           Tag = -1
  391.           Left = 304
  392.           Top = 33
  393.           Width = 70
  394.           Height = 80
  395.           BevelOuter = bvNone
  396.           TabOrder = 2
  397.           object LblMemDesinfectada: TLabel
  398.             Tag = 26400
  399.             Left = 0
  400.             Top = 3
  401.             Width = 69
  402.             Height = 13
  403.             Alignment = taCenter
  404.             AutoSize = False
  405.             Caption = 'No'
  406.           end
  407.           object LblBootsDesinfectados: TLabel
  408.             Left = 0
  409.             Top = 19
  410.             Width = 69
  411.             Height = 13
  412.             Alignment = taCenter
  413.             AutoSize = False
  414.             Caption = '0'
  415.           end
  416.           object LblFicherosDesinfectados: TLabel
  417.             Left = 0
  418.             Top = 35
  419.             Width = 69
  420.             Height = 13
  421.             Alignment = taCenter
  422.             AutoSize = False
  423.             Caption = '0'
  424.           end
  425.           object LblMensajesDesinfectados: TLabel
  426.             Left = 0
  427.             Top = 51
  428.             Width = 69
  429.             Height = 13
  430.             Alignment = taCenter
  431.             AutoSize = False
  432.             Caption = '0'
  433.           end
  434.           object LblDocumentosDesinfectados: TLabel
  435.             Left = 0
  436.             Top = 67
  437.             Width = 69
  438.             Height = 13
  439.             Alignment = taCenter
  440.             AutoSize = False
  441.             Caption = '0'
  442.           end
  443.         end
  444.       end
  445.     end
  446.   end
  447.   object TimerMinimizado: TTimer
  448.     Interval = 400
  449.     OnTimer = OnTimerMinimizado
  450.     Left = 448
  451.     Top = 136
  452.   end
  453.   object ManuForm1: TManuForm
  454.     Enabled = False
  455.     TitleBar.ApplicationInfo.FontStyle = [fsBold]
  456.     TitleBar.Color = clBlue
  457.     TitleBar.CompanyInfo.FontStyle = [fsBold, fsItalic]
  458.     TitleBar.NbOfColors = 0
  459.     Left = 452
  460.     Top = 89
  461.   end
  462.   object PopupMenu1: TPopupMenu
  463.     OnPopup = PopupMenu1Popup
  464.     Left = 424
  465.     Top = 224
  466.     object miAnalizar: TMenuItem
  467.       Tag = 216
  468.       Caption = 'Analizar'
  469.       OnClick = BotonDerechoClick
  470.     end
  471.     object N1: TMenuItem
  472.       Caption = '-'
  473.     end
  474.     object miInformacionvirus: TMenuItem
  475.       Tag = 4110
  476.       Caption = 'Informaci∩┐╜n virus'
  477.       OnClick = BotonDerechoClick
  478.     end
  479.     object miDesinfectar: TMenuItem
  480.       Tag = 4012
  481.       Caption = 'Desinfectar'
  482.       OnClick = BotonDerechoClick
  483.     end
  484.     object miRenombrar: TMenuItem
  485.       Tag = 4213
  486.       Caption = 'Renombrar'
  487.       OnClick = BotonDerechoClick
  488.     end
  489.     object miBorrar: TMenuItem
  490.       Tag = 3914
  491.       Caption = 'Borrar'
  492.       OnClick = BotonDerechoClick
  493.     end
  494.     object miMover: TMenuItem
  495.       Tag = 3015
  496.       Caption = 'Mover'
  497.       OnClick = BotonDerechoClick
  498.     end
  499.     object N2: TMenuItem
  500.       Caption = '-'
  501.     end
  502.     object miSeleccionartodo: TMenuItem
  503.       Tag = 70600
  504.       Caption = 'Seleccionar todo'
  505.       OnClick = miSeleccionartodoClick
  506.     end
  507.   end
  508. end
  509.