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

  1. object frmLogs: TfrmLogs
  2.   Left = 153
  3.   Top = 260
  4.   Width = 871
  5.   Height = 378
  6.   Caption = 'Logs'
  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.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lstLogs: TListBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 129
  21.     Height = 350
  22.     Align = alLeft
  23.     BorderStyle = bsNone
  24.     Color = clMoneyGreen
  25.     Ctl3D = False
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -13
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ItemHeight = 16
  32.     ParentCtl3D = False
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     OnClick = lstLogsClick
  36.   end
  37.   object memLog: TMemo
  38.     Left = 129
  39.     Top = 0
  40.     Width = 734
  41.     Height = 350
  42.     Align = alClient
  43.     BorderStyle = bsNone
  44.     Ctl3D = False
  45.     Font.Charset = ANSI_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -12
  48.     Font.Name = 'Courier New'
  49.     Font.Style = []
  50.     ParentCtl3D = False
  51.     ParentFont = False
  52.     ReadOnly = True
  53.     ScrollBars = ssVertical
  54.     TabOrder = 1
  55.   end
  56. end
  57.