2017-08-19 12:53:47 +02:00
|
|
|
object SimpleTextViewerFrm: TSimpleTextViewerFrm
|
|
|
|
Left = 0
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 572
|
2017-08-19 12:53:47 +02:00
|
|
|
Top = 0
|
2019-05-19 16:08:15 +02:00
|
|
|
Width = 694
|
2017-08-19 12:53:47 +02:00
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
|
BorderStyle = bsSingle
|
|
|
|
Caption = 'Simple text viewer'
|
|
|
|
ClientHeight = 572
|
|
|
|
ClientWidth = 694
|
|
|
|
Color = clBtnFace
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
Position = poScreenCenter
|
2019-05-19 16:08:15 +02:00
|
|
|
LCLVersion = '2.0.1.0'
|
2017-08-19 12:53:47 +02:00
|
|
|
object Memo1: TMemo
|
|
|
|
Left = 0
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 572
|
2017-08-19 12:53:47 +02:00
|
|
|
Top = 0
|
|
|
|
Width = 694
|
|
|
|
Align = alClient
|
|
|
|
ReadOnly = True
|
|
|
|
ScrollBars = ssBoth
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
end
|