| | |
| | | #include <xcontrol/xdwgrid.hpp> |
| | | #include <wobject/xdouble.hpp> |
| | | #include <xcontrol/xlayersheet.hpp> |
| | | #include <xcontrol/xcell.hpp> |
| | | |
| | | #include "vbusiness/vframe/listwin.vframe.vbusiness.hpp" |
| | | #include "vbusiness/vframe/maint.vframe.vbusiness.hpp" |
| | | #include "viewobject/view.base.hpp" |
| | | #include "xcontrol/xcell.hpp" |
| | | |
| | | using xml = KXMLDOMDocument; |
| | | class __declspec(dllexport) ExpressMaint : public maint |
| | |
| | | dw_base.SetItemDisplayString(1, L"EnterName", m_username); |
| | | dw_base.SetItemString(1, L"CreateDate", publiccode::GetCurrentDate()); |
| | | dw_base.SetItemString(1, L"PBAStatus", L"Y"); |
| | | |
| | | return 0; |
| | | |
| | | } |
| | | return 0; |
| | |
| | | |
| | | int onload() |
| | | { |
| | | SetArg(); |
| | | dw_base = GetControl(L"dw_base"); |
| | | |
| | | OnAttachEvent(); |
| | |
| | | return 1; |
| | | } |
| | | |
| | | int onloaded() |
| | | { |
| | | return maint::onloaded(); |
| | | } |
| | | |
| | | }; |