lazarus/examples/multithreading/waitforunit1.lfm
vincents a0c72167f0 examples: fixed waitforexample for fpc 2.3.1
git-svn-id: trunk@11776 -
2007-08-10 13:16:49 +00:00

32 lines
579 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
object Button1: TButton
Left = 32
Height = 25
Top = 16
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'Start'
OnClick = Button1Click
TabOrder = 0
end
object Memo1: TMemo
Height = 303
Top = 56
Width = 394
ScrollBars = ssAutoBoth
TabOrder = 1
end
end