home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 August / INTERNET94.ISO / pc / software / windows / utils / watznew / setup.exe / 0 / RCDATA / TALERTWINDOW / TALERTWINDOW.txt < prev   
Encoding:
Text File  |  2002-05-01  |  3.7 KB  |  161 lines

  1. object AlertWindow: TAlertWindow
  2.   Left = 367
  3.   Top = 324
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'WatzNew Message'
  7.   ClientHeight = 97
  8.   ClientWidth = 369
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Shell Dlg'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   PopupMenu = PopupMenu
  19.   Position = poScreenCenter
  20.   OnClose = FormClose
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Image: TImage
  26.     Left = 56
  27.     Top = 4
  28.     Width = 305
  29.     Height = 55
  30.     Transparent = True
  31.     OnClick = ImageClick
  32.     OnMouseMove = ImageMouseMove
  33.   end
  34.   object Bevel: TBevel
  35.     Left = 56
  36.     Top = 64
  37.     Width = 305
  38.     Height = 17
  39.     Shape = bsTopLine
  40.   end
  41.   object GoLabel: TLabel
  42.     Left = 56
  43.     Top = 76
  44.     Width = 10
  45.     Height = 13
  46.     Cursor = crHandPoint
  47.     Caption = '--'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -11
  51.     Font.Name = 'Tahoma'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     ParentShowHint = False
  55.     ShowHint = True
  56.     Transparent = True
  57.     OnClick = GoLabelClick
  58.   end
  59.   object MoreButton: TXPSpeedButton
  60.     Left = 340
  61.     Top = 72
  62.     Width = 22
  63.     Height = 21
  64.     Hint = 'More actions'
  65.     AllowAllUp = True
  66.     Flat = True
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     Glyph.Data = {
  73.       0A010000424D4201000000000000760000002800000011000000110000000100
  74.       040000000000CC000000C40E0000C40E0000020000000200000000000000FFFF
  75.       FF00111111111111111110000000111111111111111110001111111111111111
  76.       1111100011111111111111111111100011111111111111111111100011111111
  77.       0011100111111000111111111001110011111000111111111100111001111000
  78.       1111111111100111001110001111111111001110011110001111111110011100
  79.       1111100011111111001110011111100011111111111111111111100011111111
  80.       1111111111111000111111111111111111111000111111111111111111111000
  81.       1111111111111111111110001111}
  82.     Layout = blGlyphRight
  83.     ParentFont = False
  84.     ParentShowHint = False
  85.     ShowHint = True
  86.     Spacing = -1
  87.     OnClick = MoreButtonClick
  88.   end
  89.   object LogoImage: TImage32
  90.     Left = 5
  91.     Top = 0
  92.     Width = 48
  93.     Height = 48
  94.     Bitmap.DrawMode = dmBlend
  95.     Bitmap.StretchFilter = sfLinear2
  96.     BitmapAlign = baTopLeft
  97.     Scale = 1
  98.     ScaleMode = smResize
  99.     TabOrder = 0
  100.   end
  101.   object PopupMenu: TPopupMenu
  102.     Alignment = paRight
  103.     Left = 8
  104.     Top = 64
  105.     object N11: TMenuItem
  106.       Caption = '1'
  107.       OnClick = ActionItemClick
  108.     end
  109.     object N21: TMenuItem
  110.       Caption = '2'
  111.       OnClick = ActionItemClick
  112.     end
  113.     object N31: TMenuItem
  114.       Caption = '3'
  115.       OnClick = ActionItemClick
  116.     end
  117.     object N41: TMenuItem
  118.       Caption = '4'
  119.       OnClick = ActionItemClick
  120.     end
  121.     object N51: TMenuItem
  122.       Caption = '5'
  123.       OnClick = ActionItemClick
  124.     end
  125.     object N61: TMenuItem
  126.       Caption = '6'
  127.       OnClick = ActionItemClick
  128.     end
  129.     object N71: TMenuItem
  130.       Caption = '7'
  131.       OnClick = ActionItemClick
  132.     end
  133.     object N81: TMenuItem
  134.       Caption = '8'
  135.       OnClick = ActionItemClick
  136.     end
  137.     object N91: TMenuItem
  138.       Caption = '9'
  139.       OnClick = ActionItemClick
  140.     end
  141.     object DefaultActionItem: TMenuItem
  142.       Caption = '@@@'
  143.       ShortCut = 13
  144.       Visible = False
  145.       OnClick = GoLabelClick
  146.     end
  147.     object EscItem: TMenuItem
  148.       Caption = '@@@'
  149.       ShortCut = 27
  150.       Visible = False
  151.       OnClick = EscItemClick
  152.     end
  153.     object PopupItem: TMenuItem
  154.       Caption = '@@@'
  155.       ShortCut = 40
  156.       Visible = False
  157.       OnClick = PopupItemClick
  158.     end
  159.   end
  160. end
  161.