home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Demo / Panda / platinumisshuk.exe / data1.cab / Comunes / Config.dll / 0 / RCDATA / TCONTRASENA / TCONTRASENA.txt < prev   
Encoding:
Text File  |  2003-11-01  |  2.8 KB  |  131 lines

  1. object Contrasena: TContrasena
  2.   Left = 449
  3.   Top = 345
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Establecer 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 = 'Contrase∩┐╜a de supervisor'
  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 las secciones ' +
  43.         'seleccionadas de Panda Platinum.\n\nRecuerda: Si pierdes u olvid' +
  44.         'as la contrase∩┐╜a, no podr∩┐╜s acceder a los componentes protegidos' +
  45.         '.'
  46.       WordWrap = True
  47.     end
  48.     object LblAnterior: TLabel
  49.       Left = 58
  50.       Top = 98
  51.       Width = 160
  52.       Height = 13
  53.       Caption = 'Introduce la contrase∩┐╜a anterior:'
  54.     end
  55.     object LblNueva: TLabel
  56.       Left = 58
  57.       Top = 126
  58.       Width = 92
  59.       Height = 13
  60.       Caption = 'Nueva contrase∩┐╜a:'
  61.     end
  62.     object LblConfirmar: TLabel
  63.       Left = 58
  64.       Top = 154
  65.       Width = 148
  66.       Height = 13
  67.       Caption = 'Confirma la nueva contrase∩┐╜a:'
  68.     end
  69.     object Image1: TImage
  70.       Left = 11
  71.       Top = 22
  72.       Width = 32
  73.       Height = 32
  74.       Picture.Data = {<image001.bmp>}
  75.       Transparent = True
  76.     end
  77.     object EdtAnterior: TPlaEdit
  78.       Left = 260
  79.       Top = 95
  80.       Width = 146
  81.       Height = 21
  82.       HelpContext = 199
  83.       PasswordChar = '*'
  84.       TabOrder = 0
  85.       Transparent = False
  86.     end
  87.     object EdtNueva: TPlaEdit
  88.       Left = 260
  89.       Top = 123
  90.       Width = 146
  91.       Height = 21
  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.