5477 |
|
ExplicitWidth = 232 |
5478 |
|
ExplicitHeight = 168 |
5479 |
|
end |
5480 |
+ |
object doorbellPanel: TPanel |
5481 |
+ |
Left = 8 |
5482 |
+ |
Top = 152 |
5483 |
+ |
Width = 242 |
5484 |
+ |
Height = 73 |
5485 |
+ |
Caption = 'DOOR BELL !' |
5486 |
+ |
Color = clRed |
5487 |
+ |
Font.Charset = DEFAULT_CHARSET |
5488 |
+ |
Font.Color = clBlack |
5489 |
+ |
Font.Height = -27 |
5490 |
+ |
Font.Name = 'Tahoma' |
5491 |
+ |
Font.Style = [] |
5492 |
+ |
ParentBackground = False |
5493 |
+ |
ParentFont = False |
5494 |
+ |
TabOrder = 0 |
5495 |
+ |
Visible = False |
5496 |
+ |
end |
5497 |
+ |
object unknownAlarm: TPanel |
5498 |
+ |
Left = 8 |
5499 |
+ |
Top = 152 |
5500 |
+ |
Width = 242 |
5501 |
+ |
Height = 73 |
5502 |
+ |
Caption = 'UNKNOWN' |
5503 |
+ |
Color = clRed |
5504 |
+ |
Font.Charset = DEFAULT_CHARSET |
5505 |
+ |
Font.Color = clBlack |
5506 |
+ |
Font.Height = -27 |
5507 |
+ |
Font.Name = 'Tahoma' |
5508 |
+ |
Font.Style = [] |
5509 |
+ |
ParentBackground = False |
5510 |
+ |
ParentFont = False |
5511 |
+ |
ParentShowHint = False |
5512 |
+ |
ShowHint = True |
5513 |
+ |
TabOrder = 1 |
5514 |
+ |
Visible = False |
5515 |
+ |
end |
5516 |
|
object TrayIcon1: TTrayIcon |
5517 |
|
PopupMenu = PopupMenu1 |
5518 |
|
Visible = True |
5527 |
|
AutoCheck = True |
5528 |
|
Caption = 'Allow muting sound interfaces' |
5529 |
|
end |
5530 |
+ |
object N3: TMenuItem |
5531 |
+ |
Caption = '-' |
5532 |
+ |
end |
5533 |
+ |
object Ignoredoorbell1: TMenuItem |
5534 |
+ |
AutoCheck = True |
5535 |
+ |
Caption = 'Ignore door bell' |
5536 |
+ |
end |
5537 |
+ |
object Ignoremotionalert1: TMenuItem |
5538 |
+ |
AutoCheck = True |
5539 |
+ |
Caption = 'Ignore motion alert' |
5540 |
+ |
end |
5541 |
|
object N1: TMenuItem |
5542 |
|
Caption = '-' |
5543 |
|
end |