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

  1. object Confirmar: TConfirmar
  2.   Tag = 49300
  3.   Left = 300
  4.   Top = 207
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Contrase∩┐╜a'
  8.   ClientHeight = 154
  9.   ClientWidth = 365
  10.   Color = 14215660
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   KeyPreview = True
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object ButtonAceptar: TPlaButton
  25.     Tag = 2200
  26.     Left = 200
  27.     Top = 122
  28.     Width = 73
  29.     Height = 21
  30.     Caption = '&Aceptar'
  31.     TabOrder = 0
  32.     OnClick = ButtonAceptarClick
  33.     Default = True
  34.     ModalResult = 1
  35.   end
  36.   object ButtonCancelar: TPlaButton
  37.     Tag = 2400
  38.     Left = 281
  39.     Top = 122
  40.     Width = 73
  41.     Height = 21
  42.     Caption = '&Cancelar'
  43.     TabOrder = 2
  44.     Cancel = True
  45.     ModalResult = 2
  46.   end
  47.   object GroupBoxConfirmar: TPlaGroupBox
  48.     Left = 14
  49.     Top = 7
  50.     Width = 340
  51.     Height = 103
  52.     TitleFont.Charset = DEFAULT_CHARSET
  53.     TitleFont.Color = 13977088
  54.     TitleFont.Height = -11
  55.     TitleFont.Name = 'Tahoma'
  56.     TitleFont.Style = []
  57.     Caption = 'Contrase∩┐╜a de acceso'
  58.     TabOrder = 1
  59.     object Label1: TLabel
  60.       Tag = 23900
  61.       Left = 58
  62.       Top = 19
  63.       Width = 270
  64.       Height = 39
  65.       AutoSize = False
  66.       Caption = 
  67.         'Esta secci∩┐╜n de tu antivirus se encuentra restringida, para pode' +
  68.         'r acceder a sus opciones debes introducir la contrase∩┐╜a de acces' +
  69.         'o.'
  70.       WordWrap = True
  71.     end
  72.     object Image1: TImage
  73.       Left = 11
  74.       Top = 22
  75.       Width = 32
  76.       Height = 32
  77.       Picture.Data = {<image001.bmp>}
  78.       Transparent = True
  79.     end
  80.     object Label2: TLabel
  81.       Left = 58
  82.       Top = 73
  83.       Width = 60
  84.       Height = 13
  85.       Caption = 'Contrase∩┐╜a:'
  86.     end
  87.     object EditContras: TPlaEdit
  88.       Left = 132
  89.       Top = 70
  90.       Width = 193
  91.       Height = 21
  92.       PasswordChar = '*'
  93.       TabOrder = 0
  94.       Transparent = False
  95.       OnExit = EditContrasExit
  96.     end
  97.   end
  98. end
  99.