home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Midas / Login / srvrfrm.dfm / srvrfrm.txt
Text File  |  1999-08-11  |  566b  |  32 lines

  1. object Form1: TForm1
  2.   Left = 232
  3.   Top = 139
  4.   Width = 142
  5.   Height = 282
  6.   Caption = 'Server'
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 79
  20.     Height = 13
  21.     Caption = 'Who'#39's logged in:'
  22.   end
  23.   object ListBox1: TListBox
  24.     Left = 8
  25.     Top = 24
  26.     Width = 121
  27.     Height = 225
  28.     ItemHeight = 13
  29.     TabOrder = 0
  30.   end
  31. end
  32.