home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / TransSoftMail / tmc4bpe.exe / %MAINDIR% / Tmc4.exe / 0 / RCDATA / TNOTIFYFORM / TNOTIFYFORM.txt
Encoding:
Text File  |  1999-02-07  |  2.7 KB  |  134 lines

  1. object NotifyForm: TNotifyForm
  2.   Left = 164
  3.   Top = 97
  4.   BorderStyle = bsNone
  5.   Caption = 'Mail!'
  6.   ClientHeight = 47
  7.   ClientWidth = 116
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 11
  23.     Width = 116
  24.     Height = 36
  25.     Align = alClient
  26.     BevelOuter = bvLowered
  27.     TabOrder = 0
  28.     object LMDFill3: TLMDFill
  29.       Left = 1
  30.       Top = 1
  31.       Width = 114
  32.       Height = 34
  33.       Align = alClient
  34.       Bevel.Mode = bmCustom
  35.       Bevel.StandardStyle = lsSingleLowered
  36.       Caption.Font.Charset = DEFAULT_CHARSET
  37.       Caption.Font.Color = clWindowText
  38.       Caption.Font.Height = -11
  39.       Caption.Font.Name = 'MS Sans Serif'
  40.       Caption.Font.Style = []
  41.       FillObject.Style = sfBitmap
  42.     end
  43.     object RxSpeedButton1: TRxSpeedButton
  44.       Left = 40
  45.       Top = 2
  46.       Width = 46
  47.       Height = 32
  48.       DropDownMenu = PopupMenu1
  49.       Caption = 'Mail'
  50.       Flat = True
  51.       Transparent = True
  52.     end
  53.     object Animate1: TAnimate
  54.       Left = 4
  55.       Top = 2
  56.       Width = 32
  57.       Height = 32
  58.       Active = False
  59.       FileName = 'D:\TMail3\Ver4\Working.avi'
  60.       StopFrame = 30
  61.       Transparent = False
  62.     end
  63.   end
  64.   object Panel2: TPanel
  65.     Left = 0
  66.     Top = 0
  67.     Width = 116
  68.     Height = 11
  69.     Align = alTop
  70.     Alignment = taLeftJustify
  71.     BevelOuter = bvNone
  72.     Caption = 'New Mail...'
  73.     Color = clActiveCaption
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clCaptionText
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.     TabOrder = 1
  81.     OnMouseDown = Panel2MouseDown
  82.   end
  83.   object PopupMenu1: TPopupMenu
  84.     Left = 56
  85.     Top = 32
  86.     object Viewlistofnewmessages1: TMenuItem
  87.       Caption = '&View list of new messages'
  88.       OnClick = Viewlistofnewmessages1Click
  89.     end
  90.     object N1: TMenuItem
  91.       Caption = '-'
  92.     end
  93.     object Close1: TMenuItem
  94.       Caption = 'Close!'
  95.       OnClick = Close1Click
  96.     end
  97.   end
  98.   object KTop1: TKTop
  99.     KTop = False
  100.     Left = 64
  101.     Top = 32
  102.   end
  103.   object MultiLang1: TMultiLang
  104.     Languages = 2
  105.     Words.Strings = (
  106.       '%Form%'
  107.       'Mail!'
  108.       'P∩┐╜stur'
  109.       'Panel1'
  110.       ''
  111.       ''
  112.       'LMDFill3'
  113.       ''
  114.       ''
  115.       'RxSpeedButton1'
  116.       'Mail'
  117.       'P∩┐╜stur'
  118.       'Viewlistofnewmessages1'
  119.       '&View list of new messages'
  120.       '&Sko∩┐╜a lista yfir n∩┐╜jan p∩┐╜st ...'
  121.       'N1'
  122.       '-'
  123.       '-'
  124.       'Close1'
  125.       'Close!'
  126.       'Loka!'
  127.       'Panel2'
  128.       'New Mail...'
  129.       'N∩┐╜r p∩┐╜stur...')
  130.     Left = 72
  131.     Top = 19
  132.   end
  133. end
  134.