object PasswordDlg: TPasswordDlg Left = 245 Top = 108 BorderStyle = bsDialog Caption = 'Ochrana' ClientHeight = 93 ClientWidth = 233 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lblPrikaz: TLabel Left = 8 Top = 9 Width = 60 Height = 13 Caption = 'Vlo�te heslo:' end object edPassword: TEdit Left = 8 Top = 27 Width = 217 Height = 21 PasswordChar = '*' TabOrder = 0 end object btnOK: TButton Left = 70 Top = 59 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = btnOKClick end object btnStorno: TButton Left = 150 Top = 59 Width = 75 Height = 25 Cancel = True Caption = 'Storno' TabOrder = 2 OnClick = btnStornoClick end end