home *** CD-ROM | disk | FTP | other *** search
- object UserAuthentificationForm: TUserAuthentificationForm
- Left = 521
- Top = 351
- BorderStyle = bsDialog
- Caption = 'Authentification'
- ClientHeight = 165
- ClientWidth = 284
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 64
- Width = 25
- Height = 13
- Caption = 'User:'
- end
- object lblDescription: TLabel
- Left = 8
- Top = 8
- Width = 265
- Height = 41
- AutoSize = False
- Caption = 'Authentification requested'
- end
- object Label2: TLabel
- Left = 8
- Top = 87
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object edUserName: TEdit
- Left = 80
- Top = 60
- Width = 193
- Height = 21
- TabOrder = 0
- end
- object Edit1: TEdit
- Left = 80
- Top = 84
- Width = 193
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- end
- object btnOK: TButton
- Left = 112
- Top = 136
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object btnCancel: TButton
- Left = 200
- Top = 136
- Width = 75
- Height = 23
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object cbRemeberPassword: TCheckBox
- Left = 8
- Top = 112
- Width = 265
- Height = 17
- Caption = 'Rember this password'
- TabOrder = 4
- end
- end
-