home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TTESTDATA / TTESTDATA.txt
Encoding:
Text File  |  1999-03-17  |  3.1 KB  |  155 lines

  1. object TestData: TTestData
  2.   Left = 369
  3.   Top = 185
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Test Data'
  7.   ClientHeight = 240
  8.   ClientWidth = 398
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 120
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   TextHeight = 20
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 385
  22.     Height = 225
  23.   end
  24.   object Label1: TLabel
  25.     Left = 16
  26.     Top = 47
  27.     Width = 149
  28.     Height = 20
  29.     Hint = 'Name of the item subset file defining the test'
  30.     AutoSize = False
  31.     Caption = 'Test name'
  32.   end
  33.   object Name: TLabel
  34.     Left = 184
  35.     Top = 47
  36.     Width = 200
  37.     Height = 20
  38.     Hint = 'Name of the item subset file defining the test'
  39.     AutoSize = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 16
  43.     Top = 77
  44.     Width = 149
  45.     Height = 20
  46.     Hint = 'Total number of items in the test'
  47.     AutoSize = False
  48.     Caption = 'Total items'
  49.   end
  50.   object Total: TLabel
  51.     Left = 184
  52.     Top = 77
  53.     Width = 200
  54.     Height = 20
  55.     Hint = 'Total number of items in the test'
  56.     AutoSize = False
  57.   end
  58.   object Label5: TLabel
  59.     Left = 16
  60.     Top = 108
  61.     Width = 149
  62.     Height = 20
  63.     Hint = 'Number of items that have already been passed in the test'
  64.     AutoSize = False
  65.     Caption = 'Passed items'
  66.   end
  67.   object Passed: TLabel
  68.     Left = 184
  69.     Top = 108
  70.     Width = 200
  71.     Height = 20
  72.     Hint = 'Number of items that have already been passed in the test'
  73.     AutoSize = False
  74.   end
  75.   object Label7: TLabel
  76.     Left = 16
  77.     Top = 139
  78.     Width = 149
  79.     Height = 20
  80.     Hint = 'Number of correct responses in the test'
  81.     AutoSize = False
  82.     Caption = 'Correct responses'
  83.   end
  84.   object Correct: TLabel
  85.     Left = 184
  86.     Top = 139
  87.     Width = 200
  88.     Height = 20
  89.     Hint = 'Number of correct responses in the test'
  90.     AutoSize = False
  91.   end
  92.   object Label10: TLabel
  93.     Left = 16
  94.     Top = 169
  95.     Width = 149
  96.     Height = 20
  97.     Hint = 'Time that has passed since the beginning of the test'
  98.     AutoSize = False
  99.     Caption = 'Time passed'
  100.   end
  101.   object Time: TLabel
  102.     Left = 184
  103.     Top = 169
  104.     Width = 200
  105.     Height = 20
  106.     Hint = 'Time that has passed since the beginning of the test'
  107.     AutoSize = False
  108.   end
  109.   object Label12: TLabel
  110.     Left = 16
  111.     Top = 200
  112.     Width = 149
  113.     Height = 20
  114.     Hint = 'Time in which the test has to be completed'
  115.     AutoSize = False
  116.     Caption = 'Time limit'
  117.   end
  118.   object TimeLimit: TLabel
  119.     Left = 184
  120.     Top = 200
  121.     Width = 200
  122.     Height = 20
  123.     Hint = 'Time in which the test has to be completed'
  124.     AutoSize = False
  125.   end
  126.   object Bevel2: TBevel
  127.     Left = 172
  128.     Top = 8
  129.     Width = 3
  130.     Height = 225
  131.   end
  132.   object Label2: TLabel
  133.     Left = 16
  134.     Top = 16
  135.     Width = 153
  136.     Height = 20
  137.     Hint = 'Name of the student taking the test'
  138.     AutoSize = False
  139.     Caption = 'Student'
  140.   end
  141.   object Student: TLabel
  142.     Left = 184
  143.     Top = 16
  144.     Width = 201
  145.     Height = 20
  146.     Hint = 'Name of the student taking the test'
  147.     AutoSize = False
  148.   end
  149.   object Timer1: TTimer
  150.     OnTimer = Timer1Timer
  151.     Left = 192
  152.     Top = 208
  153.   end
  154. end
  155.