home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / WPMMAIN.DFM / WPMMAIN.txt
Text File  |  1997-02-14  |  2KB  |  92 lines

  1. object Form1: TForm1
  2.   Left = 196
  3.   Top = 118
  4.   ActiveControl = RichEdit1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Words Per Minute'
  8.   ClientHeight = 344
  9.   ClientWidth = 476
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 280
  20.     Width = 248
  21.     Height = 24
  22.     Caption = 'Start typing to begin test'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -21
  26.     Font.Name = 'Arial'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 16
  32.     Top = 16
  33.     Width = 129
  34.     Height = 24
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -21
  38.     Font.Name = 'Arial'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object RichEdit1: TRichEdit
  43.     Left = 16
  44.     Top = 56
  45.     Width = 441
  46.     Height = 209
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clBlack
  49.     Font.Height = -16
  50.     Font.Name = 'Arial'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     ScrollBars = ssVertical
  54.     TabOrder = 0
  55.     OnKeyDown = StartTimer
  56.   end
  57.   object ProgressBar1: TProgressBar
  58.     Left = 16
  59.     Top = 312
  60.     Width = 441
  61.     Height = 13
  62.     Min = 0
  63.     Max = 60
  64.     Step = 1
  65.     TabOrder = 3
  66.   end
  67.   object Button1: TButton
  68.     Left = 304
  69.     Top = 16
  70.     Width = 75
  71.     Height = 25
  72.     Caption = '&Reset'
  73.     TabOrder = 1
  74.     OnClick = Button1Click
  75.   end
  76.   object Button2: TButton
  77.     Left = 384
  78.     Top = 16
  79.     Width = 75
  80.     Height = 25
  81.     Caption = '&Exit'
  82.     TabOrder = 2
  83.     OnClick = Button2Click
  84.   end
  85.   object Timer1: TTimer
  86.     Enabled = False
  87.     OnTimer = IncrementBar
  88.     Left = 272
  89.     Top = 16
  90.   end
  91. end
  92.