home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / Chip_2002-01_cd1.bin / oddech / tilerama / _SETUP.1 / Tilerama.exe / 0 / RCDATA / TFORMOPTIONS / TFORMOPTIONS.txt
Text File  |  2001-11-12  |  3KB  |  129 lines

  1. object FormOptions: TFormOptions
  2.   Left = 332
  3.   Top = 206
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'General Options'
  7.   ClientHeight = 240
  8.   ClientWidth = 240
  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 = False
  16.   Position = poDefault
  17.   OnActivate = FormActivate
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnKeyPress = FormKeyPress
  21.   OnMouseDown = FormMouseDown
  22.   OnMouseMove = FormMouseMove
  23.   OnMouseUp = FormMouseUp
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object ImageBack: TImage
  28.     Left = 0
  29.     Top = 0
  30.     Width = 240
  31.     Height = 240
  32.     Cursor = 21
  33.     Align = alClient
  34.     OnMouseDown = FormMouseDown
  35.     OnMouseMove = FormMouseMove
  36.     OnMouseUp = FormMouseUp
  37.   end
  38.   object Panel: TPanel
  39.     Left = 8
  40.     Top = 8
  41.     Width = 224
  42.     Height = 176
  43.     BevelOuter = bvLowered
  44.     TabOrder = 0
  45.     object Label6: TLabel
  46.       Left = 14
  47.       Top = 21
  48.       Width = 69
  49.       Height = 13
  50.       AutoSize = False
  51.       Caption = 'Player Name :'
  52.       Transparent = True
  53.       Layout = tlCenter
  54.     end
  55.     object CheckBoxWheel: TCheckBox
  56.       Left = 11
  57.       Top = 93
  58.       Width = 182
  59.       Height = 17
  60.       Cursor = crHandPoint
  61.       Caption = 'Move Tiles Using Mouse Wheel'
  62.       TabOrder = 1
  63.       OnKeyPress = FormKeyPress
  64.     end
  65.     object ComboBoxPlayer: TComboBox
  66.       Left = 88
  67.       Top = 17
  68.       Width = 122
  69.       Height = 21
  70.       ItemHeight = 13
  71.       Sorted = True
  72.       TabOrder = 0
  73.       OnKeyPress = FormKeyPress
  74.     end
  75.     object CheckBoxElem: TCheckBox
  76.       Left = 11
  77.       Top = 113
  78.       Width = 166
  79.       Height = 17
  80.       Cursor = crHandPoint
  81.       Caption = 'Highlight Used Flow Elements'
  82.       TabOrder = 2
  83.       OnKeyPress = FormKeyPress
  84.     end
  85.     object CheckBoxInvalid: TCheckBox
  86.       Left = 11
  87.       Top = 133
  88.       Width = 120
  89.       Height = 17
  90.       Cursor = crHandPoint
  91.       Caption = 'Show Invalidations'
  92.       TabOrder = 3
  93.       OnKeyPress = FormKeyPress
  94.     end
  95.     object CheckBoxAutoSkin: TCheckBox
  96.       Left = 11
  97.       Top = 73
  98.       Width = 198
  99.       Height = 17
  100.       Cursor = crHandPoint
  101.       Caption = 'Auto-Load Board'#39's Recomm. Tile Set'
  102.       TabOrder = 4
  103.       OnKeyPress = FormKeyPress
  104.     end
  105.     object CheckBoxLog: TCheckBox
  106.       Left = 11
  107.       Top = 53
  108.       Width = 190
  109.       Height = 17
  110.       Cursor = crHandPoint
  111.       Caption = 'Write Player'#39's Log File'
  112.       TabOrder = 5
  113.       OnKeyPress = FormKeyPress
  114.     end
  115.   end
  116.   object ButtonOK: TButton
  117.     Left = 184
  118.     Top = 153
  119.     Width = 38
  120.     Height = 21
  121.     Cursor = crHandPoint
  122.     Caption = 'OK'
  123.     TabOrder = 1
  124.     OnClick = ButtonOKClick
  125.     OnKeyPress = FormKeyPress
  126.     OnMouseDown = ButtonOKMouseDown
  127.   end
  128. end
  129.