-
vb实现数控
这里有vb实现数控插补,直线插补,圆弧插补,逐点插补还有积分插补,界面有清空,开始,下一步,和退出界面.操作简便,
- 2023-02-19 06:50:04下载
- 积分:1
-
RichText Tool
RichText Tool-tip control
是我在网上找的,版权归原作者所有。
- 2022-02-01 00:48:56下载
- 积分:1
-
labview实现的机器人手臂模拟。是个好程序
labview实现的机器人手臂模拟。是个好程序-LabVIEW Simulation realize the robot arm. Is a good procedure
- 2022-03-21 01:22:58下载
- 积分:1
-
QT 360界面
简单的界面开发实例,很适用于新手啊,自定义的界面,按钮及控件,在开发的过程中使用时间过滤器,对特定的事件进行处理,用css的方法实现界面的多元化。
- 2022-01-26 08:16:29下载
- 积分:1
-
This a net chatting tool, written by me, shiingore, using Sockets.
This a net chatting tool,written by me,shiingore,using Sockets,-This a net chatting tool, written by me, shiingore, using Sockets.
- 2022-04-02 04:21:54下载
- 积分: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
-
Codejock XTreme Toolkit Pro 8.60
非常非常有名的界面库了,8.60版的全部内容
安装之后包括源代码等。
XTreme...
Codejock XTreme Toolkit Pro 8.60
非常非常有名的界面库了,8.60版的全部内容
安装之后包括源代码等。
XTreme Toolkit Pro 是非常专业和最好的界面库之一。-Codejock XTreme Toolkit Pro 8.60 is very, very well-known industry the surface, 8.60 version of the entire contents after installation including source code, and so on. XTreme Toolkit Pro is a very professional and the best one of the interface library.
- 2022-01-26 08:32:16下载
- 积分:1
-
一个很好用的复数计算器,你会喜欢的
一个很好用的复数计算器,你会喜欢的-a good use of the plural Calculator, you will like
- 2023-07-26 06:10:02下载
- 积分:1
-
数码管显示的,是国外编写的,比较完善,可大可小
数码管显示的,是国外编写的,比较完善,可大可小-Digital display is prepared abroad, relatively perfect
- 2023-05-27 00:10:04下载
- 积分:1
-
计算圆周率的小程序。界面有两个文本框,其中一个输入所要求的圆周率的位数,运行程序(按下确定键),另一个文本况钟会生成相应位数的圆周率。但最大位数为15位...
计算圆周率的小程序。界面有两个文本框,其中一个输入所要求的圆周率的位数,运行程序(按下确定键),另一个文本况钟会生成相应位数的圆周率。但最大位数为15位-calculated the ratio of the circumference of small procedures. Interface is two text box, one of the input requested by the median ratio of the circumference, operational procedures (identified by pressing keys), another version of the status bell will generate corresponding circumference of the median rate. But the greatest median 15
- 2022-01-28 09:29:57下载
- 积分:1