lazarus/examples/multithreading/mainunit.lfm
mattias 3d972e14a4 added multithreading example
git-svn-id: trunk@8790 -
2006-02-21 19:13:21 +00:00

14 lines
237 B
Plaintext

object Form1: TForm1
Caption = 'Form1'
ClientHeight = 73
ClientWidth = 408
OnCreate = FormCreate
PixelsPerInch = 112
HorzScrollBar.Page = 407
VertScrollBar.Page = 72
Left = 290
Height = 73
Top = 163
Width = 408
end