BGLDm.dfm 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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: TMemoField
  39. FieldName = 'Pos_Reason'
  40. BlobType = ftMemo
  41. end
  42. object cdsBGLDirection: TMemoField
  43. FieldName = 'Direction'
  44. BlobType = ftMemo
  45. end
  46. object cdsBGLDrawingCode: TWideStringField
  47. FieldName = 'DrawingCode'
  48. Size = 50
  49. end
  50. object cdsBGLApprovalCode: TWideStringField
  51. FieldName = 'ApprovalCode'
  52. Size = 50
  53. end
  54. object cdsBGLCreatePhaseID: TIntegerField
  55. FieldName = 'CreatePhaseID'
  56. end
  57. object cdsBGLExecutionRate: TFloatField
  58. FieldName = 'ExecutionRate'
  59. end
  60. object cdsBGLBGLType: TWideStringField
  61. FieldName = 'BGLType'
  62. Size = 10
  63. end
  64. object cdsBGLIsCloud: TBooleanField
  65. FieldName = 'IsCloud'
  66. end
  67. object cdsBGLWebID: TIntegerField
  68. FieldName = 'WebID'
  69. end
  70. end
  71. object cdsBGLView: TClientDataSet
  72. Aggregates = <>
  73. Params = <>
  74. BeforePost = cdsBGLViewBeforePost
  75. BeforeDelete = cdsBGLViewBeforeDelete
  76. AfterScroll = cdsBGLViewAfterScroll
  77. OnNewRecord = cdsBGLViewNewRecord
  78. Left = 96
  79. Top = 128
  80. object cdsBGLViewID: TIntegerField
  81. FieldName = 'ID'
  82. end
  83. object cdsBGLViewCode: TWideStringField
  84. FieldName = 'Code'
  85. OnChange = cdsBGLViewCodeChange
  86. Size = 50
  87. end
  88. object cdsBGLViewName: TWideStringField
  89. FieldName = 'Name'
  90. Size = 100
  91. end
  92. object cdsBGLViewTotalPrice: TFloatField
  93. FieldName = 'TotalPrice'
  94. end
  95. object cdsBGLViewPos_Reason: TMemoField
  96. FieldName = 'Pos_Reason'
  97. BlobType = ftMemo
  98. end
  99. object cdsBGLViewDirection: TMemoField
  100. FieldName = 'Direction'
  101. BlobType = ftMemo
  102. end
  103. object cdsBGLViewDrawingCode: TWideStringField
  104. FieldName = 'DrawingCode'
  105. Size = 50
  106. end
  107. object cdsBGLViewApprovalCode: TWideStringField
  108. FieldName = 'ApprovalCode'
  109. Size = 50
  110. end
  111. object cdsBGLViewCreatePhaseID: TIntegerField
  112. FieldName = 'CreatePhaseID'
  113. end
  114. object cdsBGLViewExecutionRate: TFloatField
  115. FieldName = 'ExecutionRate'
  116. end
  117. object cdsBGLViewBGLType: TWideStringField
  118. FieldName = 'BGLType'
  119. Size = 10
  120. end
  121. object cdsBGLViewIsCloud: TBooleanField
  122. FieldName = 'IsCloud'
  123. end
  124. object cdsBGLViewWebID: TIntegerField
  125. FieldName = 'WebID'
  126. end
  127. end
  128. object dsBGL: TDataSource
  129. DataSet = cdsBGLView
  130. Left = 160
  131. Top = 128
  132. end
  133. object atBGBills: TADOTable
  134. TableName = 'BGBills'
  135. Left = 240
  136. Top = 16
  137. end
  138. object dspBGBills: TDataSetProvider
  139. DataSet = atBGBills
  140. UpdateMode = upWhereKeyOnly
  141. Left = 240
  142. Top = 72
  143. end
  144. object cdsBGBills: TClientDataSet
  145. Aggregates = <>
  146. Params = <>
  147. ProviderName = 'dspBGBills'
  148. Left = 240
  149. Top = 128
  150. object cdsBGBillsID: TIntegerField
  151. FieldName = 'ID'
  152. end
  153. object cdsBGBillsBGID: TIntegerField
  154. FieldName = 'BGID'
  155. end
  156. object cdsBGBillsB_Code: TWideStringField
  157. FieldName = 'B_Code'
  158. Size = 50
  159. end
  160. object cdsBGBillsName: TWideStringField
  161. FieldName = 'Name'
  162. Size = 200
  163. end
  164. object cdsBGBillsUnits: TWideStringField
  165. FieldName = 'Units'
  166. end
  167. object cdsBGBillsPrice: TFloatField
  168. FieldName = 'Price'
  169. end
  170. object cdsBGBillsQuantity: TFloatField
  171. FieldName = 'Quantity'
  172. end
  173. object cdsBGBillsTotalPrice: TFloatField
  174. FieldName = 'TotalPrice'
  175. end
  176. object cdsBGBillsUsedQuantity: TFloatField
  177. FieldName = 'UsedQuantity'
  178. end
  179. end
  180. object cdsBGBillsView: TClientDataSet
  181. Aggregates = <>
  182. Params = <>
  183. AfterInsert = cdsBGBillsViewAfterInsert
  184. BeforePost = cdsBGBillsViewBeforePost
  185. AfterPost = cdsBGBillsViewAfterPost
  186. BeforeDelete = cdsBGBillsViewBeforeDelete
  187. AfterDelete = cdsBGBillsViewAfterDelete
  188. Left = 312
  189. Top = 128
  190. object cdsBGBillsViewID: TIntegerField
  191. FieldName = 'ID'
  192. end
  193. object cdsBGBillsViewBGID: TIntegerField
  194. FieldName = 'BGID'
  195. end
  196. object cdsBGBillsViewB_Code: TWideStringField
  197. FieldName = 'B_Code'
  198. OnChange = cdsBGBillsViewQuantityChange
  199. Size = 50
  200. end
  201. object cdsBGBillsViewName: TWideStringField
  202. FieldName = 'Name'
  203. OnChange = cdsBGBillsViewQuantityChange
  204. Size = 200
  205. end
  206. object cdsBGBillsViewUnits: TWideStringField
  207. FieldName = 'Units'
  208. OnChange = cdsBGBillsViewQuantityChange
  209. end
  210. object cdsBGBillsViewPrice: TFloatField
  211. FieldName = 'Price'
  212. OnChange = cdsBGBillsViewQuantityChange
  213. OnSetText = cdsBGBillsViewPriceSetText
  214. end
  215. object cdsBGBillsViewQuantity: TFloatField
  216. FieldName = 'Quantity'
  217. OnChange = cdsBGBillsViewQuantityChange
  218. OnSetText = cdsBGBillsViewQuantitySetText
  219. end
  220. object cdsBGBillsViewTotalPrice: TFloatField
  221. FieldName = 'TotalPrice'
  222. end
  223. object cdsBGBillsViewUsedQuantity: TFloatField
  224. FieldName = 'UsedQuantity'
  225. end
  226. end
  227. end