object Authdlg: TAuthdlg Left = 252 Top = 156 ActiveControl = Edit1 BorderIcons = [] BorderStyle = bsDialog Caption = 'Authorization Request' ClientHeight = 212 ClientWidth = 317 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 300 Height = 147 Shape = bsFrame IsControl = True end object Realm: TLabel Left = 25 Top = 26 Width = 123 Height = 13 Caption = 'Enter username for at' end object Host: TLabel Left = 25 Top = 43 Width = 27 Height = 13 Caption = 'Host' end object Label1: TLabel Left = 30 Top = 78 Width = 67 Height = 13 Alignment = taRightJustify Caption = 'User Name:' end object Label2: TLabel Left = 38 Top = 114 Width = 59 Height = 13 Caption = 'Password:' end object Edit1: TEdit Left = 104 Top = 74 Width = 162 Height = 21 TabOrder = 0 OnKeyPress = Edit1KeyPress end object Edit2: TEdit Left = 104 Top = 110 Width = 162 Height = 21 PasswordChar = '*' TabOrder = 1 OnKeyPress = Edit2KeyPress end object Button1: TButton Left = 63 Top = 170 Width = 80 Height = 28 Caption = 'OK' ModalResult = 1 TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 174 Top = 170 Width = 80 Height = 28 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 OnClick = Button2Click end end