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

Delphi控件源码

开发平台:

Delphi

  1. object SessionDemo: TSessionDemo
  2.   OldCreateOrder = False
  3.   OnBeforeDispatchPage = WebAppPageModuleBeforeDispatchPage
  4.   PageProducer = PageProducer1
  5.   AppServices = WebAppComponents
  6.   Left = 254
  7.   Top = 107
  8.   Height = 344
  9.   Width = 215
  10.   object WebAppComponents: TWebAppComponents
  11.     Sessions = SessionsService
  12.     PageDispatcher = PageDispatcher
  13.     AdapterDispatcher = AdapterDispatcher
  14.     ApplicationAdapter = ApplicationAdapter
  15.     Left = 48
  16.     Top = 56
  17.   end
  18.   object ApplicationAdapter: TApplicationAdapter
  19.     ApplicationTitle = 'WSnapSession'
  20.     Left = 48
  21.     Top = 104
  22.     object TAdapterDefaultActions
  23.     end
  24.     object TAdapterDefaultFields
  25.       object Hits: TAdapterField
  26.         OnGetValue = HitsGetValue
  27.       end
  28.       object SessionHits: TAdapterField
  29.         OnGetValue = SessionHitsGetValue
  30.       end
  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 SessionsService: TSessionsService
  42.     Left = 48
  43.     Top = 248
  44.   end
  45.   object PageProducer1: TPageProducer
  46.     OnHTMLTag = PageProducerHTMLTag
  47.     ScriptEngine = 'JScript'
  48.     Left = 48
  49.     Top = 16
  50.   end
  51. end