98 lines
2.0 KiB
Plaintext
98 lines
2.0 KiB
Plaintext
object DlgDispLogo: TDlgDispLogo
|
|
Left = 0
|
|
Top = 0
|
|
AlphaBlend = True
|
|
AlphaBlendValue = 40
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsNone
|
|
Caption = 'Logo'
|
|
ClientHeight = 406
|
|
ClientWidth = 768
|
|
Color = clGray
|
|
TransparentColor = True
|
|
TransparentColorValue = clGray
|
|
DefaultMonitor = dmDesktop
|
|
DoubleBuffered = True
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
Position = poDefault
|
|
StyleName = 'Windows'
|
|
TextHeight = 15
|
|
object pnTaskBar: TPanel
|
|
Left = 0
|
|
Top = 365
|
|
Width = 768
|
|
Height = 41
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
Visible = False
|
|
end
|
|
object pnClient: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 768
|
|
Height = 365
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object lbLogo: TLabel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 216
|
|
Height = 77
|
|
Align = alClient
|
|
Caption = 'lbLogo'
|
|
Font.Charset = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -64
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
StyleName = 'Windows'
|
|
end
|
|
object imgLogo: TImage
|
|
Left = 88
|
|
Top = 104
|
|
Width = 600
|
|
Height = 217
|
|
AutoSize = True
|
|
Transparent = True
|
|
end
|
|
object imgST: TImageEn
|
|
Left = 368
|
|
Top = 200
|
|
Width = 1
|
|
Height = 1
|
|
Cursor = crArrow
|
|
Background = clBtnFace
|
|
Ctl3D = False
|
|
ParentCtl3D = False
|
|
LegacyBitmap = True
|
|
WallpaperStyle = iewoTile
|
|
EnableInteractionHints = True
|
|
MouseWheelParams.Action = iemwZoom
|
|
AutoCursors = False
|
|
Visible = False
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object tTime: TTimer
|
|
Enabled = False
|
|
OnTimer = tTimeTimer
|
|
Left = 32
|
|
Top = 152
|
|
end
|
|
object tStayTop: TTimer
|
|
Enabled = False
|
|
Interval = 2000
|
|
OnTimer = tStayTopTimer
|
|
Left = 32
|
|
Top = 208
|
|
end
|
|
end
|