1
0
mirror of https://github.com/loginov-dmitry/multithread.git synced 2024-11-24 16:53:48 +02:00
multithread/Ex3/Ex3Unit.lfm
2024-10-12 22:56:05 +03:00

35 lines
712 B
Plaintext

object Form1: TForm1
Left = 0
Height = 127
Top = 0
Width = 381
Caption = 'Form1'
ClientHeight = 127
ClientWidth = 381
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
OnDestroy = FormDestroy
Position = poScreenCenter
object labStatus: TLabel
Left = 8
Height = 16
Top = 56
Width = 353
Alignment = taCenter
Anchors = [akTop, akLeft, akRight]
Caption = 'labStatus'
Visible = False
end
object btnRunParallelThread: TButton
Left = 8
Height = 33
Top = 8
Width = 365
Caption = 'Запустить параллельный поток'
TabOrder = 0
OnClick = btnRunParallelThreadClick
end
end