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

  1. object TestParams: TTestParams
  2.   Left = 487
  3.   Top = 157
  4.   ActiveControl = Student
  5.   BorderStyle = bsDialog
  6.   Caption = 'Test Parameters'
  7.   ClientHeight = 403
  8.   ClientWidth = 469
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object Bevel6: TBevel
  23.     Left = 16
  24.     Top = 192
  25.     Width = 441
  26.     Height = 65
  27.   end
  28.   object Bevel1: TBevel
  29.     Left = 10
  30.     Top = 10
  31.     Width = 455
  32.     Height = 359
  33.     Shape = bsFrame
  34.     IsControl = True
  35.   end
  36.   object Bevel4: TBevel
  37.     Left = 16
  38.     Top = 264
  39.     Width = 441
  40.     Height = 49
  41.   end
  42.   object Bevel3: TBevel
  43.     Left = 16
  44.     Top = 88
  45.     Width = 441
  46.     Height = 97
  47.   end
  48.   object Bevel2: TBevel
  49.     Left = 16
  50.     Top = 16
  51.     Width = 441
  52.     Height = 65
  53.   end
  54.   object Bevel5: TBevel
  55.     Left = 16
  56.     Top = 320
  57.     Width = 441
  58.     Height = 41
  59.   end
  60.   object Label1: TLabel
  61.     Left = 24
  62.     Top = 24
  63.     Width = 145
  64.     Height = 17
  65.     Hint = 'Name of the student taking the test'
  66.     AutoSize = False
  67.     Caption = 'Student'#39's &name'
  68.     FocusControl = Student
  69.   end
  70.   object Label2: TLabel
  71.     Left = 24
  72.     Top = 96
  73.     Width = 121
  74.     Height = 17
  75.     Hint = 'Name of the file with the subset of items used in the test'
  76.     AutoSize = False
  77.     Caption = 'Test subset &file'
  78.     FocusControl = SubsetFile
  79.   end
  80.   object Label3: TLabel
  81.     Left = 24
  82.     Top = 332
  83.     Width = 113
  84.     Height = 16
  85.     Hint = 'Teacher'#39's password protecting test results'
  86.     AutoSize = False
  87.     Caption = '&Password'
  88.     FocusControl = Password
  89.   end
  90.   object Label4: TLabel
  91.     Left = 24
  92.     Top = 280
  93.     Width = 161
  94.     Height = 16
  95.     Hint = 'Time limit for executing the test'
  96.     AutoSize = False
  97.     Caption = '&Time limit (in minutes)'
  98.   end
  99.   object Label5: TLabel
  100.     Left = 24
  101.     Top = 200
  102.     Width = 145
  103.     Height = 16
  104.     Hint = 'Name of the file with student test results'
  105.     AutoSize = False
  106.     Caption = '&Report file name'
  107.     FocusControl = Report
  108.   end
  109.   object OKBtn: TBitBtn
  110.     Left = 159
  111.     Top = 374
  112.     Width = 95
  113.     Height = 25
  114.     Hint = 'Start the execution of the test'
  115.     TabOrder = 5
  116.     OnClick = OKBtnClick
  117.     Kind = bkOK
  118.     Margin = 2
  119.     Spacing = -1
  120.     IsControl = True
  121.   end
  122.   object CancelBtn: TBitBtn
  123.     Left = 262
  124.     Top = 374
  125.     Width = 95
  126.     Height = 25
  127.     Hint = 'Cancel the test'
  128.     TabOrder = 6
  129.     Kind = bkCancel
  130.     Margin = 2
  131.     Spacing = -1
  132.     IsControl = True
  133.   end
  134.   object HelpBtn: TBitBtn
  135.     Left = 366
  136.     Top = 374
  137.     Width = 94
  138.     Height = 25
  139.     TabOrder = 7
  140.     Visible = False
  141.     Kind = bkHelp
  142.     Margin = 2
  143.     Spacing = -1
  144.     IsControl = True
  145.   end
  146.   object Student: TEdit
  147.     Left = 24
  148.     Top = 48
  149.     Width = 425
  150.     Height = 24
  151.     Hint = 'Name of the student taking the test'
  152.     TabOrder = 0
  153.   end
  154.   object SubsetFile: TEdit
  155.     Left = 24
  156.     Top = 120
  157.     Width = 425
  158.     Height = 23
  159.     Hint = 'Name of the file with the subset of items used in the test'
  160.     CharCase = ecUpperCase
  161.     Font.Charset = DEFAULT_CHARSET
  162.     Font.Color = clBlack
  163.     Font.Height = -12
  164.     Font.Name = 'Arial'
  165.     Font.Style = []
  166.     ParentFont = False
  167.     TabOrder = 1
  168.     OnDblClick = BrowseClick
  169.   end
  170.   object Browse: TButton
  171.     Left = 360
  172.     Top = 150
  173.     Width = 89
  174.     Height = 25
  175.     Hint = 'Browse for the test subset file'
  176.     Caption = '&Browse'
  177.     TabOrder = 2
  178.     OnClick = BrowseClick
  179.   end
  180.   object Password: TEdit
  181.     Left = 208
  182.     Top = 328
  183.     Width = 241
  184.     Height = 24
  185.     Hint = 'Teacher'#39's password protecting test results'
  186.     MaxLength = 10
  187.     PasswordChar = '*'
  188.     TabOrder = 4
  189.   end
  190.   object Report: TEdit
  191.     Left = 24
  192.     Top = 224
  193.     Width = 305
  194.     Height = 24
  195.     Hint = 'Name of the file with student test results'
  196.     CharCase = ecUpperCase
  197.     MaxLength = 8
  198.     TabOrder = 3
  199.   end
  200.   object TimeLimit: TEdit
  201.     Left = 216
  202.     Top = 280
  203.     Width = 121
  204.     Height = 24
  205.     TabOrder = 8
  206.     Text = '60'
  207.   end
  208. end
  209.