initial commit

main
李岩峰 6 years ago
parent 9f2764d880
commit a4a7a30cb1

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1,26 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HEZON_ITK", "HEZON_ITK\HEZON_ITK.vcxproj", "{8E665218-4AC2-4DDD-A50E-4245BA64C3C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E665218-4AC2-4DDD-A50E-4245BA64C3C3}.Debug|Win32.ActiveCfg = Debug|Win32
{8E665218-4AC2-4DDD-A50E-4245BA64C3C3}.Debug|Win32.Build.0 = Debug|Win32
{8E665218-4AC2-4DDD-A50E-4245BA64C3C3}.Debug|x64.ActiveCfg = Debug|x64
{8E665218-4AC2-4DDD-A50E-4245BA64C3C3}.Debug|x64.Build.0 = Debug|x64
{8E665218-4AC2-4DDD-A50E-4245BA64C3C3}.Release|Win32.ActiveCfg = Release|Win32
{8E665218-4AC2-4DDD-A50E-4245BA64C3C3}.Release|Win32.Build.0 = Release|Win32
{8E665218-4AC2-4DDD-A50E-4245BA64C3C3}.Release|x64.ActiveCfg = Release|x64
{8E665218-4AC2-4DDD-A50E-4245BA64C3C3}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

@ -0,0 +1,4 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/AssemblyExplorer/XmlDocument/@EntryValue">&lt;AssemblyExplorer&gt;&#xD;
&lt;Assembly Path="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll" /&gt;&#xD;
&lt;/AssemblyExplorer&gt;</s:String></wpf:ResourceDictionary>

Binary file not shown.

Binary file not shown.

@ -0,0 +1,11 @@
// HEZON_ITK.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}

@ -0,0 +1,170 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8E665218-4AC2-4DDD-A50E-4245BA64C3C3}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>HEZON_ITK</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>false</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<UseOfMfc>false</UseOfMfc>
<PlatformToolset>v140</PlatformToolset>
<CLRSupport>true</CLRSupport>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>Use</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;IPLIB=none;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>C:\Users\lyf\Documents\tclib\tc12\include;C:\Users\lyf\Documents\tclib\tc12\include_cpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<CallingConvention>Cdecl</CallingConvention>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalLibraryDirectories>
</AdditionalLibraryDirectories>
<AdditionalDependencies>C:\Users\lyf\Documents\tclib\tc12\lib\*.lib;%(AdditionalDependencies)</AdditionalDependencies>
<IgnoreSpecificDefaultLibraries>libuser_exits.ar.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<OutputFile>$(OutDir)\bs.dll</OutputFile>
<AdditionalOptions>/FORCE %(AdditionalOptions)</AdditionalOptions>
</Link>
<ProjectReference>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="..\..\..\..\..\..\Program Files\Common Files\System\ado\msado15.dll" />
<None Include="ReadMe.txt" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="bs_bypass.cpp" />
<ClCompile Include="bs_file_transfer.cpp" />
<ClCompile Include="bs_sap.cpp" />
<ClCompile Include="bs_signoff.cxx" />
<ClCompile Include="epm_register_handler.cxx" />
<ClCompile Include="bs_custom_main.cxx" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="epm_handler_common.h" />
<ClInclude Include="epm_register_handler.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="源文件">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="头文件">
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
</Filter>
<Filter Include="资源文件">
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
<Filter Include="common">
<UniqueIdentifier>{d25e0aa0-8791-4277-b392-abc3943f925c}</UniqueIdentifier>
</Filter>
<Filter Include="epm-handler">
<UniqueIdentifier>{f8d4fa90-4363-4e0f-8f44-a2e02a224ad9}</UniqueIdentifier>
</Filter>
<Filter Include="userservice">
<UniqueIdentifier>{5f8496b0-ad7e-4c6c-b832-59575601b9f1}</UniqueIdentifier>
</Filter>
<Filter Include="bmf">
<UniqueIdentifier>{aa5fbb6b-b5ee-4f80-8b16-de99d912a542}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="ReadMe.txt" />
<None Include="..\..\..\..\..\..\Program Files\Common Files\System\ado\msado15.dll" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="epm_register_handler.cxx">
<Filter>epm-handler</Filter>
</ClCompile>
<ClCompile Include="bs_signoff.cxx">
<Filter>epm-handler</Filter>
</ClCompile>
<ClCompile Include="bs_custom_main.cxx">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="bs_bypass.cpp">
<Filter>epm-handler</Filter>
</ClCompile>
<ClCompile Include="bs_file_transfer.cpp">
<Filter>epm-handler</Filter>
</ClCompile>
<ClCompile Include="bs_sap.cpp">
<Filter>epm-handler</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="epm_register_handler.h">
<Filter>epm-handler</Filter>
</ClInclude>
<ClInclude Include="epm_handler_common.h">
<Filter>epm-handler</Filter>
</ClInclude>
</ItemGroup>
</Project>

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
</Project>

@ -0,0 +1,36 @@
========================================================================
控制台应用程序HEZON_ITK 项目概述
========================================================================
应用程序向导已为您创建了此 HEZON_ITK 应用程序。
本文件概要介绍组成 HEZON_ITK 应用程序的每个文件的内容。
HEZON_ITK.vcxproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件,
其中包含生成该文件的 Visual C++
的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
HEZON_ITK.vcxproj.filters
这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。
它包含有关项目文件与筛选器之间的关联信息。 在 IDE
中,通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。
例如,“.cpp”文件与“源文件”筛选器关联。
HEZON_ITK.cpp
这是主应用程序源文件。
/////////////////////////////////////////////////////////////////////////////
其他标准文件:
StdAfx.hStdAfx.cpp
这些文件用于生成名为 HEZON_ITK.pch 的预编译头 (PCH) 文件和
名为 StdAfx.obj 的预编译类型文件。
/////////////////////////////////////////////////////////////////////////////
其他注释:
应用程序向导使用“TODO:”注释来指示应添加或自定义的源代码部分。
/////////////////////////////////////////////////////////////////////////////

@ -0,0 +1,44 @@
/*=============================================================================
Copyright (c) 2003-2005 UGS Corporation
Unpublished - All Rights Reserved
File :qtmc_by_pass.cpp
Module : user_exits
============================================================================================================
DATE Name Description of Change
30_OTC_2014 mengyawei creation
$HISTORY$
============================================================================================================*/
#include <tc/tc.h>
#include "epm_handler_common.h"
#include <ict/ict_userservice.h>
#include <tccore/custom.h>
#include <epm/epm_toolkit_tc_utils.h>
#include <tccore/aom.h>
#include <tccore/aom_prop.h>
#ifdef __cplusplus
extern "C" {
#endif
extern "C" int POM_AM__set_application_bypass(logical bypass);
int bs_bypass(void *retValType)
{
int ifail = ITK_ok;
logical bypass=true;
USERARG_get_logical_argument(&bypass);
POM_AM__set_application_bypass( bypass );
return ifail;
}
#ifdef __cplusplus
}
#endif

@ -0,0 +1,68 @@
/**
* @defgroup common
* @defgroup workflow
* @defgroup bmf
* @defgroup service
*/
/**
* @addtogroup common
* @{
*/
/**
* @file
* @brief
* @date 2014/4/21
* @author mengyawei
*/
#pragma warning (disable: 4819)
/**
* @headerfile tcua
*/
#include <tc/tc.h>
#include <tccore/custom.h>
#include <server_exits/user_server_exits.h>
#include "epm_register_handler.h"
#include "epm_handler_common.h"
#ifdef __cplusplus
extern "C" {
#endif
/**
* @fn extern "C" DLLAPI int liborigin_register_callbacks
* @return usually return ITK_ok
* @brief liborigin customization entry
*/
DLLAPI int bs_register_callbacks()
{
int ifail = ITK_ok;
ifail = CUSTOM_register_exit(
"bs",
"USERSERVICE_register_methods",
(CUSTOM_EXIT_ftn_t)USERSERVICE_custom_register_methods) ;
ifail = CUSTOM_register_exit(
"bs",
"USER_gs_shell_init_module",
(CUSTOM_EXIT_ftn_t)CUST_init_module);
return ifail;
}
#ifdef __cplusplus
}
#endif
/**
* @}
*/

@ -0,0 +1,108 @@
#include "epm_handler_common.h"
#include <tc\tc_macros.h>
#include <tc\emh.h>
#include <tc\preferences.h>
#include <property\propdesc.h>
#include <epm\epm.h>
#include <epm\epm_toolkit_tc_utils.h>
#include <tccore\item.h>
#include <tccore\grmtype.h>
#include <tccore\grm.h>
#include <tccore\imantype.h>
#include <sa\am.h>
#include <sa\sa.h>
#include <tccore\aom.h>
#include <tccore\aom_prop.h>
#include <property\prop_errors.h>
#include <tccore\workspaceobject.h>
#include <qry\qry.h>
#include <bom\bom_attr.h>
#include <bom\bom.h>
#include <epm\signoff.h>
#include <pom\pom\pom.h>
#include <pom\pom\pom_errors.h>
#include <fclasses\tc_date.h>
#include <epm\cr.h>
#include <cfm\cfm.h>
#include <sa\am.h>
#include "tc/envelope.h"
#include <stdio.h>
#include "ae/dataset.h"
#include <ctype.h>
#include <string.h>
#include <string>
#include <iostream>
#include <iterator>
#include <map>
#include <vector>
#include "ce/ce.h"
#include <time.h>
#include <windows.h>
#include <iostream>
#include <sql.h>
#include <sqlext.h>
#include "string"
#include "sstream"
#include <sa/tcfile.h>
#include <tccore/aom.h>
#include <sa/tcfile_cache.h>
#include "ctime"
#include "tchar.h"
using namespace std;
extern "C" int POM_AM__set_application_bypass(logical bypass);
int bs_file_transfer(EPM_action_message_t msg)
{
int ifail = ITK_ok, att_count;
tag_t rootTask, *attachments;
char *obj_type;
EPM_ask_root_task(msg.task, &rootTask);
EPM_ask_attachments(rootTask, EPM_target_attachment, &att_count, &attachments);
TC_argument_list_t * arguments = msg.arguments;
int arg_cnt = TC_number_of_arguments(arguments), status = 0;
POM_AM__set_application_bypass(true);
map<string, string> paras;
for (auto i = 0; i<arg_cnt; i++)
{
char *temp_key, *temp_val;
ITK_ask_argument_named_value(TC_next_argument(arguments), &temp_key, &temp_val);
paras[temp_key] = temp_val;
}
printf("paras:");
for(auto i=paras.begin();i!=paras.end();i++)
{
printf(" %s:%s ", i->first.c_str(), i->second.c_str());
}
printf("\n");
for(int i=0;i<att_count;i++)
{
AOM_ask_value_string(attachments[i], "object_type", &obj_type);
printf("obj_type:%s\n", obj_type);
if (paras["type"] != obj_type)
continue;
int tag_cnt;
tag_t * tags;
AOM_ask_value_tags(attachments[i], paras["relation"].c_str(), &tag_cnt, &tags);
for(int j=0;j<tag_cnt;j++)
{
int ref_cnt;
tag_t *refs;
AE_ask_dataset_named_refs(tags[j], &ref_cnt, &refs);
for(int k=0;k<ref_cnt;k++)
{
char * name;
IMF_ask_original_file_name2(refs[k], &name);
ITKCALL(IMF_export_file(refs[k], (paras["path"] + name).c_str()));
}
}
}
POM_AM__set_application_bypass(false);
return 0;
}

