91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

這是用vs2008編寫的窗體程序,實現了服裝的試穿,目的是為了方便了解,服裝之間的搭配

資源截圖

代碼片段和文件信息

#include?“stdafx.h“

using?namespace?System;
using?namespace?System::Reflection;
using?namespace?System::Runtime::CompilerServices;
using?namespace?System::Runtime::InteropServices;
using?namespace?System::Security::Permissions;

//
//?有關程序集的常規信息通過下列屬性集
//?控制。更改這些屬性值可修改
//?與程序集關聯的信息。
//
[assembly:AssemblytitleAttribute(“試衣魔鏡“)];
[assembly:AssemblyDescriptionAttribute(““)];
[assembly:AssemblyConfigurationAttribute(““)];
[assembly:AssemblyCompanyAttribute(“Lenovo“)];
[assembly:AssemblyProductAttribute(“試衣魔鏡“)];
[assembly:AssemblyCopyrightAttribute(“Copyright?(c)?Lenovo?2014“)];
[assembly:AssemblyTrademarkAttribute(““)];
[assembly:AssemblyCultureAttribute(““)];

//
//?程序集的版本信息由下面四個值組成:
//
//??????主版本
//??????次版本
//??????內部版本號
//??????修訂號
//
//?您可以指定所有值,也可使用“修訂號”和“內部版本號”的默認值,
//?方法是按如下所示使用“*”:

[assembly:AssemblyVersionAttribute(“1.0.*“)];

[assembly:ComVisible(false)];

[assembly:CLSCompliantAttribute(true)];

[assembly:SecurityPermission(SecurityAction::RequestMinimum?UnmanagedCode?=?true)];

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-07-03?10:23??試衣魔鏡\
?????目錄???????????0??2014-07-03?10:25??試衣魔鏡\Debug\
?????文件??????420864??2014-07-03?10:25??試衣魔鏡\Debug\試衣魔鏡.exe
?????文件???????????0??2014-07-03?10:25??試衣魔鏡\Debug\試衣魔鏡.ilk
?????文件??????601088??2014-07-03?10:25??試衣魔鏡\Debug\試衣魔鏡.pdb
?????目錄???????????0??2014-07-03?10:25??試衣魔鏡\試衣魔鏡\
?????文件?????????834??2014-07-03?10:23??試衣魔鏡\試衣魔鏡.lnk
?????文件????11389952??2014-07-03?12:37??試衣魔鏡\試衣魔鏡.ncb
?????文件?????????902??2014-06-30?21:37??試衣魔鏡\試衣魔鏡.sln
?????文件???????10752??2014-07-03?12:37??試衣魔鏡\試衣魔鏡.suo
?????文件????????1078??2003-07-24?09:52??試衣魔鏡\試衣魔鏡\app.ico
?????文件????????1251??2014-06-30?21:37??試衣魔鏡\試衣魔鏡\app.rc
?????文件????????1167??2014-06-30?21:37??試衣魔鏡\試衣魔鏡\AssemblyInfo.cpp
?????目錄???????????0??2014-07-03?10:25??試衣魔鏡\試衣魔鏡\Debug\
?????文件????????1204??2014-07-03?10:24??試衣魔鏡\試衣魔鏡\Debug\app.res
?????文件????????4885??2014-07-03?10:25??試衣魔鏡\試衣魔鏡\Debug\AssemblyInfo.obj
?????文件????????7016??2014-07-03?10:25??試衣魔鏡\試衣魔鏡\Debug\BuildLog.htm
?????文件??????????65??2014-07-03?10:25??試衣魔鏡\試衣魔鏡\Debug\mt.dep
?????文件???????11979??2014-07-03?10:24??試衣魔鏡\試衣魔鏡\Debug\stdafx.obj
?????文件??????109568??2014-07-03?10:25??試衣魔鏡\試衣魔鏡\Debug\vc90.idb
?????文件??????290816??2014-07-03?10:25??試衣魔鏡\試衣魔鏡\Debug\vc90.pdb
?????文件?????????621??2014-07-03?10:25??試衣魔鏡\試衣魔鏡\Debug\試衣魔鏡.exe.intermediate.manifest
?????文件??????341284??2014-07-03?10:25??試衣魔鏡\試衣魔鏡\Debug\試衣魔鏡.Form1.resources
?????文件??????331161??2014-07-03?10:25??試衣魔鏡\試衣魔鏡\Debug\試衣魔鏡.obj
?????文件?????3342336??2014-07-03?10:24??試衣魔鏡\試衣魔鏡\Debug\試衣魔鏡.pch
?????文件???????28115??2014-07-03?10:25??試衣魔鏡\試衣魔鏡\Form1.h
?????文件??????516095??2014-07-03?10:25??試衣魔鏡\試衣魔鏡\Form1.resx
?????文件????????2105??2014-07-03?00:16??試衣魔鏡\試衣魔鏡\list.h
?????文件?????????977??2014-06-30?21:36??試衣魔鏡\試衣魔鏡\ReadMe.txt
?????文件??????????91??2014-06-30?21:37??試衣魔鏡\試衣魔鏡\resource.h
?????文件?????????139??2014-06-30?21:37??試衣魔鏡\試衣魔鏡\stdafx.cpp
............此處省略4個文件信息

評論

共有 條評論