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

Delphi控件源码

开发平台:

Delphi

  1. object WebModule1: TWebModule1
  2.   OldCreateOrder = False
  3.   Actions = <
  4.     item
  5.       Default = True
  6.       Name = 'WebActionItem1'
  7.       PathInfo = '/sites'
  8.       OnAction = WebModule1WebActionItem1Action
  9.     end
  10.     item
  11.       Name = 'WebActionItem2'
  12.       PathInfo = '/source'
  13.       OnAction = WebModule1WebActionItem2Action
  14.     end>
  15.   Left = 234
  16.   Top = 107
  17.   Height = 373
  18.   Width = 443
  19.   object DataSetTableProducer1: TDataSetTableProducer
  20.     Columns = <
  21.       item
  22.         BgColor = 'Gray'
  23.         Custom = 'width="20"'
  24.         FieldName = 'Index'
  25.       end
  26.       item
  27.         FieldName = 'Address'
  28.       end
  29.       item
  30.         FieldName = 'Description'
  31.       end>
  32.     MaxRows = -1
  33.     DataSet = cds
  34.     TableAttributes.Border = 1
  35.     TableAttributes.CellSpacing = 0
  36.     TableAttributes.CellPadding = 2
  37.     OnFormatCell = DataSetTableProducer1FormatCell
  38.     Left = 88
  39.     Top = 56
  40.   end
  41.   object cds: TClientDataSet
  42.     Aggregates = <>
  43.     FieldDefs = <
  44.       item
  45.         Name = 'Index'
  46.         DataType = ftInteger
  47.       end
  48.       item
  49.         Name = 'Address'
  50.         DataType = ftString
  51.         Size = 200
  52.       end
  53.       item
  54.         Name = 'Description'
  55.         DataType = ftString
  56.         Size = 200
  57.       end>
  58.     IndexDefs = <
  59.       item
  60.         Name = 'cdsIndexAddress'
  61.         Fields = 'Address'
  62.       end>
  63.     IndexFieldNames = 'Address'
  64.     Params = <>
  65.     StoreDefs = True
  66.     Left = 176
  67.     Top = 56
  68.   end
  69.   object IdHTTP1: TIdHTTP
  70.     Request.Accept = 'text/html, */*'
  71.     Request.ContentLength = 0
  72.     Request.ContentRangeEnd = 0
  73.     Request.ContentRangeStart = 0
  74.     Request.ProxyPort = 0
  75.     Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
  76.     Left = 264
  77.     Top = 64
  78.   end
  79. end