object PasswordDlg: TPasswordDlg Left = 412 Top = 376 ActiveControl = Password BorderIcons = [] BorderStyle = bsDialog Caption = 'Please login' ClientHeight = 143 ClientWidth = 236 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 8 Width = 236 Height = 95 end object PasswordLbl: TLabel Left = 8 Top = 59 Width = 92 Height = 13 Caption = 'Enter password:' end object UsernameLbl: TLabel Left = 8 Top = 9 Width = 93 Height = 13 Caption = 'Enter username:' end object Password: TEdit Left = 8 Top = 77 Width = 220 Height = 20 PasswordChar = '*' TabOrder = 1 end object OKBtn: TBitBtn Left = 66 Top = 109 Width = 77 Height = 27 TabOrder = 2 Kind = bkOK Margin = 2 Spacing = -1 end object CancelBtn: TBitBtn Left = 152 Top = 109 Width = 77 Height = 27 TabOrder = 3 Kind = bkCancel Margin = 2 Spacing = -1 end object Username: TEdit Left = 8 Top = 27 Width = 220 Height = 20 TabOrder = 0 end end