object Form3: TForm3 Left = 210 Top = 393 Width = 343 Height = 153 BorderIcons = [] BorderStyle = bsSizeToolWin Caption = 'Zad�n� p��stupov�ho hesla' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 57 Top = 24 Width = 112 Height = 13 Alignment = taRightJustify Caption = 'Va�e p��stupov� heslo :' end object Label2: TLabel Left = 104 Top = 56 Width = 63 Height = 13 Alignment = taRightJustify Caption = 'Ov��it heslo :' Visible = False end object Button1: TButton Left = 128 Top = 90 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 2 OnClick = Button1Click end object Edit1: TEdit Left = 176 Top = 24 Width = 121 Height = 21 MaxLength = 30 PasswordChar = '*' TabOrder = 0 OnKeyDown = Edit1KeyDown end object Button2: TButton Left = 224 Top = 90 Width = 75 Height = 25 Caption = 'Zru�' TabOrder = 3 OnClick = Button2Click end object Edit2: TEdit Left = 176 Top = 56 Width = 121 Height = 21 MaxLength = 30 PasswordChar = '*' TabOrder = 1 Text = 'Edit2' Visible = False OnKeyDown = Edit1KeyDown end end