1
0
mirror of https://github.com/loginov-dmitry/multithread.git synced 2024-11-24 16:53:48 +02:00
multithread/ExNotUseThreads/NotUseThreadsUnit.dfm
loginov-dmitry c9634cb1db Разное
Внесено несколько исправлений и уточнений, добавлен новый пример
2020-11-22 13:05:23 +03:00

61 lines
1.7 KiB
Plaintext

object Form1: TForm1
Left = 0
Top = 0
Caption = #1044#1077#1084#1086#1085#1089#1090#1088#1072#1094#1080#1103' '#1087#1088#1086#1075#1088#1072#1084#1084#1099' '#1073#1077#1079' '#1080#1089#1087#1086#1083#1100#1079#1086#1074#1072#1085#1080#1103' '#1076#1086#1087#1086#1083#1085#1080#1090#1077#1083#1100#1085#1099#1093' '#1087#1086#1090#1086#1082#1086#1074
ClientHeight = 129
ClientWidth = 635
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 16
Top = 16
Width = 239
Height = 16
Caption = #1055#1088#1080#1084#1077#1088' 1: '#1080#1089#1087#1086#1083#1100#1079#1086#1074#1072#1085#1080#1077' Screen.Cursor'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 16
Top = 88
Width = 239
Height = 16
Caption = #1055#1088#1080#1084#1077#1088' 2: '#1080#1089#1087#1086#1083#1100#1079#1086#1074#1072#1085#1080#1077' splash-'#1092#1086#1088#1084#1099
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object btnRun1: TButton
Left = 272
Top = 13
Width = 193
Height = 25
Caption = #1042#1099#1087#1086#1083#1085#1080#1090#1100
TabOrder = 0
OnClick = btnRun1Click
end
object btnRun2: TButton
Left = 272
Top = 85
Width = 193
Height = 25
Caption = #1042#1099#1087#1086#1083#1085#1080#1090#1100
TabOrder = 1
OnClick = btnRun2Click
end
end