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

  1. object FormUserPass: TFormUserPass
  2.   Left = 596
  3.   Top = 337
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Panda Platinum Internet Security'
  7.   ClientHeight = 147
  8.   ClientWidth = 335
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PlaGroupBox1: TPlaGroupBox
  23.     Left = 14
  24.     Top = 10
  25.     Width = 307
  26.     Height = 89
  27.     TitleFont.Charset = DEFAULT_CHARSET
  28.     TitleFont.Color = 13977088
  29.     TitleFont.Height = -11
  30.     TitleFont.Name = 'Tahoma'
  31.     TitleFont.Style = []
  32.     Caption = 'Introduce tu nombre de usuario y contrase∩┐╜a'
  33.     TabOrder = 0
  34.     object Image1: TImage
  35.       Left = 16
  36.       Top = 21
  37.       Width = 32
  38.       Height = 32
  39.       Picture.Data = {<image001.bmp>}
  40.       Transparent = True
  41.     end
  42.     object Label1: TLabel
  43.       Left = 64
  44.       Top = 28
  45.       Width = 92
  46.       Height = 13
  47.       Caption = 'Nombre de usuario:'
  48.     end
  49.     object Label2: TLabel
  50.       Left = 64
  51.       Top = 60
  52.       Width = 57
  53.       Height = 13
  54.       Caption = 'Contrase∩┐╜a:'
  55.     end
  56.     object lstParentalUsers: TPlaComboBox
  57.       Left = 176
  58.       Top = 24
  59.       Width = 113
  60.       Height = 21
  61.       Style = csDropDownList
  62.       TabOrder = 0
  63.     end
  64.     object txtParentalUserPassword: TPlaEdit
  65.       Left = 176
  66.       Top = 56
  67.       Width = 113
  68.       Height = 22
  69.       Cursor = crIBeam
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clWindowText
  72.       Font.Height = -11
  73.       Font.Name = 'Courier New'
  74.       Font.Style = []
  75.       ParentFont = False
  76.       PasswordChar = '*'
  77.       TabOrder = 1
  78.       Transparent = False
  79.     end
  80.   end
  81.   object PlaButton1: TPlaButton
  82.     Left = 251
  83.     Top = 114
  84.     Width = 73
  85.     Height = 21
  86.     Caption = '&Cancelar'
  87.     TabOrder = 1
  88.     ModalResult = 2
  89.   end
  90.   object PlaButton2: TPlaButton
  91.     Left = 167
  92.     Top = 114
  93.     Width = 73
  94.     Height = 21
  95.     Caption = '&Aceptar'
  96.     TabOrder = 2
  97.     OnClick = PlaButton2Click
  98.     Default = True
  99.   end
  100. end
  101.