资源简介
实现手持终端条码的扫描,储存,判断
条码内容判定,条码是否重码报警
手持终端的当前只能在VS2008 2005上编程 高版本VS不适用 该示例用的VS2008 请用该版本打开和继续适应性开发
储存用的TXT文本 数据10万条以上会有判断延迟出现,需要定期清理txt手动备份
代码片段和文件信息
//--------------------------------------------------------------------
// FILENAME: AboutForm.cs
//
// Copyright ?2011 Motorola Solutions Inc. All rights reserved.
//
// DEscriptION: The source file for the AboutForm dialog.
//
//--------------------------------------------------------------------
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace CS_BarcodeSample1
{
public class AboutForm : Form
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
private Panel panel;
private TextBox textBox1;
///
/// AboutForm constructor.
///
public AboutForm()
{
InitializeComponent();
// Add MainMenu if Pocket PC
if (Symbol.Win32.PlatformType.IndexOf(“PocketPC“) != -1)
{
this.Menu = new MainMenu();
}
textBox1.Text = Resources.GetString(“AboutMsg“).Replace(“\\r\\n““\r\n“);
}
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.panel = new System.Windows.Forms.Panel();
this.textBox1 = new System.Windows.Forms.TextBox();
this.panel.SuspendLayout();
this.SuspendLayout();
//
// panel
//
this.panel.Controls.Add(this.textBox1);
this.panel.Dock = System.Windows.Forms.Dockstyle.Fill;
this.panel.Location = new System.Drawing.Point(0 0);
this.panel.Name = “panel“;
this.panel.Size = new System.Drawing.Size(318 292);
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.SystemColors.Control;
this.textBox1.Borderstyle = System.Windows.Forms.Borderstyle.None;
this.textBox1.Dock = System.Windows.Forms.Dockstyle.Fill;
this.textBox1.Location = new System.Drawing.Point(0 0);
this.textBox1.Multiline = true;
this.textBox1.Name = “textBox1“;
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(318
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-12-10 09:02 CS_BarcodeSample1-2020.12.10模板\
目录 0 2020-12-10 08:41 CS_BarcodeSample1-2020.12.10模板\.vs\
目录 0 2020-12-10 08:41 CS_BarcodeSample1-2020.12.10模板\.vs\CS_BarcodeSample1.VS2008\
目录 0 2020-12-10 08:41 CS_BarcodeSample1-2020.12.10模板\.vs\CS_BarcodeSample1.VS2008\v16\
文件 23040 2020-09-16 16:47 CS_BarcodeSample1-2020.12.10模板\.vs\CS_BarcodeSample1.VS2008\v16\.suo
文件 10990 2014-08-08 17:22 CS_BarcodeSample1-2020.12.10模板\API.cs
文件 4515 2014-08-08 17:22 CS_BarcodeSample1-2020.12.10模板\AboutForm.cs
文件 5765 2014-08-08 17:22 CS_BarcodeSample1-2020.12.10模板\AboutForm.resx
文件 2376 2014-08-08 17:22 CS_BarcodeSample1-2020.12.10模板\AssemblyInfo.cs
文件 1066 2020-06-28 09:43 CS_BarcodeSample1-2020.12.10模板\CS_BarcodeSample1.VS2008.sln
文件 25600 2020-12-10 08:53 CS_BarcodeSample1-2020.12.10模板\CS_BarcodeSample1.VS2008.suo
文件 126195 2020-12-10 08:51 CS_BarcodeSample1-2020.12.10模板\MainForm.cs
文件 643451 2020-12-10 08:47 CS_BarcodeSample1-2020.12.10模板\MainForm.resx
文件 105098 2020-06-26 09:59 CS_BarcodeSample1-2020.12.10模板\NG.bmp
文件 106898 2020-06-26 09:58 CS_BarcodeSample1-2020.12.10模板\OK.bmp
文件 815 2014-08-08 17:22 CS_BarcodeSample1-2020.12.10模板\Resources.cs
文件 10250 2014-08-08 17:22 CS_BarcodeSample1-2020.12.10模板\Resources.resx
文件 322604 2020-06-27 18:50 CS_BarcodeSample1-2020.12.10模板\alarm.wav
文件 20044 2020-06-26 10:30 CS_BarcodeSample1-2020.12.10模板\alarm1.wav
目录 0 2020-12-10 08:41 CS_BarcodeSample1-2020.12.10模板\bin\
目录 0 2020-12-10 08:41 CS_BarcodeSample1-2020.12.10模板\bin\Debug\
文件 495616 2020-11-18 08:13 CS_BarcodeSample1-2020.12.10模板\bin\Debug\MANDO2020.exe
文件 95744 2020-11-18 08:13 CS_BarcodeSample1-2020.12.10模板\bin\Debug\MANDO2020.pdb
文件 105098 2020-06-26 09:59 CS_BarcodeSample1-2020.12.10模板\bin\Debug\NG.bmp
文件 106898 2020-06-26 09:58 CS_BarcodeSample1-2020.12.10模板\bin\Debug\OK.bmp
文件 28672 2014-08-08 17:20 CS_BarcodeSample1-2020.12.10模板\bin\Debug\Symbol.Audio.dll
文件 28960 2014-08-08 17:20 CS_BarcodeSample1-2020.12.10模板\bin\Debug\Symbol.Audio.xm
文件 176128 2014-08-08 17:20 CS_BarcodeSample1-2020.12.10模板\bin\Debug\Symbol.Barcode.dll
文件 351648 2014-08-08 17:20 CS_BarcodeSample1-2020.12.10模板\bin\Debug\Symbol.Barcode.xm
文件 53248 2014-08-08 17:20 CS_BarcodeSample1-2020.12.10模板\bin\Debug\Symbol.ResourceCoordination.dll
文件 132645 2014-08-08 17:20 CS_BarcodeSample1-2020.12.10模板\bin\Debug\Symbol.ResourceCoordination.xm
............此处省略39个文件信息
相关资源
- Keep100sec
- PDFView PDF文件处理59003
- C# Cad2006二次开发之图形扩展属性读写
- C#-与西门子1200-1500-S7通讯(源码+文档
- C#逻辑思维100题
- 00后搞笑辞职信(C#源码)
- 大型比赛竞赛抽签系统 可打印 c# vs
- c# 开发与 mysql数据库实现的增删改查
- [源代码] 《领域驱动设计 (C# 2008 实
- ASP.NET+SQL Server 2008 实现的学生学籍管
- c#服装店销售管理源码系统无限制全功
- 华视CVR100开发SDK说明+C#案例.rar
- visual C#2005 管理系统开发经典案例 罗
- 在线购物系统 C# ASP.NET SQL Server2005 毕
- 强烈推荐:完整的C#源代码之 网上商
- 2008.精通LINQ数据访问技术pdf及源码
- 100多个C#合集
- C#+sql 2000 人力资源管理系统
- 网上购物系统 asp.net网站+SQL2000
- 宾馆管理系统(c#2008access2003winform)
- 教师信息管理系统ASP.NET+SQL Server2005,
- IP地址控件C#版
- 2008 安装 sqldmo.dll
- 100个C#初学者编程
- 0090 C#绘制流程图源码.zip
- VS 2008 C#读写excel文件
- .Net和C#常用类库100多个
- C# WM wince UI集合版7 IN 1
- MES系统装配加工
- 基于ASP.NET的在线考试系统
评论
共有 条评论