2013-10-02 03:46:44 +00:00
|
|
|
object Form1: TForm1
|
|
|
|
Left = 411
|
2013-10-12 17:15:48 +00:00
|
|
|
Height = 339
|
2013-10-02 03:46:44 +00:00
|
|
|
Top = 197
|
2013-10-12 17:15:48 +00:00
|
|
|
Width = 441
|
2013-10-02 03:46:44 +00:00
|
|
|
Caption = 'Form1'
|
2013-10-12 17:15:48 +00:00
|
|
|
ClientHeight = 339
|
|
|
|
ClientWidth = 441
|
2013-10-02 03:46:44 +00:00
|
|
|
OnCreate = FormCreate
|
|
|
|
OnDestroy = FormDestroy
|
2013-10-12 17:15:48 +00:00
|
|
|
LCLVersion = '1.3'
|
2013-10-02 03:46:44 +00:00
|
|
|
object Memo1: TMemo
|
|
|
|
Left = 0
|
|
|
|
Height = 90
|
2013-10-12 17:15:48 +00:00
|
|
|
Top = 199
|
|
|
|
Width = 441
|
2013-10-02 03:46:44 +00:00
|
|
|
Align = alBottom
|
|
|
|
Lines.Strings = (
|
|
|
|
'Memo1'
|
|
|
|
)
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object Splitter1: TSplitter
|
|
|
|
Cursor = crVSplit
|
|
|
|
Left = 0
|
|
|
|
Height = 5
|
2013-10-12 17:15:48 +00:00
|
|
|
Top = 194
|
|
|
|
Width = 441
|
2013-10-02 03:46:44 +00:00
|
|
|
Align = alBottom
|
|
|
|
ResizeAnchor = akBottom
|
|
|
|
end
|
|
|
|
object Panel1: TPanel
|
|
|
|
Left = 0
|
|
|
|
Height = 50
|
2013-10-12 17:15:48 +00:00
|
|
|
Top = 289
|
|
|
|
Width = 441
|
2013-10-02 03:46:44 +00:00
|
|
|
Align = alBottom
|
|
|
|
ClientHeight = 50
|
2013-10-12 17:15:48 +00:00
|
|
|
ClientWidth = 441
|
|
|
|
TabOrder = 2
|
2013-10-02 03:46:44 +00:00
|
|
|
object toOpt: TButton
|
|
|
|
Left = 8
|
|
|
|
Height = 25
|
|
|
|
Top = 9
|
|
|
|
Width = 75
|
|
|
|
Caption = 'To Options'
|
|
|
|
OnClick = toOptClick
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
end
|
2013-10-12 17:15:48 +00:00
|
|
|
object ScrollBox1: TScrollBox
|
|
|
|
Left = 0
|
|
|
|
Height = 196
|
|
|
|
Top = 0
|
|
|
|
Width = 440
|
|
|
|
HorzScrollBar.Page = 436
|
|
|
|
VertScrollBar.Page = 192
|
|
|
|
VertScrollBar.Tracking = True
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
2013-10-02 03:46:44 +00:00
|
|
|
end
|