home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / komunikace / wavago / W-install-cz.exe / Wavago.exe / 0 / RCDATA / TNOTIFY / TNOTIFY.txt < prev   
Text File  |  2006-04-12  |  2KB  |  97 lines

  1. object Notify: TNotify
  2.   Left = 192
  3.   Top = 112
  4.   AlphaBlend = True
  5.   AlphaBlendValue = 220
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsToolWindow
  8.   BorderWidth = 1
  9.   Caption = 'Alert'
  10.   ClientHeight = 78
  11.   ClientWidth = 136
  12.   Color = clWhite
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   Icon.Data = {<image000.ico>}
  19.   OldCreateOrder = False
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object WLogo: TImage
  26.     Left = 63
  27.     Top = 62
  28.     Width = 16
  29.     Height = 16
  30.     Picture.Data = {<image001.bmp>}
  31.     Proportional = True
  32.     Transparent = True
  33.   end
  34.   object Type: TLabel
  35.     Left = 116
  36.     Top = 1
  37.     Width = 3
  38.     Height = 13
  39.     Color = clSkyBlue
  40.     ParentColor = False
  41.     Visible = False
  42.   end
  43.   object AnswerCall: TImage
  44.     Left = 44
  45.     Top = 62
  46.     Width = 16
  47.     Height = 16
  48.     Picture.Data = {<image002.bmp>}
  49.     Proportional = True
  50.     Transparent = True
  51.     OnClick = AnswerCallClick
  52.   end
  53.   object HangupCall: TImage
  54.     Left = 82
  55.     Top = 62
  56.     Width = 16
  57.     Height = 16
  58.     Picture.Data = {<image003.bmp>}
  59.     Proportional = True
  60.     Transparent = True
  61.     OnClick = HangupCallClick
  62.   end
  63.   object Memo1: TMemo
  64.     Left = 0
  65.     Top = 0
  66.     Width = 137
  67.     Height = 64
  68.     Align = alCustom
  69.     Alignment = taCenter
  70.     Anchors = [akLeft, akTop, akRight, akBottom]
  71.     BevelInner = bvLowered
  72.     BevelKind = bkSoft
  73.     BevelOuter = bvNone
  74.     Color = clSkyBlue
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clBlack
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     ReadOnly = True
  82.     TabOrder = 0
  83.   end
  84.   object AnimateOpenClose: TTimer
  85.     Enabled = False
  86.     Interval = 1
  87.     OnTimer = AnimateOpenCloseTimer
  88.     Top = 16
  89.   end
  90.   object WaitAndHide: TTimer
  91.     Enabled = False
  92.     Interval = 5000
  93.     OnTimer = WaitAndHideTimer
  94.     Top = 16
  95.   end
  96. end
  97.