ProjectGLDm.dfm 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. object ProjectGLData: TProjectGLData
  2. OldCreateOrder = False
  3. Left = 562
  4. Top = 408
  5. Height = 252
  6. Width = 171
  7. object sdpProjectGL: TsdADOProvider
  8. TableName = 'ProjectGL'
  9. Left = 56
  10. Top = 24
  11. end
  12. object sddProjectGL: TsdDataSet
  13. Active = False
  14. Provider = sdpProjectGL
  15. AfterAddRecord = sddProjectGLAfterAddRecord
  16. BeforeValueChange = sddProjectGLBeforeValueChange
  17. AfterValueChanged = sddProjectGLAfterValueChanged
  18. OnGetRecordClass = sddProjectGLGetRecordClass
  19. Left = 57
  20. Top = 80
  21. FieldListData = {
  22. 0101044E616D6506024944094669656C644E616D650602494408446174615479
  23. 70650203084461746153697A6502040549734B6579080F4E65656450726F6365
  24. 73734E616D65090001044E616D650604436F6465094669656C644E616D650604
  25. 436F64650844617461547970650203084461746153697A6502040549734B6579
  26. 080F4E65656450726F636573734E616D65090001044E616D6506044E616D6509
  27. 4669656C644E616D6506044E616D650844617461547970650218084461746153
  28. 697A6503C8000549734B6579080F4E65656450726F636573734E616D65090001
  29. 044E616D650605556E697473094669656C644E616D650605556E697473084461
  30. 7461547970650218084461746153697A6502140549734B6579080F4E65656450
  31. 726F636573734E616D65090001044E616D6506055370656373094669656C644E
  32. 616D65060553706563730844617461547970650218084461746153697A6503C8
  33. 000549734B6579080F4E65656450726F636573734E616D65090001044E616D65
  34. 0609426173655072696365094669656C644E616D650609426173655072696365
  35. 0844617461547970650206084461746153697A6502080549734B6579080F4E65
  36. 656450726F636573734E616D65090001044E616D6506095269736B52616E6765
  37. 094669656C644E616D6506095269736B52616E67650844617461547970650206
  38. 084461746153697A6502080549734B6579080F4E65656450726F636573734E61
  39. 6D65090001044E616D65060D43726561746550686173654944094669656C644E
  40. 616D65060D437265617465506861736549440844617461547970650203084461
  41. 746153697A6502040549734B6579080F4E65656450726F636573734E616D6509
  42. 0001044E616D65060D4C6F636B656450686173654944094669656C644E616D65
  43. 060D4C6F636B6564506861736549440844617461547970650203084461746153
  44. 697A6502040549734B6579080F4E65656450726F636573734E616D6509000104
  45. 4E616D65060D4C6F636B656453746167654944094669656C644E616D65060D4C
  46. 6F636B6564537461676549440844617461547970650203084461746153697A65
  47. 02040549734B6579080F4E65656450726F636573734E616D65090001044E616D
  48. 650609496E666F5072696365094669656C644E616D650609496E666F50726963
  49. 650844617461547970650206084461746153697A6502080549734B6579080F4E
  50. 65656450726F636573734E616D65090001044E616D650608496E666F44617465
  51. 094669656C644E616D650608496E666F44617465084461746154797065021808
  52. 4461746153697A6502140549734B6579080F4E65656450726F636573734E616D
  53. 65090001044E616D65060A44656C74615072696365094669656C644E616D6506
  54. 0A44656C746150726963650844617461547970650206084461746153697A6502
  55. 080549734B6579080F4E65656450726F636573734E616D65090001044E616D65
  56. 060F56616C696444656C74615072696365094669656C644E616D65060F56616C
  57. 696444656C746150726963650844617461547970650206084461746153697A65
  58. 02080549734B6579080F4E65656450726F636573734E616D65090001044E616D
  59. 65060B504D5F5175616E74697479094669656C644E616D65060B504D5F517561
  60. 6E746974790844617461547970650206084461746153697A6502080549734B65
  61. 79080F4E65656450726F636573734E616D65090001044E616D65060D504D5F54
  62. 6F74616C5072696365094669656C644E616D65060D504D5F546F74616C507269
  63. 63650844617461547970650206084461746153697A6502080549734B6579080F
  64. 4E65656450726F636573734E616D65090000}
  65. end
  66. object sdvProjectGL: TsdDataView
  67. Active = False
  68. DataSet = sddProjectGL
  69. Filtered = False
  70. Columns = <
  71. item
  72. FieldName = 'Code'
  73. end
  74. item
  75. FieldName = 'Name'
  76. end
  77. item
  78. FieldName = 'Units'
  79. end
  80. item
  81. FieldName = 'Specs'
  82. end
  83. item
  84. FieldName = 'BasePrice'
  85. DisplayFormat = '0.##'
  86. end
  87. item
  88. FieldName = 'RiskRange'
  89. DisplayFormat = '0.##'
  90. end
  91. item
  92. FieldName = 'InfoPrice'
  93. DisplayFormat = '0.##'
  94. end
  95. item
  96. FieldName = 'InfoDate'
  97. end
  98. item
  99. FieldName = 'DeltaPrice'
  100. DisplayFormat = '0.##'
  101. end
  102. item
  103. FieldName = 'ValidDeltaPrice'
  104. DisplayFormat = '0.##'
  105. end
  106. item
  107. FieldName = 'PM_Quantity'
  108. DisplayFormat = '0.##'
  109. end
  110. item
  111. FieldName = 'PM_TotalPrice'
  112. DisplayFormat = '0.##'
  113. end>
  114. OnGetText = sdvProjectGLGetText
  115. Left = 56
  116. Top = 136
  117. end
  118. end