上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication11{ clas... 阅读全文
posted @ 2016-01-15 22:16 刀小爱 阅读(243) 评论(0) 推荐(0) 编辑
摘要: using System.Runtime.InteropServices; [DllImport("user32.dll", CallingConvention = CallingConvention.StdCall)] public static extern int Message... 阅读全文
posted @ 2016-01-12 09:58 刀小爱 阅读(308) 评论(0) 推荐(0) 编辑
摘要: this.crystalReportViewer1.ToolPanelView = CrystalDecisions.Windows.Forms.ToolPanelViewType.None; 阅读全文
posted @ 2016-01-08 15:29 刀小爱 阅读(227) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-01-04 15:40 刀小爱 阅读(1) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Reflection;namespace Conso... 阅读全文
posted @ 2016-01-03 19:40 刀小爱 阅读(275) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Reflection;using System.IO... 阅读全文
posted @ 2016-01-03 11:38 刀小爱 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 从第一层到第五层依次为:border、content+padding、background-image、background-color、margin。 阅读全文
posted @ 2016-01-01 19:03 刀小爱 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 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.... 阅读全文
posted @ 2015-12-30 21:42 刀小爱 阅读(116) 评论(0) 推荐(0) 编辑
摘要: var i:integer=1;procedure TForm4.BitBtn1Click(Sender: TObject);begin Inc(i);if i>ImageList1.Count-1 then i:=0;ImageList1.GetBitmap(i,image1.... 阅读全文
posted @ 2015-12-26 16:13 刀小爱 阅读(755) 评论(0) 推荐(0) 编辑
摘要: Function QtyToChar(Qty: Double): String;Const Con: Array [0 .. 3] Of String[2] = ('', '拾', '佰', '仟'); DD: Array [0 .. 9] Of String[2] = ('零', '壹', '... 阅读全文
posted @ 2015-12-16 11:09 刀小爱 阅读(166) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页