object Form9: TForm9 Left = 204 Top = 307 BorderIcons = [] BorderStyle = bsToolWindow Caption = 'Nastaven� p��stupu do skladu hesel' ClientHeight = 242 ClientWidth = 507 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 81 Top = 24 Width = 112 Height = 13 Alignment = taRightJustify Caption = 'Va�e p��stupov� heslo :' end object Label2: TLabel Left = 120 Top = 56 Width = 73 Height = 13 Alignment = taRightJustify Caption = 'Ov��en� hesla :' end object Label3: TLabel Left = 91 Top = 124 Width = 103 Height = 13 Alignment = taRightJustify Caption = 'Autentifika�n� ot�zka:' Visible = False end object Label4: TLabel Left = 26 Top = 164 Width = 169 Height = 13 Alignment = taRightJustify Caption = 'Odpov�� na autentifika�n� ot�zku :' Visible = False end object Button1: TButton Left = 200 Top = 200 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 296 Top = 200 Width = 75 Height = 25 Caption = 'Zru�' TabOrder = 1 OnClick = Button2Click end object Edit1: TEdit Left = 200 Top = 24 Width = 121 Height = 21 MaxLength = 30 PasswordChar = '*' TabOrder = 2 Text = 'Edit1' OnKeyDown = Edit1KeyDown end object Edit2: TEdit Left = 200 Top = 56 Width = 121 Height = 21 MaxLength = 30 PasswordChar = '*' TabOrder = 3 Text = 'Edit2' OnKeyDown = Edit2KeyDown end object CheckBox1: TCheckBox Left = 200 Top = 88 Width = 161 Height = 17 Caption = 'Pou��t autentifika�n� ot�zku' TabOrder = 5 OnClick = CheckBox1Click end object Edit3: TEdit Left = 200 Top = 120 Width = 225 Height = 21 HideSelection = False ParentShowHint = False ShowHint = True TabOrder = 4 Text = 'Edit1' Visible = False OnKeyDown = Edit3KeyDown end object Edit4: TEdit Left = 200 Top = 160 Width = 225 Height = 21 TabOrder = 6 Text = 'Edit2' Visible = False OnKeyDown = Edit4KeyDown end end