@ -0,0 +1,293 @@
#include "epm_handler_common.h"
#include <tc\tc_macros.h>
#include <tc\emh.h>
#include <tc\preferences.h>
#include <property\propdesc.h>
#include <epm\epm.h>
#include <epm\epm_toolkit_tc_utils.h>
#include <tccore\item.h>
#include <tccore\grmtype.h>
#include <tccore\grm.h>
#include <tccore\imantype.h>
#include <sa\am.h>
#include <sa\sa.h>
#include <tccore\aom.h>
#include <tccore\aom_prop.h>
#include <property\prop_errors.h>
#include <tccore\workspaceobject.h>
#include <qry\qry.h>
#include <bom\bom_attr.h>
#include <bom\bom.h>
#include <epm\signoff.h>
#include <pom\pom\pom.h>
#include <pom\pom\pom_errors.h>
#include <fclasses\tc_date.h>
#include <epm\cr.h>
#include <cfm\cfm.h>
#include <sa\am.h>
#include "tc/envelope.h"
#include <stdio.h>
#include "ae/dataset.h"
#include <ctype.h>
#include <string.h>
#include <string>
#include <iostream>
#include <iterator>
#include <map>
#include <vector>
#include "ce/ce.h"
#include <time.h>
#include <windows.h>
#include <iostream>
#include <sql.h>
#include <sqlext.h>
#include "string"
#include "sstream"
#include <sa/tcfile.h>
#include <tccore/aom.h>
#include <sa/tcfile_cache.h>
#include "ctime"
#include "tchar.h"
#using "C:/Users/lyf/source/repos/Testdll/bin/Debug/declib.dll"
using namespace std;
using namespace Testdll;
using namespace System;
extern "C" int POM_AM__set_application_bypass(logical bypass);
string ConvertToString(System::String^ str)
{
char* p = (char*)(void*)System::Runtime::InteropServices::Marshal::StringToHGlobalAnsi(str);
return p;
}
System::String ^ convert_to_cstring(const char *p)
{
return System::Runtime::InteropServices::Marshal::PtrToStringAnsi((System::IntPtr)(char *)p);
}
bool isTypeOf(tag_t objtag, const char * type_name) {
tag_t type = NULLTAG;
TCTYPE_ask_object_type(objtag, &type);
tag_t item_type = NULLTAG;
TCTYPE_find_type(type_name, "", &item_type);
bool is_type = false;
if (item_type != NULLTAG) {
logical isok = FALSE;
TCTYPE_is_type_of(type, item_type, &isok);
if (isok) {
is_type = true;
}
}
return is_type;
}
void split(std::string s, const char* delim, std::vector<std::string>* ret)
{
size_t last = 0;
size_t index = s.find(delim, last);
int size = strlen(delim);
while (index != std::string::npos) {
ret->push_back(s.substr(last, index - last));
last = index + size;
index = s.find(delim, last);
}
if (index - last > 0) {
ret->push_back(s.substr(last, index - last));
}
}
int bs_sap_material(EPM_action_message_t msg)
{
printf("start sap material\n");
int ifail = ITK_ok, att_count;
tag_t rootTask, *attachments, relation_type;
char *obj_type;
int pref_cnt;
char **pref_vals;
EPM_ask_root_task(msg.task, &rootTask);
EPM_ask_attachments(rootTask, EPM_target_attachment, &att_count, &attachments);
TC_argument_list_t * arguments = msg.arguments;
int arg_cnt = TC_number_of_arguments(arguments), status = 0;
POM_AM__set_application_bypass(true);
map<string, string> paras,rel_map;
vector<string> rel_vec;
for (auto i = 0; i < arg_cnt; i++)
{
char *temp_key, *temp_val;
ITK_ask_argument_named_value(TC_next_argument(arguments), &temp_key, &temp_val);
paras[temp_key] = temp_val;
}
PREF_ask_char_values("connor_sap", &pref_cnt, &pref_vals);
split(pref_vals[4], ",", &rel_vec);
for(int i=0;i<rel_vec.size();i++)
{
vector<string> temp_vec;
split(rel_vec[i], "=", &temp_vec);
if(temp_vec.size()==2)
{
rel_map[temp_vec[0]] = temp_vec[1];
}
}
GRM_find_relation_type("IMAN_master_form", &relation_type);
printf("create class\n");
Testclass ^test = gcnew Testclass();
printf("create success\n");
String^ url = convert_to_cstring(pref_vals[0]);
String^ user = convert_to_cstring(pref_vals[2]);
String^ password = convert_to_cstring(pref_vals[3]);
map<string, string> map;
map["MTART"] = "jd2_wllx";
map["MATNR"] = "item_id";
map["MAKTX"] = "jd2_wlms";
map["MEINS"] = "jd2_jldw";
map["MATKL"] = "jd2_wlz";
map["PRDHA"] = "jd2_cppc";
map["EXTWG"] = "jd2_wbwlz";
map["MSTAE"] = "release_status_list";
map["VOLUM"] = "jd2_tj";
map["VOLEH"] = "jd2_tjdw";
map["BISMT"] = "jd2_jwlh";
map["ZEINR"] = "jd2_th";
map["BRGEW"] = "jd2_mz";
map["NTGEW"] = "jd2_jz";
map["GEWEI"] = "jd2_zldw";
map["CLASS"] = "jd2_wllx";
vector<string> vec{ "jd2_wllx","item_id","jd2_wlms","jd2_jldw","jd2_wlz","jd2_cppc","jd2_wbwlz","release_status_list","jd2_tj","jd2_tjdw","jd2_jwlh","jd2_th","jd2_mz","jd2_jz","jd2_zldw" };
printf("start111\n");
for (int i = 0; i < att_count; i++)
{
if (isTypeOf(attachments[i], "ItemRevision"))
{
int rel_cnt;
tag_t *rels;
GRM_list_secondary_objects_only(attachments[i], relation_type, &rel_cnt, &rels);
System::Collections::Generic::Dictionary<String^, String^> ^dic = gcnew System::Collections::Generic::Dictionary<String^, String^>();
for (auto j = map.begin(); j != map.end(); j++)
{
char *val="";
string temp_val;
if (j->second == "item_id")
{
AOM_UIF_ask_value(attachments[i], j->second.c_str(), &val);
temp_val = val;
}
else if (j->second == "release_status_list") {
int status_cnt;
tag_t *rel_status;
AOM_ask_value_tags(attachments[i], j->second.c_str(), &status_cnt, &rel_status);
if (status_cnt)
AOM_UIF_ask_value(rel_status[status_cnt - 1], "object_string", &val);
temp_val = rel_map[val];
}
else
{
AOM_UIF_ask_value(rels[0], j->second.c_str(), &val);
temp_val = val;
}
dic[convert_to_cstring(j->first.c_str())] = convert_to_cstring(temp_val.c_str());
}
dic["MBRSH"] = "M";
dic["SPART"] = "00";
dic["KLART"] = "001";
string result = ConvertToString(test->send_material(url, user, password, dic));
printf("result:%s\n", result.c_str());
}
}
POM_AM__set_application_bypass(false);
return 0;
}
void get_bom(System::Collections::Generic::List<System::Collections::Generic::Dictionary<String^, String^>^> ^a_list,tag_t line,char *werks,char *stlan)
{
int line_cnt;
tag_t *lines;
BOM_line_ask_child_lines(line, &line_cnt, &lines);
char *id;
AOM_UIF_ask_value(line, "bl_item_item_id", &id);
for (int j = 0; j < line_cnt; j++)
{
System::Collections::Generic::Dictionary<String^, String^> ^dic = gcnew System::Collections::Generic::Dictionary<String^, String^>();
dic["MATNR"] = convert_to_cstring(id);
dic["WERKS"] = convert_to_cstring(werks);
dic["STLAN"] = convert_to_cstring(stlan);
dic["BMENG"] = "1";
dic["STLST"] = "1";
dic["POSTP"] = "L";
char *val;
AOM_UIF_ask_value(lines[j], "bl_sequence_no", &val);
dic["POSNR"] = convert_to_cstring(val);
AOM_UIF_ask_value(lines[j], "bl_child_id", &val);
dic["IDNRK"] = convert_to_cstring(val);
AOM_UIF_ask_value(lines[j], "bl_quantity", &val);
dic["MENGE"] = convert_to_cstring(val);
AOM_UIF_ask_value(lines[j], "bl_uom", &val);
dic["MEINS"] = convert_to_cstring(val);
a_list->Add(dic);
get_bom(a_list, lines[j], werks, stlan);
}
}
int bs_sap_bom(EPM_action_message_t msg)
{
printf("start sap bom\n");
int ifail = ITK_ok, att_count;
tag_t rootTask, *attachments, relation_type, win;
char *obj_type;
int pref_cnt;
char **pref_vals;
EPM_ask_root_task(msg.task, &rootTask);
EPM_ask_attachments(rootTask, EPM_target_attachment, &att_count, &attachments);
TC_argument_list_t * arguments = msg.arguments;
int arg_cnt = TC_number_of_arguments(arguments), status = 0;
POM_AM__set_application_bypass(true);
map<string, string> paras;
for (auto i = 0; i < arg_cnt; i++)
{
char *temp_key, *temp_val;
ITK_ask_argument_named_value(TC_next_argument(arguments), &temp_key, &temp_val);
paras[temp_key] = temp_val;
}
PREF_ask_char_values("connor_sap", &pref_cnt, &pref_vals);
GRM_find_relation_type("IMAN_master_form", &relation_type);
Testclass ^test = gcnew Testclass();
String^ url = convert_to_cstring(pref_vals[1]);
String^ user = convert_to_cstring(pref_vals[2]);
String^ password = convert_to_cstring(pref_vals[3]);
BOM_create_window(&win);
for (int i = 0; i < att_count; i++)
{
if (isTypeOf(attachments[i], "PSBOMViewRevision"))
{
printf("execute\n");
int rel_cnt, line_cnt;
System::Collections::Generic::List<System::Collections::Generic::Dictionary<String^, String^>^> ^a_list = gcnew System::Collections::Generic::List<System::Collections::Generic::Dictionary<String^, String^>^>();
tag_t top_line, *lines, rev, *rels;
char *id, *werks, *stlan;
BOM_set_window_top_line_bvr(win, attachments[i], &top_line);
AOM_ask_value_tag(top_line, "bl_line_object", &rev);
GRM_list_secondary_objects_only(rev, relation_type, &rel_cnt, &rels);
AOM_ask_value_string(rev, "item_id", &id);
AOM_ask_value_string(rels[0], "jd2_gc", &werks);
AOM_ask_value_string(rels[0], "jd2_BOMyt", &stlan);
if (tc_strlen(werks)==0||tc_strlen(stlan)==0)
continue;
get_bom(a_list, top_line, werks, stlan);
string result = ConvertToString(test->send_bom(url, user, password, a_list));
printf("result:%s\n", result.c_str());
}
}
BOM_close_window(win);
POM_AM__set_application_bypass(false);
return 0;
}

