-
Hospital Management
引进这一系统的主要目的是减少保健中心柜台的人工工作。系统完成了各类人员(员工、学生等)的登记、查询、投诉等任务,减少了大量的文书工作和文件存储负担。此外,最新的信息是正确的,为官员和执行官,无论他们需要。该系统还方便药剂师查询药品和要订购的库存以及有效期
- 2022-02-01 14:14:54下载
- 积分:1
-
这是另一个简单的帮助对话框的实现。Simple RTF based Help Dialog,...
这是另一个简单的帮助对话框的实现。Simple RTF based Help Dialog,-This is another simple dialog with the help of the achievement. Simple RTF based Help Dialog,
- 2022-03-20 11:57:44下载
- 积分:1
-
This program explains how to enable the Dra g
此程序说明如何在应用程序中启用drag-Drop功能。此外,您可以将整个目录放到程序中,它会将特定目录中的文件添加到列表中。
- 2022-11-30 09:20:03下载
- 积分:1
-
控件上的滑块,因为它的外观和位置的定义。疗法…
关于滑块的控件,自定义其外观和位置。有个各函数可以调用。不用自己手写代码,大家可以看看。-slider on the control, since the definition of its appearance and location. There can call the function. Not own handwritten code, we will look at.
- 2022-08-07 14:13:54下载
- 积分:1
-
faculty employment management system for faculty employment sector management st...
院系就业管理系统,用于院系就业部门管理学生就业。用c#语言开发-faculty employment management system for faculty employment sector management student employment. C# language with the development of
- 2022-01-26 03:18:15下载
- 积分:1
-
C# VSTO C#编写的程序,自动启动outlook,并在收件人栏处自动填入收件人地址...
C# VSTO C#编写的程序,自动启动outlook,并在收件人栏处自动填入收件人地址-C# VSTO C# written procedures, self-starting outlook, and to automatically fill in the recipient addressee column Office Address
- 2022-03-12 01:30:41下载
- 积分:1
-
A CButton
A CButton-derived hyperlink control that contains a built-in ToolTip
- 2023-01-02 19:45:08下载
- 积分:1
-
Duilib窗体增加阴影效果
应用背景用于在Duilib界面库产生的窗体周围添加阴影效果关键技术1. 在要添加阴影效果的窗体类中包含WndShadow的头文件,并创建对应类型的成员变量m_WndShadow。
2. 在WinMain处添加初始化
// Initiation of the shadow
CWndShadow::Initialize(hInstance);
3. 窗体OnCreate中设置
LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
{
LONG styleValue = ::GetWindowLong(*this, GWL_STYLE);
styleValue &= ~WS_CAPTION;
::SetWindowLong(*this, GWL_STYLE, styleValue | WS_CLIPSIBLINGS | WS_CLIPCHILDREN);
m_WndShadow.Create(m_hWnd);
m_WndShadow.SetSize(4);
m_WndShadow.SetPosition(0, 0);
//blablabla....
return 0;
}
说明:此处为了更清除的看到窗体边框阴影效果,我将调用的地方原来的m_WndShadow.SetSize(4);改为
了m_WndShadow.SetSize(15);正常情况下,Size设置为4的效果即可。
- 2022-06-18 09:40:40下载
- 积分:1
-
有关测量平差计算的一个很好的程序,不知大家是否对测绘学科的内容感兴趣?...
有关测量平差计算的一个很好的程序,不知大家是否对测绘学科的内容感兴趣?-adjustment calculation of the measurement of a good procedure, we do not know whether the right mapping disciplines interested in the content
- 2022-01-24 13:23:09下载
- 积分:1
-
vc雷达扫描模拟
是基于vc++编写的模拟雷达扫描的程序,其应用在多数的船舶或位置检测当中,程序实时的描述了雷达扫描的真实情况,是一个不错的小程序代码,在很多界面的制作当中都有应用
- 2022-11-21 22:35:03下载
- 积分:1