-
企业人事管理系统完美版源代码
这是一套完整的企业人事管理系统完美版软件源代码,主要功能包括系统设置、员工档案、考勤管理、工作评价、员工调动、工资管理等几大模...
企业人事管理系统完美版源代码
这是一套完整的企业人事管理系统完美版软件源代码,主要功能包括系统设置、员工档案、考勤管理、工作评价、员工调动、工资管理等几大模块,程序使用了vsFlex8.ocx、VsNetMenu.ocx、WinXPCEngine.ocx三个第三方的界面控件,其中VsNetMenu.ocx 5.0要求注册-Personnel management system perfect version of the source code This is a complete set of enterprise personnel management system perfect version of the software source code, the main functions, including system settings, staff files, attendance management, job evaluation, staff mobility, wage management of several major modules, procedures used vsFlex8.ocx, VsNetMenu.ocx, WinXPCEngine.ocx three third-party interface controls, which require VsNetMenu.ocx 5.0 Registration
- 2022-12-17 02:05:04下载
- 积分:1
-
VC毛玻璃
#define GDIPVER 0x0110 //定义高版本的GDI+(1.1)
#include
#include
#include
#include
#include
#pragma comment(lib,"GdiPlus.lib")
using namespace Gdiplus;
#include
#pragma comment(lib,"dwmapi.lib")
//Aero效果是否已启用
BOOL IsCompositionEnabled()
{
BOOL bEnabled,bResult;
bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled);
return bResult;
}
//对已分层的窗口启动玻璃效果
HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄
BOOL bEnable = TRUE, //启用或禁用
HRGN hRgn = 0, //模糊窗体中某个区域
BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用
{
DWM_BLURBEHIND blurBehind = { 0 };
blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED;
blurBehind.fEnable = bEnable;
blurBehind.fTransitionOnMaximized = bTransitionOnMaximized;
if (bEnable && hRgn != NULL)
{
blurBehind.dwFlags |= DWM_BB_BLURREGION;
blurBehind.h
- 2023-05-01 15:10:04下载
- 积分:1
-
EVC的图形应用,有需要的朋友可以联系我哦
EVC的图形应用,有需要的朋友可以联系我哦-EVC graphics applications, the need to link our friends, oh I
- 2023-06-09 12:25:03下载
- 积分:1
-
TCP / IP数据包
TCP/IP Packet
- 2022-05-22 13:36:49下载
- 积分:1
-
vc under the Database Programming information, write a very detailed, more suita...
vc下的数据库编程资料,写的很详细,比较适合初学者使用,是入门的好教材-vc under the Database Programming information, write a very detailed, more suitable for beginners, entry is good material
- 2022-08-25 08:55:12下载
- 积分:1
-
paypal查询和paypal退款
paypal 查询和paypal退款
paypal查询和paypal退款
paypal 查询和paypal退款-scarchtransaction refundtrsaction
- 2022-03-24 09:58:25下载
- 积分:1
-
C sharp 访问 Excel,无须COM控件
C sharp 访问 Excel,无须COM控件-C sharp visit to Excel, no need for COM controls
- 2022-03-04 04:38:17下载
- 积分:1
-
ansi c 的语法规范,可以用来开发ANSI C的编译器,感兴趣的可以下载...
ansi c 的语法规范,可以用来开发ANSI C的编译器,感兴趣的可以下载-ansi c standardize the syntax can be used for the development of the ANSI C compiler, interest can be downloaded
- 2022-11-19 15:45:03下载
- 积分:1
-
C++参考手册!方便大家查阅,对于开发C++程序有很大的帮助.像MICROSOFT的MSDN...
C++参考手册!方便大家查阅,对于开发C++程序有很大的帮助.像MICROSOFT的MSDN-C reference manual! Facilitate inspection C procedures for the development of a great help. MICROSOFT like the MSDN
- 2023-05-20 16:45:03下载
- 积分:1
-
In VB, VFP applications to send and receive mail. E
在VB、VFP应用系统中收发邮件.E-mail是Internet/Intranet网上通信的最主要的方式之一,充分利用E-mail 的功能可以极大地提高企业的工作效率,减轻用户的工作负担-In VB, VFP applications to send and receive mail. E-mail is the Internet/Intranet-line communication the most important one of the ways to fully utilize the functions of E-mail can greatly improve the efficiency of the enterprises to reduce the burden on the user
- 2022-05-27 02:22:15下载
- 积分:1