You've already forked multithread
mirror of
https://github.com/loginov-dmitry/multithread.git
synced 2025-12-29 08:35:56 +02:00
26 lines
539 B
Plaintext
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
|