03 2020 档案

摘要:https://download.csdn.net/download/breakbridge/12029775 阅读全文
posted @ 2020-03-20 17:54 Bridgebug 阅读(229) 评论(0) 推荐(0)
摘要:https://download.csdn.net/download/breakbridge/12029766 阅读全文
posted @ 2020-03-20 17:53 Bridgebug 阅读(167) 评论(0) 推荐(0)
摘要:前言:相较于之前文章,用这种方式优点是可以修改在属性控件上显示的效果,然后重新绑定就可以了 1.效果图 2.使用举例 PropertyGridProperty propertyGridProperty = new PropertyGridProperty(); Property p1 = new P 阅读全文
posted @ 2020-03-18 11:23 Bridgebug 阅读(283) 评论(0) 推荐(0)
摘要:1.效果图 2.对象类 public class People { [Category("自定义")] [TypeConverter(typeof(OptionValuesTypeConvertor))] [OptionCollection(1, 54, 6)] public decimal ID 阅读全文
posted @ 2020-03-18 10:43 Bridgebug 阅读(424) 评论(0) 推荐(0)
摘要:1.效果图 2.对象和控件 using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace AttributeTest { public partial class UserContro 阅读全文
posted @ 2020-03-18 09:52 Bridgebug 阅读(321) 评论(0) 推荐(0)
摘要:void PrintPanel() { int paperWidth = 178; int paperHeight = 52; var printDocument = new System.Drawing.Printing.PrintDocument(); //指定打印机 //printDocume 阅读全文
posted @ 2020-03-18 09:27 Bridgebug 阅读(333) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp4 { class Prog 阅读全文
posted @ 2020-03-17 17:52 Bridgebug 阅读(1522) 评论(0) 推荐(0)
摘要:语言版本 发布时间 .NET Framework要求 C# 1.0 2002.1 .NET Framework 1.0 C# 1.1\1.2 2003.4 .NET Framework 1.1 C# 2.0 2005.11 .NET Framework 2.0 C# 3.0 2007.11 .NET 阅读全文
posted @ 2020-03-03 10:58 Bridgebug 阅读(227) 评论(0) 推荐(0)