home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / PERSYST1.EXE / 0 / RCDATA / TWORDFORM / TWORDFORM.txt
Text File  |  1998-04-21  |  1KB  |  75 lines

  1. object WordForm: TWordForm
  2.   Left = 200
  3.   Top = 100
  4.   Width = 299
  5.   Height = 174
  6.   Caption = 'Word Count'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 86
  15.     Top = 32
  16.     Width = 41
  17.     Height = 13
  18.     Alignment = taRightJustify
  19.     Caption = 'Words:'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 42
  23.     Top = 64
  24.     Width = 85
  25.     Height = 13
  26.     Alignment = taRightJustify
  27.     Caption = 'Unique Words:'
  28.   end
  29.   object Bevel1: TBevel
  30.     Left = 136
  31.     Top = 24
  32.     Width = 113
  33.     Height = 25
  34.   end
  35.   object Bevel2: TBevel
  36.     Left = 136
  37.     Top = 56
  38.     Width = 113
  39.     Height = 25
  40.   end
  41.   object lblWords: TLabel
  42.     Left = 144
  43.     Top = 32
  44.     Width = 7
  45.     Height = 15
  46.     Caption = '0'
  47.     Font.Color = clBlack
  48.     Font.Height = -12
  49.     Font.Name = 'Arial'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object lblUniqueWords: TLabel
  54.     Left = 144
  55.     Top = 64
  56.     Width = 7
  57.     Height = 15
  58.     Caption = '0'
  59.     Font.Color = clBlack
  60.     Font.Height = -12
  61.     Font.Name = 'Arial'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object btnOk: TBitBtn
  66.     Left = 104
  67.     Top = 104
  68.     Width = 89
  69.     Height = 33
  70.     TabOrder = 0
  71.     OnClick = btnOkClick
  72.     Kind = bkOK
  73.   end
  74. end
  75.