登录
首页 » 界面开发 » 功能简单说明 1)任意单元格融合,真融合与假融合; 2)列对齐(左、中、右),行对齐(上、中、下) 3)自动换行,多行表头 3)Flat,Gri...

功能简单说明 1)任意单元格融合,真融合与假融合; 2)列对齐(左、中、右),行对齐(上、中、下) 3)自动换行,多行表头 3)Flat,Gri...

于 2023-04-07 发布 文件大小:381.08 kB
0 163
下载积分: 2 下载次数: 1

代码说明:

功能简单说明 1)任意单元格融合,真融合与假融合; 2)列对齐(左、中、右),行对齐(上、中、下) 3)自动换行,多行表头 3)Flat,Grid3d,Lower 显示效果 4)标题排序(左键升序,右键降序),图标提示排序方向,支持大数据排序,速度非常非常快! 5)自动列宽,单列列宽 6)报表输出:打印机设置、表头、次表头、页脚、次页脚,字体、颜色、融合、对齐、列显示、打印预览、直接打印 7)导出:xls csv rtf txt html db dbf,大数据量支持,速度非常快; - 1 2 3 Flat,Grid3d,Lower 4 the title sort (ascending Left, Right descending), the ranking icon suggested direction, and support the sequencing data, the speed is very, very fast! 5) automatically out wide, six separate column width) Statement output : Printer configuration, the first table, the table the first time, footnotes, sub-footers, fonts, colors, integration, alignment, out shows, print preview, print 7) Export : Excel csv rtf txt html db dbf, data support, very fast;

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

发表评论

0 个回复

  • 基于c#的时钟
    资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路, namespace Clock { public partial class MainForm : Form { private PointF center; private float r; private Pen hourPen; private Pen minutePen; private Pen secondPen; private Thread timeThread; public MainForm() { InitializeComponent(); ShowInTaskbar = false;//不在任务栏中显示 SetStyle(ControlStyles.DoubleBuffer, true); SetStyle(ControlStyles.UserPaint,true); SetStyle(ControlStyles.AllPaintingInWmPaint,true); center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f); r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f); hourPen = new Pen(Color.Black, 2.5f); minutePen = new Pen(Color.Black, 1.5f); secondPen = new Pen(Color.Black, 0.5f); timeThread=new Thread(new ThreadStart(DrawTime)); timeThread.Start(); } protected override void OnPaint(PaintEventArgs e) { Graphics g = e.Graphics; g.Clear(BackColor); //g.SmoothingMode =
    2022-01-26 05:22:52下载
    积分:1
  • 一个实用的记事本程序,就像一个小的office world。
    一个实用的记事本程序,就像一个小的office world。-Notepad a practical procedure, like a small office world.
    2022-07-25 13:15:45下载
    积分:1
  • 一个很好的c# 语言学习软件。请大家看一下啊,不要错过哦
    一个很好的c# 语言学习软件。请大家看一下啊,不要错过哦-a good c# language learning software. Please look at the ah, not to miss oh
    2023-02-03 16:50:03下载
    积分:1
  • xp style menu achieve
    xp风格的菜单实现-xp style menu achieve
    2022-03-19 22:35:22下载
    积分:1
  • 按钮加载png图片
    按钮实现加载png图片。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
    2022-12-09 13:35:03下载
    积分:1
  • Axtive的简单实用例子,可以方便实用
    Axtive的简单实用例子,可以方便实用-Axtive the simple and practical examples that can be practical
    2022-03-07 17:04:21下载
    积分:1
  • detailing how to use the three
    详细介绍了如何使用三层结构的网络开发过程。对新手有帮助
    2022-07-19 18:17:57下载
    积分:1
  • 非常好的winform窗口布局源码,仿vs.net,可随意拖动、驻留...
    非常好的winform窗口布局源码,仿vs.net开发界面,可随意拖动、驻留-dockpanel
    2023-05-11 23:50:03下载
    积分:1
  • 包含了一百个简单的用MFC编写的编程,希望可以给初学MFC的朋友参考...
    包含了一百个简单的用MFC编写的界面编程,希望可以给初学MFC的朋友参考-100 contains a simple interface with the preparation of MFC programming, MFC beginner would like to give a friend a reference
    2023-03-01 01:10:05下载
    积分:1
  • Visual C++程序范例宝典拖动查看列表中的项目视图…
    Visual C++程序开发范例宝典 在列表视图中拖动视图项ListViewDragDrop-Visual C++ Program development paradigm Baodian drag in the list view item view ListViewDragDrop
    2022-11-21 22:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载