基本信息
源码名称:自定义表格控件,项目实战中使用的,功能强大,很有用
源码大小:0.55M
文件格式:.rar
开发语言:C/C++
更新时间:2022-02-23
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

自定义表格控件,项目实战中使用的,功能强大,很有用

vc 自定义表格控件源码,可以灵活设定各项颜色,样式,固定列,还有很多扩展功能,代码里能看到.

在大公司项目实战中使用的表格控件, 很有价值.

.
└── GridTest
    ├── GeneralHelper.cpp
    ├── GeneralHelper.h
    ├── GridCtrl
    │   ├── CellRange.h
    │   ├── CheckComboBox.cpp
    │   ├── CheckComboBox.h
    │   ├── GridCell.cpp
    │   ├── GridCell.h
    │   ├── GridCellBase.cpp
    │   ├── GridCellBase.h
    │   ├── GridCellCheck.cpp
    │   ├── GridCellCheck.h
    │   ├── GridCellCheckCombo.cpp
    │   ├── GridCellCheckCombo.h
    │   ├── GridCellCombo.cpp
    │   ├── GridCellCombo.h
    │   ├── GridCellDateTime.cpp
    │   ├── GridCellDateTime.h
    │   ├── GridCellNumeric.cpp
    │   ├── GridCellNumeric.h
    │   ├── GridCtrl.cpp
    │   ├── GridCtrl.h
    │   ├── GridDropTarget.cpp
    │   ├── GridDropTarget.h
    │   ├── GridURLCell.cpp
    │   ├── GridURLCell.h
    │   ├── InPlaceEdit.cpp
    │   ├── InPlaceEdit.h
    │   ├── MemDC.h
    │   ├── TitleTip.cpp
    │   └── TitleTip.h
    ├── GridDragWnd.cpp
    ├── GridDragWnd.h
    ├── GridTest.aps
    ├── GridTest.cpp
    ├── GridTest.h
    ├── GridTest.rc
    ├── GridTest.vcxproj
    ├── GridTest.vcxproj.filters
    ├── GridTest.vcxproj.user
    ├── GridTestDlg.cpp
    ├── GridTestDlg.h
    ├── HSGridCtrl.cpp
    ├── HSGridCtrl.h
    ├── HSGridTable.cpp
    ├── HSGridTable.h
    ├── PubFunc.cpp
    ├── PubFunc.h
    ├── ReadMe.txt
    ├── Utils.cpp
    ├── Utils.h
    ├── bin
    │   └── Debug
    │       ├── GridTest.exe
    │       └── GridTest.exe.manifest
    ├── res
    │   ├── GridTest.ico
    │   ├── GridTest.rc2
    │   ├── accIco.bmp
    │   ├── check0.bmp
    │   ├── check1.bmp
    │   └── smallico.bmp
    ├── resource.h
    ├── stdafx.cpp
    ├── stdafx.h
    ├── targetver.h
    └── tinyxml
        ├── tinystr.cpp
        ├── tinystr.h
        ├── tinyxml.cpp
        ├── tinyxml.h
        ├── tinyxmlerror.cpp
        └── tinyxmlparser.cpp

6 directories, 68 files