object FormNew: TFormNew Left = 703 Height = 266 Top = 694 Width = 501 Caption = 'New game' ClientHeight = 266 ClientWidth = 501 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.0.10.0' object Label1: TLabel Left = 16 Height = 24 Top = 16 Width = 93 Caption = 'Board size:' ParentColor = False end object ComboBoxSize: TComboBox Left = 173 Height = 38 Top = 11 Width = 262 ItemHeight = 0 Items.Strings = ( '2 x 2' '3 x 3' '4 x 4' '5 x 5' '6 x 6' '7 x 7' '8 x 8' '9 x 9' '10 x 10 ' '11 x 11' '12 x 12' ) Style = csDropDownList TabOrder = 0 end object ButtonCancel: TButton Left = 120 Height = 38 Top = 212 Width = 113 Anchors = [akLeft, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ButtonOk: TButton Left = 280 Height = 38 Top = 212 Width = 113 Anchors = [akLeft, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 2 end object CheckBoxUndoEnabled: TCheckBox Left = 16 Height = 30 Top = 56 Width = 145 Caption = 'Undo enabled' TabOrder = 3 end object CheckBoxRecordHistory: TCheckBox Left = 16 Height = 30 Top = 88 Width = 209 Caption = 'Record moves history' TabOrder = 4 end object Label2: TLabel Left = 16 Height = 24 Top = 125 Width = 75 Caption = 'Tile skin:' ParentColor = False end object ComboBoxSkin: TComboBox Left = 173 Height = 37 Top = 120 Width = 262 ItemHeight = 0 Items.Strings = ( '' ) Style = csDropDownList TabOrder = 5 end end