object frm_Bordgrootte: Tfrm_Bordgrootte Left = 291 Top = 179 BorderStyle = bsDialog Caption = 'Select a board size' ClientHeight = 289 ClientWidth = 459 Font.Color = clWindowText Font.Height = -16 Font.Name = 'System' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 20 object GroupBox1: TGroupBox Left = 14 Top = 10 Width = 431 Height = 201 Caption = ' Board Size ' TabOrder = 0 object Image1: TImage Left = 25 Top = 30 Width = 111 Height = 111 Center = True Picture.Data = {} OnClick = Image1Click end object Image2: TImage Left = 160 Top = 30 Width = 111 Height = 111 Center = True Picture.Data = {} OnClick = Image2Click end object Image3: TImage Left = 295 Top = 30 Width = 111 Height = 111 Center = True Picture.Data = {} OnClick = Image3Click end object btn_9x9: TRadioButton Left = 40 Top = 160 Width = 101 Height = 21 Caption = '9 x 9' TabOrder = 0 end object btn_19x19: TRadioButton Left = 310 Top = 160 Width = 111 Height = 21 Caption = '19 x 19' TabOrder = 1 end object btn_13x13: TRadioButton Left = 170 Top = 160 Width = 111 Height = 21 Caption = '13 x 13' TabOrder = 2 end end object BitBtn1: TBitBtn Left = 34 Top = 230 Width = 111 Height = 41 TabOrder = 1 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 174 Top = 230 Width = 111 Height = 41 TabOrder = 2 Kind = bkCancel end object BitBtn3: TBitBtn Left = 314 Top = 230 Width = 111 Height = 41 TabOrder = 3 Kind = bkHelp end end