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.     PageDispatcher = PageDispatcher
  16.     AdapterDispatcher = AdapterDispatcher
  17.     ApplicationAdapter = ApplicationAdapter
  18.     Left = 48
  19.     Top = 56
  20.   end
  21.   object ApplicationAdapter: TApplicationAdapter
  22.     ApplicationTitle = 'WSnap2'
  23.     Left = 48
  24.     Top = 104
  25.     object TAdapterDefaultActions
  26.     end
  27.     object TAdapterDefaultFields
  28.       object Count: TAdapterField
  29.         OnGetValue = CountGetValue
  30.       end
  31.     end
  32.   end
  33.   object PageDispatcher: TPageDispatcher
  34.     DefaultPage = 'home'
  35.     OnBeforeDispatchPage = PageDispatcherBeforeDispatchPage
  36.     Left = 48
  37.     Top = 152
  38.   end
  39.   object AdapterDispatcher: TAdapterDispatcher
  40.     Left = 48
  41.     Top = 200
  42.   end
  43. end