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

  1. object FormSounds: TFormSounds
  2.   Left = 239
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Sounds Selection'
  7.   ClientHeight = 192
  8.   ClientWidth = 288
  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.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ImageBack: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 288
  27.     Height = 192
  28.     Cursor = 21
  29.     Align = alClient
  30.     OnMouseDown = ImageBackMouseDown
  31.     OnMouseMove = ImageBackMouseMove
  32.     OnMouseUp = ImageBackMouseUp
  33.   end
  34.   object Panel: TPanel
  35.     Left = 8
  36.     Top = 8
  37.     Width = 272
  38.     Height = 128
  39.     BevelOuter = bvLowered
  40.     TabOrder = 0
  41.     object Label3: TLabel
  42.       Left = 12
  43.       Top = 34
  44.       Width = 59
  45.       Height = 13
  46.       AutoSize = False
  47.       Caption = 'Tile Move :'
  48.       Transparent = True
  49.       Layout = tlCenter
  50.     end
  51.     object Label1: TLabel
  52.       Left = 12
  53.       Top = 12
  54.       Width = 75
  55.       Height = 13
  56.       AutoSize = False
  57.       Caption = 'General Click :'
  58.       Transparent = True
  59.       Layout = tlCenter
  60.     end
  61.     object Label2: TLabel
  62.       Left = 12
  63.       Top = 56
  64.       Width = 75
  65.       Height = 13
  66.       AutoSize = False
  67.       Caption = 'Puzzle Solved :'
  68.       Transparent = True
  69.       Layout = tlCenter
  70.     end
  71.     object Label4: TLabel
  72.       Left = 12
  73.       Top = 78
  74.       Width = 75
  75.       Height = 13
  76.       AutoSize = False
  77.       Caption = 'Game Over :'
  78.       Transparent = True
  79.       Layout = tlCenter
  80.     end
  81.     object ComboBoxClick: TComboBox
  82.       Left = 93
  83.       Top = 8
  84.       Width = 127
  85.       Height = 21
  86.       Cursor = crHandPoint
  87.       Style = csDropDownList
  88.       ItemHeight = 13
  89.       Sorted = True
  90.       TabOrder = 0
  91.       OnKeyDown = FormKeyDown
  92.     end
  93.     object CheckBoxEnabled: TCheckBox
  94.       Left = 11
  95.       Top = 103
  96.       Width = 110
  97.       Height = 17
  98.       Cursor = crHandPoint
  99.       Caption = 'Sounds Enabled'
  100.       TabOrder = 6
  101.       OnClick = CheckBoxEnabledClick
  102.       OnKeyDown = FormKeyDown
  103.     end
  104.     object ComboBoxMove: TComboBox
  105.       Left = 93
  106.       Top = 30
  107.       Width = 127
  108.       Height = 21
  109.       Cursor = crHandPoint
  110.       Style = csDropDownList
  111.       ItemHeight = 13
  112.       Sorted = True
  113.       TabOrder = 2
  114.       OnKeyDown = FormKeyDown
  115.     end
  116.     object ComboBoxSolved: TComboBox
  117.       Left = 93
  118.       Top = 52
  119.       Width = 127
  120.       Height = 21
  121.       Cursor = crHandPoint
  122.       Style = csDropDownList
  123.       ItemHeight = 13
  124.       Sorted = True
  125.       TabOrder = 4
  126.       OnKeyDown = FormKeyDown
  127.     end
  128.     object ButtonClick: TButton
  129.       Left = 226
  130.       Top = 8
  131.       Width = 38
  132.       Height = 21
  133.       Cursor = crHandPoint
  134.       Caption = 'Play'
  135.       TabOrder = 1
  136.       OnClick = ButtonClickClick
  137.       OnKeyDown = FormKeyDown
  138.     end
  139.     object ButtonMove: TButton
  140.       Left = 226
  141.       Top = 30
  142.       Width = 38
  143.       Height = 21
  144.       Cursor = crHandPoint
  145.       Caption = 'Play'
  146.       TabOrder = 3
  147.       OnClick = ButtonMoveClick
  148.       OnKeyDown = FormKeyDown
  149.     end
  150.     object ButtonSolved: TButton
  151.       Left = 226
  152.       Top = 52
  153.       Width = 38
  154.       Height = 21
  155.       Cursor = crHandPoint
  156.       Caption = 'Play'
  157.       TabOrder = 5
  158.       OnClick = ButtonSolvedClick
  159.       OnKeyDown = FormKeyDown
  160.     end
  161.     object ButtonOK: TButton
  162.       Left = 226
  163.       Top = 101
  164.       Width = 38
  165.       Height = 21
  166.       Cursor = crHandPoint
  167.       Caption = 'OK'
  168.       TabOrder = 7
  169.       OnClick = ButtonOKClick
  170.       OnKeyDown = FormKeyDown
  171.       OnMouseDown = ButtonOKMouseDown
  172.     end
  173.     object ComboBoxGameOver: TComboBox
  174.       Left = 93
  175.       Top = 74
  176.       Width = 127
  177.       Height = 21
  178.       Cursor = crHandPoint
  179.       Style = csDropDownList
  180.       ItemHeight = 13
  181.       Sorted = True
  182.       TabOrder = 8
  183.       OnKeyDown = FormKeyDown
  184.     end
  185.     object ButtonGameOver: TButton
  186.       Left = 226
  187.       Top = 74
  188.       Width = 38
  189.       Height = 21
  190.       Cursor = crHandPoint
  191.       Caption = 'Play'
  192.       TabOrder = 9
  193.       OnClick = ButtonGameOverClick
  194.       OnKeyDown = FormKeyDown
  195.     end
  196.   end
  197. end
  198.