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

  1. object KnowledgeDlg: TKnowledgeDlg
  2.   Left = 239
  3.   Top = 64
  4.   Width = 325
  5.   Height = 471
  6.   Caption = 'Knowledge View'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   KeyPreview = True
  12.   Position = poDefaultPosOnly
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel3: TPanel
  20.     Left = 145
  21.     Top = 0
  22.     Width = 172
  23.     Height = 444
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     BorderWidth = 8
  27.     TabOrder = 0
  28.     object ListView: TListView
  29.       Left = 8
  30.       Top = 8
  31.       Width = 156
  32.       Height = 428
  33.       Align = alClient
  34.       Columns = <
  35.         item
  36.           Caption = 'Word'
  37.           Width = 100
  38.         end
  39.         item
  40.           Alignment = taRightJustify
  41.           Caption = 'Score'
  42.         end
  43.         item
  44.           Caption = 'Language 1'
  45.           Width = 69
  46.           WidthType = (
  47.             -2)
  48.         end
  49.         item
  50.           Caption = 'Language 2'
  51.           Width = 69
  52.           WidthType = (
  53.             -2)
  54.         end>
  55.       ReadOnly = False
  56.       Items.Data = {
  57.         450000000200000000000000FFFFFFFFFFFFFFFF02000000000000000C313233
  58.         34353637382E31323302783102783100000000FFFFFFFFFFFFFFFF0000000000
  59.         0000000179}
  60.       MultiSelect = True
  61.       TabOrder = 0
  62.       TabStop = False
  63.       ViewStyle = vsReport
  64.       SmallImages = LessonImageList
  65.     end
  66.   end
  67.   object Panel4: TPanel
  68.     Left = 0
  69.     Top = 0
  70.     Width = 145
  71.     Height = 444
  72.     Align = alLeft
  73.     BevelOuter = bvNone
  74.     TabOrder = 1
  75.     object LabelCaption: TLabel
  76.       Left = 0
  77.       Top = 64
  78.       Width = 150
  79.       Height = 33
  80.       Alignment = taRightJustify
  81.       AutoSize = False
  82.       Caption = 'Knowledge View'
  83.       Font.Color = clBlack
  84.       Font.Height = -15
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = [fsBold, fsItalic]
  87.       ParentFont = False
  88.     end
  89.     object LabelKnowledgeInfo: TLabel
  90.       Left = 8
  91.       Top = 96
  92.       Width = 136
  93.       Height = 65
  94.       Alignment = taRightJustify
  95.       AutoSize = False
  96.       Caption = 
  97.         'This window shows how the program assesses your knowledge and ho' +
  98.         'w it draws the questions from the lesson.'
  99.       WordWrap = True
  100.     end
  101.     object LabelStrategy: TLabel
  102.       Left = 6
  103.       Top = 274
  104.       Width = 138
  105.       Height = 39
  106.       Alignment = taRightJustify
  107.       AutoSize = False
  108.       Caption = 
  109.         'Use the combobox to change the strategy how the questions are dr' +
  110.         'awn.'
  111.       WordWrap = True
  112.     end
  113.     object LabelHelp: TLabel
  114.       Left = 16
  115.       Top = 344
  116.       Width = 128
  117.       Height = 33
  118.       Alignment = taRightJustify
  119.       AutoSize = False
  120.       Caption = 'Read more about strategies.'
  121.       Font.Color = clBlue
  122.       Font.Height = -12
  123.       Font.Name = 'MS Sans Serif'
  124.       Font.Style = [fsUnderline]
  125.       ParentFont = False
  126.       WordWrap = True
  127.       OnClick = LabelHelpClick
  128.     end
  129.     object ImageMarkedDone: TImage
  130.       Left = 72
  131.       Top = 9
  132.       Width = 32
  133.       Height = 32
  134.       Picture.Data = {<image000.ico>}
  135.       Visible = False
  136.     end
  137.     object ImageSelected: TImage
  138.       Left = 64
  139.       Top = 9
  140.       Width = 32
  141.       Height = 32
  142.       Picture.Data = {<image001.ico>}
  143.       Visible = False
  144.     end
  145.     object ImageDone: TImage
  146.       Left = 56
  147.       Top = 9
  148.       Width = 32
  149.       Height = 32
  150.       Picture.Data = {<image002.ico>}
  151.       Visible = False
  152.     end
  153.     object ImageMarker: TImage
  154.       Left = 40
  155.       Top = 9
  156.       Width = 32
  157.       Height = 32
  158.       AutoSize = True
  159.       Picture.Data = {<image003.ico>}
  160.       Stretch = True
  161.       Visible = False
  162.     end
  163.     object ImageMarker2: TImage
  164.       Left = 48
  165.       Top = 9
  166.       Width = 32
  167.       Height = 32
  168.       Picture.Data = {<image004.ico>}
  169.       Visible = False
  170.     end
  171.     object Image1: TImage
  172.       Left = 96
  173.       Top = 7
  174.       Width = 48
  175.       Height = 54
  176.       AutoSize = True
  177.       Picture.Data = {<image005.bmp>}
  178.       Stretch = True
  179.     end
  180.     object ComboBoxStrategy: TComboBox
  181.       Left = 22
  182.       Top = 318
  183.       Width = 123
  184.       Height = 21
  185.       Style = csDropDownList
  186.       ItemHeight = 13
  187.       Items.Strings = (
  188.         'Adaptivity'
  189.         'Half-Split'
  190.         'Walk Through')
  191.       TabOrder = 0
  192.       OnChange = ComboBoxStrategyChange
  193.     end
  194.     object Panel6: TPanel
  195.       Left = 8
  196.       Top = 176
  197.       Width = 136
  198.       Height = 16
  199.       Alignment = taRightJustify
  200.       BevelOuter = bvNone
  201.       TabOrder = 1
  202.       object Image2: TImage
  203.         Left = 80
  204.         Top = 0
  205.         Width = 16
  206.         Height = 16
  207.         Align = alRight
  208.         AutoSize = True
  209.         Picture.Data = {<image006.bmp>}
  210.       end
  211.       object LabelAsked: TLabel
  212.         Left = 104
  213.         Top = 0
  214.         Width = 32
  215.         Height = 16
  216.         Align = alRight
  217.         Alignment = taRightJustify
  218.         Caption = ' asked'
  219.       end
  220.       object Panel7: TPanel
  221.         Left = 96
  222.         Top = 0
  223.         Width = 8
  224.         Height = 16
  225.         Align = alRight
  226.         BevelOuter = bvNone
  227.         TabOrder = 0
  228.       end
  229.     end
  230.     object Panel8: TPanel
  231.       Left = 8
  232.       Top = 190
  233.       Width = 136
  234.       Height = 16
  235.       Alignment = taRightJustify
  236.       BevelOuter = bvNone
  237.       TabOrder = 2
  238.       object Image3: TImage
  239.         Left = 48
  240.         Top = 0
  241.         Width = 16
  242.         Height = 16
  243.         Align = alRight
  244.         AutoSize = True
  245.         Picture.Data = {<image007.bmp>}
  246.       end
  247.       object LabelMarkedToDo: TLabel
  248.         Left = 72
  249.         Top = 0
  250.         Width = 64
  251.         Height = 16
  252.         Align = alRight
  253.         Alignment = taRightJustify
  254.         Caption = ' marked to be asked'
  255.       end
  256.       object Panel9: TPanel
  257.         Left = 64
  258.         Top = 0
  259.         Width = 8
  260.         Height = 16
  261.         Align = alRight
  262.         BevelOuter = bvNone
  263.         TabOrder = 0
  264.       end
  265.     end
  266.     object Panel12: TPanel
  267.       Left = 8
  268.       Top = 204
  269.       Width = 136
  270.       Height = 16
  271.       Alignment = taRightJustify
  272.       BevelOuter = bvNone
  273.       TabOrder = 4
  274.       object Image5: TImage
  275.         Left = 64
  276.         Top = 0
  277.         Width = 16
  278.         Height = 16
  279.         Align = alRight
  280.         AutoSize = True
  281.         Picture.Data = {<image008.bmp>}
  282.       end
  283.       object LabelMarkedAgain: TLabel
  284.         Left = 88
  285.         Top = 0
  286.         Width = 48
  287.         Height = 16
  288.         Align = alRight
  289.         Alignment = taRightJustify
  290.         Caption = ' marked again'
  291.       end
  292.       object Panel13: TPanel
  293.         Left = 80
  294.         Top = 0
  295.         Width = 8
  296.         Height = 16
  297.         Align = alRight
  298.         BevelOuter = bvNone
  299.         TabOrder = 0
  300.       end
  301.     end
  302.     object Panel14: TPanel
  303.       Left = 8
  304.       Top = 218
  305.       Width = 136
  306.       Height = 16
  307.       Alignment = taRightJustify
  308.       BevelOuter = bvNone
  309.       TabOrder = 5
  310.       object Image6: TImage
  311.         Left = 48
  312.         Top = 0
  313.         Width = 16
  314.         Height = 16
  315.         Align = alRight
  316.         AutoSize = True
  317.         Picture.Data = {<image009.bmp>}
  318.       end
  319.       object LabelMarkedDone: TLabel
  320.         Left = 72
  321.         Top = 0
  322.         Width = 64
  323.         Height = 16
  324.         Align = alRight
  325.         Alignment = taRightJustify
  326.         Caption = ' marked and done'
  327.       end
  328.       object Panel15: TPanel
  329.         Left = 64
  330.         Top = 0
  331.         Width = 8
  332.         Height = 16
  333.         Align = alRight
  334.         BevelOuter = bvNone
  335.         TabOrder = 0
  336.       end
  337.     end
  338.     object Panel10: TPanel
  339.       Left = 8
  340.       Top = 232
  341.       Width = 136
  342.       Height = 16
  343.       Alignment = taRightJustify
  344.       BevelOuter = bvNone
  345.       TabOrder = 3
  346.       object Image4: TImage
  347.         Left = 85
  348.         Top = 0
  349.         Width = 16
  350.         Height = 16
  351.         Align = alRight
  352.         AutoSize = True
  353.         Picture.Data = {<image010.bmp>}
  354.       end
  355.       object LabelDone: TLabel
  356.         Left = 109
  357.         Top = 0
  358.         Width = 27
  359.         Height = 16
  360.         Align = alRight
  361.         Alignment = taRightJustify
  362.         Caption = ' done'
  363.       end
  364.       object Panel11: TPanel
  365.         Left = 101
  366.         Top = 0
  367.         Width = 8
  368.         Height = 16
  369.         Align = alRight
  370.         BevelOuter = bvNone
  371.         TabOrder = 0
  372.       end
  373.     end
  374.     object Panel1: TPanel
  375.       Left = 0
  376.       Top = 389
  377.       Width = 145
  378.       Height = 55
  379.       Align = alBottom
  380.       BevelOuter = bvNone
  381.       TabOrder = 6
  382.       object ButtonReset: TButton
  383.         Left = 72
  384.         Top = 24
  385.         Width = 73
  386.         Height = 22
  387.         Caption = '&Reset'
  388.         TabOrder = 1
  389.         OnClick = ButtonCheatClick
  390.       end
  391.       object ButtonCheat: TButton
  392.         Left = 72
  393.         Top = 2
  394.         Width = 73
  395.         Height = 22
  396.         Caption = '&Cheat'
  397.         TabOrder = 0
  398.         OnClick = ButtonCheatClick
  399.       end
  400.     end
  401.   end
  402.   object LessonImageList: TImageList
  403.     Left = 8
  404.     Top = 8
  405.   end
  406. end
  407.