home *** CD-ROM | disk | FTP | other *** search
- object frmTxtView: TfrmTxtView
- Left = 208
- Top = 130
- BorderIcons = [biSystemMenu, biMaximize]
- AutoScroll = False
- Caption = 'TextView'
- ClientHeight = 153
- ClientWidth = 149
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnPaint = FormPaint
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object scrVert: TScrollBar
- Left = 120
- Top = 16
- Width = 16
- Height = 121
- Kind = sbVertical
- Max = 1000
- TabOrder = 0
- TabStop = False
- OnChange = scrVertChange
- OnScroll = scrVertScroll
- end
- end
-