home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / CHIPCD_2_2000.iso / software / shareware / xdesk / XDesk95S.EXE / XDesk95.exe / 0 / RCDATA / TMESSAGEFORM / TMESSAGEFORM.txt
Encoding:
Text File  |  1999-11-19  |  1.3 KB  |  61 lines

  1. object MessageForm: TMessageForm
  2.   Left = 15
  3.   Top = 13
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 46
  7.   ClientWidth = 389
  8.   Color = clInfoBk
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 389
  22.     Height = 46
  23.     Align = alClient
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object Message: TLabel
  29.       Left = 44
  30.       Top = 4
  31.       Width = 343
  32.       Height = 40
  33.       AutoSize = False
  34.       Color = clInfoBk
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clWindowText
  37.       Font.Height = -13
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentColor = False
  41.       ParentFont = False
  42.       ShowAccelChar = False
  43.       WordWrap = True
  44.       OnDblClick = MessageDblClick
  45.     end
  46.     object Time: TLabel
  47.       Left = 4
  48.       Top = 4
  49.       Width = 41
  50.       Height = 17
  51.       AutoSize = False
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clWindowText
  54.       Font.Height = -13
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.     end
  59.   end
  60. end
  61.