-
混合项目链表
mix project link list in c-mix project link list in c
- 2022-08-13 21:35:51下载
- 积分:1
-
CSynEditView a syntax editing category, as long as you simple introduction of th...
CSynEditView一个支持语法编辑的类,你只要简单的将该类引入你的工程,便可轻松的获得如VC++和VB编程环境中的语法编辑能力。-CSynEditView a syntax editing category, as long as you simple introduction of this type of project you can be easily obtained if the VC and VB programming environment syntax editing capabilities.
- 2023-07-14 11:20:04下载
- 积分:1
-
qt alarm实现闹钟
#include"alarm.h"
#include
Alarm::Alarm(QWidget * parent)
:QDialog(parent)
{
init();
layout();
con();
};
// ******
// 初始化
// ******
void Alarm::init()
{
setWindowTitle("Alarm clock"); //设置标题
setFixedSize(QSize(300,80)); //固定大小
timer=new QTimer; //控制lcd的时间刷新
uptimer=new QTimer; //控制对话框上升
dtimer=new QTimer; //控制对话框下降
itimer=new QTimer;
lcdNumber=new QLCDNumber; //显示当前时间
lcdNumber->setFixedSize(QSize(150,50)); //固定大小
lcdNumber->setNumDigits(8); //显示八个数字,默认是显示5个数字
lcdNumber->setSegmentStyle(QLCDNumber::Flat); //填充颜色,默认是白色的
lcdNumber->display(QTime::currentTime().toString("hh:mm:ss")); //设置格式,还有其他形式的
label=new QLabel(QString::fromLocal8Bit("闹钟")); //提示设置下个闹钟
- 2022-01-28 04:54:06下载
- 积分:1
-
一个非常简单的滚动条控件,演示滚动条控件是如何使用的
一个非常简单的滚动条控件,演示滚动条控件是如何使用的 -a very simple rolling of control, rolling demonstration of how to use the controls of the
- 2022-06-29 05:29:50下载
- 积分:1
-
基于TK资源数据库的GUI设计,文中研究基于 资源数据库的 设计。首先给出资源的定义,讨论了资源数据库的
+,...
基于TK资源数据库的GUI设计,文中研究基于 资源数据库的 设计。首先给出资源的定义,讨论了资源数据库的
+, -./
作用及其管理,然后以用户自定义菜单为例说明如何用该数据库定制应用程序图形界面。-文中研究基于 资源数据库的 设计。首先给出资源的定义,讨论了资源数据库的
+,-./
作用及其管理,然后以用户自定义菜单为例说明如何用该数据库定制应用程序图形界面。
- 2022-06-21 04:22:51下载
- 积分:1
-
VcMFC 对话框常用控件示范大全,将编辑控件、树型控件、列表控件等十多个控件集为一体,简单易懂。...
VcMFC 对话框常用控件示范大全,将编辑控件、树型控件、列表控件等十多个控件集为一体,简单易懂。-VcMFC Common Dialog control model Daquan, will edit controls, tree controls, list controls and other controls more than 10 sets into one, easy to understand.
- 2022-03-26 16:15:30下载
- 积分:1
-
一个很好的java游戏,包括所有源和回答的类文件!
a good java game include all source and the replied class files!-a good game include all source and the r eplied class files!
- 2022-01-27 14:27:40下载
- 积分:1
-
应用于MFC的窗口分割
If your application uses MFC in a shared DLL, and your applicat...
应用于MFC的窗口分割
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resources MFC40XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC40DEU.DLL contains resources translated to German.) If you
don t do this, some of the UI elements of your application will remain in the
language of the operating system.-MFC application partition window If your application uses MFC in a shared DLL, and your application is in a language other than the operating system" s current language, you will need to copy the corresponding localized resources MFC40XXX.DLL from the Microsoft Visual C++ CD- ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ( " XXX" stands for the language abbreviation. For exam
- 2022-04-26 15:45:34下载
- 积分:1
-
高校学生学籍管理系统,具有系统管理,数据,查找,窗口,工具等模块,每个模块均具有丰富的功能,便于操作....
高校学生学籍管理系统,具有系统管理,数据,查找,窗口,工具等模块,每个模块均具有丰富的功能,便于操作.-college student record management system, with systems management, information search, windows, tools and other modules, each module has extensive functional, easy to operate.
- 2022-01-26 07:57:35下载
- 积分:1
-
占用内存极少的菜单系统的实现,本程序可以实现中英文切换...
占用内存极少的菜单系统的实现,本程序可以实现中英文切换-Very little memory to achieve the menu system, this procedure can be achieved in both Chinese and English switch
- 2022-01-29 02:00:34下载
- 积分:1