home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / FLReWire.dll / 0 / RCDATA / TIMPERSONATEDIALOG / TIMPERSONATEDIALOG.txt
Text File  |  2005-02-24  |  2KB  |  81 lines

  1. object ImpersonateDialog: TImpersonateDialog
  2.   Left = 208
  3.   Top = 103
  4.   ActiveControl = PasswordEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change user...'
  7.   ClientHeight = 130
  8.   ClientWidth = 306
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 5
  21.     Top = 45
  22.     Width = 22
  23.     Height = 13
  24.     Caption = 'User'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 5
  28.     Top = 70
  29.     Width = 46
  30.     Height = 13
  31.     Caption = 'Password'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 5
  35.     Top = 5
  36.     Width = 296
  37.     Height = 26
  38.     Caption = 
  39.       'Part of the installation process requires administrator privileg' +
  40.       'es. Please fill in the name and password of an administrator use' +
  41.       'r.'
  42.     WordWrap = True
  43.   end
  44.   object UserEdit: TEdit
  45.     Left = 65
  46.     Top = 42
  47.     Width = 236
  48.     Height = 21
  49.     TabOrder = 0
  50.     Text = 'Administrator'
  51.     OnKeyUp = UserEditKeyUp
  52.   end
  53.   object OKBtn: TButton
  54.     Left = 75
  55.     Top = 100
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'OK'
  59.     ModalResult = 1
  60.     TabOrder = 2
  61.   end
  62.   object CancelBtn: TButton
  63.     Left = 155
  64.     Top = 100
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'Cancel'
  68.     ModalResult = 2
  69.     TabOrder = 3
  70.   end
  71.   object PasswordEdit: TMaskEdit
  72.     Left = 65
  73.     Top = 67
  74.     Width = 236
  75.     Height = 21
  76.     PasswordChar = '*'
  77.     TabOrder = 1
  78.     OnKeyUp = PasswordEditKeyUp
  79.   end
  80. end
  81.