home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / CHIPCD_9_99.iso / software / shareware / irvinst / IVW32.DPL / 0 / RCDATA / TFRMTXTVIEW / TFRMTXTVIEW.txt
Encoding:
Text File  |  1999-07-11  |  694 b   |  34 lines

  1. object frmTxtView: TfrmTxtView
  2.   Left = 208
  3.   Top = 130
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   AutoScroll = False
  6.   Caption = 'TextView'
  7.   ClientHeight = 153
  8.   ClientWidth = 149
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   OnPaint = FormPaint
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object scrVert: TScrollBar
  22.     Left = 120
  23.     Top = 16
  24.     Width = 16
  25.     Height = 121
  26.     Kind = sbVertical
  27.     Max = 1000
  28.     TabOrder = 0
  29.     TabStop = False
  30.     OnChange = scrVertChange
  31.     OnScroll = scrVertScroll
  32.   end
  33. end
  34.