51 lines
1.0 KiB
Plaintext
51 lines
1.0 KiB
Plaintext
object SplashScreen: TSplashScreen
|
|
Left = 507
|
|
Top = 382
|
|
BorderStyle = bsNone
|
|
Caption = 'SplashScreen'
|
|
ClientHeight = 275
|
|
ClientWidth = 452
|
|
Color = clBlack
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
Scaled = False
|
|
OnClose = FormClose
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lblTexto: TLabel
|
|
Left = 11
|
|
Top = 256
|
|
Width = 3
|
|
Height = 13
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWhite
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 452
|
|
Height = 252
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
BorderWidth = 1
|
|
Color = clBlack
|
|
TabOrder = 0
|
|
object Image1: TImage
|
|
Left = 1
|
|
Top = 1
|
|
Width = 450
|
|
Height = 250
|
|
AutoSize = True
|
|
end
|
|
end
|
|
end
|