資源簡介
打印條形碼
代碼片段和文件信息
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.Runtime.InteropServices;
namespace?BarCode
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????#region?實例化全局類對象和變量
????????private?Bitmap?mImage;??????????//聲明位圖對象
????????public?string?path; //INI文件名
????????#endregion
????????#region?將一幅位圖從一個設備場景復制到另一個
????????///?
????????///?將一幅位圖從一個設備場景復制到另一個
????????///?
????????///?目標設備場景
????????///?對目標DC中目標矩形左上角位置進行描述的那個點用目標DC的邏輯X坐標表示
????????///?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4671??2008-10-08?17:05??打印條形碼\BarCode\BarCode.csproj
?????文件???????7168??2008-12-11?14:48??打印條形碼\BarCode\bin\Debug\AxInterop.BARCODELib.dll
?????文件??????29184??2008-12-11?14:48??打印條形碼\BarCode\bin\Debug\BarCode.exe
?????文件??????28160??2008-12-11?14:48??打印條形碼\BarCode\bin\Debug\BarCode.pdb
?????文件??????14328??2010-08-18?17:50??打印條形碼\BarCode\bin\Debug\BarCode.vshost.exe
?????文件????????490??2007-07-21?01:33??打印條形碼\BarCode\bin\Debug\BarCode.vshost.exe.manifest
?????文件???????7680??2008-12-11?14:48??打印條形碼\BarCode\bin\Debug\Interop.BARCODELib.dll
?????文件??????11366??2008-12-23?14:50??打印條形碼\BarCode\Form1.cs
?????文件??????16768??2008-10-08?17:05??打印條形碼\BarCode\Form1.Designer.cs
?????文件??????22301??2008-10-08?17:05??打印條形碼\BarCode\Form1.resx
?????文件???????7168??2008-12-11?14:48??打印條形碼\BarCode\obj\Debug\AxInterop.BARCODELib.dll
?????文件???????2912??2008-12-25?09:36??打印條形碼\BarCode\obj\Debug\BarCode.csproj.FileListAbsolute.txt
?????文件????????847??2010-08-18?17:50??打印條形碼\BarCode\obj\Debug\BarCode.csproj.GenerateResource.Cache
?????文件????????570??2008-12-11?14:48??打印條形碼\BarCode\obj\Debug\BarCode.csproj.ResolveComReference.cache
?????文件??????29184??2008-12-11?14:48??打印條形碼\BarCode\obj\Debug\BarCode.exe
?????文件??????11201??2008-12-11?14:48??打印條形碼\BarCode\obj\Debug\BarCode.Form1.resources
?????文件??????28160??2008-12-11?14:48??打印條形碼\BarCode\obj\Debug\BarCode.pdb
?????文件????????180??2008-12-11?14:48??打印條形碼\BarCode\obj\Debug\BarCode.Properties.Resources.resources
?????文件???????7680??2008-12-11?14:48??打印條形碼\BarCode\obj\Debug\Interop.BARCODELib.dll
?????文件????????488??2008-09-16?11:31??打印條形碼\BarCode\Program.cs
?????文件???????1360??2008-12-11?14:48??打印條形碼\BarCode\Properties\AssemblyInfo.cs
?????文件???????2864??2008-09-16?11:31??打印條形碼\BarCode\Properties\Resources.Designer.cs
?????文件???????5612??2008-09-16?11:31??打印條形碼\BarCode\Properties\Resources.resx
?????文件???????1092??2008-09-16?11:31??打印條形碼\BarCode\Properties\Settings.Designer.cs
?????文件????????249??2008-09-16?11:31??打印條形碼\BarCode\Properties\Settings.settings
?????文件?????????75??2009-02-20?15:59??打印條形碼\BarCode\SystemSet.ini
?????文件????????911??2008-10-07?13:50??打印條形碼\BarCode.sln
????..A..H.?????16384??2008-12-25?10:40??打印條形碼\BarCode.suo
?????目錄??????????0??2009-08-31?11:34??打印條形碼\BarCode\obj\Debug\Refactor
?????目錄??????????0??2009-08-31?11:34??打印條形碼\BarCode\obj\Debug\TempPE
............此處省略10個文件信息
評論
共有 條評論