rmCustomized2Dm.dfm 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. object rmCustomized2Data: TrmCustomized2Data
  2. OldCreateOrder = False
  3. Left = 652
  4. Top = 548
  5. Height = 150
  6. Width = 215
  7. object cdsCustom: TClientDataSet
  8. Active = True
  9. Aggregates = <>
  10. Params = <>
  11. Left = 56
  12. Top = 40
  13. Data = {
  14. E80000009619E0BD010000001800000009000000000003000000E80008536572
  15. 69616C4E6F0400010000000000044E616D6502004A0000000100055749445448
  16. 0200020090010A546F74616C507269636508000400000000000E456E6443546F
  17. 74616C5072696365080004000000000013456E64476174686572546F74616C50
  18. 726963650800040000000000114375724465616C546F74616C50726963650800
  19. 040000000000115072654465616C546F74616C50726963650800040000000000
  20. 11456E644465616C546F74616C50726963650800040000000000075072656365
  21. 6E7408000400000000000000}
  22. object cdsCustomSerialNo: TIntegerField
  23. FieldName = 'SerialNo'
  24. end
  25. object cdsCustomName: TWideStringField
  26. FieldName = 'Name'
  27. Size = 200
  28. end
  29. object cdsCustomTotalPrice: TFloatField
  30. FieldName = 'TotalPrice'
  31. end
  32. object cdsCustomEndCTotalPrice: TFloatField
  33. FieldName = 'EndCTotalPrice'
  34. end
  35. object cdsCustomEndGatherTotalPrice: TFloatField
  36. FieldName = 'EndGatherTotalPrice'
  37. end
  38. object cdsCustomCurDealTotalPrice: TFloatField
  39. FieldName = 'CurDealTotalPrice'
  40. end
  41. object cdsCustomPreDealTotalPrice: TFloatField
  42. FieldName = 'PreDealTotalPrice'
  43. end
  44. object cdsCustomEndDealTotalPrice: TFloatField
  45. FieldName = 'EndDealTotalPrice'
  46. end
  47. object cdsCustomPrecent: TFloatField
  48. FieldName = 'Precent'
  49. end
  50. end
  51. end