上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页
Anchor:控件与容器周围的距离保持不变 Dock:定义容器要停靠到哪一边,重要的一个是Fill填充 Read More
posted @ 2017-08-04 15:42 mCat Views(217) Comments(0) Diggs(0) Edit
文件操作 System.IO空间 File类:涉及到文件 其中的重要的静态方法: Copy复制文件 复制指定文件 复制整个文件夹内容到指定目录 Read More
posted @ 2017-08-02 14:41 mCat Views(153) Comments(0) Diggs(0) Edit
常用控件 1. ProgressBar: Value进度条当前值 Minmum进度条不显示时的值 Maxmum指示进度条满的值 2. 当需要使用年月日时,使用DateTimePacker控件,可以减少错误 3. ListView 资源管理器 4. MaskedTestBox掩码 可以避免用户输入错误 Read More
posted @ 2017-08-02 13:21 mCat Views(170) Comments(0) Diggs(0) Edit
用于显示多级层次关系 每一项是一个节点,也就是一个Node,是一个TreeNode节点,Nodes是该控件节点的集合。 selectedNode用户选中的节点,如果没有选中则为null 1. 当选中后,光标离开依然是选中状态时,则应该修改HideSelection Read More
posted @ 2017-08-01 17:10 mCat Views(171) Comments(0) Diggs(0) Edit
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using Syste... Read More
posted @ 2017-08-01 14:32 mCat Views(318) Comments(0) Diggs(0) Edit
1. 窗体Tab键的顺序设置 选中窗体-视图-tab键顺序 label不适用tab键 2. 热键设置和快捷键设置 热键:无论光标在哪都可以 快捷键:出现界面后才能按 添加label 更改label的Text属性改为:热键关闭&C 当按下Alt+C时,Close按钮获得焦点【本应该是热键关闭(C)这个 Read More
posted @ 2017-08-01 14:00 mCat Views(287) Comments(0) Diggs(0) Edit
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.... Read More
posted @ 2017-08-01 10:53 mCat Views(130) Comments(0) Diggs(0) Edit
偶尔发现身份证号码的规定,觉得甚是好玩,特此标记 身份证验证算法 Read More
posted @ 2017-08-01 09:26 mCat Views(280) Comments(0) Diggs(0) Edit
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Test2 { class Ticket { decimal distance; public... Read More
posted @ 2017-07-25 16:26 mCat Views(195) Comments(0) Diggs(0) Edit
try...catch...finally Read More
posted @ 2017-07-24 14:37 mCat Views(141) Comments(0) Diggs(0) Edit
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页