home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / xns / xns53p_setup.exe / xns5.exe / 0 / RCDATA / TFRMRECENTMESSAGES / TFRMRECENTMESSAGES.txt
Text File  |  2005-05-02  |  1KB  |  57 lines

  1. object frmRecentMessages: TfrmRecentMessages
  2.   Left = 341
  3.   Top = 169
  4.   Width = 448
  5.   Height = 411
  6.   Caption = 'Recent Messages'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnKeyPress = FormKeyPress
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object log: TMemo
  21.     Left = 0
  22.     Top = 0
  23.     Width = 440
  24.     Height = 339
  25.     Align = alClient
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -12
  29.     Font.Name = 'Courier New'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     ReadOnly = True
  33.     ScrollBars = ssVertical
  34.     TabOrder = 0
  35.     OnChange = logChange
  36.   end
  37.   object Panel1: TPanel
  38.     Left = 0
  39.     Top = 339
  40.     Width = 440
  41.     Height = 38
  42.     Align = alBottom
  43.     BevelOuter = bvNone
  44.     TabOrder = 1
  45.     object Button1: TButton
  46.       Left = 176
  47.       Top = 8
  48.       Width = 75
  49.       Height = 25
  50.       Caption = 'OK'
  51.       Default = True
  52.       TabOrder = 0
  53.       OnClick = Button1Click
  54.     end
  55.   end
  56. end
  57.