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

  1. object Debugform: TDebugform
  2.   Left = 224
  3.   Top = 177
  4.   BorderStyle = bsDialog
  5.   Caption = 'Debugform'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnHide = FormHide
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object BitBtn1: TBitBtn
  18.     Left = 168
  19.     Top = 232
  20.     Width = 83
  21.     Height = 33
  22.     TabOrder = 0
  23.     Kind = bkOK
  24.   end
  25.   object chk_demomode: TCheckBox
  26.     Left = 8
  27.     Top = 40
  28.     Width = 321
  29.     Height = 25
  30.     Caption = 'Demomode en dus eeuwig doorspelen'
  31.     Font.Color = clBlack
  32.     Font.Height = -13
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     TabOrder = 1
  37.   end
  38.   object chk_wachttoets: TCheckBox
  39.     Left = 8
  40.     Top = 8
  41.     Width = 361
  42.     Height = 25
  43.     Caption = 'Wacht_tot_toetsindruk_bij_computer_tegen_computer'
  44.     Font.Color = clBlack
  45.     Font.Height = -13
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.     TabOrder = 2
  50.   end
  51.   object chk_partijbackup: TCheckBox
  52.     Left = 8
  53.     Top = 72
  54.     Width = 321
  55.     Height = 25
  56.     Caption = 'Partijbackup_maken_voor_computerzet'
  57.     Font.Color = clBlack
  58.     Font.Height = -13
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.     TabOrder = 3
  63.   end
  64.   object chk_zetredencode: TCheckBox
  65.     Left = 8
  66.     Top = 104
  67.     Width = 321
  68.     Height = 25
  69.     Caption = 'Toon_ook_zetredencode_tijdens_debuggen'
  70.     Font.Color = clBlack
  71.     Font.Height = -13
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     TabOrder = 4
  76.   end
  77.   object chk_aantalpartijen: TCheckBox
  78.     Left = 8
  79.     Top = 136
  80.     Width = 321
  81.     Height = 25
  82.     Caption = 'Toon_aantal_partijen_sinds_programmastart'
  83.     Font.Color = clBlack
  84.     Font.Height = -13
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     TabOrder = 5
  89.   end
  90.   object chkbox_registered: TCheckBox
  91.     Left = 8
  92.     Top = 168
  93.     Width = 321
  94.     Height = 25
  95.     Caption = 'Geregistreerde versie'
  96.     Font.Color = clBlack
  97.     Font.Height = -13
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = []
  100.     ParentFont = False
  101.     TabOrder = 6
  102.   end
  103. end
  104.