• 大小: 0.26M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 实例  打印  NorthWind  

资源简介


资源截图

代码片段和文件信息

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

评论

共有 条评论