12 2020 档案

摘要:Component One C# c1FlexGrid 帮助文档 C# c1FlexGrid 帮助文档 Value-Mapped Lists(值映射列表) 功能描述:上述财产的ComboList确保单元格的值是从名单中挑选。由用户选择的值转换成列的适当类型和存储在网格,完全一样,如果用户已输入的值。 阅读全文
posted @ 2020-12-22 23:17 za88403620 阅读(240) 评论(0) 推荐(0)
摘要:通过 C1SuperTooltip控件为 C1Flexgrid 添加自定义的单元格鼠标提示 ← 返回所有博客文章 发布时间 2013-06-19 发布者 jian C1SuperToolTip ToolTip 鼠标提示 C1FlexGrid Spread 本文将在 C1FlexGrid 与 C1Sc 阅读全文
posted @ 2020-12-22 23:12 za88403620 阅读(137) 评论(0) 推荐(0)
摘要:在C1FlexGrid的列头展示汇总 ← 返回所有博客文章 发布时间 2014-10-31 发布者 Alice C1FlexGrid 合计 C1FlexGrid控件具有展示、编辑、格式化、组织、总结以及打印数据等非常友好的功能。 本文着重介绍C1FlexGrid for Winforms其他的实用性 阅读全文
posted @ 2020-12-22 23:10 za88403620 阅读(141) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文
posted @ 2020-12-15 07:57 za88403620 阅读(731) 评论(0) 推荐(0)
摘要:using Newtonsoft.Json;using System;using System.Collections.Generic;using System.Collections.Specialized;using System.IO;using System.Linq;using Syste 阅读全文
posted @ 2020-12-14 00:14 za88403620 阅读(165) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Data.SqlClient;using System.Linq;using System. 阅读全文
posted @ 2020-12-13 23:42 za88403620 阅读(77) 评论(0) 推荐(0)
摘要:static void Main() { DevExpress.Skins.SkinManager.EnableFormSkins(); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(f 阅读全文
posted @ 2020-12-13 16:46 za88403620 阅读(285) 评论(0) 推荐(0)
摘要:public partial class MaterialsForm : Form { DataTable dtMaterial = new DataTable(); DataTable dtMaterialBill = new DataTable(); public MaterialsForm() 阅读全文
posted @ 2020-12-13 10:17 za88403620 阅读(75) 评论(0) 推荐(0)
摘要:public class TreeListUtil { private static Image[] imgs = null; private static int pos = 0; /// 为树控件设置数据源 /// </summary> /// <param name="treeList">树控 阅读全文
posted @ 2020-12-13 10:14 za88403620 阅读(223) 评论(0) 推荐(0)
摘要:1、设置所有窗体样式 ///主程序 static void Main() { DevExpress.Skins.SkinManager.EnableFormSkins(); Application.EnableVisualStyles(); Application.SetCompatibleText 阅读全文
posted @ 2020-12-13 10:09 za88403620 阅读(264) 评论(0) 推荐(0)