home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / MultiCopy.es / 0 / RCDATA / TUSERAUTHENTIFICATIONFORM / TUSERAUTHENTIFICATIONFORM.txt
Text File  |  2003-02-05  |  2KB  |  82 lines

  1. object UserAuthentificationForm: TUserAuthentificationForm
  2.   Left = 521
  3.   Top = 351
  4.   BorderStyle = bsDialog
  5.   Caption = 'Autentificaci'#243'n'
  6.   ClientHeight = 165
  7.   ClientWidth = 284
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 64
  20.     Width = 39
  21.     Height = 13
  22.     Caption = 'Usuario:'
  23.   end
  24.   object lblDescription: TLabel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 265
  28.     Height = 41
  29.     AutoSize = False
  30.     Caption = 'Autentificaci'#243'n solicitada'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 8
  34.     Top = 87
  35.     Width = 54
  36.     Height = 13
  37.     Caption = 'Contrase'#241'a'
  38.   end
  39.   object edUserName: TEdit
  40.     Left = 80
  41.     Top = 60
  42.     Width = 193
  43.     Height = 21
  44.     TabOrder = 0
  45.   end
  46.   object Edit1: TEdit
  47.     Left = 80
  48.     Top = 84
  49.     Width = 193
  50.     Height = 21
  51.     PasswordChar = '*'
  52.     TabOrder = 1
  53.   end
  54.   object btnOK: TButton
  55.     Left = 112
  56.     Top = 136
  57.     Width = 75
  58.     Height = 23
  59.     Caption = 'OK'
  60.     Default = True
  61.     ModalResult = 1
  62.     TabOrder = 2
  63.   end
  64.   object btnCancel: TButton
  65.     Left = 200
  66.     Top = 136
  67.     Width = 75
  68.     Height = 23
  69.     Caption = 'Cancelar'
  70.     ModalResult = 2
  71.     TabOrder = 3
  72.   end
  73.   object cbRemeberPassword: TCheckBox
  74.     Left = 8
  75.     Top = 112
  76.     Width = 265
  77.     Height = 17
  78.     Caption = 'Recordar esta contrase'#241'a'
  79.     TabOrder = 4
  80.   end
  81. end
  82.