home *** CD-ROM | disk | FTP | other *** search
- object TestParams: TTestParams
- Left = 487
- Top = 157
- ActiveControl = Student
- BorderStyle = bsDialog
- Caption = 'Test Parameters'
- ClientHeight = 403
- ClientWidth = 469
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- ShowHint = True
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 120
- TextHeight = 16
- object Bevel6: TBevel
- Left = 16
- Top = 192
- Width = 441
- Height = 65
- end
- object Bevel1: TBevel
- Left = 10
- Top = 10
- Width = 455
- Height = 359
- Shape = bsFrame
- IsControl = True
- end
- object Bevel4: TBevel
- Left = 16
- Top = 264
- Width = 441
- Height = 49
- end
- object Bevel3: TBevel
- Left = 16
- Top = 88
- Width = 441
- Height = 97
- end
- object Bevel2: TBevel
- Left = 16
- Top = 16
- Width = 441
- Height = 65
- end
- object Bevel5: TBevel
- Left = 16
- Top = 320
- Width = 441
- Height = 41
- end
- object Label1: TLabel
- Left = 24
- Top = 24
- Width = 145
- Height = 17
- Hint = 'Name of the student taking the test'
- AutoSize = False
- Caption = 'Student'#39's &name'
- FocusControl = Student
- end
- object Label2: TLabel
- Left = 24
- Top = 96
- Width = 121
- Height = 17
- Hint = 'Name of the file with the subset of items used in the test'
- AutoSize = False
- Caption = 'Test subset &file'
- FocusControl = SubsetFile
- end
- object Label3: TLabel
- Left = 24
- Top = 332
- Width = 113
- Height = 16
- Hint = 'Teacher'#39's password protecting test results'
- AutoSize = False
- Caption = '&Password'
- FocusControl = Password
- end
- object Label4: TLabel
- Left = 24
- Top = 280
- Width = 161
- Height = 16
- Hint = 'Time limit for executing the test'
- AutoSize = False
- Caption = '&Time limit (in minutes)'
- end
- object Label5: TLabel
- Left = 24
- Top = 200
- Width = 145
- Height = 16
- Hint = 'Name of the file with student test results'
- AutoSize = False
- Caption = '&Report file name'
- FocusControl = Report
- end
- object OKBtn: TBitBtn
- Left = 159
- Top = 374
- Width = 95
- Height = 25
- Hint = 'Start the execution of the test'
- TabOrder = 5
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 262
- Top = 374
- Width = 95
- Height = 25
- Hint = 'Cancel the test'
- TabOrder = 6
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 366
- Top = 374
- Width = 94
- Height = 25
- TabOrder = 7
- Visible = False
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Student: TEdit
- Left = 24
- Top = 48
- Width = 425
- Height = 24
- Hint = 'Name of the student taking the test'
- TabOrder = 0
- end
- object SubsetFile: TEdit
- Left = 24
- Top = 120
- Width = 425
- Height = 23
- Hint = 'Name of the file with the subset of items used in the test'
- CharCase = ecUpperCase
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnDblClick = BrowseClick
- end
- object Browse: TButton
- Left = 360
- Top = 150
- Width = 89
- Height = 25
- Hint = 'Browse for the test subset file'
- Caption = '&Browse'
- TabOrder = 2
- OnClick = BrowseClick
- end
- object Password: TEdit
- Left = 208
- Top = 328
- Width = 241
- Height = 24
- Hint = 'Teacher'#39's password protecting test results'
- MaxLength = 10
- PasswordChar = '*'
- TabOrder = 4
- end
- object Report: TEdit
- Left = 24
- Top = 224
- Width = 305
- Height = 24
- Hint = 'Name of the file with student test results'
- CharCase = ecUpperCase
- MaxLength = 8
- TabOrder = 3
- end
- object TimeLimit: TEdit
- Left = 216
- Top = 280
- Width = 121
- Height = 24
- TabOrder = 8
- Text = '60'
- end
- end
-