object PasswordDlg: TPasswordDlg Left = 245 Top = 120 ActiveControl = Password BorderStyle = bsDialog Caption = 'Pa�wort' ClientHeight = 93 ClientWidth = 236 Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Label1: TLabel Left = 8 Top = 13 Width = 91 Height = 12 Caption = 'Pa�wort eingeben:' end object Password: TEdit Left = 8 Top = 27 Width = 220 Height = 24 PasswordChar = '*' TabOrder = 0 end object OKBtn: TBitBtn Left = 80 Top = 59 Width = 77 Height = 27 TabOrder = 1 Kind = bkOK Margin = 2 Spacing = -1 end end