home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #8 / K-CD_2002-08.iso / CyberBuddy / _SETUP.1 / CyberBud.exe / 0 / RCDATA / TANSWERFORM / TANSWERFORM.txt
Text File  |  2002-01-25  |  1KB  |  55 lines

  1. object AnswerForm: TAnswerForm
  2.   Left = 173
  3.   Top = 156
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'AnswerBox'
  7.   ClientHeight = 148
  8.   ClientWidth = 341
  9.   Color = clRed
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Question: TLabel
  21.     Left = 9
  22.     Top = 11
  23.     Width = 322
  24.     Height = 19
  25.     Alignment = taCenter
  26.     AutoSize = False
  27.     Caption = 'Question'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWhite
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     WordWrap = True
  35.   end
  36.   object Answer: TEdit
  37.     Left = 38
  38.     Top = 90
  39.     Width = 261
  40.     Height = 21
  41.     AutoSelect = False
  42.     TabOrder = 0
  43.     OnKeyUp = AnswerKeyUp
  44.   end
  45.   object EnterBtn: TButton
  46.     Left = 130
  47.     Top = 118
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Enter'
  51.     TabOrder = 1
  52.     OnClick = EnterBtnClick
  53.   end
  54. end
  55.