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

Delphi控件源码

开发平台:

Delphi

  1. object table: Ttable
  2.   OldCreateOrder = False
  3.   PageProducer = AdapterPageProducer
  4.   AppServices = WebAppComponents
  5.   Left = 524
  6.   Top = 183
  7.   Height = 296
  8.   Width = 241
  9.   object AdapterPageProducer: TAdapterPageProducer
  10.     HTMLDoc.Strings = (
  11.       '<html>'
  12.       '<head>'
  13.       '</head>'
  14.       '<body>'
  15.       '<#STYLES><#WARNINGS><#SERVERSCRIPT>'
  16.       '</body>'
  17.       '</html>')
  18.     Left = 48
  19.     Top = 8
  20.     object AdapterForm1: TAdapterForm
  21.       object AdapterCommandGroup1: TAdapterCommandGroup
  22.         DisplayComponent = AdapterGrid1
  23.         object CmdPrevPage: TAdapterActionButton
  24.           ActionName = 'PrevPage'
  25.           Caption = 'Previous Page'
  26.         end
  27.         object CmdGotoPage: TAdapterActionButton
  28.           ActionName = 'GotoPage'
  29.         end
  30.         object CmdNextPage: TAdapterActionButton
  31.           ActionName = 'NextPage'
  32.           Caption = 'Next Page'
  33.         end
  34.       end
  35.       object AdapterGrid1: TAdapterGrid
  36.         TableAttributes.CellSpacing = 0
  37.         TableAttributes.CellPadding = 3
  38.         Adapter = DataSetAdapter1
  39.         AdapterMode = 'Browse'
  40.         object ColCUST_NO: TAdapterDisplayColumn
  41.           FieldName = 'CUST_NO'
  42.         end
  43.         object ColCUSTOMER: TAdapterDisplayColumn
  44.           FieldName = 'CUSTOMER'
  45.         end
  46.         object ColADDRESS_LINE1: TAdapterDisplayColumn
  47.           FieldName = 'ADDRESS_LINE1'
  48.         end
  49.         object ColCITY: TAdapterDisplayColumn
  50.           FieldName = 'CITY'
  51.         end
  52.         object ColSTATE_PROVINCE: TAdapterDisplayColumn
  53.           FieldName = 'STATE_PROVINCE'
  54.         end
  55.         object ColCOUNTRY: TAdapterDisplayColumn
  56.           FieldName = 'COUNTRY'
  57.         end
  58.         object AdapterCommandColumn1: TAdapterCommandColumn
  59.           Caption = 'COMMANDS'
  60.           object CmdEditRow: TAdapterActionButton
  61.             ActionName = 'EditRow'
  62.             Caption = 'Edit'
  63.             PageName = 'formview'
  64.             DisplayType = ctAnchor
  65.           end
  66.           object CmdDeleteRow: TAdapterActionButton
  67.             ActionName = 'DeleteRow'
  68.             Caption = 'Delete'
  69.             DisplayType = ctAnchor
  70.           end
  71.         end
  72.       end
  73.       object AdapterCommandGroup2: TAdapterCommandGroup
  74.         DisplayComponent = AdapterGrid1
  75.         object CmdNewRow: TAdapterActionButton
  76.           ActionName = 'NewRow'
  77.           Caption = 'New'
  78.           PageName = 'formview'
  79.         end
  80.       end
  81.     end
  82.   end
  83.   object WebAppComponents: TWebAppComponents
  84.     PageDispatcher = PageDispatcher
  85.     AdapterDispatcher = AdapterDispatcher
  86.     ApplicationAdapter = ApplicationAdapter
  87.     Left = 48
  88.     Top = 56
  89.   end
  90.   object ApplicationAdapter: TApplicationAdapter
  91.     ApplicationTitle = 'WSnapTable'
  92.     Left = 48
  93.     Top = 104
  94.     object TAdapterDefaultActions
  95.     end
  96.     object TAdapterDefaultFields
  97.     end
  98.   end
  99.   object PageDispatcher: TPageDispatcher
  100.     Left = 48
  101.     Top = 152
  102.   end
  103.   object AdapterDispatcher: TAdapterDispatcher
  104.     Left = 48
  105.     Top = 200
  106.   end
  107.   object DataSetAdapter1: TDataSetAdapter
  108.     DataSet = WebDataModule1.ClientDataSet1
  109.     PageSize = 6
  110.     Left = 144
  111.     Top = 16
  112.     object TAdapterDefaultActions
  113.     end
  114.     object TAdapterDefaultFields
  115.     end
  116.   end
  117. end