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

Delphi控件源码

开发平台:

Delphi

  1. object countries: Tcountries
  2.   OldCreateOrder = False
  3.   PageProducer = PageProducer
  4.   OnBeforeDispatchPage = WebPageModuleBeforeDispatchPage
  5.   Left = 254
  6.   Top = 107
  7.   Height = 185
  8.   Width = 224
  9.   object DataSetTableProducer1: TDataSetTableProducer
  10.     DataSet = Table1
  11.     TableAttributes.Border = 1
  12.     TableAttributes.CellSpacing = 0
  13.     TableAttributes.CellPadding = 3
  14.     Left = 48
  15.     Top = 24
  16.   end
  17.   object Table1: TTable
  18.     DatabaseName = 'DBDEMOS'
  19.     SessionName = 'Session1_3'
  20.     TableName = 'country.db'
  21.     Left = 128
  22.     Top = 16
  23.   end
  24.   object Session1: TSession
  25.     Active = True
  26.     AutoSessionName = True
  27.     Left = 128
  28.     Top = 80
  29.   end
  30.   object PageProducer: TPageProducer
  31.     OnHTMLTag = PageProducerHTMLTag
  32.     ScriptEngine = 'JScript'
  33.     Left = 56
  34.     Top = 88
  35.   end
  36. end