WCostPriceSaverUnit.dfm 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. object WCostPriceSaver: TWCostPriceSaver
  2. OldCreateOrder = False
  3. Left = 275
  4. Top = 137
  5. Height = 259
  6. Width = 285
  7. object atCLComput: TADOTable
  8. Connection = acDJFile
  9. TableName = 'CLComput'
  10. Left = 40
  11. Top = 72
  12. object atCLComputFID: TIntegerField
  13. FieldName = 'FID'
  14. end
  15. object atCLComputCode: TSmallintField
  16. FieldName = 'Code'
  17. end
  18. object atCLComputWhere: TWideStringField
  19. FieldName = 'Where'
  20. Size = 24
  21. end
  22. object atCLComputGYValue: TFloatField
  23. FieldName = 'GYValue'
  24. end
  25. object atCLComputMZValue: TFloatField
  26. FieldName = 'MZValue'
  27. end
  28. object atCLComputYFValue: TBCDField
  29. FieldName = 'YFValue'
  30. Precision = 19
  31. end
  32. object atCLComputYJYF: TFloatField
  33. FieldName = 'YJYF'
  34. end
  35. object atCLComputZXCount: TFloatField
  36. FieldName = 'ZXCount'
  37. end
  38. object atCLComputZXRate: TFloatField
  39. FieldName = 'ZXRate'
  40. end
  41. object atCLComputSHRate: TFloatField
  42. FieldName = 'SHRate'
  43. end
  44. object atCLComputSHValue: TFloatField
  45. FieldName = 'SHValue'
  46. end
  47. object atCLComputBGRate: TFloatField
  48. FieldName = 'BGRate'
  49. end
  50. object atCLComputBGValue: TFloatField
  51. FieldName = 'BGValue'
  52. end
  53. object atCLComputHSValue: TFloatField
  54. FieldName = 'HSValue'
  55. end
  56. end
  57. object atCLYF_List: TADOTable
  58. Connection = acDJFile
  59. IndexFieldNames = 'FID;Code'
  60. MasterFields = 'FID;Code'
  61. MasterSource = dsCLComput
  62. TableName = 'CLYF_List'
  63. Left = 128
  64. Top = 72
  65. object atCLYF_ListFID: TIntegerField
  66. FieldName = 'FID'
  67. end
  68. object atCLYF_ListCode: TSmallintField
  69. FieldName = 'Code'
  70. end
  71. object atCLYF_ListWhere: TWideStringField
  72. FieldName = 'Where'
  73. Size = 24
  74. end
  75. object atCLYF_ListToolNo: TSmallintField
  76. FieldName = 'ToolNo'
  77. end
  78. object atCLYF_ListCount: TIntegerField
  79. FieldName = 'Count'
  80. end
  81. object atCLYF_ListSLRate: TFloatField
  82. FieldName = 'SLRate'
  83. end
  84. object atCLYF_ListkmValue: TFloatField
  85. FieldName = 'kmValue'
  86. end
  87. object atCLYF_Listt_kmDJ: TFloatField
  88. FieldName = 't_kmDJ'
  89. end
  90. object atCLYF_ListYFValue: TFloatField
  91. FieldName = 'YFValue'
  92. end
  93. object atCLYF_ListZXDJ: TFloatField
  94. FieldName = 'ZXDJ'
  95. end
  96. object atCLYF_ListZXCount: TFloatField
  97. FieldName = 'ZXCount'
  98. end
  99. object atCLYF_ListQTDJ: TFloatField
  100. FieldName = 'QTDJ'
  101. end
  102. object atCLYF_ListAddRate: TFloatField
  103. FieldName = 'AddRate'
  104. end
  105. object atCLYF_ListFmlNote: TWideStringField
  106. FieldName = 'FmlNote'
  107. Size = 50
  108. end
  109. end
  110. object atCLYJ_List: TADOTable
  111. Connection = acDJFile
  112. IndexFieldNames = 'FID;Code'
  113. MasterFields = 'FID;Code'
  114. MasterSource = dsCLComput
  115. TableName = 'CLYJ_List'
  116. Left = 208
  117. Top = 72
  118. object atCLYJ_ListFID: TIntegerField
  119. FieldName = 'FID'
  120. end
  121. object atCLYJ_ListCode: TSmallintField
  122. FieldName = 'Code'
  123. end
  124. object atCLYJ_ListWhere: TWideStringField
  125. FieldName = 'Where'
  126. Size = 24
  127. end
  128. object atCLYJ_ListSLRate: TFloatField
  129. FieldName = 'SLRate'
  130. end
  131. object atCLYJ_ListDJValue: TFloatField
  132. FieldName = 'DJValue'
  133. end
  134. object atCLYJ_ListFmlNote: TWideStringField
  135. FieldName = 'FmlNote'
  136. Size = 40
  137. end
  138. object atCLYJ_ListXCValue: TBCDField
  139. FieldName = 'XCValue'
  140. Precision = 19
  141. end
  142. object atCLYJ_ListGYValue: TBCDField
  143. FieldName = 'GYValue'
  144. Precision = 19
  145. end
  146. end
  147. object dsCLComput: TDataSource
  148. DataSet = atCLComput
  149. Left = 40
  150. Top = 120
  151. end
  152. object acDJFile: TADOConnection
  153. LoginPrompt = False
  154. Mode = cmShareDenyNone
  155. Provider = 'Microsoft.Jet.OLEDB.4.0'
  156. Left = 40
  157. Top = 24
  158. end
  159. object atFileName: TADOTable
  160. Connection = acDJFile
  161. TableName = 'FileName'
  162. Left = 128
  163. Top = 24
  164. object atFileNameFID: TAutoIncField
  165. FieldName = 'FID'
  166. ReadOnly = True
  167. end
  168. object atFileNameFType: TSmallintField
  169. FieldName = 'FType'
  170. end
  171. object atFileNameName: TWideStringField
  172. FieldName = 'Name'
  173. Size = 50
  174. end
  175. object atFileNameUserName: TWideStringField
  176. FieldName = 'UserName'
  177. Size = 10
  178. end
  179. object atFileNameNote: TMemoField
  180. FieldName = 'Note'
  181. BlobType = ftMemo
  182. end
  183. end
  184. object xmlDoc: TXMLDocument
  185. Active = True
  186. Left = 40
  187. Top = 177
  188. DOMVendorDesc = 'MSXML'
  189. end
  190. end