home *** CD-ROM | disk | FTP | other *** search
- object AlertWindow: TAlertWindow
- Left = 367
- Top = 324
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'WatzNew Message'
- ClientHeight = 97
- ClientWidth = 369
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- PopupMenu = PopupMenu
- Position = poScreenCenter
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image: TImage
- Left = 56
- Top = 4
- Width = 305
- Height = 55
- Transparent = True
- OnClick = ImageClick
- OnMouseMove = ImageMouseMove
- end
- object Bevel: TBevel
- Left = 56
- Top = 64
- Width = 305
- Height = 17
- Shape = bsTopLine
- end
- object GoLabel: TLabel
- Left = 56
- Top = 76
- Width = 10
- Height = 13
- Cursor = crHandPoint
- Caption = '--'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- Transparent = True
- OnClick = GoLabelClick
- end
- object MoreButton: TXPSpeedButton
- Left = 340
- Top = 72
- Width = 22
- Height = 21
- Hint = 'More actions'
- AllowAllUp = True
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Glyph.Data = {
- 0A010000424D4201000000000000760000002800000011000000110000000100
- 040000000000CC000000C40E0000C40E0000020000000200000000000000FFFF
- FF00111111111111111110000000111111111111111110001111111111111111
- 1111100011111111111111111111100011111111111111111111100011111111
- 0011100111111000111111111001110011111000111111111100111001111000
- 1111111111100111001110001111111111001110011110001111111110011100
- 1111100011111111001110011111100011111111111111111111100011111111
- 1111111111111000111111111111111111111000111111111111111111111000
- 1111111111111111111110001111}
- Layout = blGlyphRight
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- Spacing = -1
- OnClick = MoreButtonClick
- end
- object LogoImage: TImage32
- Left = 5
- Top = 0
- Width = 48
- Height = 48
- Bitmap.DrawMode = dmBlend
- Bitmap.StretchFilter = sfLinear2
- BitmapAlign = baTopLeft
- Scale = 1
- ScaleMode = smResize
- TabOrder = 0
- end
- object PopupMenu: TPopupMenu
- Alignment = paRight
- Left = 8
- Top = 64
- object N11: TMenuItem
- Caption = '1'
- OnClick = ActionItemClick
- end
- object N21: TMenuItem
- Caption = '2'
- OnClick = ActionItemClick
- end
- object N31: TMenuItem
- Caption = '3'
- OnClick = ActionItemClick
- end
- object N41: TMenuItem
- Caption = '4'
- OnClick = ActionItemClick
- end
- object N51: TMenuItem
- Caption = '5'
- OnClick = ActionItemClick
- end
- object N61: TMenuItem
- Caption = '6'
- OnClick = ActionItemClick
- end
- object N71: TMenuItem
- Caption = '7'
- OnClick = ActionItemClick
- end
- object N81: TMenuItem
- Caption = '8'
- OnClick = ActionItemClick
- end
- object N91: TMenuItem
- Caption = '9'
- OnClick = ActionItemClick
- end
- object DefaultActionItem: TMenuItem
- Caption = '@@@'
- ShortCut = 13
- Visible = False
- OnClick = GoLabelClick
- end
- object EscItem: TMenuItem
- Caption = '@@@'
- ShortCut = 27
- Visible = False
- OnClick = EscItemClick
- end
- object PopupItem: TMenuItem
- Caption = '@@@'
- ShortCut = 40
- Visible = False
- OnClick = PopupItemClick
- end
- end
- end
-