摘要: /// <summary> /// 调用BarTender打印,模板的变量为:barcode0,barcode1,barcode2.......,barcode7 (内循环打印集合列表) /// </summary> /// <param name="pPrinter">打印机名称,必填</para 阅读全文
posted @ 2016-09-22 14:51 zishen 阅读(11196) 评论(17) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { textBox2.Text = ConvertNumberToChinese(Convert.ToDouble(textBox1.Text)); } /// <summary> /// 阅读全文
posted @ 2016-09-22 14:50 zishen 阅读(836) 评论(0) 推荐(0) 编辑
摘要: System.Text.Encoding.Default.GetByteCount("博客").ToString(); 阅读全文
posted @ 2016-09-22 14:49 zishen 阅读(4870) 评论(0) 推荐(0) 编辑
摘要: private void button2_Click(object sender, EventArgs e) { XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load("FilePath.xml"); XmlNodeList xn = xmlDoc. 阅读全文
posted @ 2016-09-22 14:48 zishen 阅读(1313) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { if (!string.IsNullOrEmpty(textBox1.Text)) { string newDate; ConvertDate(textBox1.Text, out ne 阅读全文
posted @ 2016-09-22 14:47 zishen 阅读(1942) 评论(0) 推荐(0) 编辑
摘要: 只能用参数传值的方式才能把byte[]的内容保存到数据 数据库中的字段类型为: varbinary /// <summary> /// 保存模板 /// </summary> /// <param name="t"></param> /// <returns></returns> public st 阅读全文
posted @ 2016-09-22 14:30 zishen 阅读(12408) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 生成缩略图 /// </summary> /// <param name="serverImagePath">图片地址</param> /// <param name="thumbnailImagePath">缩略图地址</param> /// <param na 阅读全文
posted @ 2016-09-22 14:30 zishen 阅读(221) 评论(0) 推荐(0) 编辑
摘要: //在主窗口中的事件 private void 单据管理toolStripMenuItem_Click(object sender, EventArgs e) { try { this.winPanen.Controls.Clear(); CheckBillForm form = new Check 阅读全文
posted @ 2016-09-22 14:28 zishen 阅读(1206) 评论(0) 推荐(0) 编辑