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

Delphi控件源码

开发平台:

Delphi

  1. object formview: Tformview
  2.   OldCreateOrder = False
  3.   PageProducer = AdapterPageProducer
  4.   Left = 297
  5.   Top = 213
  6.   Height = 150
  7.   Width = 215
  8.   object AdapterPageProducer: TAdapterPageProducer
  9.     HTMLDoc.Strings = (
  10.       '<html>'
  11.       '<head>'
  12.       '</head>'
  13.       '<body>'
  14.       '<#STYLES><#WARNINGS><#SERVERSCRIPT>'
  15.       '</body>'
  16.       '</html>')
  17.     Left = 48
  18.     Top = 8
  19.     object AdapterForm1: TAdapterForm
  20.       object AdapterErrorList1: TAdapterErrorList
  21.         Adapter = table.DataSetAdapter1
  22.       end
  23.       object AdapterCommandGroup1: TAdapterCommandGroup
  24.         DisplayComponent = AdapterFieldGroup1
  25.         object CmdApply: TAdapterActionButton
  26.           ActionName = 'Apply'
  27.           PageName = 'table'
  28.         end
  29.         object CmdCancel: TAdapterActionButton
  30.           ActionName = 'Cancel'
  31.           PageName = 'table'
  32.         end
  33.         object CmdDeleteRow: TAdapterActionButton
  34.           ActionName = 'DeleteRow'
  35.           Caption = 'Delete'
  36.           PageName = 'table'
  37.         end
  38.       end
  39.       object AdapterFieldGroup1: TAdapterFieldGroup
  40.         Adapter = table.DataSetAdapter1
  41.         AdapterMode = 'Edit'
  42.         object FldCUST_NO: TAdapterDisplayField
  43.           DisplayWidth = 10
  44.           FieldName = 'CUST_NO'
  45.         end
  46.         object FldCUSTOMER: TAdapterDisplayField
  47.           DisplayWidth = 27
  48.           FieldName = 'CUSTOMER'
  49.         end
  50.         object FldADDRESS_LINE1: TAdapterDisplayField
  51.           DisplayWidth = 32
  52.           FieldName = 'ADDRESS_LINE1'
  53.         end
  54.         object FldCITY: TAdapterDisplayField
  55.           DisplayWidth = 27
  56.           FieldName = 'CITY'
  57.         end
  58.         object FldSTATE_PROVINCE: TAdapterDisplayField
  59.           DisplayWidth = 17
  60.           FieldName = 'STATE_PROVINCE'
  61.         end
  62.         object FldCOUNTRY: TAdapterDisplayField
  63.           DisplayWidth = 17
  64.           FieldName = 'COUNTRY'
  65.         end
  66.       end
  67.     end
  68.   end
  69. end