home *** CD-ROM | disk | FTP | other *** search
- object AnswerForm: TAnswerForm
- Left = 173
- Top = 156
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'AnswerBox'
- ClientHeight = 148
- ClientWidth = 341
- Color = clRed
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Question: TLabel
- Left = 9
- Top = 11
- Width = 322
- Height = 19
- Alignment = taCenter
- AutoSize = False
- Caption = 'Question'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Answer: TEdit
- Left = 38
- Top = 90
- Width = 261
- Height = 21
- AutoSelect = False
- TabOrder = 0
- OnKeyUp = AnswerKeyUp
- end
- object EnterBtn: TButton
- Left = 130
- Top = 118
- Width = 75
- Height = 25
- Caption = 'Enter'
- TabOrder = 1
- OnClick = EnterBtnClick
- end
- end
-