home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / virus / Plat7esdCHS / data1.cab / Scanner / Pavhosp.dll / 0 / RCDATA / TFRMCONFIRMACION / TFRMCONFIRMACION.txt < prev   
Text File  |  2003-02-05  |  2KB  |  108 lines

  1. object frmConfirmacion: TfrmConfirmacion
  2.   Left = 219
  3.   Top = 173
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Confirmaci∩┐╜n'
  7.   ClientHeight = 176
  8.   ClientWidth = 439
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Explicacion: TLabel
  23.     Left = 70
  24.     Top = 15
  25.     Width = 360
  26.     Height = 13
  27.     Caption = 'Explicac∩┐╜onConfirmaci∩┐╜n'
  28.     Constraints.MinWidth = 360
  29.     Transparent = True
  30.     WordWrap = True
  31.   end
  32.   object Image1: TImage
  33.     Left = 20
  34.     Top = 6
  35.     Width = 32
  36.     Height = 32
  37.     Picture.Data = {<image001.bmp>}
  38.     Transparent = True
  39.   end
  40.   object LabelPreguntaConfirmacion: TLabel
  41.     Left = 70
  42.     Top = 92
  43.     Width = 360
  44.     Height = 13
  45.     Caption = 'LabelPreguntaConfirmaci∩┐╜n'
  46.     Constraints.MinWidth = 360
  47.     Transparent = True
  48.     WordWrap = True
  49.   end
  50.   object btnSi: TPlaButton
  51.     Left = 70
  52.     Top = 144
  53.     Width = 64
  54.     Height = 21
  55.     Caption = 'Si'
  56.     TabOrder = 0
  57.     OnClick = btnSiClick
  58.   end
  59.   object btnNo: TPlaButton
  60.     Left = 238
  61.     Top = 144
  62.     Width = 64
  63.     Height = 21
  64.     Caption = 'No'
  65.     TabOrder = 2
  66.     OnClick = btnNoClick
  67.   end
  68.   object BtnSiATodos: TPlaButton
  69.     Left = 143
  70.     Top = 144
  71.     Width = 84
  72.     Height = 21
  73.     Caption = 'S∩┐╜ a todos'
  74.     TabOrder = 1
  75.     OnClick = BtnSiATodosClick
  76.   end
  77.   object BtnNoATodos: TPlaButton
  78.     Left = 313
  79.     Top = 144
  80.     Width = 64
  81.     Height = 21
  82.     Caption = 'Cancelar'
  83.     TabOrder = 3
  84.     OnClick = BtnNoATodosClick
  85.   end
  86.   object PBEscondido: TPlaButton
  87.     Left = 15
  88.     Top = 330
  89.     Width = 64
  90.     Height = 21
  91.     Anchors = [akBottom]
  92.     Caption = 'S'
  93.     TabOrder = 4
  94.     TabStop = False
  95.     OnClick = btnSiClick
  96.   end
  97.   object PCBAccionExtra: TPlaCheckBox
  98.     Left = 70
  99.     Top = 116
  100.     Width = 230
  101.     Height = 16
  102.     Caption = 'Desinfectar el archivo antes de restaurarlo.'
  103.     TabOrder = 5
  104.     Visible = False
  105.     State = cbChecked
  106.   end
  107. end
  108.