| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 | object rmMentalCustomized1Data: TrmMentalCustomized1Data  OldCreateOrder = False  Left = 562  Top = 392  Height = 150  Width = 215  object cdsCustom1: TClientDataSet    Active = True    Aggregates = <>    FieldDefs = <      item        Name = 'ProjectID'        DataType = ftInteger      end      item        Name = 'ProjectName'        DataType = ftWideString        Size = 255      end      item        Name = 'SerialNo'        DataType = ftInteger      end      item        Name = 'ChapterID'        DataType = ftWideString        Size = 255      end      item        Name = 'ChapterName'        DataType = ftWideString        Size = 255      end      item        Name = 'P_TotalPrice'        DataType = ftFloat      end      item        Name = 'P_AddQcTotalPrice'        DataType = ftFloat      end      item        Name = 'P_AddGatherTotalPrice'        DataType = ftFloat      end      item        Name = 'P_Percent'        DataType = ftFloat      end      item        Name = 'TotalPrice'        DataType = ftFloat      end      item        Name = 'AddQcTotalPrice'        DataType = ftFloat      end      item        Name = 'AddGatherTotalPrice'        DataType = ftFloat      end      item        Name = 'Percent'        DataType = ftFloat      end>    IndexDefs = <>    Params = <>    StoreDefs = True    Left = 40    Top = 40    Data = {      510100009619E0BD01000000180000000D00000000000300000051010950726F      6A656374494404000100000000000B50726F6A6563744E616D6502004A000000      010005574944544802000200FE010853657269616C4E6F040001000000000009      43686170746572494402004A000000010005574944544802000200FE010B4368      61707465724E616D6502004A000000010005574944544802000200FE010C505F      546F74616C5072696365080004000000000011505F4164645163546F74616C50      72696365080004000000000015505F416464476174686572546F74616C507269      6365080004000000000009505F50657263656E7408000400000000000A546F74      616C507269636508000400000000000F4164645163546F74616C507269636508      0004000000000013416464476174686572546F74616C50726963650800040000      0000000750657263656E7408000400000000000000}    object cdsCustom1ProjectID: TIntegerField      FieldName = 'ProjectID'    end    object cdsCustom1ProjectName: TWideStringField      FieldName = 'ProjectName'      Size = 255    end    object cdsCustom1SerialNo: TIntegerField      FieldName = 'SerialNo'    end    object cdsCustom1ChapterID: TWideStringField      FieldName = 'ChapterID'      Size = 255    end    object cdsCustom1ChapterName: TWideStringField      FieldName = 'ChapterName'      Size = 255    end    object cdsCustom1P_TotalPrice: TFloatField      FieldName = 'P_TotalPrice'    end    object cdsCustom1P_AddQcTotalPrice: TFloatField      FieldName = 'P_AddQcTotalPrice'    end    object cdsCustom1P_AddGatherTotalPrice: TFloatField      FieldName = 'P_AddGatherTotalPrice'    end    object cdsCustom1P_Percent: TFloatField      FieldName = 'P_Percent'    end    object cdsCustom1TotalPrice: TFloatField      FieldName = 'TotalPrice'    end    object cdsCustom1AddQcTotalPrice: TFloatField      FieldName = 'AddQcTotalPrice'    end    object cdsCustom1AddGatherTotalPrice: TFloatField      FieldName = 'AddGatherTotalPrice'    end    object cdsCustom1Percent: TFloatField      FieldName = 'Percent'    end  end  object cdsCustom2: TClientDataSet    Active = True    Aggregates = <>    Params = <>    Left = 136    Top = 40    Data = {      B70000009619E0BD010000001800000007000000000003000000B70007436C61      7373494404000100000000000853657269616C4E6F080004000000000009436C      6173734E616D6502004A000000010005574944544802000200FE010A54656E64      65724E616D6502004A000000010005574944544802000200FE010A546F74616C      5072696365080004000000000013456E64476174686572546F74616C50726963      6508000400000000000750657263656E7408000400000000000000}    object cdsCustom2ClassID: TIntegerField      FieldName = 'ClassID'    end    object cdsCustom2SerialNo: TFloatField      FieldName = 'SerialNo'    end    object cdsCustom2ClassName: TWideStringField      FieldName = 'ClassName'      Size = 255    end    object cdsCustom2TenderName: TWideStringField      FieldName = 'TenderName'      Size = 255    end    object cdsCustom2TotalPrice: TFloatField      FieldName = 'TotalPrice'    end    object cdsCustom2EndGatherTotalPrice: TFloatField      FieldName = 'EndGatherTotalPrice'    end    object cdsCustom2Percent: TFloatField      FieldName = 'Percent'    end  endend
 |