rmBGBillsGatherDm.dfm 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. object rmBGBillsGatherData: TrmBGBillsGatherData
  2. OldCreateOrder = False
  3. Left = 864
  4. Top = 318
  5. Height = 150
  6. Width = 215
  7. object cdsBGBills: TClientDataSet
  8. Active = True
  9. Aggregates = <>
  10. IndexFieldNames = 'TenderID;PartID;BGLCode;IndexCode'
  11. Params = <>
  12. Left = 48
  13. Top = 40
  14. Data = {
  15. 820100009619E0BD01000000180000001100000000000300000082010854656E
  16. 6465724944040001000000000006506172744944040001000000000009496E64
  17. 6578436F646501004A000000010005574944544802000200640006425F436F64
  18. 6501004A0000000100055749445448020002006400044E616D6502004A000000
  19. 010005574944544802000200FE0105556E69747301004A000000010005574944
  20. 54480200020028000550726963650800040000000000085175616E7469747908
  21. 000400000000000A546F74616C507269636508000400000000000B4375725175
  22. 616E7469747908000400000000000D437572546F74616C507269636508000400
  23. 000000000B5072655175616E7469747908000400000000000D507265546F7461
  24. 6C507269636508000400000000000B456E645175616E74697479080004000000
  25. 00000D456E64546F74616C507269636508000400000000000750657263656E74
  26. 08000400000000000742474C436F646502004A00000001000557494454480200
  27. 0200FE010000}
  28. object cdsBGBillsTenderID: TIntegerField
  29. FieldName = 'TenderID'
  30. end
  31. object cdsBGBillsPartID: TIntegerField
  32. FieldName = 'PartID'
  33. end
  34. object cdsBGBillsIndexCode: TWideStringField
  35. FieldName = 'IndexCode'
  36. Size = 50
  37. end
  38. object cdsBGBillsB_Code: TWideStringField
  39. FieldName = 'B_Code'
  40. Size = 50
  41. end
  42. object cdsBGBillsName: TWideStringField
  43. FieldName = 'Name'
  44. Size = 255
  45. end
  46. object cdsBGBillsUnits: TWideStringField
  47. FieldName = 'Units'
  48. end
  49. object cdsBGBillsPrice: TFloatField
  50. FieldName = 'Price'
  51. end
  52. object cdsBGBillsQuantity: TFloatField
  53. FieldName = 'Quantity'
  54. end
  55. object cdsBGBillsTotalPrice: TFloatField
  56. FieldName = 'TotalPrice'
  57. end
  58. object cdsBGBillsCurQuantity: TFloatField
  59. FieldName = 'CurQuantity'
  60. end
  61. object cdsBGBillsCurTotalPrice: TFloatField
  62. FieldName = 'CurTotalPrice'
  63. end
  64. object cdsBGBillsPreQuantity: TFloatField
  65. FieldName = 'PreQuantity'
  66. end
  67. object cdsBGBillsPreTotalPrice: TFloatField
  68. FieldName = 'PreTotalPrice'
  69. end
  70. object cdsBGBillsEndQuantity: TFloatField
  71. FieldName = 'EndQuantity'
  72. end
  73. object cdsBGBillsEndTotalPrice: TFloatField
  74. FieldName = 'EndTotalPrice'
  75. end
  76. object cdsBGBillsPercent: TFloatField
  77. FieldName = 'Percent'
  78. end
  79. object cdsBGBillsBGLCode: TWideStringField
  80. FieldName = 'BGLCode'
  81. Size = 255
  82. end
  83. end
  84. end