• 大小: 504KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-07-08
  • 语言: 其他
  • 标签: 条码  扫描  

资源简介

PDA条码手持终端程序源代码编写,数据处理,条码读取,分析条码,处理条码

资源截图

代码片段和文件信息

//--------------------------------------------------------------------
// FILENAME: AssemblyInfo.cs
//
// Copyright(c) 2005 Symbol Technologies Inc. All rights reserved.
//
// DEscriptION:
//
// NOTES:
//
// 
//--------------------------------------------------------------------
using System.Reflection;
using System.Runtime.CompilerServices;

//
// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

//
// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the values or you can default the Revision and Build Numbers 
// by using the ‘*‘ as shown below:

[assembly: AssemblyVersion(“1.0.*“)]

//
// In order to sign your assembly you must specify a key to use. Refer to the 
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing. 
//
// Notes: 
//   (*) If no key is specified - the assembly cannot be signed.
//   (*) KeyName refers to a key that has been installed in the Crypto Service
//       Provider (CSP) on your machine. 
//   (*) If the key file and a key name attributes are both specified the 
//       following processing occurs:
//       (1) If the KeyName can be found in the CSP - that key is used.
//       (2) If the KeyName does not exist and the KeyFile does exist the key 
//           in the file is installed into the CSP and used.
//   (*) Delay Signing is an advanced option - see the Microsoft .NET framework
//       documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2010-03-27 14:57  条码手持程序1.0\
     文件        1655  2010-03-10 13:42  条码手持程序1.0\app.config
     文件        2206  2008-01-21 20:28  条码手持程序1.0\AssemblyInfo.cs
     目录           0  2010-03-27 14:57  条码手持程序1.0\bin\
     目录           0  2010-03-27 14:57  条码手持程序1.0\bin\Debug\
     文件        1078  2009-08-03 00:13  条码手持程序1.0\bin\Debug\caiwu.ICO
     文件      207816  2005-09-01 14:01  条码手持程序1.0\bin\Debug\mscorlib.dll
     文件       90112  2010-03-10 15:27  条码手持程序1.0\bin\Debug\ScanShell.exe
     文件        1655  2010-03-10 13:42  条码手持程序1.0\bin\Debug\ScanShell.exe.config
     文件      118272  2010-03-10 15:27  条码手持程序1.0\bin\Debug\ScanShell.pdb
     文件      110592  2008-01-22 05:22  条码手持程序1.0\bin\Debug\Symbol.Barcode.dll
     文件       36864  2007-08-30 14:46  条码手持程序1.0\bin\Debug\Symbol.BarcodeForms.dll
     文件       49152  2007-08-30 14:46  条码手持程序1.0\bin\Debug\Symbol.dll
     文件       45056  2007-08-30 14:46  条码手持程序1.0\bin\Debug\Symbol.StandardForms.dll
     文件      191248  2005-09-03 06:55  条码手持程序1.0\bin\Debug\System.Data.SqlClient.dll
     文件         108  2005-07-15 22:35  条码手持程序1.0\bin\Debug\System.Data.SqlClient.xml
     文件      101312  2005-09-01 14:01  条码手持程序1.0\bin\Debug\System.dll
     文件       43984  2005-09-01 14:01  条码手持程序1.0\bin\Debug\System.Drawing.dll
     文件       18928  2005-09-01 14:01  条码手持程序1.0\bin\Debug\System.Windows.Forms.DataGrid.dll
     文件       97248  2005-09-01 14:01  条码手持程序1.0\bin\Debug\System.Windows.Forms.dll
     文件      101320  2005-09-01 14:01  条码手持程序1.0\bin\Debug\System.xml.dll
     文件        7826  2009-12-17 09:57  条码手持程序1.0\CS_ScanSample2.csproj
     文件         243  2009-07-29 16:24  条码手持程序1.0\CS_ScanSample2.csproj.user
     文件        1077  2009-07-29 19:31  条码手持程序1.0\CS_ScanSample2.sln
     文件       54784  2010-03-11 10:34  条码手持程序1.0\CS_ScanSample2.suo
     文件       24281  2010-03-10 16:53  条码手持程序1.0\frmChuku.cs
     文件       11428  2010-03-10 10:37  条码手持程序1.0\frmChuku.Designer.cs
     文件        6101  2010-03-10 10:37  条码手持程序1.0\frmChuku.resx
     文件        6809  2010-03-10 16:53  条码手持程序1.0\frmItemOK.cs
     文件       12017  2009-12-14 11:06  条码手持程序1.0\frmItemOK.Designer.cs
     文件        6101  2009-12-14 11:06  条码手持程序1.0\frmItemOK.resx
............此处省略29个文件信息

评论

共有 条评论