library TradeManage; uses SysUtils, classes, forms, WinTypes, WinProcs, U_DataLink in 'U_DataLink.pas' {DataLink_TradeManage: TDataModule}, U_GetDllForm in 'U_GetDllForm.pas', U_Fun in '..\..\..\ThreeFun\Fun\U_Fun.pas', U_SelExportField in '..\..\..\ThreeFun\Fun\U_SelExportField.pas' {frmSelExportField}, U_ColumnSet in '..\..\..\ThreeFun\Form\U_ColumnSet.pas' {frmColumnSet}, U_GetAddRess in '..\..\..\ThreeFun\Form\U_GetAddRess.pas', U_iniParam in 'U_iniParam.pas', AES in 'AES.pas', ElAES in 'ElAES.pas', U_ColumnBandSet in '..\..\..\ThreeFun\Form\U_ColumnBandSet.pas' {frmColumnBandSet}, U_SelPrintFieldNew in '..\..\..\ThreeFun\Form\U_SelPrintFieldNew.pas' {frmSelPrintFieldNew}, U_LabelPrint in 'U_LabelPrint.pas' {frmLabelPrint}, U_ConInPut in 'U_ConInPut.pas' {frmConInPut}, U_MJManageNewFDNew_other in 'U_MJManageNewFDNew_other.pas' {frmMJManageNewFDNew_other}, U_MJEdit_other in 'U_MJEdit_other.pas' {frmMJEdit_other}, U_BanCpCkSaoM in 'U_BanCpCkSaoM.pas' {frmBanCpCkSaoM}, U_CpRkSaoMNew in 'U_CpRkSaoMNew.pas' {frmCpRkSaoMNew}, U_PbSelCK in 'U_PbSelCK.pas' {frmPbSelCK}, U_CrkAccount in 'U_CrkAccount.pas' {frmCrkAccount}, U_BanCpHCSaoM in 'U_BanCpHCSaoM.pas' {frmBanCpHCSaoM}, U_ClothHCList in 'U_ClothHCList.pas' {frmClothHCList}, U_ClothContractInPut_CG in 'U_ClothContractInPut_CG.pas' {frmClothContractInPut_CG}, U_ContractList in 'U_ContractList.pas' {frmContractList}, U_ClothContractListDH in 'U_ClothContractListDH.pas' {frmClothContractListDH}, U_OrderJDList in 'U_OrderJDList.pas' {frmOrderJDList}, U_ClothContractListWJG in 'U_ClothContractListWJG.pas' {frmClothContractListWJG}, U_OrderInPutXH in 'U_OrderInPutXH.pas' {frmOrderInPutXH}, U_ProductOrderListSel in 'U_ProductOrderListSel.pas' {frmProductOrderListSel}, U_BefChkHX in 'U_BefChkHX.pas' {frmBefChkHX}, U_Printckmd in 'U_Printckmd.pas' {frmPrintckmd}, U_ProductOrderListNew in 'U_ProductOrderListNew.pas' {frmProductOrderListNew}, U_ProductOrder_Ph10 in 'U_ProductOrder_Ph10.pas' {frmProductOrder_Ph10}, U_CpCkSaoMNewSel in 'U_CpCkSaoMNewSel.pas' {frmCpCkSaoMNewSel}, U_CPRK in 'U_CPRK.pas' {frmCPRK}, U_kcchEdit in 'U_kcchEdit.pas' {frmkcchEdit}, U_CKProductCK_Other in 'U_CKProductCK_Other.pas' {frmCKProductCK_Other}, U_Fun10 in '..\..\..\ThreeFun\Fun\U_Fun10.pas', U_YGList in 'U_YGList.pas' {frmYGlist}, U_ZDYHelp in '..\..\..\ThreeFun\Form\U_ZDYHelp.pas' {frmZDYHelp}, U_ZDYHelpSel in '..\..\..\ThreeFun\Form\U_ZDYHelpSel.pas' {frmZDYHelpSel}, U_ZdyAttachment in 'U_ZdyAttachment.pas' {frmZdyAttachment}, U_ZdyAttachCP in 'U_ZdyAttachCP.pas' {frmZdyAttachCP}, U_ZdyAttachGYS in 'U_ZdyAttachGYS.pas' {frmZdyAttachGYS}, U_CP_CRC in 'U_CP_CRC.pas' {frmCP_CRC}, U_UserHelp in '..\..\..\ThreeFun\Form\U_UserHelp.pas' {frmUserHelp}, U_ProductOrderNewListXH in 'U_ProductOrderNewListXH.pas' {frmProductOrderNewListXH}, U_ProductOrderNewListSEl in 'U_ProductOrderNewListSEl.pas' {frmProductOrderNewListSEl}, U_ProductOrderNewList_JD in 'U_ProductOrderNewList_JD.pas' {frmProductOrderNewList_JD}, U_RKSMEdit_Other in 'U_RKSMEdit_Other.pas' {frmRKSMEdit_other}, U_KCEdit in 'U_KCEdit.pas' {frmKCEdit}, U_CKProductBCPKCList_other in 'U_CKProductBCPKCList_other.pas' {frmCKProductBCPKCList_other}, U_CKProductBCPOutList_other in 'U_CKProductBCPOutList_other.pas' {frmCKProductBCPOutList_other}, U_YHList_other in 'U_YHList_other.pas' {frmYHList_other}, U_CKProductBCPKCListSel_Other in 'U_CKProductBCPKCListSel_Other.pas' {frmCKProductBCPKCListSel_Other}, U_KCRLLTZ_other in 'U_KCRLLTZ_other.pas' {frmKCRLLTZ_other}, U_KCRLLTZ in 'U_KCRLLTZ.pas' {frmKCRLLTZ}, U_ModulePromptList in 'U_ModulePromptList.pas' {frmModulePromptList}, U_SysLogHelp in '..\..\..\ThreeFun\Form\U_SysLogHelp.pas' {frmSysLogHelp}, U_ProductOrderNewList_ZD in 'U_ProductOrderNewList_ZD.pas' {frmProductOrderNewList_ZD}; {$R *.res} procedure DllEnterPoint(dwReason: DWORD);far;stdcall; begin DLLProc := @DLLEnterPoint; DllEnterPoint(DLL_PROCESS_ATTACH); end; procedure DLLUnloadProc(Reason: Integer); register; begin { if (Reason = DLL_PROCESS_DETACH) or (Reason=DLL_THREAD_DETACH) then Application:=NewDllApp; } end; exports GetDllForm; begin try NewDllApp:=Application; DLLProc := @DLLUnloadProc; except end; end.