object FormSounds: TFormSounds Left = 239 Top = 167 BorderIcons = [] BorderStyle = bsNone Caption = 'Sounds Selection' ClientHeight = 192 ClientWidth = 288 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDefault OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ImageBack: TImage Left = 0 Top = 0 Width = 288 Height = 192 Cursor = 21 Align = alClient OnMouseDown = ImageBackMouseDown OnMouseMove = ImageBackMouseMove OnMouseUp = ImageBackMouseUp end object Panel: TPanel Left = 8 Top = 8 Width = 272 Height = 128 BevelOuter = bvLowered TabOrder = 0 object Label3: TLabel Left = 12 Top = 34 Width = 59 Height = 13 AutoSize = False Caption = 'Tile Move :' Transparent = True Layout = tlCenter end object Label1: TLabel Left = 12 Top = 12 Width = 75 Height = 13 AutoSize = False Caption = 'General Click :' Transparent = True Layout = tlCenter end object Label2: TLabel Left = 12 Top = 56 Width = 75 Height = 13 AutoSize = False Caption = 'Puzzle Solved :' Transparent = True Layout = tlCenter end object Label4: TLabel Left = 12 Top = 78 Width = 75 Height = 13 AutoSize = False Caption = 'Game Over :' Transparent = True Layout = tlCenter end object ComboBoxClick: TComboBox Left = 93 Top = 8 Width = 127 Height = 21 Cursor = crHandPoint Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 0 OnKeyDown = FormKeyDown end object CheckBoxEnabled: TCheckBox Left = 11 Top = 103 Width = 110 Height = 17 Cursor = crHandPoint Caption = 'Sounds Enabled' TabOrder = 6 OnClick = CheckBoxEnabledClick OnKeyDown = FormKeyDown end object ComboBoxMove: TComboBox Left = 93 Top = 30 Width = 127 Height = 21 Cursor = crHandPoint Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 2 OnKeyDown = FormKeyDown end object ComboBoxSolved: TComboBox Left = 93 Top = 52 Width = 127 Height = 21 Cursor = crHandPoint Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 4 OnKeyDown = FormKeyDown end object ButtonClick: TButton Left = 226 Top = 8 Width = 38 Height = 21 Cursor = crHandPoint Caption = 'Play' TabOrder = 1 OnClick = ButtonClickClick OnKeyDown = FormKeyDown end object ButtonMove: TButton Left = 226 Top = 30 Width = 38 Height = 21 Cursor = crHandPoint Caption = 'Play' TabOrder = 3 OnClick = ButtonMoveClick OnKeyDown = FormKeyDown end object ButtonSolved: TButton Left = 226 Top = 52 Width = 38 Height = 21 Cursor = crHandPoint Caption = 'Play' TabOrder = 5 OnClick = ButtonSolvedClick OnKeyDown = FormKeyDown end object ButtonOK: TButton Left = 226 Top = 101 Width = 38 Height = 21 Cursor = crHandPoint Caption = 'OK' TabOrder = 7 OnClick = ButtonOKClick OnKeyDown = FormKeyDown OnMouseDown = ButtonOKMouseDown end object ComboBoxGameOver: TComboBox Left = 93 Top = 74 Width = 127 Height = 21 Cursor = crHandPoint Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 8 OnKeyDown = FormKeyDown end object ButtonGameOver: TButton Left = 226 Top = 74 Width = 38 Height = 21 Cursor = crHandPoint Caption = 'Play' TabOrder = 9 OnClick = ButtonGameOverClick OnKeyDown = FormKeyDown end end end