home *** CD-ROM | disk | FTP | other *** search
- object KeyForm: TKeyForm
- Left = 192
- Top = 108
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'N�zev nov�ho kl��e'
- ClientHeight = 85
- ClientWidth = 216
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 136
- Height = 13
- Caption = 'Zadejte n�zev nov�ho kl��e:'
- end
- object KeyEdit: TEdit
- Left = 12
- Top = 24
- Width = 193
- Height = 21
- TabOrder = 0
- OnChange = KeyEditChange
- OnKeyPress = KeyEditKeyPress
- end
- object OKBtn: TBitBtn
- Left = 16
- Top = 56
- Width = 75
- Height = 25
- Caption = '&OK'
- Enabled = False
- TabOrder = 1
- Kind = bkOK
- end
- object CancelBtn: TBitBtn
- Left = 128
- Top = 56
- Width = 75
- Height = 25
- Caption = '&Zru�it'
- TabOrder = 2
- Kind = bkCancel
- end
- end
-