From 69b5a2fc2e6b78de476fdb6acdec518f98a38fb4 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 27 六月 2024 21:57:34 +0800 Subject: [PATCH] test --- jrj/project/business/HR/AdministrativeDepartment.cpp | 15 ++++++++++----- jrj/project/business/quote.enquiry.cpp | 2 +- jrj/project/business/HR/ManpowerFile.cpp | 14 +++++++++----- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/jrj/project/business/HR/AdministrativeDepartment.cpp b/jrj/project/business/HR/AdministrativeDepartment.cpp index 0d6b5d7..d2f3c64 100644 --- a/jrj/project/business/HR/AdministrativeDepartment.cpp +++ b/jrj/project/business/HR/AdministrativeDepartment.cpp @@ -1,8 +1,13 @@ -use "xcontrol.vframe.vbusiness.vd"//hxsoft.com -> Developer -> wlib -> vframe -use "xbase.vframe.vbusiness.vd"//hxsoft.com -> Developer -> wlib -> vframe -use "saleorder.view.vd" -unit trade -[ +#include <wobject/xstring.hpp> +#include <xcontrol/xtreeview.hpp> +#include <xcontrol/xdwgrid.hpp> +#include <xcontrol/xcell.hpp> + + +#include "vbusiness/vframe/listwin.vframe.vbusiness.hpp" +#include "viewobject/view.base.hpp" + +using xml = KXMLDOMDocument; class ViewAdministrativeDepartmentList : public listwin { xdwgrid dw_list; diff --git a/jrj/project/business/HR/ManpowerFile.cpp b/jrj/project/business/HR/ManpowerFile.cpp index f29ef85..e834cf5 100644 --- a/jrj/project/business/HR/ManpowerFile.cpp +++ b/jrj/project/business/HR/ManpowerFile.cpp @@ -1,9 +1,13 @@ -use "xcontrol.vframe.vbusiness.vd" -use "xbase.vframe.vbusiness.vd" -use "base.view.vd" +#include <wobject/xstring.hpp> +#include <xcontrol/xtreeview.hpp> +#include <xcontrol/xdwgrid.hpp> +#include <xcontrol/xcell.hpp> -unit trade -[ + +#include "vbusiness/vframe/listwin.vframe.vbusiness.hpp" +#include "viewobject/view.base.hpp" + +using xml = KXMLDOMDocument; class ViewManpowerFileList : public xframe { xdwgrid dw_list;//hxsoft.com -> Developer -> wface -> vcontrol diff --git a/jrj/project/business/quote.enquiry.cpp b/jrj/project/business/quote.enquiry.cpp index c18e069..b5c9ac7 100644 --- a/jrj/project/business/quote.enquiry.cpp +++ b/jrj/project/business/quote.enquiry.cpp @@ -12,7 +12,7 @@ #include "viewobject/view.base.hpp" #include "viewobject/quote.view.hpp" -using xml = KXMLDOMDocument; +using xml = KXMLDOMDocument;xxxx class __declspec(dllexport) QuoteFileView : public xframe { -- Gitblit v1.9.3