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

  1. object ResourceEditorDlg: TResourceEditorDlg
  2.   Left = 213
  3.   Top = 136
  4.   Width = 520
  5.   Height = 363
  6.   Caption = 'Editor'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object JmenoPropertyLbl: TLabel
  16.     Left = 200
  17.     Top = 16
  18.     Width = 75
  19.     Height = 13
  20.     Caption = 'Jm∩┐╜no property:'
  21.   end
  22.   object PopisPropertyLbl: TLabel
  23.     Left = 200
  24.     Top = 48
  25.     Width = 70
  26.     Height = 13
  27.     Caption = 'Popis property:'
  28.   end
  29.   object HodnotyLbl: TLabel
  30.     Left = 200
  31.     Top = 80
  32.     Width = 76
  33.     Height = 13
  34.     Caption = 'Mo∩┐╜n∩┐╜ hodnoty:'
  35.   end
  36.   object Label1: TLabel
  37.     Left = 8
  38.     Top = 8
  39.     Width = 39
  40.     Height = 13
  41.     Caption = 'Kolekce'
  42.   end
  43.   object JmenoPropertyEdit: TEdit
  44.     Left = 288
  45.     Top = 8
  46.     Width = 121
  47.     Height = 21
  48.     TabOrder = 0
  49.   end
  50.   object PopisPropertyEdit: TEdit
  51.     Left = 288
  52.     Top = 40
  53.     Width = 121
  54.     Height = 21
  55.     TabOrder = 1
  56.   end
  57.   object HodnotyMemo: TMemo
  58.     Left = 200
  59.     Top = 96
  60.     Width = 209
  61.     Height = 233
  62.     TabOrder = 2
  63.   end
  64.   object BitBtn1: TBitBtn
  65.     Left = 432
  66.     Top = 304
  67.     Width = 75
  68.     Height = 25
  69.     TabOrder = 3
  70.     Kind = bkClose
  71.   end
  72.   object ListBox1: TListBox
  73.     Left = 8
  74.     Top = 24
  75.     Width = 161
  76.     Height = 305
  77.     ItemHeight = 13
  78.     TabOrder = 4
  79.     OnClick = ListBox1Click
  80.   end
  81.   object BitBtn3: TBitBtn
  82.     Left = 432
  83.     Top = 96
  84.     Width = 75
  85.     Height = 25
  86.     Caption = 'Nov∩┐╜ prop.'
  87.     TabOrder = 5
  88.     OnClick = BitBtn3Click
  89.   end
  90.   object BitBtn2: TBitBtn
  91.     Left = 432
  92.     Top = 160
  93.     Width = 75
  94.     Height = 25
  95.     Caption = '&Ulo∩┐╜it'
  96.     TabOrder = 6
  97.     OnClick = BitBtn2Click
  98.   end
  99.   object BitBtn4: TBitBtn
  100.     Left = 432
  101.     Top = 128
  102.     Width = 75
  103.     Height = 25
  104.     Caption = 'Vymazat'
  105.     TabOrder = 7
  106.     OnClick = BitBtn4Click
  107.   end
  108. end
  109.