You've already forked multithread
mirror of
https://github.com/loginov-dmitry/multithread.git
synced 2025-12-29 08:35:56 +02:00
28 lines
702 B
Plaintext
28 lines
702 B
Plaintext
object Form1: TForm1
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Form1'
|
|
ClientHeight = 127
|
|
ClientWidth = 251
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
OnClose = FormClose
|
|
OnDestroy = FormDestroy
|
|
PixelsPerInch = 96
|
|
TextHeight = 16
|
|
object btnRunInParallelThread: TButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 235
|
|
Height = 33
|
|
Caption = #1047#1072#1087#1091#1089#1090#1080#1090#1100' '#1087#1072#1088#1072#1083#1083#1077#1083#1100#1085#1099#1081' '#1087#1086#1090#1086#1082
|
|
TabOrder = 0
|
|
OnClick = btnRunInParallelThreadClick
|
|
end
|
|
end
|