Files
lazarus-ccr/components/cmdlinecfg/trunk/testguibuild/mainform.lfm

63 lines
1.1 KiB
Plaintext
Raw Normal View History

object Form1: TForm1
Left = 411
Height = 339
Top = 197
Width = 441
Caption = 'Form1'
ClientHeight = 339
ClientWidth = 441
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '1.3'
object Memo1: TMemo
Left = 0
Height = 90
Top = 199
Width = 441
Align = alBottom
Lines.Strings = (
'Memo1'
)
TabOrder = 0
end
object Splitter1: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 194
Width = 441
Align = alBottom
ResizeAnchor = akBottom
end
object Panel1: TPanel
Left = 0
Height = 50
Top = 289
Width = 441
Align = alBottom
ClientHeight = 50
ClientWidth = 441
TabOrder = 2
object toOpt: TButton
Left = 8
Height = 25
Top = 9
Width = 75
Caption = 'To Options'
OnClick = toOptClick
TabOrder = 0
end
end
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
end