1
0
mirror of https://github.com/loginov-dmitry/multithread.git synced 2025-12-29 08:35:56 +02:00
Files
multithread/Ex6/Ex6Unit.lfm
2024-10-12 23:44:19 +03:00

26 lines
539 B
Plaintext

object Form1: TForm1
Left = 0
Height = 127
Top = 0
Width = 251
Caption = 'Form1'
ClientHeight = 127
ClientWidth = 251
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
OnClose = FormClose
OnDestroy = FormDestroy
Position = poDefaultPosOnly
object btnRunInParallelThread: TButton
Left = 8
Height = 33
Top = 8
Width = 235
Caption = 'Запустить параллельный поток'
TabOrder = 0
OnClick = btnRunInParallelThreadClick
end
end