object Form6: TForm6 Left = 230 Top = 406 BorderIcons = [] BorderStyle = bsToolWindow Caption = 'Zm�na autentifika�n� ot�zky' ClientHeight = 134 ClientWidth = 436 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 80 Top = 24 Width = 106 Height = 13 Alignment = taRightJustify Caption = 'Autentifika�n� ot�zka :' end object Label2: TLabel Left = 16 Top = 64 Width = 169 Height = 13 Alignment = taRightJustify Caption = 'Odpov�� na autentifika�n� ot�zku :' end object Edit1: TEdit Left = 192 Top = 24 Width = 225 Height = 21 TabOrder = 0 Text = 'Edit1' OnKeyDown = Edit2KeyDown end object Edit2: TEdit Left = 192 Top = 64 Width = 225 Height = 21 TabOrder = 1 Text = 'Edit2' OnKeyDown = Edit2KeyDown end object Button1: TButton Left = 248 Top = 96 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 344 Top = 96 Width = 75 Height = 25 Caption = 'Zru�' TabOrder = 3 OnClick = Button2Click end end