@ -0,0 +1,77 @@
#include "epm_handler_common.h"
#include <tc\tc_macros.h>
#include <tc\emh.h>
#include <tc\preferences.h>
#include <property\propdesc.h>
#include <epm\epm.h>
#include <epm\epm_toolkit_tc_utils.h>
#include <tccore\item.h>
#include <tccore\grmtype.h>
#include <tccore\grm.h>
#include <tccore\imantype.h>
#include <sa\am.h>
#include <sa\sa.h>
#include <tccore\aom.h>
#include <tccore\aom_prop.h>
#include <property\prop_errors.h>
#include <tccore\workspaceobject.h>
#include <qry\qry.h>
#include <bom\bom_attr.h>
#include <bom\bom.h>
#include <epm\signoff.h>
#include <pom\pom\pom.h>
#include <pom\pom\pom_errors.h>
#include <fclasses\tc_date.h>
#include <epm\cr.h>
#include <cfm\cfm.h>
#include <sa\am.h>
#include "tc/envelope.h"
#include <stdio.h>
#include "ae/dataset.h"
#include <ctype.h>
#include <string.h>
#include <string>
#include <iostream>
#include <iterator>
#include <map>
#include <vector>
#include "ce/ce.h"
#include <time.h>
#include <windows.h>
#include <iostream>
#include <sql.h>
#include <sqlext.h>
#include "string"
#include "sstream"
#include <sa/tcfile.h>
#include <tccore/aom.h>
#include <sa/tcfile_cache.h>
#include "ctime"
#include "tchar.h"
using namespace std;
extern "C" int POM_AM__set_application_bypass(logical bypass);
int bs_signoff(EPM_action_message_t msg)
{
int ifail = ITK_ok, att_count;
tag_t rootTask, *attachments, user_tag;
char *action_string, *user_name, *task_name;
map<string,string> map;
time_t t = time(NULL);
struct tm* local = localtime(&t);
EPM_ask_name2(msg.task, &task_name);
EPM_action_t action = msg.action;
EPM_ask_action_string2(action, &action_string);
POM_get_user(&user_name, &user_tag);
EPM_ask_root_task(msg.task, &rootTask);
EPM_ask_attachments(rootTask,EPM_target_attachment, &att_count, &attachments);
return 0;
}

@ -0,0 +1,273 @@
/**
* @file common_itk_util.cpp
* @brief itk warpper utility function
* @author James
* @history
* ===================================================================================
* Date Name Description of Change
* 18-July-2008 James
*/
#pragma warning (disable: 4996)
#pragma warning (disable: 4819)
#include <epm/epm.h>
#include <epm/epm_toolkit_tc_utils.h>
#include <ict/ict_userservice.h>
#include <tccore/item.h>
#include <ae/ae.h>
#include <tc/folder.h>
#include <tccore/aom.h>
#include <sa/sa.h>
#include <tccore/aom_prop.h>
#include <property/prop_errors.h>
#include <tccore/workspaceobject.h>
#include <tc/preferences.h>
#include <tccore/imantype.h>
#include <tccore//grm.h>
#include <tccore/grmtype.h>
#include <sa/am.h>
#include <cfm/cfm.h>
#include <bom/bom.h>
#include <tccore/uom.h>
#include <ps/ps.h>
#include <epm/signoff.h>
#include <fclasses/tc_date.h>
//#include <tccore/imantype.h>
//#include <textsrv/textserver.h>
//#include <user_exits/epm_toolkit_utils.h>
//#include <ss/ss_errors.h>
#include <stdlib.h>
//#include <io.h>
#include <stdio.h>
#include <time.h>
//#include <direct.h>
//#include <unistd.h>
#include "error_handling.h"
#include "common_itk_util.h"
#ifdef WIN32
#include <io.h>
#include <direct.h>
#else
#include <unistd.h>
#endif
#define ARGS_LENGTH 200
#define ARGS_NAME_DEBUG "-debug"
#define DEBUG "-debug="
#define MAX_PRINTLINE_LENGTH 2000
#define MAX_PATH_LENGTH 2000
#define MAX_ARGUMENT_LENGTH 400
#define MAX_PARAMNAME_LENGTH 50
#define MAX_FILE_EXT_LENGTH 10
#define TRUE_FLAG 1
#define FALSE_FLAG 0
#define DETAILLOG 1
FILE* logFile = NULL;
void set_bypass(logical bypass)
{
AM__set_application_bypass(bypass);
}
/*=============================================================================*
* FUNCTION: current_time
* PURPOSE : get the current datetime
* INPUT:
* date_t* date_tag // current date time tag
*
* RETURN:
* void
*============================================================================*/
void current_time( date_t * date_tag )
{
time_t ltime;
struct tm *today ;
// Set time zone from TZ environment variable. If TZ is not set,
// the operating system is queried to obtain the default value
// for the variable.
//
//_tzset();
// Get UNIX-style time and display as number and string.
time( &ltime );
today = localtime( &ltime );
date_tag->year = today->tm_year + 1900 ;
date_tag->month = today->tm_mon ;
date_tag->day = today->tm_mday ;
date_tag->hour = today->tm_hour ;
date_tag->minute = today->tm_min ;
date_tag->second = today->tm_sec ;
}
/*=============================================================================*
* FUNCTION: CreateLogFile
* PURPOSE : create log file
* INPUT:
* char* FunctionName // the funtion which need to create log file
* FILE** logFile // out: the log file pointer
*
* RETURN:
* void
*============================================================================*/
void CreateLogFile(char* FunctionName, char **fullname)
{
int i=0, ifail = ITK_ok;
//date_t status_now;
//char* date_string = NULL;
char date_string[MAX_PATH_LENGTH];
char logFileDir[MAX_PATH_LENGTH];
char logFileName[MAX_PATH_LENGTH];
char* session_uid = NULL;
tag_t session_tag = NULLTAG;
time_t now;
struct tm *p;
time(&now);
logFile = NULL;
//current_time(&status_now);
p=localtime(&now);
memset(date_string, 0, sizeof(date_string));
sprintf(date_string,"%4d%02d%02d%02d%02d%02d",1900+p->tm_year,p->tm_mon+1 ,p->tm_mday ,p->tm_hour,p->tm_min ,p->tm_sec );
//if( DATE_date_to_string( status_now, "%Y%m%d%H%M%S", &date_string) != ITK_ok )
//ifail = ITK_date_to_string (status_now, &date_string );
//if (ifail)
//{
// printf("!*ERROR*!: Failed to get current date time\n");
// goto CLEANUP;
//}
memset(logFileDir, 0, sizeof(logFileDir));
memset(logFileName, 0, sizeof(logFileName));
//get log dir
sprintf(logFileDir, "%s", getenv("TEMP"));
printf("\n log file dir: %s\n", logFileDir);
//try to change dir to TC_USER_LOG_DIR
if(chdir(logFileDir)!=ITK_ok)
{
//not set TC_USER_LOG_DIR
//log in to default TC_LOG
memset(logFileDir, 0, sizeof(logFileDir));
sprintf(logFileDir, "%s", getenv("TC_LOG"));
printf("\n TC_USER_LOG_DIR invalide, log file dir: %s\n", logFileDir);
if(chdir(logFileDir)!=ITK_ok)
{
//still can not change to log dir
printf("!*ERROR*!: Failed to change dir to TC_USER_LOG_DIR\n");
goto CLEANUP;
}
}
//get session_uid to make sure the log file name unique
POM_ask_session(&session_tag);
ITK__convert_tag_to_uid(session_tag, &session_uid);
//get logFileName
sprintf(logFileName, "%s_%s_%s.log", FunctionName, session_uid, date_string);
printf("log file name: %s\n", logFileName);
*fullname = (char *)MEM_alloc(sizeof(char)*512);
sprintf(*fullname,"%s\\%s",logFileDir,logFileName);
//for(i = 0; _access((char *)logFileName, 4) == 0; i++)
/*{
memset(logFileName, 0, sizeof(logFileName));
sprintf(logFileName, "%s_%s_%s_%d.log", FunctionName, session_uid, date_string, i);
}
printf("final log file name: %s\n", logFileName);*/
//create log file
logFile = fopen(logFileName, "w");
CLEANUP:
//DOFREE(date_string);
DOFREE(session_uid);
}
/*=============================================================================*
* FUNCTION: WriteLog
* PURPOSE : write log, if debug log File not null, write log message to log File
* INPUT:
* const char* format // debug message string
*
* RETURN:
* void
*============================================================================*/
void WriteLog(const char* format, ...)
{
va_list arg;
char tmp[MAX_PRINTLINE_LENGTH];
if(logFile)
{
//get the message
memset(tmp, 0, sizeof(tmp));
va_start(arg, format);
vsprintf(tmp, format, arg);
va_end(arg);
//----------print to command window for trace--------//
printf("%s\n", tmp);
//print message to log file
fprintf(logFile, "%s\n", tmp);
fflush(logFile);
}
else
{
printf("*!Error!*: Log File Not Exist\n");
}
}
void CloseLog(void)
{
if(logFile)
{
fclose(logFile);
logFile = NULL;
}
}
//void getTypeinfo(char *type)
//{
// int ulen = 0,i=0,tempcount=0,asd=0;
//
// char temp[128]="";
// ulen = strlen(type);
// asd = ulen-1;
// for(i=0;i < ulen;i++)
// {
// if(type[i] == ';')
// {
// temp[tempcount] = '\0';
// strcpy(excludetypes[typecount].type,temp);
// strcpy(temp,"");
// tempcount = 0;
// typecount = typecount + 1;
// }
// else
// {
//
// temp[tempcount] = type[i];
// tempcount = tempcount + 1;
// if(i==asd)
// {
// temp[tempcount] = '\0';
// strcpy(excludetypes[typecount].type,temp);
// typecount = typecount + 1;
// }
//
// }
//
// }
//}

@ -0,0 +1,31 @@
/**
* @file common_itk_util.h
* @brief itk warpper utility function
* @author James
* @history
* ===================================================================================
* Date Name Description of Change
* 09-July-2008 James
*/
#ifndef COMMON_ITK_UTIL
#define COMMON_ITK_UTIL
#ifdef __cplusplus
extern "C" {
#endif
void CreateLogFile(char* FunctionName, char **fullname);
void WriteLog(const char* format, ...);
void CloseLog(void);
void set_bypass(logical bypass);
//int FindDatasetReferenceExt( tag_t datasettype, const char *datasettype_ref, char ext[10] );
//int CompareDate( date_t date1, date_t date2 );
//int GetRandomTempFile( char tempFile[256] );
//logical IsItemRevisionType( char object_type[WSO_name_size_c + 1] );
#ifdef __cplusplus
}
#endif
#endif

