home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 95 / TURBOGO.EXE / 0 / RCDATA / TWIESPEELTWITOFZWARTFORM / TWIESPEELTWITOFZWARTFORM.txt
Text File  |  1997-04-04  |  2KB  |  101 lines

  1. object WieSpeeltWitOfZwartForm: TWieSpeeltWitOfZwartForm
  2.   Left = 271
  3.   Top = 129
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Witspeler'
  7.   ClientHeight = 229
  8.   ClientWidth = 343
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object lbl_wiespeeltmet: TLabel
  20.     Left = 43
  21.     Top = 16
  22.     Width = 257
  23.     Height = 33
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Wie speelt met wit?'
  27.     Font.Color = clBlack
  28.     Font.Height = -20
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object OKBtn: TBitBtn
  34.     Left = 21
  35.     Top = 182
  36.     Width = 95
  37.     Height = 33
  38.     TabOrder = 0
  39.     OnClick = OKBtnClick
  40.     Kind = bkOK
  41.     Margin = 2
  42.     Spacing = -1
  43.     IsControl = True
  44.   end
  45.   object CancelBtn: TBitBtn
  46.     Left = 124
  47.     Top = 182
  48.     Width = 95
  49.     Height = 33
  50.     TabOrder = 1
  51.     Kind = bkCancel
  52.     Margin = 2
  53.     Spacing = -1
  54.     IsControl = True
  55.   end
  56.   object HelpBtn: TBitBtn
  57.     Left = 228
  58.     Top = 182
  59.     Width = 94
  60.     Height = 33
  61.     TabOrder = 2
  62.     Kind = bkHelp
  63.     Margin = 2
  64.     Spacing = -1
  65.     IsControl = True
  66.   end
  67.   object RadioGroup1: TRadioGroup
  68.     Left = 17
  69.     Top = 56
  70.     Width = 305
  71.     Height = 105
  72.     TabOrder = 3
  73.   end
  74.   object edit_Mensnaam: TEdit
  75.     Left = 170
  76.     Top = 128
  77.     Width = 121
  78.     Height = 24
  79.     MaxLength = 15
  80.     TabOrder = 4
  81.   end
  82.   object btn_Mens: TRadioButton
  83.     Left = 74
  84.     Top = 128
  85.     Width = 89
  86.     Height = 24
  87.     Caption = ' &Human'
  88.     TabOrder = 5
  89.     OnClick = btn_MensClick
  90.   end
  91.   object btn_computer: TRadioButton
  92.     Left = 74
  93.     Top = 80
  94.     Width = 113
  95.     Height = 24
  96.     Caption = ' &Computer'
  97.     TabOrder = 6
  98.     OnClick = btn_computerClick
  99.   end
  100. end
  101.