object Form1: TForm1 Left = 192 Top = 107 Width = 438 Height = 329 Caption = 'Form1' 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 DBGrid1: TDBGrid Left = 8 Top = 40 Width = 417 Height = 257 DataSource = DataSource1 TabOrder = 0 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] end object Button1: TButton Left = 176 Top = 8 Width = 75 Height = 25 Caption = 'Open' TabOrder = 1 OnClick = Button1Click end object DCOMConnection1: TDCOMConnection LoginPrompt = True ServerGUID = '{5E6A5BD5-F709-11D1-AABE-00C04FA35CFA}' ServerName = 'Server.LoginDemo' OnLogin = DCOMConnection1Login Left = 8 Top = 8 end object ClientDataSet1: TClientDataSet Aggregates = <> Params = <> ProviderName = 'CountryProvider' RemoteServer = DCOMConnection1 Left = 48 Top = 8 end object DataSource1: TDataSource DataSet = ClientDataSet1 Left = 80 Top = 8 end end