登录
首页 » EditBox » "similar statements Excel Class" with the latest version, libraries an...

"similar statements Excel Class" with the latest version, libraries an...

于 2022-12-22 发布 文件大小:747.16 kB
0 88
下载积分: 2 下载次数: 1

代码说明:

《类似EXCEL的报表类库》有最新版本了,类库和可执行演示文件在压缩包里。 本次更新内容: 1)在程序完善了图表部分,支持图表的打印预览 2)修改了在程序调用生成图表的小bug 3)支持根据单元格数据绘制曲线图/饼图-"similar statements Excel Class" with the latest version, libraries and enforceable Presentations compression bag. With this update : 1) the procedure improved the charts, graphs to support the Print Preview 2) changes in procedures called Generation small bug chart 3) support for the cell for data mapping curve/pie

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

发表评论

0 个回复

  • 地理
    Geography Landscape ecology Urban planning Biology Geophysics Hydrology -Geography Urban Landscape ecology planni ng Biology Geophysics Hydrology
    2022-04-01 20:30:47下载
    积分:1
  • 浮点数输入编辑框
    浮点数输入编辑框-The edit which can accept float input
    2022-07-24 16:28:20下载
    积分:1
  • This is a VC EDIT under the category, the use of the category, users can add a b...
    这有一个VC下的EDIT的类,使用这个类,用户可以加上一个16进制的EDIT-This is a VC EDIT under the category, the use of the category, users can add a band of 16 EDIT
    2023-06-01 17:55:03下载
    积分:1
  • EDIT控件设置只读属性后就不允许用户进行输入和编辑删除等基本操作了,控件只可以用来信息的浏览,但是,如果使用默认的设置函数的话,EDIT控件的背景色将变成灰色...
    EDIT控件设置只读属性后就不允许用户进行输入和编辑删除等基本操作了,控件只可以用来信息的浏览,但是,如果使用默认的设置函数的话,EDIT控件的背景色将变成灰色,如果你的主题程序的颜色背景进行一致的处理的话,这样可能会与你的整体风格不和,所以需要一个具有背景颜色但是又具有只读属性的EDIT控件刻不容缓了. 实现的方法其实很简单,派生一个CEDIT类,我们这里命名为CColReadOnlyEdit,再这个类中我们首先触发PreTranslateMessage,这个函数可以用来截获消息编程。-EDIT controls installed after the read-only attribute does not allow users to input and edit delete basic operation of the control information can be used only browser, but if the use of the default settings, it is highly EDIT control the background color to gray, but if your theme procedure for a background color made a deal with the case, it may be with your overall style and not, so it is necessary to have a background color but also with the read-only attribute the delay EDIT Controls. realizing the fact is very simple, derived a CEDIT category, we named CColReadOnlyEdit here, and the first category trigger PreTranslateMessage, this function can be used to intercepted news programming.
    2023-04-26 10:30:03下载
    积分:1
  • 文本编辑器, 应用于网页文字编辑
    文本编辑器, 应用于网页文字编辑-文本编辑器,文本编辑器,应用于网页文字编辑
    2023-04-29 16:00:03下载
    积分:1
  • 在运用VC开发数据库管理系统时,列表框无疑是最常用也是最为有用直观的开发控件之一,然而VC所提供的列表框却有其局限,因此,也为运用其开发应用程序带来了一定的麻烦...
    在运用VC开发数据库管理系统时,列表框无疑是最常用也是最为有用直观的开发控件之一,然而VC所提供的列表框却有其局限,因此,也为运用其开发应用程序带来了一定的麻烦, 在此,本人制作一个功能略强一些的列表框,意在起到引线的作用. 思想: 得到列表框被点击的列与行,临时创建编辑框,并用该行与列的字符填写编辑框,进行编辑后, 用编辑后的字符填充该项行该列,销毁编辑框.-VC development in the use of database management system, the list box is undoubtedly the most commonly used and most useful in the development of intuitive controls, but it provided by the VC list box has its limitations, it is also possible to use its development and application procedures resulted in some trouble here, I produced a functional some slightly list box, intended to play a lead role. Thought : Scored list by clicking on the box out and deeds to create temporary edit box, and used the trip to fill out the characters edit box, edit, edit with the characters that fill out the line, the destruction of editing box.
    2022-04-27 23:30:54下载
    积分:1
  • 一个很好的文本编辑器控件下载程序
    一个很好的编辑文本控件下载-a very good text editor control download
    2022-01-24 14:31:14下载
    积分:1
  • 本程序文字倾斜显示,倾斜角度自定,主要运用CGdiObject的派生类...
    本程序文字倾斜显示,倾斜角度自定,主要运用CGdiObject的派生类-written procedures tilt the display, tilt angle since determined primarily use the derived classes CGdiObject
    2022-03-02 00:36:25下载
    积分:1
  • 输入数据到对话框,可以作为更友好的界面,可作为参考开始…
    能够输入数据的对话框,界面较友好,可以作为入门者参考-input data to the dialog, more friendly interface can be used as reference beginners
    2022-02-05 19:29:46下载
    积分:1
  • 如何混合使用Jsp和SSI #include? 在JSP中可以使用如下方式包含纯HTML: <!...
    如何混合使用Jsp和SSI #include? 在JSP中可以使用如下方式包含纯HTML: 但是如果data.inc中包含JSP CODE ,我们可以使用: 如何执行一个线程安全的JSP? 只需增加如下指令 JSP如何处理HTML FORM中的数据? 通过内置的request对象即可,如下: 在JSP如何包含一个静态文件? 静态包含如下: 动态包含如下: 在JSP中如何使用注释? 主要有四中方法: 1。 2。// 3。/**与**/ 4。-how mixed use Jsp and SSI# include JSP can be used as follows contains pure HTML : lt ;!--# include file = "data.inc"-- gt; But if data.inc JSP CODE contains, we can use : lt ; % @ include file = "data.inc"% gt; how to implement a security thread JSP only increased as follows instructions lt; % @ page isThreadSafe = "false"% gt; JSP HTML FORM how to handle the data through built-in
    2022-01-28 18:56:30下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载