| | |
| | | #include <wobject/xdouble.hpp> |
| | | #include <xcontrol/xlayersheet.hpp> |
| | | #include <xcontrol/xdatetimepick.hpp> |
| | | #include <xcontrol/ximageview.hpp> |
| | | |
| | | #include "vbusiness/vframe/listwin.vframe.vbusiness.hpp" |
| | | #include "viewobject/view.base.hpp" |
| | |
| | | |
| | | int OnShowImage(xstring skuid) |
| | | { |
| | | imageview im = GetControl(L"im1"); |
| | | ximageview im = GetControl(L"im1"); |
| | | //im.RemoveImage(); |
| | | im.ResetEx(); |
| | | im.Reset(); |
| | | |
| | | xml xp ; |
| | | |
| | |
| | | { |
| | | SetArg(); |
| | | OnAttachEvent(); |
| | | xaserverarg arg; |
| | | |
| | | int p = GetArg(); |
| | | xaserverarg arg= GetArg(); |
| | | |
| | | xstring skuid = arg.GetArgString(L"guid"); |
| | | xstring customerItemNo = arg.GetArgString(L"CustomerItemNo"); |