object WieSpeeltWitOfZwartForm: TWieSpeeltWitOfZwartForm Left = 271 Top = 129 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Witspeler' ClientHeight = 229 ClientWidth = 343 Font.Color = clBlack Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object lbl_wiespeeltmet: TLabel Left = 43 Top = 16 Width = 257 Height = 33 Alignment = taCenter AutoSize = False Caption = 'Wie speelt met wit?' Font.Color = clBlack Font.Height = -20 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object OKBtn: TBitBtn Left = 21 Top = 182 Width = 95 Height = 33 TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 124 Top = 182 Width = 95 Height = 33 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 228 Top = 182 Width = 94 Height = 33 TabOrder = 2 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object RadioGroup1: TRadioGroup Left = 17 Top = 56 Width = 305 Height = 105 TabOrder = 3 end object edit_Mensnaam: TEdit Left = 170 Top = 128 Width = 121 Height = 24 MaxLength = 15 TabOrder = 4 end object btn_Mens: TRadioButton Left = 74 Top = 128 Width = 89 Height = 24 Caption = ' &Human' TabOrder = 5 OnClick = btn_MensClick end object btn_computer: TRadioButton Left = 74 Top = 80 Width = 113 Height = 24 Caption = ' &Computer' TabOrder = 6 OnClick = btn_computerClick end end