@ -0,0 +1,61 @@
/**
* @addtogroup handler
* @{
*/
/**
* @file epm_handler_common.h
* @brief handler functions declation
* @date 2011/4/12
* @author Ray
* @history
* ===================================================================================
* Date Name Description
* 12-Apr-2011 Ray created
*/
#ifndef EPM_HANDLER_COMMON
#define EPM_HANDLER_COMMON
#include <epm/epm.h>
#include <string>
#ifdef __cplusplus
extern "C" {
#endif
using namespace std;
#define TC_specification "IMAN_specification"
//#define NX_3W_DATASET_TYPE "UGMASTER"
//#define NX_2W_DATASET_TYPE "UGPART"
//#define DATASET_REF_TYPE "UGPART"
int bs_file_transfer(EPM_action_message_t msg);
int bs_sap_material(EPM_action_message_t msg);
int bs_sap_bom(EPM_action_message_t msg);
////将流程信息签入版本属性上去
//int qtmc_sign_ir(EPM_action_message_t msg);
//user service end
#ifdef __cplusplus
}
#endif
#endif
/**
* @}
*/

@ -0,0 +1,240 @@
/*===================================================================================================
Copyright(c) 2011 Siemens PLM Software Corp. All rights reserved.
Unpublished - All rights reserved
====================================================================================================
File description:
Filename : epm_register_handler.c
This file registers functions which are called when Teamcenter is being initialized
====================================================================================================
Date Name Description of Change
2011-8-21 Ray wei creation
$HISTORY$
==================================================================================================*/
#pragma warning (disable: 4819)
/**
* @headerfile tcua ͷ<EFBFBD>ļ<EFBFBD>
*/
#include <server_exits/user_server_exits.h>
#include <tccore/custom.h>
#include <epm/epm.h>
/**
* @headerfile standard c & cpp header files
*/
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <time.h>
/**
* @headerfile user's header files
*/
#include "epm_register_handler.h"
#include "epm_handler_common.h"
// Method and Workflow Handler
extern DLLAPI int CUST_init_module(int *decision, va_list args)
{
int ifail = ITK_ok, n=0;
char date_buf[80],*expire_date;
time_t now;
struct tm *p;
*decision = ALL_CUSTOMIZATIONS;
ifail = EPM_register_action_handler("bs_file_transfer", "bs_file_transfer",
(EPM_action_handler_t)bs_file_transfer);
ifail = EPM_register_action_handler("bs_sap_material", "bs_sap_material",
(EPM_action_handler_t)bs_sap_material);
ifail = EPM_register_action_handler("bs_sap_bom", "bs_sap_bom",
(EPM_action_handler_t)bs_sap_bom);
//if(ifail == ITK_ok)
//{
// fprintf(stdout,"Registering action handler qtmc-sign-ir completed!\n");
//}
//else
//{
// fprintf(stdout , "Registering action handler qtmc-sign-ir failed %d!\n",ifail);
//}
return ifail;
}
//
////register service method
extern DLLAPI int USERSERVICE_custom_register_methods()
{
////2.7 SP-CUS-007 <20><>DBOM<4F><4D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>EBOM
//numberOfArguments = 1;
//functionPtr = Q7_ebom_to_pbom;
//argumentList = (int*)MEM_alloc(numberOfArguments * sizeof(int) );
//argumentList[0] = USERARG_TAG_TYPE;
////argumentList[1] = USERARG_STRING_TYPE + USERARG_ARRAY_TYPE;
//returnValueType = USERARG_STRING_TYPE;
//ITKCALL(status = USERSERVICE_register_method("Q7_ebom_to_pbom", functionPtr, numberOfArguments,
// argumentList, returnValueType ));
//MEM_free(argumentList);
//if(status == ITK_ok)
//{
// fprintf( stdout, "\n Registering Q7_ebom_to_pbom finished\n" );
//}
//else
//{
// fprintf( stdout, "\n Registering Q7_ebom_to_pbom failed %d\n" , status );
//}
////QTM_ebom_to_pbom
//numberOfArguments = 1;
//functionPtr = QTM_ebom_to_pbom;
//argumentList = (int*)MEM_alloc(numberOfArguments * sizeof(int) );
//argumentList[0] = USERARG_TAG_TYPE;
////argumentList[1] = USERARG_STRING_TYPE + USERARG_ARRAY_TYPE;
//returnValueType = USERARG_STRING_TYPE;
//ITKCALL(status = USERSERVICE_register_method("QTM_ebom_to_pbom", functionPtr, numberOfArguments,
// argumentList, returnValueType ));
//MEM_free(argumentList);
//if(status == ITK_ok)
//{
// fprintf( stdout, "\n Registering QTM_ebom_to_pbom finished\n" );
//}
//else
//{
// fprintf( stdout, "\n Registering QTM_ebom_to_pbom failed %d\n" , status );
//}
////QTM_ebom_to_mbom
//numberOfArguments = 1;
//functionPtr = QTM_ebom_to_mbom;
//argumentList = (int*)MEM_alloc(numberOfArguments * sizeof(int) );
//argumentList[0] = USERARG_TAG_TYPE;
////argumentList[1] = USERARG_STRING_TYPE + USERARG_ARRAY_TYPE;
//returnValueType = USERARG_STRING_TYPE;
//ITKCALL(status = USERSERVICE_register_method("QTM_ebom_to_mbom", functionPtr, numberOfArguments,
// argumentList, returnValueType ));
//MEM_free(argumentList);
//if(status == ITK_ok)
//{
// fprintf( stdout, "\n Registering QTM_ebom_to_mbom finished\n" );
//}
//else
//{
// fprintf( stdout, "\n Registering QTM_ebom_to_mbom failed %d\n" , status );
//}
////2.6 SP-CUS-006<30><36><EFBFBD>е<D0B5><C2B6><EFBFBD>excel<65><6C>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
//numberOfArguments = 3;
//functionPtr = qtmc_update_revision_prop;
//argumentList = (int*)MEM_alloc(numberOfArguments * sizeof(int) );
//argumentList[0] = USERARG_TAG_TYPE+USERARG_ARRAY_TYPE;
//argumentList[1] = USERARG_TAG_TYPE;
//argumentList[2] = USERARG_STRING_TYPE;
//returnValueType = USERARG_VOID_TYPE;
//ITKCALL(status = USERSERVICE_register_method("QTMC_update_revision_prop",functionPtr,numberOfArguments,argumentList,returnValueType));
//if(status == ITK_ok)
//{
// fprintf(stdout,"Registering user service QTMC_update_revision_prop successful !\n");
//}else{
// fprintf(stdout,"Registering user service QTMC_update_revision_prop failed %d\n",status);
//}
//
////SP-CUS-017SolidWorksģ<73><C4A3><EFBFBD><EFBFBD><EFBFBD>浽TC
//numberOfArguments = 7;
//functionPtr = qtmc_import_solidworks_to_tc;
//argumentList = (int*)MEM_alloc(numberOfArguments * sizeof(int) );
//argumentList[0] = USERARG_STRING_TYPE;
//argumentList[1] = USERARG_STRING_TYPE;
//argumentList[2] = USERARG_STRING_TYPE;
//argumentList[3] = USERARG_TAG_TYPE;
//argumentList[4] = USERARG_LOGICAL_TYPE;
//argumentList[5] = USERARG_LOGICAL_TYPE;
//argumentList[6] = USERARG_LOGICAL_TYPE;
//returnValueType = USERARG_LOGICAL_TYPE;
//ITKCALL(status = USERSERVICE_register_method("QTMC_import_solidworks",functionPtr,numberOfArguments,argumentList,returnValueType));
//if(status == ITK_ok)
//{
// fprintf(stdout,"Registering user service QTMC_import_solidworks successful !\n");
//}else{
// fprintf(stdout,"Registering user service QTMC_import_solidworks failed %d\n",status);
//}
////3.8 SP-CUS-020<32><30><EFBFBD><EFBFBD>ϵ<EFBFBD>м<EFBFBD><D0BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
//numberOfArguments = 3;
//functionPtr = qtmc_update_series_parts;
//argumentList = (int*)MEM_alloc(numberOfArguments * sizeof(int) );
//argumentList[0] = USERARG_TAG_TYPE;
//argumentList[1] = USERARG_STRING_TYPE;
//argumentList[2] = USERARG_STRING_TYPE;
//returnValueType = USERARG_TAG_TYPE;
//ITKCALL(status = USERSERVICE_register_method("QTMC_update_series_parts",functionPtr,numberOfArguments,argumentList,returnValueType));
//if(status == ITK_ok)
//{
// fprintf(stdout,"Registering user service QTMC_update_series_parts successful !\n");
//}else{
// fprintf(stdout,"Registering user service QTMC_update_series_parts failed %d\n",status);
//}
//numberOfArguments = 1;
//functionPtr = qtmc_by_pass;
//argumentList = (int*)MEM_alloc(numberOfArguments * sizeof(int) );
//argumentList[0] = USERARG_LOGICAL_TYPE;
//returnValueType = USERARG_VOID_TYPE;
//ITKCALL(status = USERSERVICE_register_method("QTMC-bypass",functionPtr,numberOfArguments,argumentList,returnValueType));
//if(status == ITK_ok)
//{
// fprintf(stdout,"Registering user service QTMC-bypass successful !\n");
//}else{
// fprintf(stdout,"Registering user service QTMC-bypass failed %d\n",status);
//}
//numberOfArguments = 3;
//functionPtr = qtmc_qry_service;
//argumentList = (int*)MEM_alloc(numberOfArguments * sizeof(int) );
//argumentList[0] = USERARG_STRING_TYPE;
//argumentList[1] = USERARG_STRING_TYPE+USERARG_ARRAY_TYPE;
//argumentList[2] = USERARG_STRING_TYPE+USERARG_ARRAY_TYPE;
//returnValueType = USERARG_TAG_TYPE+USERARG_ARRAY_TYPE;
//ITKCALL(status = USERSERVICE_register_method("QTMC_Search",functionPtr,numberOfArguments,argumentList,returnValueType));
//if(status == ITK_ok)
//{
// fprintf(stdout,"Registering user service QTMC_Search successful !\n");
//}else{
// fprintf(stdout,"Registering user service QTMC_Search failed %d\n",status);
//}
//
////7.3 <09><><EFBFBD><EFBFBD>HBOM<4F><4D><EFBFBD>ݵĵ<DDB5><C4B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
//numberOfArguments = 4;
//functionPtr = qtmc_update_hbom_bomline_prop;
//argumentList = (int*)MEM_alloc(numberOfArguments * sizeof(int) );
//argumentList[0] = USERARG_TAG_TYPE;
//argumentList[1] = USERARG_TAG_TYPE;
//argumentList[2] = USERARG_STRING_TYPE;
//argumentList[3] = USERARG_STRING_TYPE;
//returnValueType = USERARG_VOID_TYPE;
//ITKCALL(status = USERSERVICE_register_method("QTMC_update_bomline",functionPtr,numberOfArguments,argumentList,returnValueType));
//if(status == ITK_ok)
//{
// fprintf(stdout,"Registering user service QTMC_update_bomline successful !\n");
//}else{
// fprintf(stdout,"Registering user service QTMC_update_bomline failed %d\n",status);
//}
return 0;
}

