不使用水晶报表,实现列表式的打印。 刚学C# 1个月时写的,如果污染了视听,请见谅。 struct PageProperty { public int PageLeft; public int PageTop; public int PageBottom; public int PageWidth; public int PageHeight; public int RowSpace; public int ColSpace; public int AllVisibleColSpace; pu
利用swf js播放动态图片效果 很好看的网页效果 var FocusPic=function(BigPicID,SmallPicsID,TitleID,MemoID,width,height) { this.Data=[]; this.ImgLoad=[]; this.TimeOut=2000;//图片自动更换时间 var isIE=navigator.appVersion.indexOf("MSIE")!=-1?true:false; this.width=width;this.hei g
using System; using System.Drawing; using System.Windows.Forms; namespace ClipImage { public partial class FormImage : Form { #region 自定义对象 private Point position; private Rectangle clip; private NotifyIcon notifyInfo; #endregion public FormImage()
using System; using System.Drawing; using System.Windows.Forms; namespace ClipImage { public partial class FormImage : Form { #region private Point position; private Rectangle clip; #endregion public FormImage() { #region InitializeComponent(); this
This document defines the PWM control chip features for the VRD12, VRM12 & IMVP7 CPU dc-dc converters used in Intel platforms. VR12/IMVP7 includes a Serial VID (SVID) interface; benefits of SVID can be seen in reduced number of required pins and 2 w
将彩色图片转换为灰度图片程序(C#源代码编写)if(this.openFileDialog1.ShowDialog()==DialogResult.OK) { bmp=new Bitmap(this.openFileDialog1.FileName); for (int i=0;i<bmp.Width-1;i++) { for(int j=0;j<bmp.Height-1;j++) { Color Color1=bmp.GetPixel(i,j); int rgb=(Color1.