DtmdMain.dfm
上传用户:etonglee
上传日期:2014-03-01
资源大小:698k
文件大小:1k
源码类别:

Internet/IE编程

开发平台:

Delphi

  1. object DmMain: TDmMain
  2.   OldCreateOrder = False
  3.   Left = 340
  4.   Top = 163
  5.   Height = 238
  6.   Width = 363
  7.   object cltdsCustomers: TClientDataSet
  8.     Aggregates = <>
  9.     Params = <>
  10.     Left = 56
  11.     Top = 24
  12.   end
  13.   object cltdsShipper: TClientDataSet
  14.     Aggregates = <>
  15.     Params = <>
  16.     Left = 216
  17.     Top = 24
  18.   end
  19.   object cltdsProducts: TClientDataSet
  20.     Aggregates = <>
  21.     Params = <>
  22.     Left = 216
  23.     Top = 96
  24.   end
  25.   object cltdsEmployees: TClientDataSet
  26.     Aggregates = <>
  27.     Params = <>
  28.     Left = 56
  29.     Top = 96
  30.   end
  31.   object dsCustomers: TDataSource
  32.     DataSet = cltdsCustomers
  33.     Left = 128
  34.     Top = 24
  35.   end
  36.   object dsEmployees: TDataSource
  37.     DataSet = cltdsEmployees
  38.     Left = 128
  39.     Top = 96
  40.   end
  41.   object dsShipper: TDataSource
  42.     DataSet = cltdsShipper
  43.     Left = 280
  44.     Top = 24
  45.   end
  46. end