@ -0,0 +1,36 @@
/*=================================================================================
* @file epm_register_handler.h
* @brief itk user exits function declation, to register custom handlers
* @date 2009/2/13
* @author Ray Li
* @history
* ===================================================================================
* Date Name Description
* 13-Feb-2009 Ray created
*===================================================================================*/
#ifndef EPM_REGISTER_HANDLER_CUSTOM
#define EPM_REGISTER_HANDLER_CUSTOM
#include <epm/epm.h>
#ifdef __cplusplus
extern "C" {
#endif
extern DLLAPI int CUST_init_module(int *, va_list);
extern DLLAPI int USERSERVICE_custom_register_methods();
#ifdef __cplusplus
}
#endif
#endif
/**
* @}
*/

@ -0,0 +1,46 @@
/*=============================================================================
Copyright (c) 2003-2005 UGS Corporation
Unpublished - All Rights Reserved
File :qtmc_by_pass.cpp
Module : user_exits
============================================================================================================
DATE Name Description of Change
30_OTC_2014 mengyawei creation
$HISTORY$
============================================================================================================*/
#include <tc/tc.h>
#include "epm_handler_common.h"
#include <ict/ict_userservice.h>
#include <tccore/custom.h>
#include <epm/epm_toolkit_tc_utils.h>
#include <tccore/aom.h>
#include <tccore/aom_prop.h>
#ifdef __cplusplus
extern "C" {
#endif
extern "C" int POM_AM__set_application_bypass(logical bypass);
int qtmc_by_pass(void *retValType)
{
int ifail = ITK_ok;
logical bypass = FALSE;
USERARG_get_logical_argument( &bypass );
POM_AM__set_application_bypass( bypass );
return ifail;
}
#ifdef __cplusplus
}
#endif

@ -0,0 +1,71 @@
/**
* @defgroup common
* @defgroup workflow
* @defgroup bmf
* @defgroup service
*/
/**
* @addtogroup common
* @{
*/
/**
* @file
* @brief
* @date 2014/4/21
* @author mengyawei
*/
#pragma warning (disable: 4819)
/**
* @headerfile tcua
*/
#include <tc/tc.h>
#include <tccore/custom.h>
#include <server_exits/user_server_exits.h>
#include "error_handling.h"
#include "epm_register_handler.h"
#include "epm_handler_common.h"
#ifdef __cplusplus
extern "C" {
#endif
/**
* @fn extern "C" DLLAPI int liborigin_register_callbacks
* @return usually return ITK_ok
* @brief liborigin customization entry
*/
DLLAPI int libqtmc_register_callbacks()
{
int ifail = ITK_ok;
CALL( ifail = CUSTOM_register_exit(
"libqtmc",
"USERSERVICE_register_methods",
(CUSTOM_EXIT_ftn_t)USERSERVICE_custom_register_methods) );
fprintf( stdout, "\n libqtmc registering USERSERVICE_register_methods completed!\n" );
CALL( ifail = CUSTOM_register_exit(
"libqtmc",
"USER_gs_shell_init_module",
(CUSTOM_EXIT_ftn_t)CUST_init_module));
fprintf( stdout, "\n libqtmc registering USER_gs_shell_init_module completed!\n" );
return ifail;
}
#ifdef __cplusplus
}
#endif
/**
* @}
*/

@ -0,0 +1,8 @@
// stdafx.cpp : 只包括标准包含文件的源文件
// HEZON_ITK.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
// TODO: 在 STDAFX.H 中
// 引用任何所需的附加头文件,而不是在此文件中引用

@ -0,0 +1,15 @@
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
//
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
// TODO: 在此处引用程序需要的其他头文件

@ -0,0 +1,146 @@
/**
* @file string_helper.cpp
* @brief string utility functions' implemention
* @author James
* @history
* ===================================================================================
* Date Name Description of Change
* 09-July-2008 James
* 14-Jau-2009 James modify Split functions, add trim blank characters
*/
#pragma warning(disable:4996)
//
//#include <stdio.h>
//#include <iostream>
//#include <windows.h>
#include "string_helper.h"
string TrimString( string strArg )
{
size_t index1 = 0;
index1 = strArg.find_first_not_of( ' ');
if( index1 != string::npos )
strArg.erase( strArg.begin(), strArg.begin()+index1 );
index1 = strArg.find_last_not_of( ' ');
if( index1 != string::npos )
strArg.erase( strArg.begin() + index1 + 1 );
return strArg;
}
void Split( string strArg, char spliter, vector<string> &ans )
{
ans.clear();
size_t index0 = 0;
string one_arg;
if ( strArg.find_first_not_of(' ') == string.npos )
strArg = "";
while( strArg.size()>0 )
{
index0 = strArg.find_first_of( spliter );
if( index0 != string::npos )
{
one_arg = strArg.substr( 0,index0 );
strArg = strArg.substr( index0 + 1 );
ans.push_back( one_arg );
}
else
{
ans.push_back( strArg );
break;
}
}
}
void Split( string strArg, string spliter, vector<string> &ans )
{
ans.clear();
size_t index0;
string one_arg;
if ( strArg.find_first_not_of(" ") == string::npos )
strArg = "";
while( strArg.size()>0 )
{
index0 = strArg.find(spliter);
if( index0 != string::npos )
{
one_arg = strArg.substr( 0, index0 );
strArg = strArg.substr( index0 + spliter.size() );
ans.push_back( one_arg );
}
else
{
ans.push_back( strArg );
break;
}
}
}
void RemoveLiner( string &in, string &out )
{
char buf[BUFSIZ] = "";
for( int i=0; i<(int)in.size(); i++ )
{
if( in[i] == '\n')
continue;
else
sprintf( buf,"%s%c", buf, in[i] );
}
out.assign(buf);
}
////Converting a WChar string to a Ansi string
//std::string WChar2Ansi(LPCWSTR pwszSrc)
//{
// int nLen = WideCharToMultiByte(CP_ACP, 0, pwszSrc, -1, NULL, 0, NULL, NULL);
//
// if (nLen<= 0) return std::string("");
//
// char* pszDst = new char[nLen];
// if (NULL == pszDst) return std::string("");
//
// WideCharToMultiByte(CP_ACP, 0, pwszSrc, -1, pszDst, nLen, NULL, NULL);
// pszDst[nLen -1] = 0;
//
// std::string strTemp(pszDst);
// delete [] pszDst;
//
// return strTemp;
//}
//
//string ws2s(wstring& inputws){ return WChar2Ansi(inputws.c_str()); }
//
////Converting a Ansi string to WChar string
//std::wstring Ansi2WChar(LPCSTR pszSrc, int nLen)
//{
// int nSize = MultiByteToWideChar(CP_ACP, 0, (LPCSTR)pszSrc, nLen, 0, 0);
// if(nSize <= 0) return NULL;
//
// WCHAR *pwszDst = new WCHAR[nSize+1];
// if( NULL == pwszDst) return NULL;
//
// MultiByteToWideChar(CP_ACP, 0,(LPCSTR)pszSrc, nLen, pwszDst, nSize);
// pwszDst[nSize] = 0;
//
// if( pwszDst[0] == 0xFEFF) // skip Oxfeff
// for(int i = 0; i < nSize; i ++)
// pwszDst[i] = pwszDst[i+1];
//
// wstring wcharString(pwszDst);
// delete pwszDst;
//
// return wcharString;
//}
//
//std::wstring s2ws(const string& s){ return Ansi2WChar(s.c_str(),s.size());}

@ -0,0 +1,25 @@
/**
* @file string_helper.h
* @brief string utilities to help dealing with string
* @author James
* @history
* ===================================================================================
* Date Name Description of Change
* 09-July-2008 James
*/
#ifndef STRING_HELPER
#define STRING_HELPER
#include <string>
#include <vector>
using namespace std;
string TrimString( string strArg );
void Split( string strArg, char spliter, vector<string> &ans );
void Split( string strArg, string spliter, vector<string> &ans );
void RemoveLiner( string &in, string &out );
//string ws2s(wstring& inputws);
//wstring s2ws(const string& s);
#endif

@ -0,0 +1,8 @@
#pragma once
// 包括 SDKDDKVer.h 将定义可用的最高版本的 Windows 平台。
// 如果要为以前的 Windows 平台生成应用程序,请包括 WinSDKVer.h并将
// WIN32_WINNT 宏设置为要支持的平台,然后再包括 SDKDDKVer.h。
#include <SDKDDKVer.h>

@ -0,0 +1,4 @@
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.24210.0
; Generated by VC++ for Common Language Runtime
.file "C:\Users\lyf\AppData\Local\Temp\.NETFramework,Version=v4.0.AssemblyAttributes.cpp"

@ -0,0 +1,30 @@
C:\USERS\LIYANFENG\DOCUMENTS\代码\HEZON_ITK\HEZON_ITK\X64\RELEASE\HX_ERP.OBJ
C:\USERS\LIYANFENG\DOCUMENTS\代码\HEZON_ITK\HEZON_ITK\X64\RELEASE\HXERP_CUSTOM_MAIN.OBJ
C:\USERS\LIYANFENG\DOCUMENTS\代码\HEZON_ITK\HEZON_ITK\X64\RELEASE\EPM_REGISTER_HANDLER.OBJ
C:\USERS\LIYANFENG\DOCUMENTS\代码\HEZON_ITK\HEZON_ITK\X64\RELEASE\EPM_CHECK_STATUS.OBJ
C:\USERS\LIYANFENG\DOCUMENTS\代码\HEZON_ITK\HEZON_ITK\X64\RELEASE\EPM_ATTACH_OBJECTS.OBJ
C:\USERS\LIYANFENG\DOCUMENTS\代码\HEZON_ITK\HEZON_ITK\X64\RELEASE\OCILIB.OBJ
C:\USERS\LIYANFENG\DOCUMENTS\代码\HEZON_ITK\HEZON_ITK\X64\RELEASE\VC110.PDB
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\USERS\LIYANFENG\DOCUMENTS\代码\HEZON_ITK\X64\RELEASE\HXERP.DLL
C:\USERS\LIYANFENG\DOCUMENTS\代码\HEZON_ITK\X64\RELEASE\HEZON_ITK.PDB
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\epm_attach_objects.obj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\epm_check_status.obj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\epm_register_handler.obj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\hxErp_custom_main.obj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\hx_erp.obj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\ocilib.obj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\cl.command.1.tlog
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\CL.read.1.tlog
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\CL.write.1.tlog
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\HEZON_ITK.write.1.tlog
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\link-cvtres.read.1.tlog
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\link-cvtres.write.1.tlog
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\link-rc.read.1.tlog
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\link-rc.write.1.tlog
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\link.command.1.tlog
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\link.read.1.tlog
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\link.write.1.tlog
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\x64\Release\vc110.pdb
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.pdb

@ -0,0 +1,2 @@
#v4.0:v110:false
Release|x64|C:\Users\Administrator\Documents\c++\HEZON_ITK\|

