home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / NOticeManager / NoticeManager.exe / 0 / RCDATA / TMSG / TMSG.txt
Text File  |  1998-04-12  |  623b  |  35 lines

  1. object msg: Tmsg
  2.   Left = 200
  3.   Top = 199
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'msg'
  6.   ClientHeight = 225
  7.   ClientWidth = 277
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Memo1: TMemo
  17.     Left = 0
  18.     Top = 0
  19.     Width = 277
  20.     Height = 185
  21.     Align = alTop
  22.     ScrollBars = ssVertical
  23.     TabOrder = 0
  24.   end
  25.   object BitBtn1: TBitBtn
  26.     Left = 104
  27.     Top = 195
  28.     Width = 80
  29.     Height = 29
  30.     TabOrder = 1
  31.     OnClick = BitBtn1Click
  32.     Kind = bkOK
  33.   end
  34. end
  35.