home *** CD-ROM | disk | FTP | other *** search
- object ImpersonateDialog: TImpersonateDialog
- Left = 208
- Top = 103
- ActiveControl = PasswordEdit
- BorderStyle = bsDialog
- Caption = 'Change user...'
- ClientHeight = 130
- ClientWidth = 306
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 5
- Top = 45
- Width = 22
- Height = 13
- Caption = 'User'
- end
- object Label2: TLabel
- Left = 5
- Top = 70
- Width = 46
- Height = 13
- Caption = 'Password'
- end
- object Label3: TLabel
- Left = 5
- Top = 5
- Width = 296
- Height = 26
- Caption =
- 'Part of the installation process requires administrator privileg' +
- 'es. Please fill in the name and password of an administrator use' +
- 'r.'
- WordWrap = True
- end
- object UserEdit: TEdit
- Left = 65
- Top = 42
- Width = 236
- Height = 21
- TabOrder = 0
- Text = 'Administrator'
- OnKeyUp = UserEditKeyUp
- end
- object OKBtn: TButton
- Left = 75
- Top = 100
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 2
- end
- object CancelBtn: TButton
- Left = 155
- Top = 100
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object PasswordEdit: TMaskEdit
- Left = 65
- Top = 67
- Width = 236
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- OnKeyUp = PasswordEditKeyUp
- end
- end
-