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

  1. object PreferencesForm: TPreferencesForm
  2.   Left = 244
  3.   Top = 129
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Preferences'
  7.   ClientHeight = 342
  8.   ClientWidth = 449
  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 = 96
  18.   TextHeight = 16
  19.   object Bevel1: TBevel
  20.     Left = 10
  21.     Top = 10
  22.     Width = 431
  23.     Height = 271
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object OKBtn: TBitBtn
  28.     Left = 33
  29.     Top = 298
  30.     Width = 95
  31.     Height = 33
  32.     TabOrder = 0
  33.     Kind = bkOK
  34.     Margin = 2
  35.     Spacing = -1
  36.     IsControl = True
  37.   end
  38.   object CancelBtn: TBitBtn
  39.     Left = 145
  40.     Top = 297
  41.     Width = 95
  42.     Height = 33
  43.     TabOrder = 1
  44.     OnKeyPress = CancelBtnKeyPress
  45.     Kind = bkCancel
  46.     Margin = 2
  47.     Spacing = -1
  48.     IsControl = True
  49.   end
  50.   object HelpBtn: TBitBtn
  51.     Left = 265
  52.     Top = 297
  53.     Width = 95
  54.     Height = 33
  55.     TabOrder = 2
  56.     OnClick = HelpBtnClick
  57.     Kind = bkHelp
  58.     Margin = 2
  59.     Spacing = -1
  60.     IsControl = True
  61.   end
  62.   object Tabbladen1: TTabbedNotebook
  63.     Left = 24
  64.     Top = 24
  65.     Width = 401
  66.     Height = 241
  67.     TabFont.Color = clBtnText
  68.     TabFont.Height = -13
  69.     TabFont.Name = 'MS Sans Serif'
  70.     TabFont.Style = []
  71.     TabOrder = 3
  72.     object TTabPage
  73.       Left = 4
  74.       Top = 27
  75.       Caption = '&General'
  76.       object chkbox_ToonTooltips: TCheckBox
  77.         Left = 200
  78.         Top = 128
  79.         Width = 153
  80.         Height = 25
  81.         Caption = ' &Show tooltips'
  82.         TabOrder = 0
  83.       end
  84.       object Groupbox_taal: TGroupBox
  85.         Left = 8
  86.         Top = 120
  87.         Width = 177
  88.         Height = 81
  89.         Caption = ' Language / Taal '
  90.         TabOrder = 1
  91.         object radio_taalengels: TRadioButton
  92.           Left = 32
  93.           Top = 24
  94.           Width = 113
  95.           Height = 17
  96.           Caption = ' &English'
  97.           TabOrder = 0
  98.           OnMouseDown = radio_taalengelsMouseDown
  99.         end
  100.         object radio_taalNederlands: TRadioButton
  101.           Left = 32
  102.           Top = 48
  103.           Width = 113
  104.           Height = 17
  105.           Caption = ' &Nederlands'
  106.           TabOrder = 1
  107.           OnMouseDown = radio_taalNederlandsMouseDown
  108.         end
  109.       end
  110.       object Groupbox_speelsterkte: TGroupBox
  111.         Left = 8
  112.         Top = 8
  113.         Width = 377
  114.         Height = 105
  115.         Caption = ' Playing level '
  116.         TabOrder = 2
  117.         object Label2: TLabel
  118.           Left = 18
  119.           Top = 82
  120.           Width = 103
  121.           Height = 15
  122.           AutoSize = False
  123.           Caption = 'Weak/fast'
  124.         end
  125.         object Label3: TLabel
  126.           Left = 232
  127.           Top = 84
  128.           Width = 136
  129.           Height = 16
  130.           Alignment = taRightJustify
  131.           AutoSize = False
  132.           Caption = 'Stronger/slow'
  133.         end
  134.         object Label4: TLabel
  135.           Left = 98
  136.           Top = 26
  137.           Width = 181
  138.           Height = 20
  139.           Alignment = taCenter
  140.           AutoSize = False
  141.           Caption = 'Label4'
  142.           Font.Color = clBlack
  143.           Font.Height = -16
  144.           Font.Name = 'MS Sans Serif'
  145.           Font.Style = [fsBold]
  146.           ParentFont = False
  147.         end
  148.         object Trackbar_speelsterkte: TTrackBar
  149.           Left = 24
  150.           Top = 52
  151.           Width = 329
  152.           Height = 33
  153.           Max = 5
  154.           Min = 1
  155.           Orientation = trHorizontal
  156.           PageSize = 1
  157.           Frequency = 1
  158.           Position = 1
  159.           SelEnd = 0
  160.           SelStart = 0
  161.           TabOrder = 0
  162.           TickMarks = tmBottomRight
  163.           TickStyle = tsAuto
  164.           OnChange = Trackbar_speelsterkteChange
  165.         end
  166.       end
  167.       object Combo_Speedbar: TComboBox
  168.         Left = 200
  169.         Top = 168
  170.         Width = 185
  171.         Height = 24
  172.         Style = csDropDownList
  173.         ItemHeight = 16
  174.         TabOrder = 3
  175.       end
  176.     end
  177.     object TTabPage
  178.       Left = 4
  179.       Top = 27
  180.       Caption = '&Board'
  181.       object chkbox_BordToonCoordinaten: TCheckBox
  182.         Left = 224
  183.         Top = 32
  184.         Width = 177
  185.         Height = 25
  186.         Caption = ' &Show coordinates'
  187.         Font.Color = clBlack
  188.         Font.Height = -13
  189.         Font.Name = 'MS Sans Serif'
  190.         Font.Style = [fsBold]
  191.         ParentFont = False
  192.         TabOrder = 0
  193.       end
  194.       object BordkleurPanel: TPanel
  195.         Left = 8
  196.         Top = 24
  197.         Width = 201
  198.         Height = 49
  199.         BevelInner = bvLowered
  200.         TabOrder = 1
  201.         object BordkleurShape: TShape
  202.           Left = 8
  203.           Top = 11
  204.           Width = 30
  205.           Height = 30
  206.         end
  207.         object btn_Bordkleur: TBitBtn
  208.           Left = 48
  209.           Top = 4
  210.           Width = 145
  211.           Height = 41
  212.           Caption = ' &Board color'
  213.           Font.Color = clBlack
  214.           Font.Height = -13
  215.           Font.Name = 'MS Sans Serif'
  216.           Font.Style = []
  217.           ParentFont = False
  218.           TabOrder = 0
  219.           OnClick = btn_BordkleurClick
  220.           Glyph.Data = {
  221.             5E020000424D5E0200000000000076000000280000001A0000001A0000000100
  222.             040002000000E801000000000000000000001000000010000000000000000000
  223.             BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  224.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF001A770000027C
  225.             04CC02CD04DD02D40444024F04FF02F70000027C04CC02CD04DD02D40444024F
  226.             04FF02F70000027C04CC02CD04DD02D40444024F04FF02F70000027C04CC02CD
  227.             04DD02D40444024F04FF02F70000027C04CC02CD04DD02D40444024F04FF02F7
  228.             0000027C04CC02CD04DD02D40444024F04FF02F700000278048802890499029A
  229.             04AA02AB04BB02B700000278048802890499029A04AA02AB04BB02B700000278
  230.             048802890499029A04AA02AB04BB02B700000278048802890499029A04AA02AB
  231.             04BB02B700000278048802890499029A04AA02AB04BB02B70000027804880289
  232.             0499029A04AA02AB04BB02B70000027E04EE02E5045502570477027604660267
  233.             0000027E04EE02E50455025704770276046602670000027E04EE02E504550257
  234.             04770276046602670000027E04EE02E50455025704770276046602670000027E
  235.             04EE02E50455025704770276046602670000027E04EE02E50455025704770276
  236.             0466026700000270040002010411021204220223043302370000027004000201
  237.             0411021204220223043302370000027004000201041102120422022304330237
  238.             0000027004000201041102120422022304330237000002700400020104110212
  239.             0422022304330237000002700400020104110212042202230433023700001A77
  240.             0001}
  241.         end
  242.       end
  243.       object LaatsteZetPanel: TPanel
  244.         Left = 8
  245.         Top = 104
  246.         Width = 377
  247.         Height = 81
  248.         BevelInner = bvLowered
  249.         TabOrder = 2
  250.         object Label1: TLabel
  251.           Left = 8
  252.           Top = 8
  253.           Width = 185
  254.           Height = 17
  255.           AutoSize = False
  256.           Caption = 'Last move indicator'
  257.         end
  258.         object PrefLaatsteZetRondje: TShape
  259.           Left = 288
  260.           Top = 16
  261.           Width = 12
  262.           Height = 12
  263.           Shape = stCircle
  264.         end
  265.         object chkbox_ShowLastMovePlay: TCheckBox
  266.           Left = 16
  267.           Top = 32
  268.           Width = 201
  269.           Height = 17
  270.           Caption = ' Show in &Play mode'
  271.           TabOrder = 0
  272.         end
  273.         object chkbox_ShowLastMoveReplay: TCheckBox
  274.           Left = 16
  275.           Top = 56
  276.           Width = 201
  277.           Height = 17
  278.           Caption = ' Show in &Replay mode'
  279.           TabOrder = 1
  280.         end
  281.         object btn_laatstezetkleur: TBitBtn
  282.           Left = 224
  283.           Top = 32
  284.           Width = 137
  285.           Height = 41
  286.           Caption = ' &Color'
  287.           TabOrder = 2
  288.           OnClick = btn_laatstezetkleurClick
  289.           Glyph.Data = {
  290.             5E020000424D5E0200000000000076000000280000001A0000001A0000000100
  291.             040002000000E801000000000000000000001000000010000000000000000000
  292.             BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  293.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF001A770000027C
  294.             04CC02CD04DD02D40444024F04FF02F70000027C04CC02CD04DD02D40444024F
  295.             04FF02F70000027C04CC02CD04DD02D40444024F04FF02F70000027C04CC02CD
  296.             04DD02D40444024F04FF02F70000027C04CC02CD04DD02D40444024F04FF02F7
  297.             0000027C04CC02CD04DD02D40444024F04FF02F700000278048802890499029A
  298.             04AA02AB04BB02B700000278048802890499029A04AA02AB04BB02B700000278
  299.             048802890499029A04AA02AB04BB02B700000278048802890499029A04AA02AB
  300.             04BB02B700000278048802890499029A04AA02AB04BB02B70000027804880289
  301.             0499029A04AA02AB04BB02B70000027E04EE02E5045502570477027604660267
  302.             0000027E04EE02E50455025704770276046602670000027E04EE02E504550257
  303.             04770276046602670000027E04EE02E50455025704770276046602670000027E
  304.             04EE02E50455025704770276046602670000027E04EE02E50455025704770276
  305.             0466026700000270040002010411021204220223043302370000027004000201
  306.             0411021204220223043302370000027004000201041102120422022304330237
  307.             0000027004000201041102120422022304330237000002700400020104110212
  308.             0422022304330237000002700400020104110212042202230433023700001A77
  309.             0001}
  310.         end
  311.       end
  312.     end
  313.   end
  314.   object BordkleurColorDialog: TColorDialog
  315.     Ctl3D = True
  316.   end
  317.   object LaatsteZetColorDialog: TColorDialog
  318.     Ctl3D = True
  319.     Left = 24
  320.   end
  321. end
  322.