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

  1. object frmSimpleMessage: TfrmSimpleMessage
  2.   Left = 290
  3.   Top = 176
  4.   Width = 473
  5.   Height = 394
  6.   Caption = 'Message'
  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.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 465
  21.     Height = 319
  22.     Align = alClient
  23.     Font.Charset = ANSI_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -12
  26.     Font.Name = 'Lucida Console'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     ReadOnly = True
  30.     ScrollBars = ssVertical
  31.     TabOrder = 0
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 0
  35.     Top = 319
  36.     Width = 465
  37.     Height = 41
  38.     Align = alBottom
  39.     BevelOuter = bvNone
  40.     TabOrder = 1
  41.     object btnOK: TButton
  42.       Left = 192
  43.       Top = 8
  44.       Width = 75
  45.       Height = 25
  46.       Caption = 'OK'
  47.       Default = True
  48.       TabOrder = 0
  49.       OnClick = btnOKClick
  50.     end
  51.   end
  52. end
  53.