object MainServerForm: TMainServerForm Left = 778 Top = 113 Width = 245 Height = 128 Caption = 'Demo CORBA Server' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object ClientsLabel: TLabel Left = 16 Top = 40 Width = 149 Height = 20 Caption = 'Number of Clients:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object ClientCount: TLabel Left = 184 Top = 40 Width = 11 Height = 20 Caption = '0' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end