home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / INFO / DI9807BL.ZIP / Intf / Server / MainFrm.dfm / MainFrm.txt
Text File  |  1998-05-08  |  365b  |  17 lines

  1. object frmMain: TfrmMain
  2.   Left = 200
  3.   Top = 108
  4.   Width = 317
  5.   Height = 144
  6.   Caption = 'ChatServer (Simple interface callbacks)'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   WindowState = wsMinimized
  13.   OnCloseQuery = FormCloseQuery
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16. end
  17.