home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 194
- Top = 108
- BorderStyle = bsToolWindow
- Caption = 'K�dova� na hesla'
- ClientHeight = 155
- ClientWidth = 266
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 34
- Height = 13
- Caption = 'Jm�no:'
- end
- object Label2: TLabel
- Left = 136
- Top = 8
- Width = 30
- Height = 13
- Caption = 'Heslo:'
- end
- object Label3: TLabel
- Left = 8
- Top = 56
- Width = 46
- Height = 13
- Caption = 'V�sledek:'
- end
- object Edit1: TEdit
- Left = 8
- Top = 24
- Width = 121
- Height = 21
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 136
- Top = 24
- Width = 121
- Height = 21
- TabOrder = 1
- end
- object Edit3: TEdit
- Left = 8
- Top = 72
- Width = 249
- Height = 21
- ReadOnly = True
- TabOrder = 2
- end
- object Button1: TButton
- Left = 96
- Top = 112
- Width = 75
- Height = 25
- Caption = 'K�duj'
- TabOrder = 3
- OnClick = Button1Click
- end
- end
-