1
0
mirror of https://github.com/loginov-dmitry/multithread.git synced 2025-12-25 23:37:08 +02:00
Files
multithread/ExNotUseThreads/SplashFormUnit.lfm
2024-10-13 22:05:53 +03:00

32 lines
765 B
Plaintext

object SplashForm: TSplashForm
Left = 0
Top = 0
Caption = 'SplashForm'
ClientHeight = 117
ClientWidth = 414
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 96
object Panel1: TPanel
Left = 0
Top = 0
Width = 414
Height = 117
Align = alClient
BorderStyle = bsSingle
TabOrder = 0
object Label1: TLabel
Left = 32
Top = 48
Width = 331
Height = 19
Caption = #1046#1076#1080#1090#1077'! '#1042#1099#1087#1086#1083#1085#1103#1077#1090#1089#1103' '#1076#1083#1080#1090#1077#1083#1100#1085#1072#1103' '#1086#1087#1077#1088#1072#1094#1080#1103'...'
end
end
end