-
MFC listcontrol做的资源管理器
用MFC的listcontrol控件做的类似于windows资源管理器的界面,有返回上级文件夹的功能,并且可以对文件夹中文件在列表显示中排序,可根据名字,大小,创建时间进行排序。内有完整工程,可直接编译运行。
- 2022-07-03 23:28:37下载
- 积分:1
-
这个是我在网站上看到的一个仿影音传送带界面的制作程序,觉得对于做界面的朋友会有所帮助....
这个是我在网站上看到的一个仿影音传送带界面的制作程序,觉得对于做界面的朋友会有所帮助.-this is what I see on the website of a fake video production conveyor interface procedures do think that the interface friends will be helpful.
- 2022-11-28 07:30:03下载
- 积分:1
-
实现动画进度条的源码
实现动画进度条的源码-achieving progress of the animation FOSS
- 2022-02-25 13:02:47下载
- 积分:1
-
请单击窗口左边的“页面”标签,或选择“视图”>“导览标签”>“页面”来显示“页面”面板。 2. 请单击页面缩略图跳至其对应的页面。 ... 请向上或...
请单击窗口左边的“页面”标签,或选择“视图”>“导览标签”>“页面”来显示“页面”面板。 2. 请单击页面缩略图跳至其对应的页面。 ... 请向上或向下拖动页面。松开鼠标按钮来停
-click window to the left of the "pages" label, or choose the "View"
- 2022-02-01 12:07:07下载
- 积分:1
-
Visual Studio style UI Visual Studio风格的界面效果(15KB)
Visual Studio style UI Visual Studio风格的界面效果(15KB)-Visual Studio style UI Visual Studio style interface effects (15KB)
- 2022-01-25 16:33:16下载
- 积分:1
-
ProgressBar as the background, more beautiful
ProgressBar作为背景,更加美观
- 2022-03-07 16:28:20下载
- 积分:1
-
相信每个应用程序都需要一个进度条来显示数据是否加载完毕.这个例子就是用C#编写的自定义进度条控件....
相信每个应用程序都需要一个进度条来显示数据是否加载完毕.这个例子就是用C#编写的自定义进度条控件.-Believe that every application needs a progress bar to display the data is loaded. This example is written in C# using a custom progress bar control.
- 2022-03-24 11:48:57下载
- 积分: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
-
mingugi the qt programming interface
mingugi的qt界面下的编程-mingugi the qt programming interface
- 2022-02-25 16:11:01下载
- 积分:1
-
使用 C# 和 SQL 的预先登录窗体
提前登录窗体 C#.NET 2010年和 SQL 2008 年。
本教程为您了解如何在 C#.NET 中预先登录。它是为初学者只。
在本教程中:
新的用户注册
忘记了密码
更改用户信息
更改密码
和删除用户。
- 2022-06-13 22:05:40下载
- 积分:1