From 647b1030091f8683a97886e7611d05cab4881109 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期四, 27 六月 2024 22:02:56 +0800
Subject: [PATCH] test
---
jrj/project/business/HR/ManpowerFileWindow.cpp | 20 ++++++++++----------
jrj/project/business/HR/BlankExcelTemplate.cpp | 13 +++++++++----
2 files changed, 19 insertions(+), 14 deletions(-)
diff --git a/jrj/project/business/HR/BlankExcelTemplate.cpp b/jrj/project/business/HR/BlankExcelTemplate.cpp
index 98bc2b1..4747fdb 100644
--- a/jrj/project/business/HR/BlankExcelTemplate.cpp
+++ b/jrj/project/business/HR/BlankExcelTemplate.cpp
@@ -1,8 +1,13 @@
-use "xcontrol.vframe.vbusiness.vd"
-use "xbase.vframe.vbusiness.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 BlankExcelTemplateView : public xframe
{
xdwgrid dw_list;
diff --git a/jrj/project/business/HR/ManpowerFileWindow.cpp b/jrj/project/business/HR/ManpowerFileWindow.cpp
index 9107ff0..de306d3 100644
--- a/jrj/project/business/HR/ManpowerFileWindow.cpp
+++ b/jrj/project/business/HR/ManpowerFileWindow.cpp
@@ -1,13 +1,13 @@
-use "xcontrol.vframe.vbusiness.vd"
-use "xbase.vframe.vbusiness.vd"
-use "xcontrol.vframe.vbusiness.vd"
-use "xbase.vframe.vbusiness.vd"
-use "vbind.vbind.wface.vd"
-use "publiccode.vutil.vbusiness.vd"
-use "multi.vbind.vbind.wface.vd"
-xxxxxxx
-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 ViewManpowerFileWiondow : public xframe
{
//xdwgrid dw_list;//新建列表时使用
--
Gitblit v1.9.3