資源簡介
包含基本的入庫、出庫管理、庫存、查詢等功能,并具有讀寫rfid卡的模塊。
數據庫:Sql server 2000,在db目錄下
開發工具:c# 2008

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?Microsoft.WindowsCE.Forms;
namespace?redline
{
????public?partial?class?baseForm?:?Form
????{
????????private?CustomMessageHandler?Agent;
????????public?baseForm()
????????{
????????????InitializeComponent();
????????????this.Agent?=?new?CustomMessageHandler(this);
????????????
????????}
????????private?void?BarCodeForm_Load(object?sender?EventArgs?e)
????????{
????????????if?(!RequestNotifications())
????????????{
????????????????MessageBox.Show(“Fail?to?request?BarCode?module?messages?!“);
????????????}
????????}
????????///?
????????///?重載這個函數實現當接收到條碼內容時的處理過程
????????///?
????????///?Data
????????public?virtual?void?RespondOnBarCodeReceived(?string?BarCode?)
????????{
????????}
????????public?bool?RequestNotifications()
????????{
????????????return?DevLibLite.DevLibRequestNotifications(Agent.Hwnd?0);
????????}
????????public?bool?StopNotifications()
????????{
????????????return?DevLibLite.DevLibStopNotifications(Agent.Hwnd);
????????}
????????private?void?BarCodeForm_Closed(object?sender?EventArgs?e)
????????{
????????????if?(?!?StopNotifications()?)
????????????{
????????????????MessageBox.Show(“Fail?to?stop?BarCode?module?messages?!“);
????????????}
????????}
????}
????public?class?CustomMessageHandler?:?MessageWindow
????{
????????//?Assign?integers?to?messages.
????????//?Note?that?custom?Window?messages?start?at?WM_USER?=?0x400.
????????public?const?int?WM_USER????????=?0x0400;
????????public?const?int?WM_BARCODE?????=?WM_USER?+?13;
????????//?Create?an?instance?of?the?form.
????????private?baseForm?FrmMaster;
????????public?CustomMessageHandler()
????????{
????????}
????????//?Save?a?reference?to?the?form?so?it?can
????????//?be?notified?when?messages?are?received.
????????public?CustomMessageHandler(baseForm?Frm)
????????{
????????????this.FrmMaster?=?Frm;
????????}
????????//?Override?the?default?WndProc?behavior?to?examine?messages.
????????protected?override?void?WndProc(ref?Message?msg)
????????{
????????????if?(?msg.Msg?==?WM_BARCODE?)
????????????{
????????????????uint?nLen?=?(uint)msg.LParam;
????????????????string?BarCode?=?DevLibLite.ReadBarCode(nLen);
????????????????this.FrmMaster.RespondOnBarCodeReceived(BarCode);
????????????????msg.Result?=?IntPtr.Zero;
????????????}
????????????else
????????????{
????????????????base.WndProc(ref?msg);
????????????}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????262??2013-02-22?18:39??SmartDeviceProject2\SmartDeviceCab2\Debug\CabWiz.log
?????文件????1726388??2013-02-22?18:39??SmartDeviceProject2\SmartDeviceCab2\Debug\SmartDeviceCab2.CAB
?????文件??????26190??2013-02-22?18:39??SmartDeviceProject2\SmartDeviceCab2\Debug\SmartDeviceCab2.inf
?????文件??????82404??2013-02-25?08:26??SmartDeviceProject2\SmartDeviceCab2\SmartDeviceCab2.vddproj
?????文件??????13864??2007-10-10?18:45??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\CustomMarshalers.dll
?????文件?????????81??2007-09-14?10:51??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\CustomMarshalers.xm
?????文件??????18000??2007-10-10?18:45??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\Microsoft.ServiceModel.Channels.Mail.dll
?????文件??????14448??2007-10-10?18:45??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\Microsoft.ServiceModel.Channels.Mail.WindowsMobile.dll
?????文件????????167??2007-09-24?18:09??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\Microsoft.ServiceModel.Channels.Mail.WindowsMobile.xm
?????文件????????153??2007-09-24?18:09??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\Microsoft.ServiceModel.Channels.Mail.xm
?????文件?????349744??2007-10-10?18:46??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\Microsoft.VisualBasic.dll
?????文件?????????86??2007-09-14?10:51??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\Microsoft.VisualBasic.xm
?????文件??????23608??2007-10-10?18:46??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\Microsoft.Windowsce.Forms.dll
?????文件?????????95??2007-09-14?10:51??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\Microsoft.Windowsce.Forms.xm
?????文件??????99904??2007-10-10?18:46??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\Microsoft.WindowsMobile.DirectX.dll
?????文件????????116??2007-09-14?10:51??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\Microsoft.WindowsMobile.DirectX.xm
?????文件?????214552??2007-10-10?18:45??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\mscorlib.dll
?????文件?????????78??2007-09-14?10:51??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\mscorlib.xm
?????文件??????38424??2007-10-10?18:46??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\System.Core.dll
?????文件????????128??2007-09-24?18:09??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\System.Core.xm
?????文件??????16960??2007-10-10?18:46??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\System.Data.DataSetExtensions.dll
?????文件????????146??2007-09-24?18:09??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\System.Data.DataSetExtensions.xm
?????文件?????124440??2007-10-10?18:46??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\System.Data.dll
?????文件?????????79??2007-09-14?10:51??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\System.Data.xm
?????文件?????112144??2007-10-10?18:45??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\System.dll
?????文件??????46624??2007-10-10?18:45??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\System.Drawing.dll
?????文件?????????84??2007-09-14?10:51??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\System.Drawing.xm
?????文件??????42536??2007-10-10?18:46??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\System.Messaging.dll
?????文件?????????81??2007-09-14?10:51??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\System.Messaging.xm
?????文件??????15904??2007-10-10?18:46??SmartDeviceProject2\SmartDeviceCab2\手動依賴項\System.Net.Irda.dll
............此處省略145個文件信息
評論
共有 條評論