1
0
mirror of https://github.com/loginov-dmitry/multithread.git synced 2026-04-05 16:00:05 +02:00
Files
multithread/Ex2/Ex2Unit.dfm

27 lines
675 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
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 16
object btnRunParallelThread: 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 = btnRunParallelThreadClick
end
end