@ -0,0 +1,17 @@
 bs_sap.cpp
C:\Users\lyf\Documents\tclib\tc12\include\pom/pom/pom.h(816): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
C:\Users\lyf\Documents\tclib\tc12\include\pom/pom/pom.h(5420): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
C:\Users\lyf\Documents\tclib\tc12\include\qry/qry.h(591): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
C:\Users\lyf\Documents\tclib\tc12\include\qry/qry.h(591): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
bs_sap.cpp(85): warning C4267: “初始化”: 从“size_t”转换到“int”可能丢失数据
bs_sap.cpp(100): warning C4101: “obj_type”: 未引用的局部变量
bs_sap.cpp(240): warning C4101: “obj_type”: 未引用的局部变量
bs_sap.cpp(272): warning C4101: “lines”: 未引用的局部变量
bs_sap.cpp(270): warning C4101: “line_cnt”: 未引用的局部变量
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\Users\lyf\Documents\code\dk\HEZON_ITK\x64\Release\HEZON_ITK.dll) does not match the Linker's OutputFile property value (C:\Users\lyf\Documents\code\dk\HEZON_ITK\x64\Release\bs.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(HEZON_ITK) does not match the Linker's OutputFile property value (bs). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
MSVCRT.lib(default_local_stdio_options.obj) : warning LNK4006: __local_stdio_printf_options 已在 libassy_jt.lib(libassy_jt.dll) 中定义;已忽略第二个定义
正在创建库 C:\Users\lyf\Documents\code\dk\HEZON_ITK\x64\Release\\bs.lib 和对象 C:\Users\lyf\Documents\code\dk\HEZON_ITK\x64\Release\\bs.exp
C:\Users\lyf\Documents\code\dk\HEZON_ITK\x64\Release\\bs.dll : warning LNK4088: 因 /FORCE 选项生成了映像;映像可能不能运行
HEZON_ITK.vcxproj -> C:\Users\lyf\Documents\code\dk\HEZON_ITK\x64\Release\HEZON_ITK.dll
HEZON_ITK.vcxproj -> C:\Users\lyf\Documents\code\dk\HEZON_ITK\x64\Release\HEZON_ITK.pdb (Full PDB)

