Home_dm.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Home: THome
  2.   OldCreateOrder = False
  3.   PageProducer = PageProducer
  4.   AppServices = WebAppComponents
  5.   Left = 254
  6.   Top = 107
  7.   Height = 296
  8.   Width = 215
  9.   object PageProducer: TPageProducer
  10.     ScriptEngine = 'JScript'
  11.     Left = 48
  12.     Top = 8
  13.   end
  14.   object WebAppComponents: TWebAppComponents
  15.     Sessions = SessionsService1
  16.     PageDispatcher = PageDispatcher
  17.     AdapterDispatcher = AdapterDispatcher
  18.     ApplicationAdapter = ApplicationAdapter
  19.     EndUserAdapter = EndUserSessionAdapter1
  20.     UserListService = WebUserList1
  21.     Left = 48
  22.     Top = 56
  23.   end
  24.   object ApplicationAdapter: TApplicationAdapter
  25.     ApplicationTitle = 'WSnapUsers'
  26.     Left = 48
  27.     Top = 104
  28.     object TAdapterDefaultActions
  29.     end
  30.     object TAdapterDefaultFields
  31.     end
  32.   end
  33.   object PageDispatcher: TPageDispatcher
  34.     Left = 48
  35.     Top = 152
  36.   end
  37.   object AdapterDispatcher: TAdapterDispatcher
  38.     Left = 48
  39.     Top = 200
  40.   end
  41.   object WebUserList1: TWebUserList
  42.     UserItems = <
  43.       item
  44.         UserName = 'Marco'
  45.         Password = 'm'
  46.       end>
  47.     Left = 120
  48.     Top = 8
  49.   end
  50.   object EndUserSessionAdapter1: TEndUserSessionAdapter
  51.     LoginPage = 'loginform'
  52.     Left = 120
  53.     Top = 56
  54.     object TAdapterDefaultActions
  55.     end
  56.     object TAdapterDefaultFields
  57.       object AdapterField: TAdapterField
  58.       end
  59.     end
  60.   end
  61.   object SessionsService1: TSessionsService
  62.     Left = 120
  63.     Top = 112
  64.   end
  65. end