资源简介
需要的可以下载,本人自己编写的,支持显示和序列号、时间、日期等功能的标刻,并且可以实现打标的同时进行识别二维码,检查二维码是否正确,本程序一共分为三那部分
代码片段和文件信息
// EnableText.cpp : implementation file
//
#include “stdafx.h“
#include “XFST_Attribute.h“
#include “EnableText.h“
#include “afxdialogex.h“
#include “OLEDate.h“
#include “OLETime.h“
#include “OLEText.h“
#include “OLENumber.h“
// CEnableText dialog
extern int m_Button_Num; //选项按钮
extern int chooseTime; //时间按钮
extern int chooseDate; //日期按钮
extern BOOL DClickList;
extern BOOL AddComm;
//extern CStringArray strBuffer;
//extern CStringArray strListBox; //列表数据暂存区
extern CString Date;
extern CString Time;
extern CString Text;
extern CString dataBuffer;
//序列号数据
extern CString record_CurrentValue;
extern int record_MaxValue;
extern int record_Increment;
extern int count1;
extern int count2;
COLEDate COLED;
COLENumber COLEN;
COLEText COLETe;
COLETime COLETi;
CRect m_DialogChild;
IMPLEMENT_DYNAMIC(CEnableText CDialogEx)
CEnableText::CEnableText(CWnd* pParent /*=NULL*/)
: CDialogEx(CEnableText::IDD pParent)
{
EnableAutomation();
}
CEnableText::~CEnableText()
{
}
void CEnableText::OnFinalRelease()
{
// When the last reference for an automation object is released
// OnFinalRelease is called. The base class will automatically
// deletes the object. Add additional cleanup required for your
// object before calling the base class.
CDialogEx::OnFinalRelease();
}
void CEnableText::DoDataExchange(CDataExchange* pDX)
{
CDialogEx::DoDataExchange(pDX);
}
BEGIN_MESSAGE_MAP(CEnableText CDialogEx)
ON_BN_CLICKED(IDC_SEC_RadioTime &CEnableText::OnBnClickedSecRadiotime)
ON_BN_CLICKED(IDC_SEC_RadioDate &CEnableText::OnBnClickedSecRadiodate)
ON_BN_CLICKED(IDC_SEC_RadioText &CEnableText::OnBnClickedSecRadiotext)
ON_BN_CLICKED(IDC_SEC_RadioNumber &CEnableText::OnBnClickedSecRadionumber)
ON_BN_CLICKED(IDC_SEC_ButtonCancel &CEnableText::OnBnClickedSecButtoncancel)
ON_BN_CLICKED(IDC_SEC_ButtonApply &CEnableText::OnBnClickedSecButtonapply)
END_MESSAGE_MAP()
BEGIN_DISPATCH_MAP(CEnableText CDialogEx)
END_DISPATCH_MAP()
// Note: we add support for IID_IEnableText to support typesafe binding
// from VBA. This IID must match the GUID that is attached to the
// dispinterface in the .IDL file.
// {05731266-F10D-4F90-AD65-A73C779DAD52}
static const IID IID_IEnableText =
{ 0x5731266 0xF10D 0x4F90 { 0xAD 0x65 0xA7 0x3C 0x77 0x9D 0xAD 0x52 } };
BEGIN_INTERFACE_MAP(CEnableText CDialogEx)
INTERFACE_PART(CEnableText IID_IEnableText Dispatch)
END_INTERFACE_MAP()
// CEnableText message handlers
BOOL CEnableText::OnInitDialog()
{
CDialogEx::OnInitDialog();
COLETi.Create(IDD_OLE_Time this);
COLED.Create(IDD_OLE_Date this);
COLEN.Create(IDD_OLE_Number this);
COLETe.Create(IDD_OLE_Text this);
//读取嵌入位置,IDC_STATIC_ChildArea是刚才的PictureControl的ID,m_Dialog 是一个CRect的变量,需要在头文件进行声明。
GetDlgItem(IDC_SEC_StaticControl)->GetWindowRect(&m_DialogChild);
ScreenToClient(m_DialogChild);
//以下的功能是显示m_NewDlg_Info的内容。为了显示m_NewDlg_Enqiu
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7509504 2018-08-14 14:58 XFST_Attribute\Debug\XFST_Attribute.dll
文件 2341 2018-08-14 13:28 XFST_Attribute\Debug\XFST_Attribute.exp
文件 17196592 2018-08-14 14:58 XFST_Attribute\Debug\XFST_Attribute.ilk
文件 3506 2018-08-14 13:28 XFST_Attribute\Debug\XFST_Attribute.lib
文件 29569024 2018-08-14 14:58 XFST_Attribute\Debug\XFST_Attribute.pdb
文件 99942400 2018-08-10 14:59 XFST_Attribute\ipch\xfst_attribute-35303de1\xfst_attribute-fe3135c4.ipch
文件 147873 2018-08-14 14:58 XFST_Attribute\XFST_Attribute\Debug\EnableText.obj
文件 114238 2018-08-14 13:28 XFST_Attribute\XFST_Attribute\Debug\OLEDate.obj
文件 96127 2018-08-14 13:28 XFST_Attribute\XFST_Attribute\Debug\OLENumber.obj
文件 94690 2018-08-14 13:28 XFST_Attribute\XFST_Attribute\Debug\OLEText.obj
文件 114079 2018-08-14 13:28 XFST_Attribute\XFST_Attribute\Debug\OLETime.obj
文件 960557 2018-08-14 13:28 XFST_Attribute\XFST_Attribute\Debug\stdafx.obj
文件 2444288 2018-08-14 14:58 XFST_Attribute\XFST_Attribute\Debug\vc120.idb
文件 6967296 2018-08-14 14:58 XFST_Attribute\XFST_Attribute\Debug\vc120.pdb
文件 3371 2018-08-14 13:28 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.Build.CppClean.log
文件 2557 2018-08-14 14:58 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.log
文件 146971 2018-08-14 13:28 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.obj
文件 44892160 2018-08-14 13:28 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.pch
文件 18684 2018-08-14 13:28 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.res
文件 1616 2018-08-14 13:28 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.tlb
文件 6360 2018-08-14 14:58 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.tlog\cl.command.1.tlog
文件 86138 2018-08-14 14:58 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.tlog\CL.read.1.tlog
文件 6166 2018-08-14 14:58 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.tlog\CL.write.1.tlog
文件 3038 2018-08-14 14:58 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.tlog\li
文件 8838 2018-08-14 14:58 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.tlog\li
文件 2068 2018-08-14 14:58 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.tlog\li
文件 834 2018-08-14 13:28 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.tlog\midl.command.1.tlog
文件 2200 2018-08-14 13:28 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.tlog\midl.read.1.tlog
文件 784 2018-08-14 13:28 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.tlog\midl.write.1.tlog
文件 784 2018-08-14 13:28 XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.tlog\rc.command.1.tlog
............此处省略44个文件信息
- 上一篇:GitHub Desktop安装包(官网)
- 下一篇:EzCad二次开发源代码一
相关资源
- EzCad二次开发源代码一
- 遥感二次开发语言IDL [徐永明编著]高
- Autodesk Revit二次开发基础教程pdf.pdf
- 金蝶ERP二次开发(K/3 BOS)应用教程
- 中航信IBE机票接口开发相关文档
- CAD二次开发
- 2018开源微信小程序+net后台源码可运行
- 金橙子激光打标软件EzCad免狗版.exe
- MSC.Marc工程应用分析与二次开发
- 完整OA系统源码,可以二次开发
- 华夏车牌识别二次开发软件.rar
- AE二次开发源码
- 2018最新友价内核仿互站源码二次开发
- IDL程序设计——数据可视化与ENVI二次
- RK3399原始设计图,allegro格式,可直接
- ANSYS高级工程应用分析与二次开发
- Qt5 进阶开发案例,可二次开发
- scratch2.0二次开发.rar
- ANSYS二次开发及应用详解
- MOTOPLUS以太网通信命令
- Revit 2018.2 二次开发官方案例+源代码,
- SolidWorks高级教程:二次开发与API200
- ArcGis二次开发
- STK仿真与VC、v#连接
- 结构弹塑性分析程序OpenSEES原理与
- UG二次开发与数据库应用基础与典型范
- SuperMap二次开发
- Ecology8系统接口文档 最新完整版
- UG二次开发与数据库应用
- 海康SDK二次开发,实现实时预览、按
评论
共有 条评论