mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 07:52:42 +02:00
35 lines
662 B
Plaintext
35 lines
662 B
Plaintext
object Form1: TForm1
|
|
Left = 286
|
|
Height = 359
|
|
Top = 202
|
|
Width = 394
|
|
HorzScrollBar.Page = 393
|
|
VertScrollBar.Page = 358
|
|
ActiveControl = Button1
|
|
Caption = 'Form1'
|
|
ClientHeight = 359
|
|
ClientWidth = 394
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
LCLVersion = '1.1'
|
|
object Button1: TButton
|
|
Left = 32
|
|
Height = 25
|
|
Top = 16
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Start'
|
|
OnClick = Button1Click
|
|
TabOrder = 0
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 0
|
|
Height = 303
|
|
Top = 56
|
|
Width = 394
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 1
|
|
end
|
|
end
|