| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 | object BillsMeasureData: TBillsMeasureData  OldCreateOrder = False  Left = 622  Top = 342  Height = 150  Width = 299  object sdvBillsMeasure: TsdDataView    Active = False    Filtered = False    Columns = <      item        FieldName = 'ID'      end      item        FieldName = 'ParentID'      end      item        FieldName = 'NextSiblingID'      end      item        FieldName = 'Code'      end      item        FieldName = 'B_Code'      end      item        FieldName = 'Name'      end      item        FieldName = 'Units'      end      item        FieldName = 'Price'      end      item        FieldName = 'NewPrice'      end      item        FieldName = 'Quantity'      end      item        FieldName = 'QtyFormula'      end      item        FieldName = 'TotalPrice'      end      item        FieldName = 'CurDealQuantity'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'DealQuantity'      end      item        FieldName = 'CurDealTotalPrice'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'DealTotalPrice'      end      item        FieldName = 'CurQcQuantity'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'QcQuantity'      end      item        FieldName = 'CurQcTotalPrice'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'QcTotalPrice'      end      item        FieldName = 'CurQcBGLCode'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'QcBGLCode'      end      item        FieldName = 'CurPcQuantity'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'PcQuantity'      end      item        FieldName = 'CurPcTotalPrice'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'PcTotalPrice'      end      item        FieldName = 'CurPcBGLCode'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'PcBGLCode'      end      item        FieldName = 'CurGatherQuantity'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'GatherQuantity'      end      item        FieldName = 'CurGatherTotalPrice'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'GatherTotalPrice'      end      item        FieldName = 'EndDealQuantity'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'EndDealQuantity'      end      item        FieldName = 'EndDealTotalPrice'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'EndDealTotalPrice'      end      item        FieldName = 'EndQcQuantity'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'EndQcQuantity'      end      item        FieldName = 'EndQcTotalPrice'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'EndQcTotalPrice'      end      item        FieldName = 'EndPcQuantity'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'EndPcQuantity'      end      item        FieldName = 'EndPcTotalPrice'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'EndPcTotalPrice'      end      item        FieldName = 'EndGatherQuantity'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'EndGatherQuantity'      end      item        FieldName = 'EndGatherTotalPrice'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'EndGatherTotalPrice'      end      item        FieldName = 'AddDealQuantity'      end      item        FieldName = 'AddDealTotalPrice'      end      item        FieldName = 'AddQcQuantity'      end      item        FieldName = 'AddQcTotalPrice'      end      item        FieldName = 'AddPcQuantity'      end      item        FieldName = 'AddPcTotalPrice'      end      item        FieldName = 'AddGatherQuantity'      end      item        FieldName = 'AddGatherTotalPrice'      end      item        FieldName = 'Peg'      end      item        FieldName = 'DrawingCode'      end      item        FieldName = 'MemoStr'      end      item        FieldName = 'DealDgnQuantity1'      end      item        FieldName = 'DealDgnQuantity2'      end      item        FieldName = 'CDgnQuantity1'      end      item        FieldName = 'CDgnQuantity2'      end      item        FieldName = 'Alias'      end      item        FieldName = 'AddDgnPrice'      end      item        FieldName = 'AddCompleteRate'      end      item        FieldName = 'PM_PreTotalPrice'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'PM_PreTotalPrice'      end      item        FieldName = 'PM_TotalPrice'        KeyFields = 'ID'        LookupKeyFields = 'BillsID'        LookupResultField = 'PM_TotalPrice'      end      item        FieldName = 'PM_AddTotalPrice'      end      item        FieldName = 'ApprovalCode'      end      item        FieldName = 'IsGatherZJJL'      end>    AfterAddRecord = sdvBillsMeasureAfterAddRecord    BeforeValueChange = sdvBillsMeasureBeforeValueChange    AfterValueChanged = sdvBillsMeasureAfterValueChanged    AfterClose = sdvBillsMeasureAfterClose    AfterOpen = sdvBillsMeasureAfterOpen    OnCurrentChanged = sdvBillsMeasureCurrentChanged    OnGetText = sdvBillsMeasureGetText    OnSetText = sdvBillsMeasureSetText    OnNeedLookupRecord = sdvBillsMeasureNeedLookupRecord    Left = 48    Top = 32  endend
 |