home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Midas / Setparam / servmain.dfm / servmain.txt
Text File  |  1999-08-11  |  1KB  |  55 lines

  1. object MainForm: TMainForm
  2.   Left = 240
  3.   Top = 428
  4.   AutoScroll = False
  5.   Caption = 'Application Server'
  6.   ClientHeight = 144
  7.   ClientWidth = 230
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 16
  17.     Top = 16
  18.     Width = 193
  19.     Height = 111
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 21
  25.       Top = 47
  26.       Width = 42
  27.       Height = 13
  28.       Alignment = taRightJustify
  29.       Caption = 'Queries: '
  30.     end
  31.     object Label2: TLabel
  32.       Left = 26
  33.       Top = 22
  34.       Width = 37
  35.       Height = 13
  36.       Alignment = taRightJustify
  37.       Caption = 'Clients: '
  38.     end
  39.     object QueryCount: TLabel
  40.       Left = 72
  41.       Top = 48
  42.       Width = 6
  43.       Height = 13
  44.       Caption = '0'
  45.     end
  46.     object ClientCount: TLabel
  47.       Left = 72
  48.       Top = 23
  49.       Width = 6
  50.       Height = 13
  51.       Caption = '0'
  52.     end
  53.   end
  54. end
  55.