home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / ctenari / Madera / Install.dat / Arch2000.exe / 0 / RCDATA / TKEYFORM / TKEYFORM.txt
Encoding:
Text File  |  1999-10-27  |  1.1 KB  |  56 lines

  1. object KeyForm: TKeyForm
  2.   Left = 192
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'N∩┐╜zev nov∩┐╜ho kl∩┐╜∩┐╜e'
  7.   ClientHeight = 85
  8.   ClientWidth = 216
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 136
  24.     Height = 13
  25.     Caption = 'Zadejte n∩┐╜zev nov∩┐╜ho kl∩┐╜∩┐╜e:'
  26.   end
  27.   object KeyEdit: TEdit
  28.     Left = 12
  29.     Top = 24
  30.     Width = 193
  31.     Height = 21
  32.     TabOrder = 0
  33.     OnChange = KeyEditChange
  34.     OnKeyPress = KeyEditKeyPress
  35.   end
  36.   object OKBtn: TBitBtn
  37.     Left = 16
  38.     Top = 56
  39.     Width = 75
  40.     Height = 25
  41.     Caption = '&OK'
  42.     Enabled = False
  43.     TabOrder = 1
  44.     Kind = bkOK
  45.   end
  46.   object CancelBtn: TBitBtn
  47.     Left = 128
  48.     Top = 56
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&Zru∩┐╜it'
  52.     TabOrder = 2
  53.     Kind = bkCancel
  54.   end
  55. end
  56.