home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / nastroje / SENDMAIL.ZIP / sendmail.exe / RCDATA / TFRMLOG / TFRMLOG.txt
Text File  |  2002-07-15  |  500b  |  28 lines

  1. object frmLog: TfrmLog
  2.   Left = 289
  3.   Top = 329
  4.   Width = 264
  5.   Height = 330
  6.   Caption = 'Log'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   OldCreateOrder = True
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lbLog: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 256
  22.     Height = 303
  23.     Align = alClient
  24.     ItemHeight = 13
  25.     TabOrder = 0
  26.   end
  27. end
  28.