BGLDm.dfm 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. object BGLData: TBGLData
  2. OldCreateOrder = False
  3. Left = 456
  4. Top = 291
  5. Height = 220
  6. Width = 397
  7. object atBGL: TADOTable
  8. TableName = 'BGL'
  9. Left = 32
  10. Top = 16
  11. end
  12. object dspBGL: TDataSetProvider
  13. DataSet = atBGL
  14. UpdateMode = upWhereKeyOnly
  15. Left = 32
  16. Top = 72
  17. end
  18. object cdsBGL: TClientDataSet
  19. Aggregates = <>
  20. Params = <>
  21. ProviderName = 'dspBGL'
  22. Left = 32
  23. Top = 128
  24. object cdsBGLID: TIntegerField
  25. FieldName = 'ID'
  26. end
  27. object cdsBGLCode: TWideStringField
  28. FieldName = 'Code'
  29. Size = 50
  30. end
  31. object cdsBGLName: TWideStringField
  32. FieldName = 'Name'
  33. Size = 100
  34. end
  35. object cdsBGLTotalPrice: TFloatField
  36. FieldName = 'TotalPrice'
  37. end
  38. object cdsBGLPos_Reason: TWideStringField
  39. FieldName = 'Pos_Reason'
  40. Size = 255
  41. end
  42. object cdsBGLDirection: TWideStringField
  43. FieldName = 'Direction'
  44. Size = 255
  45. end
  46. object cdsBGLDrawingCode: TWideStringField
  47. FieldName = 'DrawingCode'
  48. Size = 50
  49. end
  50. object cdsBGLLocked: TBooleanField
  51. FieldName = 'Locked'
  52. end
  53. object cdsBGLApprovalCode: TWideStringField
  54. FieldName = 'ApprovalCode'
  55. Size = 50
  56. end
  57. object cdsBGLCreatePhaseID: TIntegerField
  58. FieldName = 'CreatePhaseID'
  59. end
  60. object cdsBGLExecutionRate: TFloatField
  61. FieldName = 'ExecutionRate'
  62. end
  63. end
  64. object cdsBGLView: TClientDataSet
  65. Aggregates = <>
  66. Params = <>
  67. BeforePost = cdsBGLViewBeforePost
  68. BeforeDelete = cdsBGLViewBeforeDelete
  69. OnNewRecord = cdsBGLViewNewRecord
  70. Left = 96
  71. Top = 128
  72. object cdsBGLViewID: TIntegerField
  73. FieldName = 'ID'
  74. end
  75. object cdsBGLViewCode: TWideStringField
  76. FieldName = 'Code'
  77. OnChange = cdsBGLViewCodeChange
  78. Size = 50
  79. end
  80. object cdsBGLViewName: TWideStringField
  81. FieldName = 'Name'
  82. Size = 100
  83. end
  84. object cdsBGLViewTotalPrice: TFloatField
  85. FieldName = 'TotalPrice'
  86. end
  87. object cdsBGLViewPos_Reason: TWideStringField
  88. FieldName = 'Pos_Reason'
  89. Size = 255
  90. end
  91. object cdsBGLViewDirection: TWideStringField
  92. FieldName = 'Direction'
  93. Size = 255
  94. end
  95. object cdsBGLViewLocked: TBooleanField
  96. FieldName = 'Locked'
  97. end
  98. object cdsBGLViewDrawingCode: TWideStringField
  99. FieldName = 'DrawingCode'
  100. Size = 50
  101. end
  102. object cdsBGLViewApprovalCode: TWideStringField
  103. FieldName = 'ApprovalCode'
  104. Size = 50
  105. end
  106. object cdsBGLViewCreatePhaseID: TIntegerField
  107. FieldName = 'CreatePhaseID'
  108. end
  109. object cdsBGLViewExecutionRate: TFloatField
  110. FieldName = 'ExecutionRate'
  111. end
  112. end
  113. object dsBGL: TDataSource
  114. DataSet = cdsBGLView
  115. Left = 160
  116. Top = 128
  117. end
  118. object atBGBills: TADOTable
  119. TableName = 'BGBills'
  120. Left = 240
  121. Top = 16
  122. end
  123. object dspBGBills: TDataSetProvider
  124. DataSet = atBGBills
  125. UpdateMode = upWhereKeyOnly
  126. Left = 240
  127. Top = 72
  128. end
  129. object cdsBGBills: TClientDataSet
  130. Aggregates = <>
  131. Params = <>
  132. ProviderName = 'dspBGBills'
  133. Left = 240
  134. Top = 128
  135. object cdsBGBillsID: TIntegerField
  136. FieldName = 'ID'
  137. end
  138. object cdsBGBillsBGID: TIntegerField
  139. FieldName = 'BGID'
  140. end
  141. object cdsBGBillsB_Code: TWideStringField
  142. FieldName = 'B_Code'
  143. Size = 50
  144. end
  145. object cdsBGBillsName: TWideStringField
  146. FieldName = 'Name'
  147. Size = 200
  148. end
  149. object cdsBGBillsUnits: TWideStringField
  150. FieldName = 'Units'
  151. end
  152. object cdsBGBillsPrice: TFloatField
  153. FieldName = 'Price'
  154. end
  155. object cdsBGBillsQuantity: TFloatField
  156. FieldName = 'Quantity'
  157. end
  158. object cdsBGBillsTotalPrice: TFloatField
  159. FieldName = 'TotalPrice'
  160. end
  161. object cdsBGBillsUsedQuantity: TFloatField
  162. FieldName = 'UsedQuantity'
  163. end
  164. object cdsBGBillsLocked: TBooleanField
  165. FieldName = 'Locked'
  166. end
  167. end
  168. object cdsBGBillsView: TClientDataSet
  169. Aggregates = <>
  170. Params = <>
  171. AfterInsert = cdsBGBillsViewAfterInsert
  172. BeforePost = cdsBGBillsViewBeforePost
  173. AfterPost = cdsBGBillsViewAfterPost
  174. BeforeDelete = cdsBGBillsViewBeforeDelete
  175. AfterDelete = cdsBGBillsViewAfterDelete
  176. Left = 312
  177. Top = 128
  178. object cdsBGBillsViewID: TIntegerField
  179. FieldName = 'ID'
  180. end
  181. object cdsBGBillsViewBGID: TIntegerField
  182. FieldName = 'BGID'
  183. end
  184. object cdsBGBillsViewB_Code: TWideStringField
  185. FieldName = 'B_Code'
  186. OnChange = cdsBGBillsViewQuantityChange
  187. Size = 50
  188. end
  189. object cdsBGBillsViewName: TWideStringField
  190. FieldName = 'Name'
  191. OnChange = cdsBGBillsViewQuantityChange
  192. Size = 200
  193. end
  194. object cdsBGBillsViewUnits: TWideStringField
  195. FieldName = 'Units'
  196. OnChange = cdsBGBillsViewQuantityChange
  197. end
  198. object cdsBGBillsViewPrice: TFloatField
  199. FieldName = 'Price'
  200. OnChange = cdsBGBillsViewQuantityChange
  201. OnSetText = cdsBGBillsViewPriceSetText
  202. end
  203. object cdsBGBillsViewQuantity: TFloatField
  204. FieldName = 'Quantity'
  205. OnChange = cdsBGBillsViewQuantityChange
  206. OnSetText = cdsBGBillsViewQuantitySetText
  207. end
  208. object cdsBGBillsViewTotalPrice: TFloatField
  209. FieldName = 'TotalPrice'
  210. end
  211. object cdsBGBillsViewUsedQuantity: TFloatField
  212. FieldName = 'UsedQuantity'
  213. end
  214. object cdsBGBillsViewLocked: TBooleanField
  215. FieldName = 'Locked'
  216. end
  217. end
  218. end