资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;
namespace _20Print
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
#region 定义全局对象及变量
int intPage = 0;//总页数
int intRows = 0;//每页行数
int EndRows = 0;//最后一页函数
int currentpageindex = 1;//当前打印页
Pen myPen = new Pen(Color.Black);
Font myFont = new Font(“宋体“ 9);//字体
Brush myBrush = new SolidBrush(Color.Black);//画刷
int PrintPageHeight = 1169;//打印的默认高度
int PrintPageWidth = 827;//打印的默认宽度
int topmargi
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-04-10 13:48 20Print\
文件 911 2009-01-16 16:06 20Print.sln
文件 3726 2009-01-16 16:09 20Print\20Print.csproj
目录 0 2010-12-12 01:01 20Print\bin\
目录 0 2012-04-24 19:56 20Print\bin\Debug\
文件 23040 2009-01-16 16:09 20Print\bin\Debug\20Print.exe
文件 22016 2009-01-16 16:09 20Print\bin\Debug\20Print.pdb
文件 14328 2009-01-16 16:10 20Print\bin\Debug\20Print.vshost.exe
文件 5691 2009-01-16 16:09 20Print\Form1.cs
文件 4432 2009-01-16 16:09 20Print\Form1.designer.cs
文件 21736 2010-08-18 17:50 20Print\Form1.resx
目录 0 2010-12-12 01:01 20Print\obj\
目录 0 2012-04-24 19:56 20Print\obj\Debug\
文件 702 2009-01-16 16:10 20Print\obj\Debug\20Print.csproj.FileListAbsolute.txt
文件 847 2009-01-16 16:09 20Print\obj\Debug\20Print.csproj.GenerateResource.Cache
文件 23040 2009-01-16 16:09 20Print\obj\Debug\20Print.exe
文件 22016 2009-01-16 16:09 20Print\obj\Debug\20Print.pdb
目录 0 2009-08-31 11:35 20Print\obj\Debug\TempPE\
文件 10728 2009-01-16 16:09 20Print\obj\Debug\_20Print.Form1.resources
文件 180 2009-01-16 16:09 20Print\obj\Debug\_20Print.Properties.Resources.resources
文件 489 2009-01-16 16:06 20Print\Program.cs
目录 0 2012-04-24 19:56 20Print\Properties\
文件 1370 2009-01-16 16:06 20Print\Properties\AssemblyInfo.cs
文件 2866 2009-01-16 16:06 20Print\Properties\Resources.Designer.cs
文件 5612 2009-01-16 16:06 20Print\Properties\Resources.resx
文件 1093 2009-01-16 16:06 20Print\Properties\Settings.Designer.cs
文件 249 2009-01-16 16:06 20Print\Properties\Settings.settings
文件 1058297 2017-04-10 13:48 Northwind.sql
- 上一篇:C#生成二维码简单
- 下一篇:c#地秤接口数据接收
相关资源
- C#winform打印指定区域 -控件拖动 -设置
- pop3lib类库 +(这个不错) 附完整
- ztree应用
- pdf文件打印预览(需安装DevExpress)
- 工作上
- MongoDB
- wpf gridsplit 布局
- Jsonp跨域登录 (同步登录 同步退出)
- 随机线条拼图
- C# 批量重命名文件名
- winds服务,发送邮件且禁用违法规则的
- 商城辅助工具源码(支持COD货到付款
- RTX IM API 调用
- android mvp 入门级 实例源码下载14550
- C# 远程关闭重启计算机 实例源码下载
- nVelocity 模板引擎
- MCC
- 批量处理图片打印分辨率(DPI)工具
- c#代码
- COM口访问
- 自定义横向或纵向打印
- 批量打印学生证书
- 分页打印
- 自定义打印页码范围
- C#打印文本
- joystick,百分比可以读
- winform调用webservice
- Printing wpf的打印功能实力
- camera
- TSCLIB.DLL-VCsharp2005-Example TSC条码打印机
评论
共有 条评论