@ -0,0 +1,467 @@
ImageRuntimeVersion: v4.0.30319
Assembly declib, Version=1.0.*, Culture=固定语言(固定国家/地区):
hash=SHA1, flags=PublicKey
Assembly mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:
hash=None, flags=None
Assembly System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:
hash=None, flags=None
Assembly System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a:
hash=None, flags=None
Assembly System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:
hash=None, flags=None
Assembly System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:
hash=None, flags=None
Class SI_PLM001_PLM2ERP_SOAP2Proxy_Syn_ReqService: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
:System.Web.Services.Protocols.SoapHttpClientProtocol
Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
Void .ctor(System.String): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
Events:
SI_PLM001_PLM2ERP_SOAP2Proxy_Syn_ReqCompletedEventHandler SI_PLM001_PLM2ERP_SOAP2Proxy_Syn_ReqCompleted:
Methods:
add_SI_PLM001_PLM2ERP_SOAP2Proxy_Syn_ReqCompleted(SI_PLM001_PLM2ERP_SOAP2Proxy_Syn_ReqCompletedEventHandler): PrivateScope, Public, HideBySig, SpecialName
remove_SI_PLM001_PLM2ERP_SOAP2Proxy_Syn_ReqCompleted(SI_PLM001_PLM2ERP_SOAP2Proxy_Syn_ReqCompletedEventHandler): PrivateScope, Public, HideBySig, SpecialName
SI_PLM001_PLM2ERP_SOAP2Proxy_Syn_Req(ZMMS003[]&, ZMMT004[]&): PrivateScope, Public, HideBySig
BeginSI_PLM001_PLM2ERP_SOAP2Proxy_Syn_Req(ZMMS003[], ZMMT004[], AsyncCallback, Object): PrivateScope, Public, HideBySig
EndSI_PLM001_PLM2ERP_SOAP2Proxy_Syn_Req(IAsyncResult, ZMMS003[]&(Out), ZMMT004[]&(Out)): PrivateScope, Public, HideBySig
SI_PLM001_PLM2ERP_SOAP2Proxy_Syn_ReqAsync(ZMMS003[], ZMMT004[]): PrivateScope, Public, HideBySig
SI_PLM001_PLM2ERP_SOAP2Proxy_Syn_ReqAsync(ZMMS003[], ZMMT004[], Object): PrivateScope, Public, HideBySig
CancelAsync(Object): PrivateScope, Public, HideBySig
Class ZMMS003: AutoLayout, AnsiClass, Class, Public, Serializable, BeforeFieldInit
Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
Void .ctor(System.Collections.Generic.Dictionary`2[System.String,System.String]): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
Properties:
System.String MBRSH 'get set' :
System.String MTART 'get set' :
System.String MATNR 'get set' :
System.String MAKTX 'get set' :
System.String MEINS 'get set' :
System.String MATKL 'get set' :
System.String SPART 'get set' :
System.String PRDHA 'get set' :
System.String EXTWG 'get set' :
System.String MSTAE 'get set' :
System.Decimal VOLUM 'get set' :
Boolean VOLUMSpecified 'get set' :
System.String VOLEH 'get set' :
System.String BISMT 'get set' :
System.String FERTH 'get set' :
System.String WRKST 'get set' :
System.String GROES 'get set' :
System.String ZEINR 'get set' :
System.Decimal BRGEW 'get set' :
Boolean BRGEWSpecified 'get set' :
System.Decimal NTGEW 'get set' :
Boolean NTGEWSpecified 'get set' :
System.String GEWEI 'get set' :
System.String KLART 'get set' :
System.String CLASS 'get set' :
System.String D001 'get set' :
System.String D002 'get set' :
System.String D003 'get set' :
System.String D004 'get set' :
System.String D005 'get set' :
System.String D006 'get set' :
System.String D007 'get set' :
System.String D008 'get set' :
System.String D009 'get set' :
System.String D010 'get set' :
System.String D011 'get set' :
System.String D012 'get set' :
System.String D013 'get set' :
System.String D014 'get set' :
System.String D015 'get set' :
System.String D016 'get set' :
System.String D017 'get set' :
System.String D018 'get set' :
System.String D019 'get set' :
System.String D020 'get set' :
System.String D021 'get set' :
System.String D022 'get set' :
System.String D023 'get set' :
System.String D024 'get set' :
System.String D025 'get set' :
System.String D026 'get set' :
System.String D027 'get set' :
System.String D028 'get set' :
System.String D029 'get set' :
System.String D030 'get set' :
System.String D031 'get set' :
System.String D032 'get set' :
System.String D033 'get set' :
System.String D034 'get set' :
System.String D035 'get set' :
System.String D036 'get set' :
System.String D037 'get set' :
System.String D038 'get set' :
System.String D039 'get set' :
System.String D040 'get set' :
System.String D041 'get set' :
System.String D042 'get set' :
System.String D043 'get set' :
System.String D044 'get set' :
System.String D045 'get set' :
System.String D046 'get set' :
System.String D047 'get set' :
System.String D048 'get set' :
System.String D049 'get set' :
System.String D050 'get set' :
System.String D051 'get set' :
System.String D052 'get set' :
System.String D053 'get set' :
System.String D054 'get set' :
System.String D055 'get set' :
System.String D056 'get set' :
System.String D057 'get set' :
System.String D058 'get set' :
System.String D059 'get set' :
System.String D060 'get set' :
System.String D061 'get set' :
System.String D062 'get set' :
System.String D063 'get set' :
System.String D064 'get set' :
System.String D065 'get set' :
System.String D066 'get set' :
System.String D067 'get set' :
System.String D068 'get set' :
System.String D069 'get set' :
System.String D070 'get set' :
System.String D071 'get set' :
System.String D072 'get set' :
System.String STATUS 'get set' :
Methods:
get_D060(): PrivateScope, Public, HideBySig, SpecialName
set_D060(String): PrivateScope, Public, HideBySig, SpecialName
get_D061(): PrivateScope, Public, HideBySig, SpecialName
set_D061(String): PrivateScope, Public, HideBySig, SpecialName
get_D062(): PrivateScope, Public, HideBySig, SpecialName
set_D062(String): PrivateScope, Public, HideBySig, SpecialName
get_D063(): PrivateScope, Public, HideBySig, SpecialName
set_D063(String): PrivateScope, Public, HideBySig, SpecialName
get_D064(): PrivateScope, Public, HideBySig, SpecialName
set_D064(String): PrivateScope, Public, HideBySig, SpecialName
get_D065(): PrivateScope, Public, HideBySig, SpecialName
set_D065(String): PrivateScope, Public, HideBySig, SpecialName
get_D066(): PrivateScope, Public, HideBySig, SpecialName
set_D066(String): PrivateScope, Public, HideBySig, SpecialName
get_D067(): PrivateScope, Public, HideBySig, SpecialName
set_D067(String): PrivateScope, Public, HideBySig, SpecialName
get_D068(): PrivateScope, Public, HideBySig, SpecialName
set_D068(String): PrivateScope, Public, HideBySig, SpecialName
get_D069(): PrivateScope, Public, HideBySig, SpecialName
set_D069(String): PrivateScope, Public, HideBySig, SpecialName
get_D070(): PrivateScope, Public, HideBySig, SpecialName
set_D070(String): PrivateScope, Public, HideBySig, SpecialName
get_D071(): PrivateScope, Public, HideBySig, SpecialName
set_D071(String): PrivateScope, Public, HideBySig, SpecialName
get_D072(): PrivateScope, Public, HideBySig, SpecialName
set_D072(String): PrivateScope, Public, HideBySig, SpecialName
get_STATUS(): PrivateScope, Public, HideBySig, SpecialName
set_STATUS(String): PrivateScope, Public, HideBySig, SpecialName
set_D017(String): PrivateScope, Public, HideBySig, SpecialName
get_D018(): PrivateScope, Public, HideBySig, SpecialName
set_D018(String): PrivateScope, Public, HideBySig, SpecialName
get_D019(): PrivateScope, Public, HideBySig, SpecialName
set_D019(String): PrivateScope, Public, HideBySig, SpecialName
get_D020(): PrivateScope, Public, HideBySig, SpecialName
set_D020(String): PrivateScope, Public, HideBySig, SpecialName
get_D021(): PrivateScope, Public, HideBySig, SpecialName
set_D021(String): PrivateScope, Public, HideBySig, SpecialName
get_D022(): PrivateScope, Public, HideBySig, SpecialName
set_D022(String): PrivateScope, Public, HideBySig, SpecialName
get_D023(): PrivateScope, Public, HideBySig, SpecialName
set_D023(String): PrivateScope, Public, HideBySig, SpecialName
get_D024(): PrivateScope, Public, HideBySig, SpecialName
set_D024(String): PrivateScope, Public, HideBySig, SpecialName
get_D025(): PrivateScope, Public, HideBySig, SpecialName
set_D025(String): PrivateScope, Public, HideBySig, SpecialName
get_D026(): PrivateScope, Public, HideBySig, SpecialName
set_D026(String): PrivateScope, Public, HideBySig, SpecialName
get_D027(): PrivateScope, Public, HideBySig, SpecialName
set_D027(String): PrivateScope, Public, HideBySig, SpecialName
get_D028(): PrivateScope, Public, HideBySig, SpecialName
set_D028(String): PrivateScope, Public, HideBySig, SpecialName
get_D029(): PrivateScope, Public, HideBySig, SpecialName
set_D029(String): PrivateScope, Public, HideBySig, SpecialName
get_D030(): PrivateScope, Public, HideBySig, SpecialName
set_D030(String): PrivateScope, Public, HideBySig, SpecialName
get_D031(): PrivateScope, Public, HideBySig, SpecialName
set_D031(String): PrivateScope, Public, HideBySig, SpecialName
get_D032(): PrivateScope, Public, HideBySig, SpecialName
set_D032(String): PrivateScope, Public, HideBySig, SpecialName
get_D033(): PrivateScope, Public, HideBySig, SpecialName
set_D033(String): PrivateScope, Public, HideBySig, SpecialName
get_D034(): PrivateScope, Public, HideBySig, SpecialName
set_D034(String): PrivateScope, Public, HideBySig, SpecialName
get_D035(): PrivateScope, Public, HideBySig, SpecialName
set_D035(String): PrivateScope, Public, HideBySig, SpecialName
get_D036(): PrivateScope, Public, HideBySig, SpecialName
set_D036(String): PrivateScope, Public, HideBySig, SpecialName
get_D037(): PrivateScope, Public, HideBySig, SpecialName
set_D037(String): PrivateScope, Public, HideBySig, SpecialName
get_D038(): PrivateScope, Public, HideBySig, SpecialName
set_D038(String): PrivateScope, Public, HideBySig, SpecialName
get_D039(): PrivateScope, Public, HideBySig, SpecialName
set_D039(String): PrivateScope, Public, HideBySig, SpecialName
get_D040(): PrivateScope, Public, HideBySig, SpecialName
set_D040(String): PrivateScope, Public, HideBySig, SpecialName
get_D041(): PrivateScope, Public, HideBySig, SpecialName
set_D041(String): PrivateScope, Public, HideBySig, SpecialName
get_D042(): PrivateScope, Public, HideBySig, SpecialName
set_D042(String): PrivateScope, Public, HideBySig, SpecialName
get_D043(): PrivateScope, Public, HideBySig, SpecialName
set_D043(String): PrivateScope, Public, HideBySig, SpecialName
get_D044(): PrivateScope, Public, HideBySig, SpecialName
set_D044(String): PrivateScope, Public, HideBySig, SpecialName
get_D045(): PrivateScope, Public, HideBySig, SpecialName
set_D045(String): PrivateScope, Public, HideBySig, SpecialName
get_D046(): PrivateScope, Public, HideBySig, SpecialName
set_D046(String): PrivateScope, Public, HideBySig, SpecialName
get_D047(): PrivateScope, Public, HideBySig, SpecialName
set_D047(String): PrivateScope, Public, HideBySig, SpecialName
get_D048(): PrivateScope, Public, HideBySig, SpecialName
set_D048(String): PrivateScope, Public, HideBySig, SpecialName
get_D049(): PrivateScope, Public, HideBySig, SpecialName
set_D049(String): PrivateScope, Public, HideBySig, SpecialName
get_D050(): PrivateScope, Public, HideBySig, SpecialName
set_D050(String): PrivateScope, Public, HideBySig, SpecialName
get_D051(): PrivateScope, Public, HideBySig, SpecialName
set_D051(String): PrivateScope, Public, HideBySig, SpecialName
get_D052(): PrivateScope, Public, HideBySig, SpecialName
set_D052(String): PrivateScope, Public, HideBySig, SpecialName
get_D053(): PrivateScope, Public, HideBySig, SpecialName
set_D053(String): PrivateScope, Public, HideBySig, SpecialName
get_D054(): PrivateScope, Public, HideBySig, SpecialName
set_D054(String): PrivateScope, Public, HideBySig, SpecialName
get_D055(): PrivateScope, Public, HideBySig, SpecialName
set_D055(String): PrivateScope, Public, HideBySig, SpecialName
get_D056(): PrivateScope, Public, HideBySig, SpecialName
set_D056(String): PrivateScope, Public, HideBySig, SpecialName
get_D057(): PrivateScope, Public, HideBySig, SpecialName
set_D057(String): PrivateScope, Public, HideBySig, SpecialName
get_D058(): PrivateScope, Public, HideBySig, SpecialName
set_D058(String): PrivateScope, Public, HideBySig, SpecialName
get_D059(): PrivateScope, Public, HideBySig, SpecialName
set_D059(String): PrivateScope, Public, HideBySig, SpecialName
get_MBRSH(): PrivateScope, Public, HideBySig, SpecialName
set_MBRSH(String): PrivateScope, Public, HideBySig, SpecialName
get_MTART(): PrivateScope, Public, HideBySig, SpecialName
set_MTART(String): PrivateScope, Public, HideBySig, SpecialName
get_MATNR(): PrivateScope, Public, HideBySig, SpecialName
set_MATNR(String): PrivateScope, Public, HideBySig, SpecialName
get_MAKTX(): PrivateScope, Public, HideBySig, SpecialName
set_MAKTX(String): PrivateScope, Public, HideBySig, SpecialName
get_MEINS(): PrivateScope, Public, HideBySig, SpecialName
set_MEINS(String): PrivateScope, Public, HideBySig, SpecialName
get_MATKL(): PrivateScope, Public, HideBySig, SpecialName
set_MATKL(String): PrivateScope, Public, HideBySig, SpecialName
get_SPART(): PrivateScope, Public, HideBySig, SpecialName
set_SPART(String): PrivateScope, Public, HideBySig, SpecialName
get_PRDHA(): PrivateScope, Public, HideBySig, SpecialName
set_PRDHA(String): PrivateScope, Public, HideBySig, SpecialName
get_EXTWG(): PrivateScope, Public, HideBySig, SpecialName
set_EXTWG(String): PrivateScope, Public, HideBySig, SpecialName
get_MSTAE(): PrivateScope, Public, HideBySig, SpecialName
set_MSTAE(String): PrivateScope, Public, HideBySig, SpecialName
get_VOLUM(): PrivateScope, Public, HideBySig, SpecialName
set_VOLUM(Decimal): PrivateScope, Public, HideBySig, SpecialName
get_VOLUMSpecified(): PrivateScope, Public, HideBySig, SpecialName
set_VOLUMSpecified(Boolean): PrivateScope, Public, HideBySig, SpecialName
get_VOLEH(): PrivateScope, Public, HideBySig, SpecialName
set_VOLEH(String): PrivateScope, Public, HideBySig, SpecialName
get_BISMT(): PrivateScope, Public, HideBySig, SpecialName
set_BISMT(String): PrivateScope, Public, HideBySig, SpecialName
get_FERTH(): PrivateScope, Public, HideBySig, SpecialName
set_FERTH(String): PrivateScope, Public, HideBySig, SpecialName
get_WRKST(): PrivateScope, Public, HideBySig, SpecialName
set_WRKST(String): PrivateScope, Public, HideBySig, SpecialName
get_GROES(): PrivateScope, Public, HideBySig, SpecialName
set_GROES(String): PrivateScope, Public, HideBySig, SpecialName
get_ZEINR(): PrivateScope, Public, HideBySig, SpecialName
set_ZEINR(String): PrivateScope, Public, HideBySig, SpecialName
get_BRGEW(): PrivateScope, Public, HideBySig, SpecialName
set_BRGEW(Decimal): PrivateScope, Public, HideBySig, SpecialName
get_BRGEWSpecified(): PrivateScope, Public, HideBySig, SpecialName
set_BRGEWSpecified(Boolean): PrivateScope, Public, HideBySig, SpecialName
get_NTGEW(): PrivateScope, Public, HideBySig, SpecialName
set_NTGEW(Decimal): PrivateScope, Public, HideBySig, SpecialName
get_NTGEWSpecified(): PrivateScope, Public, HideBySig, SpecialName
set_NTGEWSpecified(Boolean): PrivateScope, Public, HideBySig, SpecialName
get_GEWEI(): PrivateScope, Public, HideBySig, SpecialName
set_GEWEI(String): PrivateScope, Public, HideBySig, SpecialName
get_KLART(): PrivateScope, Public, HideBySig, SpecialName
set_KLART(String): PrivateScope, Public, HideBySig, SpecialName
get_CLASS(): PrivateScope, Public, HideBySig, SpecialName
set_CLASS(String): PrivateScope, Public, HideBySig, SpecialName
get_D001(): PrivateScope, Public, HideBySig, SpecialName
set_D001(String): PrivateScope, Public, HideBySig, SpecialName
get_D002(): PrivateScope, Public, HideBySig, SpecialName
set_D002(String): PrivateScope, Public, HideBySig, SpecialName
get_D003(): PrivateScope, Public, HideBySig, SpecialName
set_D003(String): PrivateScope, Public, HideBySig, SpecialName
get_D004(): PrivateScope, Public, HideBySig, SpecialName
set_D004(String): PrivateScope, Public, HideBySig, SpecialName
get_D005(): PrivateScope, Public, HideBySig, SpecialName
set_D005(String): PrivateScope, Public, HideBySig, SpecialName
get_D006(): PrivateScope, Public, HideBySig, SpecialName
set_D006(String): PrivateScope, Public, HideBySig, SpecialName
get_D007(): PrivateScope, Public, HideBySig, SpecialName
set_D007(String): PrivateScope, Public, HideBySig, SpecialName
get_D008(): PrivateScope, Public, HideBySig, SpecialName
set_D008(String): PrivateScope, Public, HideBySig, SpecialName
get_D009(): PrivateScope, Public, HideBySig, SpecialName
set_D009(String): PrivateScope, Public, HideBySig, SpecialName
get_D010(): PrivateScope, Public, HideBySig, SpecialName
set_D010(String): PrivateScope, Public, HideBySig, SpecialName
get_D011(): PrivateScope, Public, HideBySig, SpecialName
set_D011(String): PrivateScope, Public, HideBySig, SpecialName
get_D012(): PrivateScope, Public, HideBySig, SpecialName
set_D012(String): PrivateScope, Public, HideBySig, SpecialName
get_D013(): PrivateScope, Public, HideBySig, SpecialName
set_D013(String): PrivateScope, Public, HideBySig, SpecialName
get_D014(): PrivateScope, Public, HideBySig, SpecialName
set_D014(String): PrivateScope, Public, HideBySig, SpecialName
get_D015(): PrivateScope, Public, HideBySig, SpecialName
set_D015(String): PrivateScope, Public, HideBySig, SpecialName
get_D016(): PrivateScope, Public, HideBySig, SpecialName
set_D016(String): PrivateScope, Public, HideBySig, SpecialName
get_D017(): PrivateScope, Public, HideBySig, SpecialName
Class ZMMT004: AutoLayout, AnsiClass, Class, Public, Serializable, BeforeFieldInit
Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
Properties:
System.String MANDT 'get set' :
System.String MATNR 'get set' :
System.String ZSTATUS 'get set' :
System.String MESSAGE 'get set' :
Methods:
get_MANDT(): PrivateScope, Public, HideBySig, SpecialName
set_MANDT(String): PrivateScope, Public, HideBySig, SpecialName
get_MATNR(): PrivateScope, Public, HideBySig, SpecialName
set_MATNR(String): PrivateScope, Public, HideBySig, SpecialName
get_ZSTATUS(): PrivateScope, Public, HideBySig, SpecialName
set_ZSTATUS(String): PrivateScope, Public, HideBySig, SpecialName
get_MESSAGE(): PrivateScope, Public, HideBySig, SpecialName
set_MESSAGE(String): PrivateScope, Public, HideBySig, SpecialName
Class SI_PLM001_PLM2ERP_SOAP2Proxy_Syn_ReqCompletedEventHandler: AutoLayout, AnsiClass, Class, Public, Sealed
:System.MulticastDelegate
Void .ctor(System.Object, IntPtr): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
Methods:
Invoke(Object, SI_PLM001_PLM2ERP_SOAP2Proxy_Syn_ReqCompletedEventArgs): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
BeginInvoke(Object, SI_PLM001_PLM2ERP_SOAP2Proxy_Syn_ReqCompletedEventArgs, AsyncCallback, Object): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
EndInvoke(IAsyncResult): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
Class SI_PLM001_PLM2ERP_SOAP2Proxy_Syn_ReqCompletedEventArgs: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
:System.ComponentModel.AsyncCompletedEventArgs
Properties:
ZMMS003[] IT_DATA 'get ' :
ZMMT004[] IT_RETURN 'get ' :
Methods:
get_IT_DATA(): PrivateScope, Public, HideBySig, SpecialName
get_IT_RETURN(): PrivateScope, Public, HideBySig, SpecialName
Class SI_PLM002_PLM2ERP_SOAP2Proxy_Syn_ReqService: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
:System.Web.Services.Protocols.SoapHttpClientProtocol
Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
Void .ctor(System.String): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
Events:
SI_PLM002_PLM2ERP_SOAP2Proxy_Syn_ReqCompletedEventHandler SI_PLM002_PLM2ERP_SOAP2Proxy_Syn_ReqCompleted:
Methods:
add_SI_PLM002_PLM2ERP_SOAP2Proxy_Syn_ReqCompleted(SI_PLM002_PLM2ERP_SOAP2Proxy_Syn_ReqCompletedEventHandler): PrivateScope, Public, HideBySig, SpecialName
remove_SI_PLM002_PLM2ERP_SOAP2Proxy_Syn_ReqCompleted(SI_PLM002_PLM2ERP_SOAP2Proxy_Syn_ReqCompletedEventHandler): PrivateScope, Public, HideBySig, SpecialName
SI_PLM002_PLM2ERP_SOAP2Proxy_Syn_Req(ZPPS001[]&, ZPPT001[]&): PrivateScope, Public, HideBySig
BeginSI_PLM002_PLM2ERP_SOAP2Proxy_Syn_Req(ZPPS001[], ZPPT001[], AsyncCallback, Object): PrivateScope, Public, HideBySig
EndSI_PLM002_PLM2ERP_SOAP2Proxy_Syn_Req(IAsyncResult, ZPPS001[]&(Out), ZPPT001[]&(Out)): PrivateScope, Public, HideBySig
SI_PLM002_PLM2ERP_SOAP2Proxy_Syn_ReqAsync(ZPPS001[], ZPPT001[]): PrivateScope, Public, HideBySig
SI_PLM002_PLM2ERP_SOAP2Proxy_Syn_ReqAsync(ZPPS001[], ZPPT001[], Object): PrivateScope, Public, HideBySig
CancelAsync(Object): PrivateScope, Public, HideBySig
Class ZPPS001: AutoLayout, AnsiClass, Class, Public, Serializable, BeforeFieldInit
Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
Void .ctor(System.Collections.Generic.Dictionary`2[System.String,System.String]): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
Properties:
System.String MATNR 'get set' :
System.String WERKS 'get set' :
System.String STLAN 'get set' :
System.Decimal BMENG 'get set' :
Boolean BMENGSpecified 'get set' :
System.String STLST 'get set' :
System.String POSNR 'get set' :
System.String POSTP 'get set' :
System.String IDNRK 'get set' :
System.Decimal MENGE 'get set' :
Boolean MENGESpecified 'get set' :
System.String MEINS 'get set' :
System.Decimal AUSCH 'get set' :
Boolean AUSCHSpecified 'get set' :
Methods:
get_MATNR(): PrivateScope, Public, HideBySig, SpecialName
set_MATNR(String): PrivateScope, Public, HideBySig, SpecialName
get_WERKS(): PrivateScope, Public, HideBySig, SpecialName
set_WERKS(String): PrivateScope, Public, HideBySig, SpecialName
get_STLAN(): PrivateScope, Public, HideBySig, SpecialName
set_STLAN(String): PrivateScope, Public, HideBySig, SpecialName
get_BMENG(): PrivateScope, Public, HideBySig, SpecialName
set_BMENG(Decimal): PrivateScope, Public, HideBySig, SpecialName
get_BMENGSpecified(): PrivateScope, Public, HideBySig, SpecialName
set_BMENGSpecified(Boolean): PrivateScope, Public, HideBySig, SpecialName
get_STLST(): PrivateScope, Public, HideBySig, SpecialName
set_STLST(String): PrivateScope, Public, HideBySig, SpecialName
get_POSNR(): PrivateScope, Public, HideBySig, SpecialName
set_POSNR(String): PrivateScope, Public, HideBySig, SpecialName
get_POSTP(): PrivateScope, Public, HideBySig, SpecialName
set_POSTP(String): PrivateScope, Public, HideBySig, SpecialName
get_IDNRK(): PrivateScope, Public, HideBySig, SpecialName
set_IDNRK(String): PrivateScope, Public, HideBySig, SpecialName
get_MENGE(): PrivateScope, Public, HideBySig, SpecialName
set_MENGE(Decimal): PrivateScope, Public, HideBySig, SpecialName
get_MENGESpecified(): PrivateScope, Public, HideBySig, SpecialName
set_MENGESpecified(Boolean): PrivateScope, Public, HideBySig, SpecialName
get_MEINS(): PrivateScope, Public, HideBySig, SpecialName
set_MEINS(String): PrivateScope, Public, HideBySig, SpecialName
get_AUSCH(): PrivateScope, Public, HideBySig, SpecialName
set_AUSCH(Decimal): PrivateScope, Public, HideBySig, SpecialName
get_AUSCHSpecified(): PrivateScope, Public, HideBySig, SpecialName
set_AUSCHSpecified(Boolean): PrivateScope, Public, HideBySig, SpecialName
Class ZPPT001: AutoLayout, AnsiClass, Class, Public, Serializable, BeforeFieldInit
Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
Properties:
System.String MANDT 'get set' :
System.String MATNR 'get set' :
System.String TYPE 'get set' :
System.String ID 'get set' :
System.String NUMBER1 'get set' :
System.String MESSAGE 'get set' :
Methods:
get_MANDT(): PrivateScope, Public, HideBySig, SpecialName
set_MANDT(String): PrivateScope, Public, HideBySig, SpecialName
get_MATNR(): PrivateScope, Public, HideBySig, SpecialName
set_MATNR(String): PrivateScope, Public, HideBySig, SpecialName
get_TYPE(): PrivateScope, Public, HideBySig, SpecialName
set_TYPE(String): PrivateScope, Public, HideBySig, SpecialName
get_ID(): PrivateScope, Public, HideBySig, SpecialName
set_ID(String): PrivateScope, Public, HideBySig, SpecialName
get_NUMBER1(): PrivateScope, Public, HideBySig, SpecialName
set_NUMBER1(String): PrivateScope, Public, HideBySig, SpecialName
get_MESSAGE(): PrivateScope, Public, HideBySig, SpecialName
set_MESSAGE(String): PrivateScope, Public, HideBySig, SpecialName
Class SI_PLM002_PLM2ERP_SOAP2Proxy_Syn_ReqCompletedEventHandler: AutoLayout, AnsiClass, Class, Public, Sealed
:System.MulticastDelegate
Void .ctor(System.Object, IntPtr): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
Methods:
Invoke(Object, SI_PLM002_PLM2ERP_SOAP2Proxy_Syn_ReqCompletedEventArgs): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
BeginInvoke(Object, SI_PLM002_PLM2ERP_SOAP2Proxy_Syn_ReqCompletedEventArgs, AsyncCallback, Object): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
EndInvoke(IAsyncResult): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
Class SI_PLM002_PLM2ERP_SOAP2Proxy_Syn_ReqCompletedEventArgs: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
:System.ComponentModel.AsyncCompletedEventArgs
Properties:
ZPPS001[] IT_DATA 'get ' :
ZPPT001[] IT_RETURN 'get ' :
Methods:
get_IT_DATA(): PrivateScope, Public, HideBySig, SpecialName
get_IT_RETURN(): PrivateScope, Public, HideBySig, SpecialName
Class Testdll.Testclass: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
Methods:
test(): PrivateScope, Public, Static, HideBySig
GetToken(String, String): PrivateScope, Public, HideBySig
Send(String, String, String): PrivateScope, Public, HideBySig
send_material(String, String, String, Dictionary`2): PrivateScope, Public, HideBySig
send_bom(String, String, String, List`1): PrivateScope, Public, HideBySig
Encrypt(String, String): PrivateScope, Public, HideBySig
Decrypt(String, String): PrivateScope, Public, HideBySig

