BGLDm.dfm 5.2 KB

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