home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / Win / PUZZLE2 / PUZZLE$$.EXE / PUZZLE / PUZZLE.EXE / 0 / RCDATA / TOPTIONSDLG / TOPTIONSDLG.txt
Text File  |  1999-06-19  |  26KB  |  1,021 lines

  1. object OptionsDlg: TOptionsDlg
  2.   Left = 212
  3.   Top = 78
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 428
  7.   ClientWidth = 399
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 398
  20.     Width = 399
  21.     Height = 30
  22.     Align = alBottom
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object Panel3: TPanel
  26.       Left = 72
  27.       Top = 0
  28.       Width = 327
  29.       Height = 30
  30.       Align = alRight
  31.       BevelOuter = bvNone
  32.       TabOrder = 0
  33.       object CancelBtn: TButton
  34.         Left = 246
  35.         Top = 0
  36.         Width = 75
  37.         Height = 25
  38.         Cancel = True
  39.         Caption = 'Cancel'
  40.         ModalResult = 2
  41.         TabOrder = 3
  42.       end
  43.       object OKBtn: TButton
  44.         Left = 6
  45.         Top = 0
  46.         Width = 75
  47.         Height = 25
  48.         Caption = 'OK'
  49.         Default = True
  50.         ModalResult = 1
  51.         TabOrder = 0
  52.         OnClick = OKBtnClick
  53.       end
  54.       object ResetBtn: TButton
  55.         Left = 86
  56.         Top = 0
  57.         Width = 75
  58.         Height = 25
  59.         Caption = 'Reset'
  60.         TabOrder = 1
  61.         OnClick = ResetBtnClick
  62.       end
  63.       object AdvancedBtn: TButton
  64.         Left = 166
  65.         Top = 0
  66.         Width = 75
  67.         Height = 25
  68.         Caption = 'Advanced'
  69.         TabOrder = 2
  70.         OnClick = AdvancedBtnClick
  71.       end
  72.     end
  73.   end
  74.   object Panel2: TPanel
  75.     Left = 0
  76.     Top = 0
  77.     Width = 399
  78.     Height = 398
  79.     Align = alClient
  80.     BevelOuter = bvNone
  81.     BorderWidth = 6
  82.     ParentColor = True
  83.     TabOrder = 1
  84.     object PageControl: TPageControl
  85.       Left = 6
  86.       Top = 6
  87.       Width = 387
  88.       Height = 386
  89.       ActivePage = TabSheetQuestions
  90.       Align = alClient
  91.       TabOrder = 0
  92.       object TabSheetQuestions: TTabSheet
  93.         Caption = 'Questions'
  94.         object PanelNumber: TPanel
  95.           Left = 0
  96.           Top = 0
  97.           Width = 379
  98.           Height = 56
  99.           Align = alTop
  100.           BevelOuter = bvNone
  101.           ParentColor = True
  102.           TabOrder = 0
  103.           object GroupNumber: TGroupBox
  104.             Left = 8
  105.             Top = 6
  106.             Width = 360
  107.             Height = 49
  108.             Caption = 'Number'
  109.             TabOrder = 0
  110.             object LabelNumber: TLabel
  111.               Left = 10
  112.               Top = 21
  113.               Width = 139
  114.               Height = 13
  115.               Caption = 'Number of questions per turn:'
  116.             end
  117.             object SpinEditQuestions: TSpinEdit
  118.               Left = 184
  119.               Top = 17
  120.               Width = 49
  121.               Height = 22
  122.               Increment = 10
  123.               MaxValue = 0
  124.               MinValue = 1
  125.               TabOrder = 0
  126.               Value = 0
  127.               OnChange = Change
  128.             end
  129.           end
  130.         end
  131.         object PanelDirection: TPanel
  132.           Left = 0
  133.           Top = 56
  134.           Width = 379
  135.           Height = 56
  136.           Align = alTop
  137.           BevelOuter = bvNone
  138.           TabOrder = 1
  139.           object RadioGroupDirection: TRadioGroup
  140.             Left = 8
  141.             Top = 6
  142.             Width = 360
  143.             Height = 49
  144.             Caption = 'Direction (Strg+D)'
  145.             Columns = 2
  146.             ItemIndex = 0
  147.             Items.Strings = (
  148.               'Language 1 - Language 2'
  149.               'Language 2 - Language 1')
  150.             TabOrder = 0
  151.           end
  152.         end
  153.         object PanelTiming: TPanel
  154.           Left = 0
  155.           Top = 205
  156.           Width = 379
  157.           Height = 65
  158.           Align = alTop
  159.           BevelOuter = bvNone
  160.           TabOrder = 2
  161.           object GroupTiming: TGroupBox
  162.             Left = 8
  163.             Top = 6
  164.             Width = 360
  165.             Height = 50
  166.             Caption = 'Timing'
  167.             TabOrder = 0
  168.             object LabelMsec: TLabel
  169.               Left = 238
  170.               Top = 20
  171.               Width = 31
  172.               Height = 11
  173.               Caption = 'msec'
  174.               Enabled = False
  175.             end
  176.             object LabelTiming: TLabel
  177.               Left = 26
  178.               Top = 21
  179.               Width = 96
  180.               Height = 13
  181.               Caption = 'Show translation for:'
  182.             end
  183.             object CheckBoxAuto: TCheckBox
  184.               Left = 10
  185.               Top = 20
  186.               Width = 14
  187.               Height = 17
  188.               TabOrder = 0
  189.               OnClick = CheckBoxAutoClick
  190.             end
  191.             object SpinEditMsec: TSpinEdit
  192.               Left = 184
  193.               Top = 17
  194.               Width = 49
  195.               Height = 22
  196.               EditorEnabled = False
  197.               Increment = 100
  198.               MaxValue = 100000
  199.               MinValue = 100
  200.               TabOrder = 1
  201.               Value = 1500
  202.               OnChange = UserChangeClick
  203.             end
  204.           end
  205.         end
  206.         object PanelTypingError: TPanel
  207.           Left = 0
  208.           Top = 112
  209.           Width = 379
  210.           Height = 93
  211.           Align = alTop
  212.           BevelOuter = bvNone
  213.           TabOrder = 3
  214.           object GroupTypingError: TGroupBox
  215.             Left = 8
  216.             Top = 6
  217.             Width = 360
  218.             Height = 86
  219.             Caption = 'Typing Errors'
  220.             TabOrder = 0
  221.             object LabelIgnoreText: TLabel
  222.               Left = 16
  223.               Top = 29
  224.               Width = 33
  225.               Height = 13
  226.               Caption = 'Ignore:'
  227.             end
  228.             object LabelRequestText: TLabel
  229.               Left = 16
  230.               Top = 50
  231.               Width = 43
  232.               Height = 13
  233.               Caption = 'Request:'
  234.             end
  235.             object LabelRequest: TLabel
  236.               Left = 314
  237.               Top = 50
  238.               Width = 32
  239.               Height = 16
  240.               Alignment = taRightJustify
  241.               Caption = '100 %'
  242.             end
  243.             object LabelIgnore: TLabel
  244.               Left = 314
  245.               Top = 29
  246.               Width = 32
  247.               Height = 13
  248.               Alignment = taRightJustify
  249.               Caption = '100 %'
  250.             end
  251.             object TrackBarIgnore: TTrackBar
  252.               Left = 78
  253.               Top = 14
  254.               Width = 235
  255.               Height = 30
  256.               Max = 100
  257.               Orientation = trHorizontal
  258.               PageSize = 10
  259.               Frequency = 10
  260.               Position = 10
  261.               SelEnd = 10
  262.               SelStart = 0
  263.               TabOrder = 0
  264.               TickMarks = tmTopLeft
  265.               TickStyle = tsAuto
  266.               OnChange = TrackBarIgnoreChange
  267.             end
  268.             object TrackBarRequest: TTrackBar
  269.               Left = 78
  270.               Top = 44
  271.               Width = 235
  272.               Height = 30
  273.               Max = 100
  274.               Orientation = trHorizontal
  275.               PageSize = 10
  276.               Frequency = 10
  277.               Position = 30
  278.               SelEnd = 30
  279.               SelStart = 10
  280.               TabOrder = 1
  281.               TickMarks = tmBottomRight
  282.               TickStyle = tsAuto
  283.               OnChange = TrackBarRequestChange
  284.             end
  285.           end
  286.         end
  287.       end
  288.       object TabSheetCards: TTabSheet
  289.         Caption = 'Cards'
  290.         object GroupSizing: TGroupBox
  291.           Left = 8
  292.           Top = 6
  293.           Width = 360
  294.           Height = 89
  295.           Caption = 'Sizing'
  296.           TabOrder = 0
  297.           object LabelCardsNumber: TLabel
  298.             Left = 10
  299.             Top = 29
  300.             Width = 40
  301.             Height = 13
  302.             Caption = 'Number:'
  303.           end
  304.           object LabelCardsFontSize: TLabel
  305.             Left = 10
  306.             Top = 53
  307.             Width = 41
  308.             Height = 13
  309.             AutoSize = False
  310.             Caption = 'Fontsize:'
  311.           end
  312.           object LabelCardSizeCovered: TLabel
  313.             Left = 192
  314.             Top = 53
  315.             Width = 81
  316.             Height = 13
  317.             AutoSize = False
  318.             Caption = 'Size uncovered:'
  319.           end
  320.           object LabelCardSizeUncovered: TLabel
  321.             Left = 192
  322.             Top = 29
  323.             Width = 65
  324.             Height = 13
  325.             Caption = 'Size covered:'
  326.           end
  327.           object SpinEditFontSize: TSpinEdit
  328.             Left = 114
  329.             Top = 48
  330.             Width = 49
  331.             Height = 22
  332.             MaxValue = 0
  333.             MinValue = 0
  334.             TabOrder = 1
  335.             Value = 0
  336.             OnChange = UserChangeClick
  337.           end
  338.           object SpinEditHidden: TSpinEdit
  339.             Left = 296
  340.             Top = 48
  341.             Width = 49
  342.             Height = 22
  343.             MaxValue = 0
  344.             MinValue = 0
  345.             TabOrder = 3
  346.             Value = 0
  347.             OnChange = UserChangeClick
  348.           end
  349.           object SpinEditShown: TSpinEdit
  350.             Left = 296
  351.             Top = 24
  352.             Width = 49
  353.             Height = 22
  354.             MaxValue = 0
  355.             MinValue = 0
  356.             TabOrder = 2
  357.             Value = 0
  358.             OnChange = Change
  359.           end
  360.           object SpinEditCards: TSpinEdit
  361.             Left = 114
  362.             Top = 24
  363.             Width = 49
  364.             Height = 22
  365.             Increment = 2
  366.             MaxValue = 0
  367.             MinValue = 0
  368.             TabOrder = 0
  369.             Value = 0
  370.             OnChange = Change
  371.           end
  372.         end
  373.         object RadioGroupEqualImage: TRadioGroup
  374.           Left = 8
  375.           Top = 102
  376.           Width = 174
  377.           Height = 57
  378.           Caption = 'Backs'
  379.           ItemIndex = 0
  380.           Items.Strings = (
  381.             'Equal'
  382.             'Unequal')
  383.           TabOrder = 1
  384.           OnClick = Change
  385.         end
  386.         object RadioGroupOrder: TRadioGroup
  387.           Left = 194
  388.           Top = 102
  389.           Width = 174
  390.           Height = 57
  391.           Caption = 'Distribution'
  392.           ItemIndex = 0
  393.           Items.Strings = (
  394.             'Order'
  395.             'Chaos')
  396.           TabOrder = 2
  397.           OnClick = Change
  398.         end
  399.       end
  400.       object TabSheetFont: TTabSheet
  401.         Caption = 'Font'
  402.         object GroupFontSizing: TGroupBox
  403.           Left = 8
  404.           Top = 6
  405.           Width = 360
  406.           Height = 89
  407.           Caption = 'Fontsize'
  408.           TabOrder = 0
  409.           object LabelTitleSize: TLabel
  410.             Left = 10
  411.             Top = 29
  412.             Width = 23
  413.             Height = 13
  414.             Caption = 'Title:'
  415.           end
  416.           object LabelNormalSize: TLabel
  417.             Left = 10
  418.             Top = 53
  419.             Width = 41
  420.             Height = 13
  421.             AutoSize = False
  422.             Caption = 'Normal:'
  423.           end
  424.           object LabelDroppedSize: TLabel
  425.             Left = 208
  426.             Top = 53
  427.             Width = 49
  428.             Height = 13
  429.             AutoSize = False
  430.             Caption = 'Dropped:'
  431.           end
  432.           object LabelDrawnSize: TLabel
  433.             Left = 208
  434.             Top = 29
  435.             Width = 34
  436.             Height = 13
  437.             Caption = 'Drawn:'
  438.           end
  439.           object SpinEditNormal: TSpinEdit
  440.             Left = 90
  441.             Top = 48
  442.             Width = 49
  443.             Height = 22
  444.             MaxValue = 0
  445.             MinValue = 0
  446.             TabOrder = 1
  447.             Value = 0
  448.             OnChange = Change
  449.           end
  450.           object SpinEditTitle: TSpinEdit
  451.             Left = 90
  452.             Top = 24
  453.             Width = 49
  454.             Height = 22
  455.             MaxValue = 0
  456.             MinValue = 0
  457.             TabOrder = 0
  458.             Value = 0
  459.             OnChange = Change
  460.           end
  461.           object SpinEditDropped: TSpinEdit
  462.             Left = 292
  463.             Top = 48
  464.             Width = 49
  465.             Height = 22
  466.             MaxValue = 0
  467.             MinValue = 0
  468.             TabOrder = 3
  469.             Value = 0
  470.             OnChange = Change
  471.           end
  472.           object SpinEditDragged: TSpinEdit
  473.             Left = 292
  474.             Top = 24
  475.             Width = 49
  476.             Height = 22
  477.             MaxValue = 0
  478.             MinValue = 0
  479.             TabOrder = 2
  480.             Value = 0
  481.             OnChange = Change
  482.           end
  483.         end
  484.       end
  485.       object TabSheetFiletypes: TTabSheet
  486.         Caption = 'Filetypes'
  487.         object GroupBoxUser: TGroupBox
  488.           Left = 8
  489.           Top = 6
  490.           Width = 360
  491.           Height = 190
  492.           Caption = 'User (*.usf, *.usm)'
  493.           TabOrder = 0
  494.           object LabelUserStarter: TLabel
  495.             Left = 10
  496.             Top = 22
  497.             Width = 34
  498.             Height = 13
  499.             Caption = 'Starter:'
  500.           end
  501.           object LabelUserEditor: TLabel
  502.             Left = 10
  503.             Top = 46
  504.             Width = 30
  505.             Height = 13
  506.             Caption = 'Editor:'
  507.           end
  508.           object LabelUserDirectory: TLabel
  509.             Left = 10
  510.             Top = 118
  511.             Width = 45
  512.             Height = 13
  513.             Caption = 'Directory:'
  514.           end
  515.           object LabelFirstLesson: TLabel
  516.             Left = 10
  517.             Top = 142
  518.             Width = 62
  519.             Height = 13
  520.             Caption = 'First Lesson::'
  521.           end
  522.           object LabelUserFemaleIcon: TLabel
  523.             Left = 10
  524.             Top = 70
  525.             Width = 64
  526.             Height = 13
  527.             Caption = 'Icon (female):'
  528.           end
  529.           object LabelUserMaleIcon: TLabel
  530.             Left = 10
  531.             Top = 94
  532.             Width = 55
  533.             Height = 13
  534.             Caption = 'Icon (male):'
  535.           end
  536.           object EditUserStarter: TEdit
  537.             Left = 92
  538.             Top = 20
  539.             Width = 232
  540.             Height = 21
  541.             TabOrder = 0
  542.             Text = 'Ustart.exe'
  543.             OnChange = RegistryChange
  544.           end
  545.           object ButtonUserStarter: TButton
  546.             Tag = 1
  547.             Left = 324
  548.             Top = 20
  549.             Width = 20
  550.             Height = 21
  551.             Caption = '...'
  552.             TabOrder = 1
  553.             OnClick = ButtonOpenFileClick
  554.           end
  555.           object ButtonUserEditor: TButton
  556.             Tag = 1
  557.             Left = 324
  558.             Top = 44
  559.             Width = 20
  560.             Height = 21
  561.             Caption = '...'
  562.             TabOrder = 3
  563.             OnClick = ButtonOpenFileClick
  564.           end
  565.           object EditUserEditor: TEdit
  566.             Left = 92
  567.             Top = 44
  568.             Width = 232
  569.             Height = 21
  570.             TabOrder = 2
  571.             Text = 'Notepad.exe'
  572.             OnChange = RegistryChange
  573.           end
  574.           object EditUserDirectory: TEdit
  575.             Left = 92
  576.             Top = 116
  577.             Width = 232
  578.             Height = 21
  579.             TabOrder = 8
  580.             Text = '.\User'
  581.           end
  582.           object ButtonUserDirectory: TButton
  583.             Left = 324
  584.             Top = 116
  585.             Width = 20
  586.             Height = 21
  587.             Caption = '...'
  588.             TabOrder = 9
  589.             OnClick = ButtonDirectoryClick
  590.           end
  591.           object CheckBoxUserContext: TCheckBox
  592.             Left = 92
  593.             Top = 166
  594.             Width = 261
  595.             Height = 17
  596.             Caption = 'Add game to context menu'
  597.             State = cbChecked
  598.             TabOrder = 12
  599.             OnClick = RegistryChange
  600.           end
  601.           object EditFirstLesson: TEdit
  602.             Left = 92
  603.             Top = 140
  604.             Width = 232
  605.             Height = 21
  606.             TabOrder = 10
  607.             Text = '.\Lesson'
  608.           end
  609.           object ButtonFirstLesson: TButton
  610.             Tag = 3
  611.             Left = 324
  612.             Top = 140
  613.             Width = 20
  614.             Height = 21
  615.             Caption = '...'
  616.             TabOrder = 11
  617.             OnClick = ButtonOpenFileClick
  618.           end
  619.           object EditUserFemaleIcon: TEdit
  620.             Left = 92
  621.             Top = 68
  622.             Width = 232
  623.             Height = 21
  624.             TabOrder = 4
  625.             Text = '.\Image\Woman.ico'
  626.             OnChange = RegistryChange
  627.           end
  628.           object ButtonUserFemaleIcon: TButton
  629.             Tag = 2
  630.             Left = 324
  631.             Top = 68
  632.             Width = 20
  633.             Height = 21
  634.             Caption = '...'
  635.             TabOrder = 5
  636.             OnClick = ButtonOpenFileClick
  637.           end
  638.           object EditUserMaleIcon: TEdit
  639.             Left = 92
  640.             Top = 92
  641.             Width = 232
  642.             Height = 21
  643.             TabOrder = 6
  644.             Text = '.\Image\Man.ico'
  645.             OnChange = RegistryChange
  646.           end
  647.           object ButtonUserMaleIcon: TButton
  648.             Tag = 2
  649.             Left = 324
  650.             Top = 92
  651.             Width = 20
  652.             Height = 21
  653.             Caption = '...'
  654.             TabOrder = 7
  655.             OnClick = ButtonOpenFileClick
  656.           end
  657.         end
  658.         object GroupBoxLesson: TGroupBox
  659.           Left = 8
  660.           Top = 204
  661.           Width = 360
  662.           Height = 142
  663.           Caption = 'Lesson (*.vok)'
  664.           TabOrder = 1
  665.           object LabelLessonStarter: TLabel
  666.             Left = 10
  667.             Top = 22
  668.             Width = 34
  669.             Height = 13
  670.             Caption = 'Starter:'
  671.           end
  672.           object LabelLessonEditor: TLabel
  673.             Left = 10
  674.             Top = 46
  675.             Width = 30
  676.             Height = 13
  677.             Caption = 'Editor:'
  678.           end
  679.           object LabelLessonDirectory: TLabel
  680.             Left = 10
  681.             Top = 94
  682.             Width = 45
  683.             Height = 13
  684.             Caption = 'Directory:'
  685.           end
  686.           object LabelLessonIcon: TLabel
  687.             Left = 10
  688.             Top = 70
  689.             Width = 24
  690.             Height = 13
  691.             Caption = 'Icon:'
  692.           end
  693.           object EditLessonEditor: TEdit
  694.             Left = 92
  695.             Top = 44
  696.             Width = 232
  697.             Height = 21
  698.             TabOrder = 2
  699.             Text = 'Wordshop.exe'
  700.             OnChange = RegistryChange
  701.           end
  702.           object ButtonLessonEditor: TButton
  703.             Tag = 1
  704.             Left = 324
  705.             Top = 44
  706.             Width = 20
  707.             Height = 21
  708.             Caption = '...'
  709.             TabOrder = 3
  710.             OnClick = ButtonOpenFileClick
  711.           end
  712.           object EditLessonStarter: TEdit
  713.             Left = 92
  714.             Top = 20
  715.             Width = 232
  716.             Height = 21
  717.             TabOrder = 0
  718.             Text = 'Wordshop.exe'
  719.             OnChange = RegistryChange
  720.           end
  721.           object ButtonLessonStarter: TButton
  722.             Tag = 1
  723.             Left = 324
  724.             Top = 20
  725.             Width = 20
  726.             Height = 21
  727.             Caption = '...'
  728.             TabOrder = 1
  729.             OnClick = ButtonOpenFileClick
  730.           end
  731.           object CheckBoxLessonContext: TCheckBox
  732.             Left = 92
  733.             Top = 118
  734.             Width = 261
  735.             Height = 17
  736.             Caption = 'Add game to context menu'
  737.             State = cbChecked
  738.             TabOrder = 8
  739.             OnClick = RegistryChange
  740.           end
  741.           object EditLessonDirectory: TEdit
  742.             Left = 92
  743.             Top = 92
  744.             Width = 232
  745.             Height = 21
  746.             TabOrder = 6
  747.             Text = '.\Lesson'
  748.           end
  749.           object ButtonLessonDirectory: TButton
  750.             Left = 324
  751.             Top = 92
  752.             Width = 20
  753.             Height = 21
  754.             Caption = '...'
  755.             TabOrder = 7
  756.             OnClick = ButtonDirectoryClick
  757.           end
  758.           object EditLessonIcon: TEdit
  759.             Left = 92
  760.             Top = 68
  761.             Width = 232
  762.             Height = 21
  763.             TabOrder = 4
  764.             Text = '.\Image\Lesson.ico'
  765.             OnChange = RegistryChange
  766.           end
  767.           object ButtonLessonIcon: TButton
  768.             Tag = 2
  769.             Left = 324
  770.             Top = 68
  771.             Width = 20
  772.             Height = 21
  773.             Caption = '...'
  774.             TabOrder = 5
  775.             OnClick = ButtonOpenFileClick
  776.           end
  777.         end
  778.       end
  779.       object TabSheetConfig: TTabSheet
  780.         Caption = 'Configuration'
  781.         object RadioGroupStartWith: TRadioGroup
  782.           Left = 8
  783.           Top = 6
  784.           Width = 360
  785.           Height = 49
  786.           Caption = 'Start with ...'
  787.           Columns = 3
  788.           Ctl3D = True
  789.           ItemIndex = 0
  790.           Items.Strings = (
  791.             'Last User'
  792.             'New User'
  793.             'Open Dialog')
  794.           ParentCtl3D = False
  795.           TabOrder = 0
  796.         end
  797.         object GroupBoxLocations: TGroupBox
  798.           Left = 8
  799.           Top = 62
  800.           Width = 360
  801.           Height = 152
  802.           Caption = 'Files'
  803.           TabOrder = 1
  804.           object LabelHighscore: TLabel
  805.             Left = 10
  806.             Top = 22
  807.             Width = 51
  808.             Height = 13
  809.             Caption = 'Highscore:'
  810.           end
  811.           object LabelFonts: TLabel
  812.             Left = 10
  813.             Top = 70
  814.             Width = 29
  815.             Height = 13
  816.             Caption = 'Fonts:'
  817.           end
  818.           object LabelLocalisations: TLabel
  819.             Left = 10
  820.             Top = 94
  821.             Width = 64
  822.             Height = 13
  823.             Caption = 'Localisations:'
  824.           end
  825.           object LabelLanguages: TLabel
  826.             Left = 10
  827.             Top = 46
  828.             Width = 56
  829.             Height = 13
  830.             Caption = 'Languages:'
  831.           end
  832.           object LabelDefLocal: TLabel
  833.             Left = 10
  834.             Top = 120
  835.             Width = 96
  836.             Height = 13
  837.             Caption = 'Default Localisation:'
  838.           end
  839.           object EditLanguages: TEdit
  840.             Tag = 2
  841.             Left = 92
  842.             Top = 44
  843.             Width = 232
  844.             Height = 21
  845.             TabOrder = 2
  846.             Text = 'Languages.ini'
  847.           end
  848.           object EditHighscore: TEdit
  849.             Tag = 1
  850.             Left = 92
  851.             Top = 20
  852.             Width = 232
  853.             Height = 21
  854.             TabOrder = 0
  855.             Text = 'Scores.hsc'
  856.           end
  857.           object ButtonHighscore: TButton
  858.             Tag = 4
  859.             Left = 324
  860.             Top = 20
  861.             Width = 20
  862.             Height = 21
  863.             Caption = '...'
  864.             TabOrder = 1
  865.             OnClick = ButtonOpenFileClick
  866.           end
  867.           object ButtonFonts: TButton
  868.             Tag = 5
  869.             Left = 324
  870.             Top = 68
  871.             Width = 20
  872.             Height = 21
  873.             Caption = '...'
  874.             TabOrder = 5
  875.             OnClick = ButtonOpenFileClick
  876.           end
  877.           object EditFonts: TEdit
  878.             Tag = 2
  879.             Left = 92
  880.             Top = 68
  881.             Width = 232
  882.             Height = 21
  883.             TabOrder = 4
  884.             Text = 'Fonts.ini'
  885.           end
  886.           object EditLocalisation: TEdit
  887.             Tag = 2
  888.             Left = 92
  889.             Top = 92
  890.             Width = 232
  891.             Height = 21
  892.             TabOrder = 6
  893.             Text = 'Locals.ini'
  894.             OnChange = EditLocalisationChange
  895.           end
  896.           object ButtonLocalisation: TButton
  897.             Tag = 5
  898.             Left = 324
  899.             Top = 92
  900.             Width = 20
  901.             Height = 21
  902.             Caption = '...'
  903.             TabOrder = 7
  904.             OnClick = ButtonOpenFileClick
  905.           end
  906.           object ButtonLanguages: TButton
  907.             Tag = 5
  908.             Left = 324
  909.             Top = 44
  910.             Width = 20
  911.             Height = 21
  912.             Caption = '...'
  913.             TabOrder = 3
  914.             OnClick = ButtonOpenFileClick
  915.           end
  916.           object ComboBoxLanguage: TComboBox
  917.             Left = 144
  918.             Top = 116
  919.             Width = 201
  920.             Height = 21
  921.             Style = csDropDownList
  922.             ItemHeight = 13
  923.             Sorted = True
  924.             TabOrder = 8
  925.           end
  926.         end
  927.         object GroupBoxGlobal: TGroupBox
  928.           Left = 8
  929.           Top = 222
  930.           Width = 360
  931.           Height = 91
  932.           Caption = 'Use globally:'
  933.           TabOrder = 2
  934.           object CheckBoxGlobalLessons: TCheckBox
  935.             Left = 10
  936.             Top = 20
  937.             Width = 263
  938.             Height = 17
  939.             Caption = 'Lessons opened'
  940.             State = cbChecked
  941.             TabOrder = 0
  942.           end
  943.           object CheckBoxGlobalQuestions: TCheckBox
  944.             Left = 10
  945.             Top = 42
  946.             Width = 263
  947.             Height = 17
  948.             Caption = 'Number of questions per turn'
  949.             State = cbChecked
  950.             TabOrder = 1
  951.           end
  952.           object CheckBoxGlobalDirection: TCheckBox
  953.             Left = 10
  954.             Top = 64
  955.             Width = 263
  956.             Height = 17
  957.             Caption = 'Direction of questions'
  958.             TabOrder = 2
  959.           end
  960.         end
  961.       end
  962.       object TabSheetSound: TTabSheet
  963.         Caption = 'Other'
  964.         object GroupOther: TGroupBox
  965.           Left = 8
  966.           Top = 6
  967.           Width = 360
  968.           Height = 116
  969.           Caption = 'Settings'
  970.           TabOrder = 0
  971.           object CheckBoxSound: TCheckBox
  972.             Left = 10
  973.             Top = 20
  974.             Width = 263
  975.             Height = 17
  976.             Caption = 'Sound (Soundcard required)'
  977.             State = cbChecked
  978.             TabOrder = 0
  979.           end
  980.           object CheckBoxAnimation: TCheckBox
  981.             Left = 10
  982.             Top = 42
  983.             Width = 263
  984.             Height = 17
  985.             Caption = 'Animation'
  986.             State = cbChecked
  987.             TabOrder = 1
  988.             OnClick = UserChangeClick
  989.           end
  990.           object CheckBoxDemo: TCheckBox
  991.             Left = 10
  992.             Top = 64
  993.             Width = 263
  994.             Height = 17
  995.             Caption = 'Keep running'
  996.             TabOrder = 2
  997.           end
  998.           object CheckBoxStayOnTop: TCheckBox
  999.             Left = 10
  1000.             Top = 86
  1001.             Width = 263
  1002.             Height = 17
  1003.             Caption = 'Stay on top (Strg+T)'
  1004.             TabOrder = 3
  1005.             Visible = False
  1006.           end
  1007.         end
  1008.       end
  1009.     end
  1010.   end
  1011.   object OpenDialog: TOpenDialog
  1012.     FileEditStyle = fsEdit
  1013.     Filter = 
  1014.       'Program (*.exe)|*.exe|Icon (*.ico, *.exe)|*.ico;*.exe|Lesson (*.' +
  1015.       'rtf; *.txt; *.vok)|*.rtf;*.txt;*.vok|Highscore File (*.hsc)|*.hs' +
  1016.       'c|Configuration (*.ini)|*.ini|All Files (*.*)|*.*'
  1017.     Left = 10
  1018.     Top = 356
  1019.   end
  1020. end
  1021.