@ -0,0 +1,2 @@
#TargetFrameworkVersion=v4.0:PlatformToolSet=v140:EnableManagedIncrementalBuild=true:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=8.1
Release|x64|C:\Users\lyf\Documents\code\dk\HEZON_ITK\|

@ -0,0 +1,795 @@
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\liyanfeng\Documents\代码\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\liyanfeng\Documents\代码\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\lyf13\Documents\代码\benson\HEZON_ITK\x64\Release\HEZON_ITK.exp
^C:\Users\Administrator\Documents\c++\HEZON_ITK\HEZON_ITK\HEZON_ITK.vcxproj
C:\Users\Administrator\Documents\c++\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\Administrator\Documents\c++\HEZON_ITK\x64\Release\HEZON_ITK.lib
C:\Users\Administrator\Documents\c++\HEZON_ITK\x64\Release\HEZON_ITK.exp
C:\Users\Administrator\Documents\c++\HEZON_ITK\x64\Release\HEZON_ITK.exp

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1,7 @@
ImageRuntimeVersion: v4.0.30319
Assembly bs, Version=0.0.*, Culture=固定语言(固定国家/地区):
hash=SHA1, flags=PublicKey
Assembly mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:
hash=None, flags=None
Assembly declib, Version=1.0.*, Culture=固定语言(固定国家/地区):
hash=None, flags=None

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save