-
flat BUTTON, very good results, as well as non
扁平的BUTTON,效果非常好的,也是非3D按钮。-flat BUTTON, very good results, as well as non-3D buttons.
- 2022-07-14 01:17:08下载
- 积分:1
-
用VB实现特色的水波效果!(支持鼠标响应)
用VB实现特色的水波效果!(支持鼠标响应)-Using VB to achieve the effect of characteristics of the water! (In support of the mouse response)
- 2022-10-21 21:15:03下载
- 积分:1
-
GUI串口上位机
此界面是用MATLAB的GUI编写的,GUI操作简单,没有VC那么难学。此界面是本人毕设做的,和自平衡智利小车通讯,可以给小车发送控制参数,小车发送角度和位移数据给上位机绘制曲线。本人已经实测,挺稳定的
- 2023-06-18 07:10:04下载
- 积分:1
-
调用XP风格,vb+access 提供制作的3个控件,功能强大
调用XP风格,vb+access 提供制作的3个控件,功能强大-Call XP style, vb+ Access provided by the production of three controls, powerful
- 2022-04-07 01:05:03下载
- 积分:1
-
用C写的 窗口开发程序,一般都认为不错的,我的同事都看了觉得很不错的,希望大家...
用C写的 窗口开发程序,一般都认为不错的,我的同事都看了觉得很不错的,希望大家-C development of a window to write procedures that are generally good, my colleagues have watched them feel very good, we hope to s
- 2023-05-03 11:40:03下载
- 积分:1
-
自动滚屏功能
自动滚屏功能-Autoscroll function
- 2023-04-23 19:00:02下载
- 积分:1
-
Vc中关于Word的编程(其他)
Vc中关于Word的编程(其他)-Vc on the Word program (other)
- 2022-02-04 06:19:39下载
- 积分:1
-
VB版本的排队叫号软件
资源描述医院分诊排队系统是指在医院门诊楼、住院楼、综合楼的各候诊、收费、取药处所使用的智能化呼叫和分诊排队管理系统,医生和护士可以通过该系统有秩序地呼叫就诊患者,使医院的医疗秩序规范化、门诊管理现代化。
- 2023-08-03 16:05:12下载
- 积分:1
-
off as a toolbar
如过工具栏光有图标显得有些单调,因此我们可以给每一个图标都添加一名称,以便于说明其功能-off as a toolbar-icon seemed to be somewhat monotonous, so we can give each one has to add an icon name, so its function
- 2023-04-09 09:25:03下载
- 积分:1
-
Qt login,自动识别焦点
#include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
pushButton = new QPushButton(this);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(40, 180, 51, 27));
pushButton_2 = new QPushButton(this);
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
pushButton_2->setGeometry(QRect(40, 140, 51, 27));
pushButton_3 = new QPushButton(this);
pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
pushButton_3->setGeometry(QRect(100, 140, 51, 27));
&
- 2022-03-13 04:00:49下载
- 积分:1