資源簡介
代碼片段和文件信息
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個文件信息
- 上一篇:Vista風格的日歷
- 下一篇:鼠標設置器
評論
共有 條評論