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

  1. object Contrasena: TContrasena
  2.   Left = 292
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Cambiar contrase∩┐╜a'
  7.   ClientHeight = 238
  8.   ClientWidth = 443
  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.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poDesktopCenter
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object GrpContrasena: TPlaGroupBox
  24.     Left = 14
  25.     Top = 7
  26.     Width = 418
  27.     Height = 183
  28.     TitleFont.Charset = DEFAULT_CHARSET
  29.     TitleFont.Color = 13977088
  30.     TitleFont.Height = -11
  31.     TitleFont.Name = 'Tahoma'
  32.     TitleFont.Style = []
  33.     Caption = 'Cambiar contrase∩┐╜a'
  34.     TabOrder = 0
  35.     object LblTitulo: TLabel
  36.       Left = 58
  37.       Top = 17
  38.       Width = 349
  39.       Height = 76
  40.       AutoSize = False
  41.       Caption = 
  42.         'La contrase∩┐╜a introducida restringir∩┐╜ el acceso a los componente' +
  43.         's seleccionados del antivirus.\n\nSi pierdes u olvidas la contra' +
  44.         'se∩┐╜a, no pod∩┐╜s acceder a los componentes protegidos'
  45.       WordWrap = True
  46.     end
  47.     object LblAnterior: TLabel
  48.       Left = 58
  49.       Top = 98
  50.       Width = 160
  51.       Height = 13
  52.       Caption = 'Introduce la contrase∩┐╜a anterior:'
  53.     end
  54.     object LblNueva: TLabel
  55.       Left = 58
  56.       Top = 126
  57.       Width = 92
  58.       Height = 13
  59.       Caption = 'Nueva contrase∩┐╜a:'
  60.     end
  61.     object LblConfirmar: TLabel
  62.       Left = 58
  63.       Top = 154
  64.       Width = 148
  65.       Height = 13
  66.       Caption = 'Confirma la nueva contrase∩┐╜a:'
  67.     end
  68.     object Image1: TImage
  69.       Left = 11
  70.       Top = 22
  71.       Width = 32
  72.       Height = 32
  73.       Picture.Data = {<image001.bmp>}
  74.       Transparent = True
  75.     end
  76.     object EdtAnterior: TPlaEdit
  77.       Left = 260
  78.       Top = 95
  79.       Width = 146
  80.       Height = 21
  81.       HelpContext = 199
  82.       PasswordChar = '*'
  83.       TabOrder = 0
  84.       Transparent = False
  85.     end
  86.     object EdtNueva: TPlaEdit
  87.       Left = 260
  88.       Top = 123
  89.       Width = 146
  90.       Height = 21
  91.       Cursor = crIBeam
  92.       HelpContext = 200
  93.       PasswordChar = '*'
  94.       TabOrder = 1
  95.       Transparent = False
  96.     end
  97.     object EdtConfirmar: TPlaEdit
  98.       Left = 260
  99.       Top = 151
  100.       Width = 146
  101.       Height = 21
  102.       HelpContext = 198
  103.       PasswordChar = '*'
  104.       TabOrder = 2
  105.       Transparent = False
  106.     end
  107.   end
  108.   object ButtonAceptar: TPlaButton
  109.     Tag = 2200
  110.     Left = 278
  111.     Top = 206
  112.     Width = 73
  113.     Height = 21
  114.     Caption = '&Aceptar'
  115.     TabOrder = 1
  116.     OnClick = ButtonAceptarClick
  117.     Default = True
  118.   end
  119.   object ButtonCancelar: TPlaButton
  120.     Tag = 2400
  121.     Left = 359
  122.     Top = 206
  123.     Width = 73
  124.     Height = 21
  125.     Caption = '&Cancelar'
  126.     TabOrder = 2
  127.     Cancel = True
  128.     ModalResult = 2
  129.   end
  130. end
  131.