You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7881 8e941d3f-bd1b-0410-a28a-d453659cc2b4
125 lines
2.2 KiB
Plaintext
125 lines
2.2 KiB
Plaintext
object CompTestFrm: TCompTestFrm
|
|
Left = 32
|
|
Top = 62
|
|
Width = 389
|
|
Height = 235
|
|
Caption = 'Computer Administered Test'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 48
|
|
Width = 110
|
|
Height = 13
|
|
Caption = 'Enter your LAST name:'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Top = 144
|
|
Width = 150
|
|
Height = 13
|
|
Caption = 'Save the results in a file named:'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 8
|
|
Top = 80
|
|
Width = 114
|
|
Height = 13
|
|
Caption = 'Enter your FIRST name:'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 8
|
|
Top = 112
|
|
Width = 154
|
|
Height = 13
|
|
Caption = 'Enter your Identification Number:'
|
|
end
|
|
object LastNameEdit: TEdit
|
|
Left = 192
|
|
Top = 40
|
|
Width = 177
|
|
Height = 21
|
|
TabOrder = 2
|
|
end
|
|
object TestNameEdit: TEdit
|
|
Left = 192
|
|
Top = 8
|
|
Width = 177
|
|
Height = 21
|
|
TabOrder = 1
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 8
|
|
Top = 176
|
|
Width = 73
|
|
Height = 25
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 7
|
|
OnClick = CancelBtnClick
|
|
end
|
|
object StartBtn: TButton
|
|
Left = 152
|
|
Top = 176
|
|
Width = 73
|
|
Height = 25
|
|
Caption = 'Start Test'
|
|
TabOrder = 6
|
|
OnClick = StartBtnClick
|
|
end
|
|
object ExitBtn: TButton
|
|
Left = 296
|
|
Top = 176
|
|
Width = 73
|
|
Height = 25
|
|
Caption = 'Exit'
|
|
ModalResult = 1
|
|
TabOrder = 8
|
|
OnClick = ExitBtnClick
|
|
end
|
|
object Button1: TButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 145
|
|
Height = 25
|
|
Caption = 'Click to find test files'
|
|
TabOrder = 0
|
|
OnClick = Button1Click
|
|
end
|
|
object SaveFileEdit: TEdit
|
|
Left = 192
|
|
Top = 136
|
|
Width = 177
|
|
Height = 21
|
|
TabOrder = 5
|
|
end
|
|
object FirstNameEdit: TEdit
|
|
Left = 192
|
|
Top = 72
|
|
Width = 177
|
|
Height = 21
|
|
TabOrder = 3
|
|
end
|
|
object IDnoEdit: TEdit
|
|
Left = 192
|
|
Top = 104
|
|
Width = 177
|
|
Height = 21
|
|
TabOrder = 4
|
|
end
|
|
object OpenDialog1: TOpenDialog
|
|
Left = 240
|
|
Top = 176
|
|
end
|
|
object SaveDialog1: TSaveDialog
|
|
Left = 104
|
|
Top = 176
|
|
end
|
|
end
|