資源簡介
C#學生準考證打印
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Drawing;
using?System.Drawing.Imaging;
using?System.IO;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
namespace?_2016中招理化生準考證
{
????public?static?class?Common
????{
????????public?static?Bitmap?GetCode39(string?strSource)
????????{
????????????int?x?=?5;?//左邊界?????
????????????int?y?=?0;?//上邊界?????
????????????int?WidLength?=?2;?//粗BarCode長度?????
????????????int?NarrowLength?=?1;?//細BarCode長度?????
????????????int?BarCodeHeight?=?24;?//BarCode高度?????
????????????int?intSourceLength?=?strSource.Length;
????????????string?strEncode?=?“010010100“;?//編碼字串?初值為?起始符號?*??????
????????????string?AlphaBet?=?“0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-.?$/+%*“;?//Code39的字母?????
????????????string[]?Cod
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-02-12?14:37??C#打印準考證\
?????目錄???????????0??2019-02-12?14:37??C#打印準考證\.vs\
?????目錄???????????0??2019-02-12?14:37??C#打印準考證\.vs\Sln2016-04-25\
?????目錄???????????0??2019-02-12?14:39??C#打印準考證\.vs\Sln2016-04-25\v15\
?????文件???????89088??2019-02-12?14:51??C#打印準考證\.vs\Sln2016-04-25\v15\.suo
?????目錄???????????0??2019-02-12?14:37??C#打印準考證\.vs\Sln2016-04-25\v15\Server\
?????目錄???????????0??2019-02-12?14:37??C#打印準考證\.vs\Sln2016-04-25\v15\Server\sqlite3\
?????文件???????????0??2019-02-12?14:37??C#打印準考證\.vs\Sln2016-04-25\v15\Server\sqlite3\db.lock
?????文件?????4079616??2019-02-12?14:41??C#打印準考證\.vs\Sln2016-04-25\v15\Server\sqlite3\storage.ide
?????文件???????32768??2019-02-12?14:37??C#打印準考證\.vs\Sln2016-04-25\v15\Server\sqlite3\storage.ide-shm
?????文件?????4223032??2019-02-12?14:51??C#打印準考證\.vs\Sln2016-04-25\v15\Server\sqlite3\storage.ide-wal
?????目錄???????????0??2019-02-12?14:49??C#打印準考證\2016中招理化生準考證\
?????文件????????9412??2019-02-12?14:49??C#打印準考證\2016中招理化生準考證\2016中招理化生準考證.csproj
?????文件?????????187??2019-02-12?14:49??C#打印準考證\2016中招理化生準考證\App.config
?????目錄???????????0??2016-04-28?16:54??C#打印準考證\2016中招理化生準考證\bin\
?????目錄???????????0??2019-02-12?14:49??C#打印準考證\2016中招理化生準考證\bin\Debug\
?????文件???????96256??2019-02-12?14:49??C#打印準考證\2016中招理化生準考證\bin\Debug\2016中招理化生準考證.exe
?????文件?????????187??2019-02-12?14:49??C#打印準考證\2016中招理化生準考證\bin\Debug\2016中招理化生準考證.exe.config
?????文件???????95744??2019-02-12?14:49??C#打印準考證\2016中招理化生準考證\bin\Debug\2016中招理化生準考證.pdb
?????文件???????23168??2016-05-06?17:50??C#打印準考證\2016中招理化生準考證\bin\Debug\2016中招理化生準考證.vshost.exe
?????文件?????????187??2016-04-25?20:33??C#打印準考證\2016中招理化生準考證\bin\Debug\2016中招理化生準考證.vshost.exe.config
?????文件?????????490??2015-10-30?15:19??C#打印準考證\2016中招理化生準考證\bin\Debug\2016中招理化生準考證.vshost.exe.manifest
?????目錄???????????0??2019-02-12?14:49??C#打印準考證\2016中招理化生準考證\bin\Debug\de\
?????文件??????597232??2018-11-09?09:27??C#打印準考證\2016中招理化生準考證\bin\Debug\DevExpress.Charts.v16.2.Core.dll
?????文件?????1797872??2018-11-09?09:26??C#打印準考證\2016中招理化生準考證\bin\Debug\DevExpress.CodeParser.v16.2.dll
?????文件?????6057200??2018-11-09?09:26??C#打印準考證\2016中招理化生準考證\bin\Debug\DevExpress.Data.v16.2.dll
?????文件?????1268340??2018-11-09?09:26??C#打印準考證\2016中招理化生準考證\bin\Debug\DevExpress.Data.v16.2.xm
?????文件?????1297136??2018-11-09?09:26??C#打印準考證\2016中招理化生準考證\bin\Debug\DevExpress.DataAccess.v16.2.dll
?????文件??????810224??2018-11-09?09:26??C#打印準考證\2016中招理化生準考證\bin\Debug\DevExpress.DataAccess.v16.2.UI.dll
?????文件??????346073??2018-11-09?09:26??C#打印準考證\2016中招理化生準考證\bin\Debug\DevExpress.DataAccess.v16.2.UI.xm
?????文件??????818872??2018-11-09?09:26??C#打印準考證\2016中招理化生準考證\bin\Debug\DevExpress.DataAccess.v16.2.xm
............此處省略229個文件信息
評論
共有 條評論