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

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 438
  5.   Height = 329
  6.   Caption = 'Form1'
  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 DBGrid1: TDBGrid
  17.     Left = 8
  18.     Top = 40
  19.     Width = 417
  20.     Height = 257
  21.     DataSource = DataSource1
  22.     TabOrder = 0
  23.     TitleFont.Charset = DEFAULT_CHARSET
  24.     TitleFont.Color = clWindowText
  25.     TitleFont.Height = -11
  26.     TitleFont.Name = 'MS Sans Serif'
  27.     TitleFont.Style = []
  28.   end
  29.   object Button1: TButton
  30.     Left = 176
  31.     Top = 8
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'Open'
  35.     TabOrder = 1
  36.     OnClick = Button1Click
  37.   end
  38.   object DCOMConnection1: TDCOMConnection
  39.     LoginPrompt = True
  40.     ServerGUID = '{5E6A5BD5-F709-11D1-AABE-00C04FA35CFA}'
  41.     ServerName = 'Server.LoginDemo'
  42.     OnLogin = DCOMConnection1Login
  43.     Left = 8
  44.     Top = 8
  45.   end
  46.   object ClientDataSet1: TClientDataSet
  47.     Aggregates = <>
  48.     Params = <>
  49.     ProviderName = 'CountryProvider'
  50.     RemoteServer = DCOMConnection1
  51.     Left = 48
  52.     Top = 8
  53.   end
  54.   object DataSource1: TDataSource
  55.     DataSet = ClientDataSet1
  56.     Left = 80
  57.     Top = 8
  58.   end
  59. end
  60.