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

60 lines
1.3 KiB
Plaintext

object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 127
ClientWidth = 452
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnDestroy = FormDestroy
DesignSize = (
452
127)
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 8
Top = 72
Width = 64
Height = 16
Caption = #1056#1077#1079#1091#1083#1100#1090#1072#1090':'
end
object labResult: TLabel
Left = 78
Top = 72
Width = 7
Height = 16
Caption = '0'
end
object btnRunInParallelThread: TButton
Left = 8
Top = 8
Width = 217
Height = 33
Caption = #1042#1099#1095#1080#1089#1083#1080#1090#1100' '#1089#1091#1084#1084#1091' '#1088#1103#1076#1072' '#1095#1080#1089#1077#1083' '#1076#1086':'
TabOrder = 0
OnClick = btnRunInParallelThreadClick
end
object ProgressBar1: TProgressBar
Left = 8
Top = 49
Width = 436
Height = 17
Anchors = [akLeft, akTop, akRight]
TabOrder = 1
end
object edMaxValue: TEdit
Left = 232
Top = 16
Width = 89
Height = 24
TabOrder = 2
Text = '100000000'
end
end