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

Delphi控件源码

开发平台:

Delphi

  1. object HomePage: THomePage
  2.   OldCreateOrder = False
  3.   PageProducer = AdapterPageProducer
  4.   AppServices = WebAppComponents
  5.   Left = 654
  6.   Top = 118
  7.   Height = 281
  8.   Width = 329
  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 = 200
  19.     Top = 32
  20.     object AdapterForm1: TAdapterForm
  21.       Custom = 
  22.         'Border="1" CellSpacing="0" CellPadding="10" BgColor="Silver" ali' +
  23.         'gn="center"'
  24.       object AdapterCommandGroup1: TAdapterCommandGroup
  25.         DisplayComponent = AdapterFieldGroup1
  26.         Custom = 'Align="Center"'
  27.         object CmdFirstRow: TAdapterActionButton
  28.           ActionName = 'FirstRow'
  29.           Caption = '   First   '
  30.         end
  31.         object CmdPrevRow: TAdapterActionButton
  32.           ActionName = 'PrevRow'
  33.           Caption = ' Previous '
  34.         end
  35.         object CmdNextRow: TAdapterActionButton
  36.           ActionName = 'NextRow'
  37.           Caption = '   Next   '
  38.         end
  39.         object CmdLastRow: TAdapterActionButton
  40.           ActionName = 'LastRow'
  41.           Caption = '   Last   '
  42.         end
  43.       end
  44.       object AdapterFieldGroup1: TAdapterFieldGroup
  45.         Custom = 'BgColor="Silver" '
  46.         Adapter = WDataMod.dsaDepartment
  47.         AdapterMode = 'Browse'
  48.         object FldDEPARTMENT: TAdapterDisplayField
  49.           DisplayWidth = 25
  50.           FieldName = 'DEPARTMENT'
  51.         end
  52.         object FldDEPT_NO: TAdapterDisplayField
  53.           DisplayWidth = 3
  54.           FieldName = 'DEPT_NO'
  55.         end
  56.         object FldHEAD_DEPT: TAdapterDisplayField
  57.           DisplayWidth = 3
  58.           FieldName = 'HEAD_DEPT'
  59.         end
  60.         object FldLOCATION: TAdapterDisplayField
  61.           DisplayWidth = 15
  62.           FieldName = 'LOCATION'
  63.         end
  64.         object FldBUDGET: TAdapterDisplayField
  65.           DisplayWidth = 16
  66.           FieldName = 'BUDGET'
  67.         end
  68.       end
  69.       object AdapterGrid1: TAdapterGrid
  70.         TableAttributes.BgColor = 'Silver'
  71.         TableAttributes.CellSpacing = 0
  72.         TableAttributes.CellPadding = 3
  73.         HeadingAttributes.BgColor = 'Gray'
  74.         Adapter = WDataMod.dsaEmployee
  75.         AdapterMode = 'Browse'
  76.         object ColEMP_NO: TAdapterDisplayColumn
  77.           FieldName = 'EMP_NO'
  78.           HideOptions = []
  79.         end
  80.         object ColFIRST_NAME: TAdapterDisplayColumn
  81.           FieldName = 'FIRST_NAME'
  82.           HideOptions = []
  83.         end
  84.         object ColLAST_NAME: TAdapterDisplayColumn
  85.           FieldName = 'LAST_NAME'
  86.           HideOptions = []
  87.         end
  88.         object ColDEPT_NO: TAdapterDisplayColumn
  89.           FieldName = 'DEPT_NO'
  90.           HideOptions = []
  91.         end
  92.         object ColJOB_CODE: TAdapterDisplayColumn
  93.           FieldName = 'JOB_CODE'
  94.           HideOptions = []
  95.         end
  96.         object ColJOB_COUNTRY: TAdapterDisplayColumn
  97.           FieldName = 'JOB_COUNTRY'
  98.           HideOptions = []
  99.         end
  100.         object ColSALARY: TAdapterDisplayColumn
  101.           FieldName = 'SALARY'
  102.           HideOptions = []
  103.         end
  104.       end
  105.     end
  106.   end
  107.   object WebAppComponents: TWebAppComponents
  108.     PageDispatcher = PageDispatcher
  109.     AdapterDispatcher = AdapterDispatcher
  110.     ApplicationAdapter = ApplicationAdapter
  111.     Left = 48
  112.     Top = 16
  113.   end
  114.   object ApplicationAdapter: TApplicationAdapter
  115.     ApplicationTitle = 'WSnap Master/Detail'
  116.     Left = 48
  117.     Top = 64
  118.     object TAdapterDefaultActions
  119.     end
  120.     object TAdapterDefaultFields
  121.     end
  122.   end
  123.   object PageDispatcher: TPageDispatcher
  124.     Left = 48
  125.     Top = 112
  126.   end
  127.   object AdapterDispatcher: TAdapterDispatcher
  128.     Left = 48
  129.     Top = 160
  130.   end
  131. end