object FormGame: TFormGame Left = 206 Top = 116 BorderIcons = [] BorderStyle = bsNone Caption = 'Game Configuration' ClientHeight = 384 ClientWidth = 528 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ImageBack: TImage Left = 0 Top = 0 Width = 528 Height = 384 Cursor = 21 Align = alClient OnMouseDown = ImageBackMouseDown OnMouseMove = ImageBackMouseMove OnMouseUp = ImageBackMouseUp end object Panel: TPanel Left = 8 Top = 8 Width = 512 Height = 320 BevelOuter = bvLowered TabOrder = 0 object LabelCheats: TLabel Left = 11 Top = 294 Width = 119 Height = 16 Caption = 'Cheats Enabled !' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object GroupBoxGame: TGroupBox Left = 11 Top = 10 Width = 134 Height = 111 Caption = ' Game Mode ' TabOrder = 0 object RadioButtonSingle: TRadioButton Left = 9 Top = 25 Width = 105 Height = 17 Cursor = crHandPoint Caption = 'Single Game' TabOrder = 0 OnClick = RadioButtonSingleClick OnKeyDown = FormKeyDown end object RadioButtonBot: TRadioButton Left = 9 Top = 53 Width = 105 Height = 17 Cursor = crHandPoint Caption = 'Against Computer' TabOrder = 1 OnClick = RadioButtonSingleClick OnKeyDown = FormKeyDown end object RadioButtonCamp: TRadioButton Left = 9 Top = 80 Width = 105 Height = 17 Cursor = crHandPoint Caption = 'Campaign Mode' TabOrder = 2 OnClick = RadioButtonSingleClick OnKeyDown = FormKeyDown end end object GroupBoxFiles: TGroupBox Left = 156 Top = 10 Width = 346 Height = 111 Caption = ' Game Files ' TabOrder = 1 object BevelPreview: TBevel Left = 220 Top = 14 Width = 120 Height = 90 Shape = bsFrame Style = bsRaised Visible = False end object Label1: TLabel Left = 12 Top = 25 Width = 63 Height = 13 AutoSize = False Caption = 'Board File : ' Transparent = True Layout = tlCenter end object Label2: TLabel Left = 12 Top = 53 Width = 63 Height = 13 AutoSize = False Caption = 'Puzzle File : ' Transparent = True Layout = tlCenter end object Label3: TLabel Left = 12 Top = 80 Width = 79 Height = 13 AutoSize = False Caption = 'Campaign File : ' Transparent = True Layout = tlCenter end object ImagePreview: TImage Left = 231 Top = 23 Width = 96 Height = 72 Center = True Stretch = True end object ComboBoxBoard: TComboBox Left = 91 Top = 21 Width = 121 Height = 21 Cursor = crHandPoint Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 0 OnClick = ComboBoxBoardClick OnKeyDown = FormKeyDown end object ComboBoxPuzzle: TComboBox Left = 91 Top = 49 Width = 121 Height = 21 Cursor = crHandPoint Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 1 OnClick = ComboBoxPuzzleClick OnKeyDown = FormKeyDown end object ComboBoxCampaign: TComboBox Left = 91 Top = 76 Width = 121 Height = 21 Cursor = crHandPoint Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 2 OnClick = ComboBoxCampaignClick OnKeyDown = FormKeyDown end end object GroupBoxInitial: TGroupBox Left = 11 Top = 127 Width = 116 Height = 66 Caption = ' Initial Pattern ' TabOrder = 2 object RadioButtonIPRandom: TRadioButton Left = 8 Top = 21 Width = 103 Height = 17 Cursor = crHandPoint Caption = 'Random' TabOrder = 0 OnClick = RadioButtonIPRandomClick OnKeyDown = FormKeyDown end object RadioButtonIPFromPuzzle: TRadioButton Left = 8 Top = 41 Width = 103 Height = 17 Cursor = crHandPoint Caption = 'From Puzzle File' TabOrder = 1 OnClick = RadioButtonIPRandomClick OnKeyDown = FormKeyDown end end object GroupBoxObjective: TGroupBox Left = 135 Top = 127 Width = 116 Height = 66 Caption = ' Objective Pattern ' TabOrder = 3 object RadioButtonOPFromBoard: TRadioButton Left = 8 Top = 21 Width = 102 Height = 17 Cursor = crHandPoint Caption = 'From Board File' TabOrder = 0 OnClick = RadioButtonOPFromBoardClick OnKeyDown = FormKeyDown end object RadioButtonOPFromPuzzle: TRadioButton Left = 8 Top = 41 Width = 102 Height = 17 Cursor = crHandPoint Caption = 'From Puzzle File' TabOrder = 1 OnClick = RadioButtonOPFromBoardClick OnKeyDown = FormKeyDown end end object GroupBoxTimeLimit: TGroupBox Left = 386 Top = 127 Width = 116 Height = 66 Caption = ' Time Limit ' TabOrder = 4 object RadioButtonTLNone: TRadioButton Left = 8 Top = 21 Width = 101 Height = 17 Cursor = crHandPoint Caption = 'None' TabOrder = 0 OnKeyDown = FormKeyDown end object RadioButtonTLFromPuzzle: TRadioButton Left = 8 Top = 41 Width = 101 Height = 17 Cursor = crHandPoint Caption = 'From Puzzle File' TabOrder = 1 OnKeyDown = FormKeyDown end end object GroupBoxMovesLimit: TGroupBox Left = 260 Top = 127 Width = 116 Height = 66 Caption = ' Moves Limit ' TabOrder = 5 object RadioButtonMLNone: TRadioButton Left = 8 Top = 21 Width = 101 Height = 17 Cursor = crHandPoint Caption = 'None' TabOrder = 0 OnKeyDown = FormKeyDown end object RadioButtonMLFromPuzzle: TRadioButton Left = 8 Top = 41 Width = 101 Height = 17 Cursor = crHandPoint Caption = 'From Puzzle File' TabOrder = 1 OnKeyDown = FormKeyDown end end object GroupBoxComputer: TGroupBox Left = 11 Top = 197 Width = 492 Height = 87 Caption = ' Game Against Computer ' TabOrder = 6 object Label4: TLabel Left = 11 Top = 26 Width = 97 Height = 13 AutoSize = False Caption = 'Computer Speed : ' Transparent = True Layout = tlCenter end object Label5: TLabel Left = 11 Top = 54 Width = 105 Height = 13 AutoSize = False Caption = 'Computer Accuracy :' Transparent = True Layout = tlCenter end object ComboBoxSpeed: TComboBox Left = 118 Top = 22 Width = 129 Height = 21 Cursor = crHandPoint Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnKeyDown = FormKeyDown Items.Strings = ( 'Level 1 : Slow' 'Level 2 : Medium' 'Level 3 : Fast') end object ComboBoxAccuracy: TComboBox Left = 118 Top = 51 Width = 129 Height = 21 Cursor = crHandPoint Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnKeyDown = FormKeyDown Items.Strings = ( 'Level 1 : Poor' 'Level 2 : Medium' 'Level 3 : High') end object CheckBoxTurn: TCheckBox Left = 269 Top = 14 Width = 105 Height = 17 Cursor = crHandPoint Caption = 'Human Plays First' TabOrder = 2 OnKeyDown = FormKeyDown end object CheckBoxOpoTime: TCheckBox Left = 269 Top = 31 Width = 201 Height = 17 Cursor = crHandPoint Caption = 'Use Opponent'#39's Time as Time Limit' TabOrder = 3 OnClick = CheckBoxOpoTimeClick end object CheckBoxOpoMoves: TCheckBox Left = 270 Top = 62 Width = 211 Height = 17 Cursor = crHandPoint Caption = 'Use Opponent'#39's Moves as Moves Limit' TabOrder = 4 OnClick = CheckBoxOpoTimeClick end object RadioButtonOpoAnd: TRadioButton Left = 325 Top = 49 Width = 49 Height = 12 Cursor = crHandPoint Caption = 'And' TabOrder = 5 end object RadioButtonOpoOr: TRadioButton Left = 373 Top = 49 Width = 49 Height = 12 Cursor = crHandPoint Caption = 'Or' TabOrder = 6 end end object ButtonOK: TButton Left = 465 Top = 291 Width = 38 Height = 21 Cursor = crHandPoint Caption = 'OK' TabOrder = 7 OnClick = ButtonOKClick OnKeyDown = FormKeyDown OnMouseDown = ButtonOKMouseDown end end end