home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freesoft 1997 June
/
Freesoft_1997-06_cd.bin
/
nerecenz
/
programmers
/
SSW
/
SSW.EXE
/
0
/
RCDATA
/
TMEMOVIEWFORM
/
TMEMOVIEWFORM.txt
Wrap
Text File
|
1997-05-06
|
689b
|
35 lines
object MemoViewForm: TMemoViewForm
Left = 443
Top = 336
Width = 348
Height = 110
BorderIcons = [biSystemMenu]
BorderStyle = bsSizeToolWin
Caption = 'Memo View'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object MemoDisplay: TDBMemo
Left = 0
Top = 0
Width = 340
Height = 83
Align = alClient
DataSource = MemoDataSource
ParentColor = True
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
WordWrap = False
end
object MemoDataSource: TDataSource
Left = 280
Top = 24
end
end