object FormNew: TFormNew Left = 753 Height = 212 Top = 825 Width = 487 Caption = 'New game' ClientHeight = 212 ClientWidth = 487 DesignTimePPI = 144 OnCreate = FormCreate LCLVersion = '2.0.2.0' object Label1: TLabel Left = 16 Height = 26 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 = ( '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 = 158 Width = 113 Anchors = [akLeft, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ButtonOk: TButton Left = 280 Height = 38 Top = 158 Width = 113 Anchors = [akLeft, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 2 end end