摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Windows.Forms; 6 using System.Runt... 阅读全文
posted @ 2014-11-20 17:20 宇宙卡门 阅读(1298) 评论(0) 推荐(1) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Reflection; 5 using System.IO; 6 7 namespace Alif.CommonAPI.... 阅读全文
posted @ 2014-11-20 17:16 宇宙卡门 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 1 /// 2 /// 主窗体 3 /// 4 public partial class Frm_Main : BaseForm 5 { 6 /// 7 /// 构造函数 8 /// 9 ... 阅读全文
posted @ 2014-11-20 17:12 宇宙卡门 阅读(892) 评论(0) 推荐(0) 编辑
摘要: 1 /// 2 /// 设置窗体最大化(不遮挡任务栏) 3 /// 4 /// 5 public virtual void SetFormMax(Form frm) 6 { 7 frm.Top = 0; 8 frm.Left = 0; 9 frm.Width = Sc... 阅读全文
posted @ 2014-11-20 16:56 宇宙卡门 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 1 /// 2 /// 3 /// 4 /// 5 /// 6 public virtual void SetTextBoxOnEnterStyle(object sender, EventArgs e) 7... 阅读全文
posted @ 2014-11-20 16:18 宇宙卡门 阅读(1768) 评论(0) 推荐(0) 编辑