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

Delphi控件源码

开发平台:

Delphi

  1. object WebModule1: TWebModule1
  2.   OldCreateOrder = False
  3.   Actions = <
  4.     item
  5.       Default = True
  6.       Name = 'WebActionItem1'
  7.       PathInfo = '/InetXPageProducer1'
  8.       Producer = InetXPageProducer1
  9.     end>
  10.   Left = 338
  11.   Top = 194
  12.   Height = 250
  13.   Width = 210
  14.   object XMLBroker1: TXMLBroker
  15.     Params = <>
  16.     ProviderName = 'ProviderCustomer'
  17.     RemoteServer = DCOMConnection1
  18.     WebDispatch.PathInfo = 'XMLBroker1'
  19.     Left = 48
  20.     Top = 64
  21.   end
  22.   object InetXPageProducer1: TInetXPageProducer
  23.     IncludePathURL = '/jssource/'
  24.     HTMLDoc.Strings = (
  25.       '<HTML>'
  26.       '<HEAD>'
  27.       '</HEAD>'
  28.       '<BODY>'
  29.       '<#INCLUDES><#STYLES><#WARNINGS><#FORMS><#SCRIPT>'
  30.       '</BODY>'
  31.       '</HTML>')
  32.     Left = 56
  33.     Top = 128
  34.     object DataForm1: TDataForm
  35.       object LayoutGroup1: TLayoutGroup
  36.         DisplayColumns = 2
  37.         object DataNavigator1: TDataNavigator
  38.           XMLComponent = FieldGroup1
  39.           object FirstButton1: TFirstButton
  40.             XMLComponent = FieldGroup1
  41.             XMLUseParent = False
  42.             Caption = '|<'
  43.           end
  44.           object PriorButton1: TPriorButton
  45.             XMLComponent = FieldGroup1
  46.             XMLUseParent = False
  47.             Caption = '<'
  48.           end
  49.           object NextButton1: TNextButton
  50.             XMLComponent = FieldGroup1
  51.             XMLUseParent = False
  52.             Caption = '>'
  53.           end
  54.           object LastButton1: TLastButton
  55.             XMLComponent = FieldGroup1
  56.             XMLUseParent = False
  57.             Caption = '>|'
  58.           end
  59.           object UndoButton1: TUndoButton
  60.             XMLComponent = FieldGroup1
  61.             XMLUseParent = False
  62.             Caption = 'Undo'
  63.           end
  64.           object ApplyUpdatesButton1: TApplyUpdatesButton
  65.             Caption = 'Apply Updates'
  66.             XMLBroker = XMLBroker1
  67.             XMLUseParent = True
  68.           end
  69.         end
  70.         object DataNavigator2: TDataNavigator
  71.           XMLComponent = DataGrid1
  72.           object FirstButton2: TFirstButton
  73.             XMLComponent = DataGrid1
  74.             XMLUseParent = False
  75.             Caption = '|<'
  76.           end
  77.           object PriorPageButton1: TPriorPageButton
  78.             XMLComponent = DataGrid1
  79.             XMLUseParent = False
  80.             Caption = '<<'
  81.           end
  82.           object PriorButton2: TPriorButton
  83.             XMLComponent = DataGrid1
  84.             XMLUseParent = False
  85.             Caption = '<'
  86.           end
  87.           object NextButton2: TNextButton
  88.             XMLComponent = DataGrid1
  89.             XMLUseParent = False
  90.             Caption = '>'
  91.           end
  92.           object NextPageButton1: TNextPageButton
  93.             XMLComponent = DataGrid1
  94.             XMLUseParent = False
  95.             Caption = '>>'
  96.           end
  97.           object LastButton2: TLastButton
  98.             XMLComponent = DataGrid1
  99.             XMLUseParent = False
  100.             Caption = '>|'
  101.           end
  102.         end
  103.         object FieldGroup1: TFieldGroup
  104.           XMLBroker = XMLBroker1
  105.           object FieldText11: TFieldText
  106.             DisplayWidth = 10
  107.             FieldName = 'Zip'
  108.           end
  109.           object FieldText12: TFieldText
  110.             DisplayWidth = 20
  111.             FieldName = 'Country'
  112.           end
  113.           object FieldText13: TFieldText
  114.             DisplayWidth = 15
  115.             FieldName = 'Phone'
  116.           end
  117.           object FieldText14: TFieldText
  118.             DisplayWidth = 10
  119.             FieldName = 'TaxRate'
  120.           end
  121.           object FieldText15: TFieldText
  122.             DisplayWidth = 20
  123.             FieldName = 'Contact'
  124.           end
  125.           object FieldStatus1: TFieldStatus
  126.             Caption = 'Updated'
  127.           end
  128.           object FieldText16: TFieldText
  129.             DisplayWidth = 10
  130.             FieldName = 'CustNo'
  131.           end
  132.           object FieldText17: TFieldText
  133.             DisplayWidth = 30
  134.             FieldName = 'Company'
  135.           end
  136.           object FieldText18: TFieldText
  137.             DisplayWidth = 30
  138.             FieldName = 'Addr1'
  139.           end
  140.           object FieldText19: TFieldText
  141.             DisplayWidth = 20
  142.             FieldName = 'State'
  143.           end
  144.           object FieldText20: TFieldText
  145.             DisplayWidth = 15
  146.             FieldName = 'City'
  147.           end
  148.         end
  149.         object DataGrid1: TDataGrid
  150.           XMLBroker = XMLBroker1
  151.           XMLDataSetField = 'TableOrders'
  152.           DisplayRows = 9
  153.           object TextColumn8: TTextColumn
  154.             DisplayWidth = 10
  155.             FieldName = 'OrderNo'
  156.           end
  157.           object TextColumn9: TTextColumn
  158.             DisplayWidth = 18
  159.             FieldName = 'SaleDate'
  160.           end
  161.           object TextColumn10: TTextColumn
  162.             DisplayWidth = 10
  163.             FieldName = 'EmpNo'
  164.           end
  165.           object TextColumn11: TTextColumn
  166.             DisplayWidth = 15
  167.             FieldName = 'PO'
  168.           end
  169.           object TextColumn12: TTextColumn
  170.             DisplayWidth = 6
  171.             FieldName = 'Terms'
  172.           end
  173.           object TextColumn13: TTextColumn
  174.             DisplayWidth = 10
  175.             FieldName = 'ItemsTotal'
  176.           end
  177.           object TextColumn14: TTextColumn
  178.             DisplayWidth = 10
  179.             FieldName = 'AmountPaid'
  180.           end
  181.         end
  182.       end
  183.     end
  184.   end
  185.   object DCOMConnection1: TDCOMConnection
  186.     ServerGUID = '{E31849A9-4A82-11D3-B9F1-00000100A27B}'
  187.     ServerName = 'AppSPlus.AppServerPlus'
  188.     Left = 48
  189.     Top = 16
  190.   end
  191. end