zoukankan      html  css  js  c++  java
  • source grid 4.0.0.3 是个好东西!

    介绍:
    SourceGrid 是一个的完全地用C#开发的Windows窗体控件;想实现excel或者word表格的样式的话,这是最好的选择.

    官方网址: http://sourceforge.net/projects/sourcegrid

    下面的代码可以详细的说明如何运用这个好控件.(代码是不能直接运行的,仅做参考).
    其中也包含了access数据库操作的常用方法.
    还顺便加了DockPanel的演练.
    DockPanel是一个可以做到vs2003工具栏,属性窗口样式的控件.

    官网:http://sourceforge.net/projects/dockpanelsuite/

    DockPanel suite is designed to achieve docking capability for MDI forms. It can be used to develop applications with Visual Studio .Net style user interface.

    DockPanel suite is a 100%-native .Net windows forms control, written in C#

     

    Features of DockPanel suite:

    ·         Complex hierarchies

    ·         Auto-hide

    ·         Free drag-and-drop

    ·         Nested docking

    ·         Integration with .Net Framework and VS .Net

    ·         Persistent to XML file


  • 相关阅读:
    cytoscape-d3-force api
    Python基础编程 模块的引入与定义
    更改Ubuntu内核版本
    Jupyter Notebook默认路径修改
    YJZH 前端部署记录 CentOS+Nginx+Vue
    dotnet core webapi centos 服务自启动
    Linux修改时区
    空间数据实战(1)——MySQL
    记录window.sessionStorage的一个小坑
    ElementUI默认表单项el-form-item间距修改
  • 原文地址:https://www.cnblogs.com/dreign/p/566267.html
Copyright © 2011-2022 走看看