摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication11{ clas... 阅读全文
摘要:
using System.Runtime.InteropServices; [DllImport("user32.dll", CallingConvention = CallingConvention.StdCall)] public static extern int Message... 阅读全文
摘要:
this.crystalReportViewer1.ToolPanelView = CrystalDecisions.Windows.Forms.ToolPanelViewType.None; 阅读全文
该文被密码保护。 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Reflection;namespace Conso... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Reflection;using System.IO... 阅读全文
摘要:
从第一层到第五层依次为:border、content+padding、background-image、background-color、margin。 阅读全文
摘要:
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.... 阅读全文
摘要:
var i:integer=1;procedure TForm4.BitBtn1Click(Sender: TObject);begin Inc(i);if i>ImageList1.Count-1 then i:=0;ImageList1.GetBitmap(i,image1.... 阅读全文
摘要:
Function QtyToChar(Qty: Double): String;Const Con: Array [0 .. 3] Of String[2] = ('', '拾', '佰', '仟'); DD: Array [0 .. 9] Of String[2] = ('零', '壹', '... 阅读全文