-
This project is a employee database management system.
This project is a employee database management system.
- 2023-01-22 21:45:04下载
- 积分:1
-
该程序是我一步步实现FFTsystem的程序,这是第一步部分的备份。望各位指正!...
该程序是我一步步实现FFTsystem的程序,这是第一步部分的备份。望各位指正!-the program is a step to achieve FFTsystem procedures, the first step is part of the backup. You look correct!
- 2022-02-13 08:06:24下载
- 积分:1
-
流程设计程序
资源描述
支持在视图上任意编辑图元,设置图元的属性等。可编辑的图元包括文字、图片、多边形等类似visio软件,但可以定义每个图元自己的属性。图元之间还可以结合使用。
// FlowcharterView.h : interface of the CFlowcharterView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_FLOWCHARTERVIEW_H__50CDD008_9534_443D_8161_E058963BE0B8__INCLUDED_)
#define AFX_FLOWCHARTERVIEW_H__50CDD008_9534_443D_8161_E058963BE0B8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "FlowchartEditor/FlowchartEditor.h"
class CFlowcharterView : public CView
{
protected: // create from serialization only
CFlowcharterView();
DECLARE_DYNCREATE(CFlowcharterView)
// Attributes
public:
CFlowcharterDoc* GetDocument();
// Operations
public:
- 2022-01-22 07:18:46下载
- 积分:1
-
漂亮的提示框
漂亮的提示框-Beautiful tips box
- 2022-01-26 01:24:39下载
- 积分:1
-
rules : only when there is the point of threading button, and then only in the h...
规则:只能在有纽扣的点穿线,且只能在水平方向或竖直方向穿 线。线可交叉,但有纽扣的点不能交叉连接。-rules : only when there is the point of threading button, and then only in the horizontal direction or vertical direction of threading. Cross-line, but the point Button can cross-connect.
- 2022-03-03 05:17:14下载
- 积分:1
-
Vc中关于Word的编程(表格)
Vc中关于Word的编程(表格)-Vc on the Word of programming (Forms)
- 2023-07-15 11:00:04下载
- 积分:1
-
一个VC程序使用的MFC类,用于替换MFC提供的简单的Splash Window类,用法在源代码中进行了说明。...
一个VC程序使用的MFC类,用于替换MFC提供的简单的Splash Window类,用法在源代码中进行了说明。-procedures for the use of a VC MFC category, MFC provides for the replacement of the simple Splash Window category, usage of the source code for the illustration.
- 2022-10-21 12:45:03下载
- 积分:1
-
如何设计启动界面?
如何设计启动界面?-activated interface design?
- 2023-06-19 05:20:04下载
- 积分:1
-
仪表控件的实现; 包括源码和测试代码;
仪表控件的实现; 包括源码和测试代码;-Instrumentation Control realized; Including source code and testing;
- 2022-03-04 23:07:49下载
- 积分:1
-
树状导航界面
本实例通过窗口的分割技术将树型视图显示在左边,然后通过树型视图的GetTreeCtrl方法来获得CTreeCtrl对象,通过CTreeCtrl对象接受双击时间来实现导航功能。
实现过程:(1)新建名为TreeNavi的单文档应用程序。
(2)在工程中添加以CTreeView类为基类的新类TreeView;在工程中添加Icon资源。
(3)在TreeView.h文件中添加 #include "afxciew.h"
(4)修改TreeNavi.cpp文件中的InitInstance函数中的内容。
(5)在MainFrm.cpp文件中添加WM_CREATECLIENT消息的实现函数
(6)函数OnInitialUpdate实现树型视图的初始化
(7)添加NM_DBLCLK消息的实现函数OnDblclk
- 2022-02-04 03:55:39下载
- 积分:1