-
这几种类基本上都是容器,所以没有什么复杂的操作。 比较复杂的应该是Splitter了,因为时间有限,我只展示了她最基本的用法。写的仓卒,可能会有些错误,大家凑合...
这几种类基本上都是容器,所以没有什么复杂的操作。 比较复杂的应该是Splitter了,因为时间有限,我只展示了她最基本的用法。写的仓卒,可能会有些错误,大家凑合着看看吧。-this category are basically containers, nothing complicated operation. The complex should be Splitter, because time is limited, I only display her most basic usage. Hastily written, there might be some mistakes, we make do with a look at it.
- 2022-01-26 05:51:15下载
- 积分:1
-
噶金电风扇感按时打发士大夫撒但是大师傅感黄色
噶金电风扇感按时打发士大夫撒但是大师傅感黄色-jsdkah dsgds
- 2022-06-03 00:10:50下载
- 积分:1
-
MFC listcontrol做的资源管理器
用MFC的listcontrol控件做的类似于windows资源管理器的界面,有返回上级文件夹的功能,并且可以对文件夹中文件在列表显示中排序,可根据名字,大小,创建时间进行排序。内有完整工程,可直接编译运行。
- 2022-07-03 23:28:37下载
- 积分: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
-
数据结构课设 飞机航班订票系统(mfc)
用mfc做的数据结构课设 飞机航班订票系统
现在头文件中定义以下类:(用于源文件中功能模块函数体调用)
class dingdan : public CDialog
class chaxun : public CDialog
class shanchu : public CDialog
class luru : public CDialog
class guanli : public CDialog
class geren : public CDialog
例如在查询函数体中定义 FILE *fp=fopen("F:新建文本文档.txt","a+")打开文件中航班信息
- 2022-03-24 16:01:02下载
- 积分:1
-
使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现...
使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删除文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-use CArchive category of documents for the operation. MFC framework of the procedures and documents open new function within the Implementation Mechanism. CDocument class how to use the serial storage function preservation and loading data. How to achieve the kind of support Serial, Serial CObArray realization insider. Delete data files often made mistakes. MFC framework of the procedures and documentation such as the type of relationship, and how to access each other indicators cited.
- 2022-03-02 20:44:17下载
- 积分:1
-
一个用VC++编写的换肤软件!内含源文件! 并且可以对按钮进行换肤...
一个用VC++编写的换肤软件!内含源文件! 并且可以对按钮进行换肤-a VC++ software prepared by the Eurocargo! Intron source! Buttons can be right for Eurocargo
- 2022-05-20 09:03:18下载
- 积分:1
-
This book is designed to give you a working knowledge of Windows Presentation
F...
这本书主要讲解WPF的基础知识,适合正在使用.NET技术设计UI的开发者(WINFROM MFC HTML)。-This book is designed to give you a working knowledge of Windows Presentation
Foundation (WPF). The assumption is that the reader is already a .NET developer with
some familiarity with other UI technologies (WinForms, MFC, HTML) but is new to
WPF. In particular, the book focuses on using WPF with Visual Studio 2008, which we
believe is the primary tool that most WPF developers will use, although we still spend
some time talking about other available tools.
- 2022-07-21 03:40:03下载
- 积分:1
-
串口调试助手
应用背景串口调试助手源码,界面是为了处理通过COM口处理外部的数据,可以进行十六进制和十进制的选择,适合开发人员进行数据观察,同时也可以参考此代码进行更新,改编。关键技术串口调试助手是为了处理通过COM口处理外部的数据,可以通过VS系列软件进行编辑,用户可以根据自身需要改编创造出适合自己项目的软件功能,使用语言为C++。
- 2022-01-26 03:50:21下载
- 积分:1
-
HGE 2D游戏引擎 GUI 控件扩展
老外的例子,实现了常用的按钮、列表框、下拉等控件。。。
- 2023-05-30 11:55:03下载
- 积分:1