home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / ctenari / Majda / Life.exe / 0 / RCDATA / TMAPFORM / TMAPFORM.txt
Text File  |  2002-09-14  |  1KB  |  70 lines

  1. object MapForm: TMapForm
  2.   Left = 0
  3.   Top = 0
  4.   HorzScrollBar.Tracking = True
  5.   VertScrollBar.Tracking = True
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Mapa'
  8.   ClientHeight = 280
  9.   ClientWidth = 260
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = True
  18.   Position = poDefaultPosOnly
  19.   ShowHint = True
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object MapPanel: TPanel
  24.     Left = 0
  25.     Top = 20
  26.     Width = 260
  27.     Height = 260
  28.     Align = alClient
  29.     BevelOuter = bvNone
  30.     BorderStyle = bsSingle
  31.     TabOrder = 0
  32.   end
  33.   object TopPanel: TPanel
  34.     Left = 0
  35.     Top = 0
  36.     Width = 260
  37.     Height = 20
  38.     Align = alTop
  39.     BevelOuter = bvNone
  40.     TabOrder = 1
  41.     object Label1: TLabel
  42.       Left = 8
  43.       Top = 3
  44.       Width = 84
  45.       Height = 13
  46.       Caption = 'Barvy organism'#367':'
  47.     end
  48.     object OwnColorRadio: TRadioButton
  49.       Left = 104
  50.       Top = 2
  51.       Width = 57
  52.       Height = 17
  53.       Caption = 'vlastn'#237
  54.       Checked = True
  55.       TabOrder = 0
  56.       TabStop = True
  57.       OnClick = ColorRadioClick
  58.     end
  59.     object SpeciesColorRadio: TRadioButton
  60.       Left = 168
  61.       Top = 2
  62.       Width = 81
  63.       Height = 17
  64.       Caption = 'podle druhu'
  65.       TabOrder = 1
  66.       OnClick = ColorRadioClick
  67.     end
  68.   end
  69. end
  70.