登录
首页 » Visual C++ » LUKCY

LUKCY

于 2010-09-13 发布 文件大小:180KB
0 147
下载积分: 1 下载次数: 172

代码说明:

  基于MFC单文档实现窗口分割,分割条变色,透明按钮,等美化功能。(To achieve a single document based on MFC window segmentation, color segmentation section, transparent buttons, and other landscaping features.)

文件列表:

LUKCY
.....\InformationView.cpp,1832,2010-09-10
.....\InformationView.h,618,2010-09-10
.....\LUKCY.APS,499024,2010-09-10
.....\LUKCY.cpp,3400,2010-09-10
.....\LUKCY.h,485,2010-09-09
.....\LUKCY.ncb,117760,2010-09-13
.....\LUKCY.rc,14830,2010-09-10
.....\LUKCY.sln,899,2010-09-09
.....\LUKCY.vcproj,8242,2010-09-10
.....\LUKCYDoc.cpp,996,2010-09-09
.....\LUKCYDoc.h,540,2010-09-09
.....\LUKCYView.cpp,1729,2010-09-09
.....\LUKCYView.h,955,2010-09-09
.....\MainFrm.cpp,5781,2010-09-13
.....\MainFrm.h,1022,2010-09-13
.....\ParameterView.cpp,2388,2010-09-10
.....\ParameterView.h,737,2010-09-10
.....\ReadMe.txt,3348,2010-09-09
.....\res





.....\...\bright.bmp,3654,2010-09-09
.....\...\CXJS.ico,3262,2010-09-10
.....\...\DKSB.ico,3262,2010-09-10
.....\...\DRJS.ico,3262,2010-09-10
.....\...\FHYW.ico,3262,2010-09-10
.....\...\FST.ico,3262,2010-09-10
.....\...\JMXS.ico,3262,2010-09-10
.....\...\JSGW.ico,3262,2010-09-10
.....\...\KDTX.ico,3262,2010-09-10
.....\...\KSGW.ico,3262,2010-09-10
.....\...\LJSB.ico,3262,2010-09-10
.....\...\LUKCY.ico,21630,2003-04-01
.....\...\LUKCY.manifest,694,2010-09-09
.....\...\LUKCY.rc2,361,2010-09-09
.....\...\LUKCYDoc.ico,1078,2003-04-01
.....\...\PST.ico,3262,2010-09-10
.....\...\QGTX.ico,3262,2010-09-10
.....\...\SJW.ico,3262,2010-09-10
.....\...\SXTX.ico,3262,2010-09-10
.....\...\Toolbar.bmp,1078,2003-04-01
.....\...\TXSC.ico,3262,2010-09-10
.....\...\TXXS.ico,3262,2010-09-10
.....\...\XQCD.ico,3262,2010-09-10
.....\...\XZTX.ico,3262,2010-09-10
.....\...\YDTX.ico,3262,2010-09-10
.....\resource.h,2533,2010-09-10
.....\stdafx.cpp,134,2010-09-09
.....\stdafx.h,1456,2010-09-10
.....\ToolbarView.cpp,3717,2010-09-10
.....\ToolbarView.h,725,2010-09-10
.....\TransParentButton.cpp,12078,2010-09-10
.....\TransParentButton.h,3172,2010-09-10
.....\XSplitterWnd.cpp,16217,2010-09-09
.....\XSplitterWnd.h,3041,2010-09-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • toumingDiadlg
    半透明对话框源代码可以帮助大家了解其原理,移植到自己的程序中去(Translucent dialog source code can help you understand the principle, transplanted to their own programs to)
    2014-02-18 08:27:32下载
    积分:1
  • Oscillograph
    基于MFC开发的简易示波器,可多路显示,可产生参考波形(To develop a simple MFC-based oscilloscopes, multi-display, can produce reference waveform)
    2013-06-29 13:01:35下载
    积分:1
  • TSplitter
    拆分窗口的程序。将原来的单一窗口拆分为三个子窗口的程序,便于界面的丰富多样性(Split the original window to three sub windows , )
    2009-11-16 19:55:02下载
    积分:1
  • round
    这是基于MFC的一个画圆程序,让读者更进一步的了解MFC的生产者与消费者的关系(This is a Circle MFC-based program, to give readers a better understanding of the relationship of MFC producers and consumers)
    2012-10-13 11:18:27下载
    积分:1
  • Draw
    MDI 应用程序是另一类重要的文档视结构程序。它的特点是:用户一次可以打开多个文档,每个文档对应不同的窗口;主窗口的菜单会自动随着当前活动的子窗口的变化而变化;可以对子窗口进行层叠、平铺等各种操作;子窗口可以在MDI 主窗口区域内定位、改变大小、最大化和最小化,当最大化子窗口时,它将占满MDI 主窗口的全部客户区。MDI 不仅可以在同一时间内同时打开多个文档,还可以为同一文档打开多个视图。在Windows 菜单下选择New ,就为当前活动文档打开一个新的子窗口。 (MDI application is another important document, as the structure of the procedure. It is characterized by: a user can open multiple documents, each document corresponds to a different window main window menu automatically with the current activities of the sub-window changes can be stacked pair window, tile, etc. types of operation MDI child window in the main window positioning the region to change the size, to maximize and minimize, maximize the child window when it will occupy the entire main window MDI client area. MDI at the same time not only to open multiple documents at the same time, can also open multiple views of the same document. In the Windows menu select New, on the activities for the current document open a new sub-window.)
    2009-07-15 01:11:43下载
    积分:1
  • DebugConsole
    在界面开发中生成控制台窗口,方便输出一些信息和变量,方便调试。(Generate a console window in the interface development, convenient to output some information and variables to facilitate debugging.)
    2012-07-13 10:12:40下载
    积分:1
  • MFC-notebook
    利用MFC编写的一个记事本小程序,能实现一般记事本所拥有的基本功能(VC prepared by an applet Notepad, Notepad, to achieve the general basic functions have)
    2013-08-20 10:55:36下载
    积分:1
  • The-application-of-multi-dialog
    多对话框的应用。文件夹中含有简单的word教程,适合初学者使用(Multi-dialog. The folder contains a simple word tutorial for beginners)
    2012-05-24 16:51:56下载
    积分:1
  • ResourceManager
    这是用MFC编写的资源管理器,是目前我所看到的写的比较好的,拿出来与大家共享(It is written in MFC resource manager, is currently writing I ve seen better, come to share with you)
    2013-09-17 08:53:37下载
    积分:1
  • mfcrepeatbutton
    运用MFC在对话框中加入一些属性按钮,本程序以自动重复按钮为例(The use of MFC in the dialog box to add some properties button, the program to automatically repeat button as an example)
    2008-06-27 14:41:17下载
    积分:1
  • 696518资源总数
  • 104993会员总数
  • 17今日下载