随笔分类 - .NET开发
摘要:/// /// 自动生成会员卡号 /// void CardNumber() { string sql = string.Format("select top 1 cardId from cardInfo order by cardId desc"); DBHelper.cmd = new...
阅读全文
摘要:◆Form.StartPosition属性,确定窗体第一次出现时的位置。这里设置为在父窗体的中间显示。 this.StartPosition = FormStartPosition.CenterParent; ◆Form.HelpButton属性,确定窗体的标题栏上是否有“帮助”按钮。设置显...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namespace Demo{/// /// 有关...
阅读全文
浙公网安备 33010602011771号