object FormNew: TFormNew Left = 1029 Height = 322 Top = 587 Width = 514 Caption = 'New game' ClientHeight = 322 ClientWidth = 514 DesignTimePPI = 144 OnCreate = FormCreate LCLVersion = '3.4.0.0' object ButtonCancel: TButton Left = 255 Height = 38 Top = 271 Width = 116 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object ButtonOk: TButton Left = 391 Height = 38 Top = 271 Width = 116 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 1 end object ScrollBox1: TScrollBox Left = 8 Height = 247 Top = 8 Width = 497 HorzScrollBar.Page = 435 VertScrollBar.Page = 214 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 245 ClientWidth = 495 TabOrder = 2 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 = ( '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 CheckBoxUndoEnabled: TCheckBox Left = 16 Height = 30 Top = 56 Width = 145 Caption = 'Undo enabled' TabOrder = 1 end object CheckBoxRecordHistory: TCheckBox Left = 16 Height = 30 Top = 88 Width = 209 Caption = 'Record moves history' TabOrder = 2 end object Label2: TLabel Left = 16 Height = 26 Top = 133 Width = 75 Caption = 'Tile skin:' ParentColor = False end object ComboBoxSkin: TComboBox Left = 173 Height = 38 Top = 128 Width = 262 ItemHeight = 0 Items.Strings = ( '' ) Style = csDropDownList TabOrder = 3 end object Label3: TLabel Left = 16 Height = 26 Top = 181 Width = 113 Caption = 'Color palette:' ParentColor = False end object ComboBoxColorPalette: TComboBox Left = 173 Height = 38 Top = 176 Width = 262 ItemHeight = 0 Items.Strings = ( 'RGB' 'RBG' 'GRB' 'GBR' 'BGR' 'BRG' ) Style = csDropDownList TabOrder = 4 end end end