home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TPREJMENUJFORM / TPREJMENUJFORM.txt
Encoding:
Text File  |  1999-04-22  |  1.3 KB  |  70 lines

  1. object PrejmenujForm: TPrejmenujForm
  2.   Left = 219
  3.   Top = 212
  4.   BorderStyle = bsDialog
  5.   Caption = 'P∩┐╜e∩┐╜∩┐╜slov∩┐╜n∩┐╜ zak∩┐╜zky'
  6.   ClientHeight = 104
  7.   ClientWidth = 291
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 12
  20.     Width = 95
  21.     Height = 13
  22.     Caption = '&Star∩┐╜ ∩┐╜∩┐╜slo zak∩┐╜zky:'
  23.     FocusControl = OldCisloEdit
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 44
  28.     Width = 96
  29.     Height = 13
  30.     Caption = '&Nov∩┐╜ ∩┐╜∩┐╜slo zak∩┐╜zky:'
  31.     FocusControl = NewCisloEdit
  32.   end
  33.   object OldCisloEdit: TEdit
  34.     Left = 120
  35.     Top = 8
  36.     Width = 160
  37.     Height = 21
  38.     TabOrder = 0
  39.     OnChange = NewCisloEditChange
  40.   end
  41.   object NewCisloEdit: TEdit
  42.     Left = 120
  43.     Top = 40
  44.     Width = 160
  45.     Height = 21
  46.     TabOrder = 1
  47.     OnChange = NewCisloEditChange
  48.   end
  49.   object OKBtn: TButton
  50.     Left = 128
  51.     Top = 72
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'OK'
  55.     Default = True
  56.     TabOrder = 2
  57.     OnClick = OKBtnClick
  58.   end
  59.   object CancelBtn: TButton
  60.     Left = 208
  61.     Top = 72
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Storno'
  66.     ModalResult = 2
  67.     TabOrder = 3
  68.   end
  69. end
  70.