home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Corba / Datamodule / corbaserverform.dfm / corbaserverform.txt
Text File  |  1999-08-11  |  920b  |  43 lines

  1. object MainServerForm: TMainServerForm
  2.   Left = 778
  3.   Top = 113
  4.   Width = 245
  5.   Height = 128
  6.   Caption = 'Demo CORBA 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 ClientsLabel: TLabel
  17.     Left = 16
  18.     Top = 40
  19.     Width = 149
  20.     Height = 20
  21.     Caption = 'Number of Clients:'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -16
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object ClientCount: TLabel
  30.     Left = 184
  31.     Top = 40
  32.     Width = 11
  33.     Height = 20
  34.     Caption = '0'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -16
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42. end
  43.