登录
首页 » Visual C++ » 12345TestTab

12345TestTab

于 2020-07-07 发布
0 373
下载积分: 1 下载次数: 1

代码说明:

说明:  TAB控件的应用,在TAB控件的各选项卡里分别嵌入了列表控件、按钮控件以及下拉列表控件,并对列表控件进行了初始化,对初学者很有帮助。(In the application of tab control, list control, button control and drop-down list control are embedded in each tab of tab control, and the list control is initialized, which is very helpful for beginners.)

文件列表:

TestTab\TestTab\MainFrm.cpp, 8349 , 2020-07-06
TestTab\TestTab\MainFrm.h, 1095 , 2020-07-06
TestTab\TestTab\ReadMe.txt, 3308 , 2020-07-06
TestTab\TestTab\res\TestTab.ico, 67777 , 2007-11-28
TestTab\TestTab\res\TestTab.rc2, 363 , 2020-07-06
TestTab\TestTab\res\TestTabDoc.ico, 4710 , 2007-10-31
TestTab\TestTab\res\Toolbar.bmp, 1078 , 2003-07-24
TestTab\TestTab\res\Toolbar256.bmp, 5816 , 2007-08-30
TestTab\TestTab\resource.h, 1939 , 2020-07-06
TestTab\TestTab\stdafx.cpp, 140 , 2020-07-06
TestTab\TestTab\stdafx.h, 1854 , 2020-07-06
TestTab\TestTab\targetver.h, 1030 , 2020-07-06
TestTab\TestTab\TestTab.cpp, 3854 , 2020-07-06
TestTab\TestTab\TestTab.h, 627 , 2020-07-06
TestTab\TestTab\TestTab.rc, 14798 , 2020-07-06
TestTab\TestTab\TestTab.vcproj, 6383 , 2020-07-06
TestTab\TestTab\TestTab.vcproj.ZhangDamin-PC.ZhangDamin.user, 1423 , 2020-07-06
TestTab\TestTab\TestTabDoc.cpp, 1035 , 2020-07-06
TestTab\TestTab\TestTabDoc.h, 554 , 2020-07-06
TestTab\TestTab\TestTabView.cpp, 3322 , 2020-07-06
TestTab\TestTab\TestTabView.h, 1431 , 2020-07-06
TestTab\TestTab\UserImages.bmp, 7976 , 2007-08-30
TestTab\TestTab\Win1Dlg.cpp, 1292 , 2020-07-06
TestTab\TestTab\Win1Dlg.h, 442 , 2020-07-06
TestTab\TestTab\Win2Dlg.cpp, 466 , 2020-07-06
TestTab\TestTab\Win2Dlg.h, 355 , 2020-07-06
TestTab\TestTab\Win3Dlg.cpp, 466 , 2020-07-06
TestTab\TestTab\Win3Dlg.h, 355 , 2020-07-06
TestTab\TestTab.sln, 887 , 2020-07-06
TestTab\TestTab\res, 0 , 2020-07-06
TestTab\TestTab, 0 , 2020-07-06
TestTab, 0 , 2020-07-06

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

发表评论

0 个回复

  • cn700_vc45888224441
    软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等 程序中有几个BUG还没解决, 实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 //====================================================================== 程序还用了Active Skin 对程序进行了换肤()
    2008-07-05 22:41:21下载
    积分:1
  • YComBox
    1.可分别设置组合框中编辑框和下拉列表框的字体、字体颜色、字体大小 2.可设置只读属性 3.可根据下拉列表项的文本长度扩宽下拉列表宽度 4.重绘下拉列表,包括边框和具有焦点的项 5.下拉列表项中提供了删除功能,非只读时显示并可删除 6.重绘了编辑框边框,背景自绘可自行扩展 7.根据组合框高度设置字体能达到伪垂直居中效果,主要就是需要这个(1 can be set combo box edit box and drop-down list box, font, font color, font size, (2) can be set to read-only attribute 3. According to the drop-down list item text length widening dropdown width 4. Redraw the drop-down list including borders and items with focus 5 provides a drop-down list item delete function, not read-only and can be removed when the display 6. redraw the edit box border, background, since the painting can expand their own 7. According to the combo box to set the font height Pseudo vertically to achieve the effect, mainly need this)
    2013-07-30 11:15:11下载
    积分:1
  • TreeCtrl
    能自动遍历文件夹下文件,并将其显示到列表框中。(It can look for the files of the folder automaticlly and display the data to edit .)
    2011-08-30 11:49:44下载
    积分:1
  • MyCButton
    说明:  自己创建的一个CButton类,可以方便的设置按钮的大小、颜色等属性。(Create yourself a CButton class, you can easily set the button size, color and other properties.)
    2011-04-02 16:08:06下载
    积分:1
  • CMultiTree
    一个可以多选的树控件,扩展MFC标准的CTreeCtrl。(One can choose the tree control, expand the MFC standard CTreeCtrl.)
    2007-08-14 20:11:58下载
    积分:1
  • 经更改的的外观
    这是一个用vc编的可以经更改的控件的外观 很不错哦 运行环境: win9x.winxp(This a series with vc changes can be made by the appearance of control, oh very good operating environment : win9x.winxp)
    2005-04-05 09:10:22下载
    积分:1
  • TabControl
    用于自绘tabcontrol控件,类自己可以使用(For self-drawn tabcontrol controls, they can use class)
    2013-09-11 10:39:09下载
    积分:1
  • MP422E(MFC)
    VC++课程设计波形采集模板程序,MFC语言界面设计(AD wave collect, Windows Visual C++ Programe)
    2021-04-15 15:18:54下载
    积分:1
  • MutiTree
    多级树形控件,可以显示系统各文件的路径和树内的层次(multi-level tree controls, the system can display the document path and the level of the tree)
    2005-07-07 11:58:10下载
    积分:1
  • BXQVOMA
    目的是模拟彩色雨滴滴落到池塘的情景,达到彩色雨滴从天而降()
    2017-11-15 12:49:52下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载