1
0
mirror of https://github.com/loginov-dmitry/multithread.git synced 2025-12-25 15:36:56 +02:00
Files
multithread/ExNotUseThreads/SplashFormUnit.dfm
loginov-dmitry c9634cb1db Разное
Внесено несколько исправлений и уточнений, добавлен новый пример
2020-11-22 13:05:23 +03:00

37 lines
879 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 = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 19
object Panel1: TPanel
Left = 0
Top = 0
Width = 414
Height = 117
Align = alClient
BorderStyle = bsSingle
TabOrder = 0
ExplicitLeft = 24
ExplicitWidth = 385
ExplicitHeight = 208
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