object VirusDetectado: TVirusDetectado Tag = 30500 Left = 361 Top = 245 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle BorderWidth = 11 Caption = 'Panda Antivirus' ClientHeight = 251 ClientWidth = 457 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PandaBrown1: TImage Left = 9 Top = 7 Width = 58 Height = 55 AutoSize = True Picture.Data = {} Stretch = True Transparent = True end object LabelTitulo: TLabel Left = 83 Top = 20 Width = 138 Height = 19 Caption = '�Virus detectado!' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object Label1: TLabel Left = 83 Top = 176 Width = 35 Height = 13 Caption = 'Acci�n:' end object BTContinuar: TPlaButton Tag = 30000 Left = 302 Top = 230 Width = 73 Height = 21 Caption = 'Continuar' TabOrder = 3 OnClick = BTContinuarClick Default = True end object BTParar: TPlaButton Tag = 30200 Left = 384 Top = 230 Width = 73 Height = 21 Caption = 'Finalizar' TabOrder = 5 TabStop = False OnClick = BTPararClick Cancel = True end object StaticTextExplicacion: TStaticText Tag = 29900 Left = 83 Top = 148 Width = 373 Height = 21 AutoSize = False Caption = 'Selecciona la acci�n que deseas realizar con el fichero infectad' + 'o.' TabOrder = 0 end object CBAplicarATodos: TPlaCheckBox Tag = 254200 Left = 279 Top = 176 Width = 150 Height = 16 Caption = 'Aplicar esta opci�n a todos' TabOrder = 2 end object PlaPanel1: TPlaPanel Left = 83 Top = 64 Width = 362 Height = 64 BorderWidth = 1 object LabelVirus: TLabel Tag = 29700 Left = 10 Top = 13 Width = 108 Height = 22 AutoSize = False Caption = 'Nombre de virus:' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False OnClick = LabelVirusClick end object LabelNombreVirus: TLabel Left = 147 Top = 13 Width = 126 Height = 22 AutoSize = False Caption = 'LabelNombreVirus' OnClick = LabelVirusClick end object LabelLugar: TLabel Tag = 29800 Left = 10 Top = 35 Width = 132 Height = 22 AutoSize = False Caption = 'Ubicaci�n del virus:' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False OnClick = LabelLugarClick end object LabelPath: TLabel Left = 147 Top = 35 Width = 204 Height = 22 AutoSize = False Caption = 'LabelPath' Transparent = True OnClick = LabelLugarClick end object BTInformar: TPlaButton Tag = 30300 Left = 274 Top = 10 Width = 75 Height = 21 Caption = 'Detalles' TabOrder = 0 OnClick = BTInformarClick end end object CmbListaAcciones: TPlaComboBox Left = 129 Top = 173 Width = 128 Height = 21 Style = csDropDownList TabOrder = 1 end end