134 lines
2.9 KiB
Plaintext
134 lines
2.9 KiB
Plaintext
object frmMainRTSP: TfrmMainRTSP
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsNone
|
|
Caption = 'frmMainRTSP'
|
|
ClientHeight = 804
|
|
ClientWidth = 1015
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
TextHeight = 15
|
|
object pnlCCTVButtons: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 1015
|
|
Height = 99
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
Color = 3877179
|
|
ParentBackground = False
|
|
TabOrder = 0
|
|
DesignSize = (
|
|
1015
|
|
99)
|
|
object lblDateTime: TLabel
|
|
Left = 400
|
|
Top = 25
|
|
Width = 339
|
|
Height = 50
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = False
|
|
Caption = '--:--:--'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = 12100500
|
|
Font.Height = -33
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
Transparent = True
|
|
Layout = tlCenter
|
|
end
|
|
object btnFullscreen: TPanel
|
|
Left = 745
|
|
Top = 8
|
|
Width = 127
|
|
Height = 83
|
|
Cursor = crHandPoint
|
|
Anchors = [akTop, akRight]
|
|
BevelOuter = bvNone
|
|
Color = 2699840
|
|
ParentBackground = False
|
|
TabOrder = 0
|
|
object lblFullscreenText: TLabel
|
|
Left = 61
|
|
Top = 40
|
|
Width = 60
|
|
Height = 53
|
|
Alignment = taCenter
|
|
AutoSize = False
|
|
Caption = '[ ]'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWhite
|
|
Font.Height = -33
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
Transparent = True
|
|
Layout = tlCenter
|
|
OnClick = lblFullscreenTextClick
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 880
|
|
Top = 8
|
|
Width = 127
|
|
Height = 83
|
|
Cursor = crHandPoint
|
|
Anchors = [akTop, akRight]
|
|
BevelOuter = bvNone
|
|
Color = 2699840
|
|
ParentBackground = False
|
|
TabOrder = 1
|
|
object lblCloseText: TLabel
|
|
Left = 51
|
|
Top = 40
|
|
Width = 71
|
|
Height = 53
|
|
Alignment = taCenter
|
|
AutoSize = False
|
|
Caption = 'X'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWhite
|
|
Font.Height = -33
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
Transparent = True
|
|
Layout = tlCenter
|
|
OnClick = lblCloseTextClick
|
|
end
|
|
end
|
|
end
|
|
object pnlCCTVVideo: TPanel
|
|
Left = 0
|
|
Top = 99
|
|
Width = 1015
|
|
Height = 705
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
Color = 986922
|
|
ParentBackground = False
|
|
TabOrder = 1
|
|
object lstCameras: TListBox
|
|
Left = 16
|
|
Top = 24
|
|
Width = 641
|
|
Height = 89
|
|
ItemHeight = 15
|
|
TabOrder = 0
|
|
Visible = False
|
|
end
|
|
end
|
|
object TimerTime: TTimer
|
|
OnTimer = TimerTimeTimer
|
|
Left = 496
|
|
Top = 392
|
|
end
|
|
end
|