• 大小: 0.18M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-24
  • 语言: C#
  • 标签:

资源简介


资源截图

代码片段和文件信息

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;
using System.Collections;

namespace AllPrint
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        #region 定义全局对象及变量
        int intPage = 0;//总页数
        int intRows = 30;//每页行数
        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 topmargin = 60; //顶边距 
        int rowgap = 32;//行高 
        int leftmargin = 50;//左边距 
        int rightmargin = 50;//左边距
        int buttommargin = 80;//底边距 
        int col

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         914  2009-01-16 15:55  sj\01\AllPrint\AllPrint.sln
     文件       16384  2009-01-16 16:00  sj\01\AllPrint\AllPrint.suo
     文件        3762  2009-01-16 15:56  sj\01\AllPrint\AllPrint\AllPrint.csproj
     文件        5501  2009-01-16 15:59  sj\01\AllPrint\AllPrint\Form1.cs
     文件        5659  2009-01-16 15:58  sj\01\AllPrint\AllPrint\Form1.designer.cs
     文件       21736  2009-01-16 15:58  sj\01\AllPrint\AllPrint\Form1.resx
     文件         489  2009-01-16 15:55  sj\01\AllPrint\AllPrint\Program.cs
     文件       23552  2009-01-16 15:59  sj\01\AllPrint\AllPrint\bin\Debug\AllPrint.exe
     文件       26112  2009-01-16 15:59  sj\01\AllPrint\AllPrint\bin\Debug\AllPrint.pdb
     文件       14328  2009-01-16 15:59  sj\01\AllPrint\AllPrint\bin\Debug\AllPrint.vshost.exe
     文件         723  2009-01-16 15:59  sj\01\AllPrint\AllPrint\obj\Debug\AllPrint.csproj.FileListAbsolute.txt
     文件         847  2009-01-16 15:58  sj\01\AllPrint\AllPrint\obj\Debug\AllPrint.csproj.GenerateResource.Cache
     文件       23552  2009-01-16 15:59  sj\01\AllPrint\AllPrint\obj\Debug\AllPrint.exe
     文件       10728  2009-01-16 15:58  sj\01\AllPrint\AllPrint\obj\Debug\AllPrint.Form1.resources
     文件       26112  2009-01-16 15:59  sj\01\AllPrint\AllPrint\obj\Debug\AllPrint.pdb
     文件         180  2009-01-16 15:58  sj\01\AllPrint\AllPrint\obj\Debug\AllPrint.Properties.Resources.resources
     文件        1372  2009-01-16 15:55  sj\01\AllPrint\AllPrint\Properties\AssemblyInfo.cs
     文件        2866  2009-01-16 15:55  sj\01\AllPrint\AllPrint\Properties\Resources.Designer.cs
     文件        5612  2009-01-16 15:55  sj\01\AllPrint\AllPrint\Properties\Resources.resx
     文件        1093  2009-01-16 15:55  sj\01\AllPrint\AllPrint\Properties\Settings.Designer.cs
     文件         249  2009-01-16 15:55  sj\01\AllPrint\AllPrint\Properties\Settings.settings
     文件         926  2009-01-16 16:00  sj\02\PrintTopFive\PrintTopFive.sln
     文件       16896  2009-01-16 16:05  sj\02\PrintTopFive\PrintTopFive.suo
     文件        6375  2009-01-16 16:04  sj\02\PrintTopFive\PrintTopFive\Form1.cs
     文件        5679  2009-01-16 16:04  sj\02\PrintTopFive\PrintTopFive\Form1.designer.cs
     文件       21736  2009-01-16 16:04  sj\02\PrintTopFive\PrintTopFive\Form1.resx
     文件        3770  2009-01-16 16:03  sj\02\PrintTopFive\PrintTopFive\PrintTopFive.csproj
     文件         493  2009-01-16 16:00  sj\02\PrintTopFive\PrintTopFive\Program.cs
     文件       24064  2009-01-16 16:04  sj\02\PrintTopFive\PrintTopFive\bin\Debug\PrintTopFive.exe
     文件       26112  2009-01-16 16:04  sj\02\PrintTopFive\PrintTopFive\bin\Debug\PrintTopFive.pdb
     文件       14328  2009-01-16 16:04  sj\02\PrintTopFive\PrintTopFive\bin\Debug\PrintTopFive.vshost.exe
............此处省略33个文件信息

评论

共有 条评论