91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

需要的可以下載,本人自己編寫的,支持顯示和序列號、時間、日期等功能的標刻,并且可以實現打標的同時進行識別二維碼,檢查二維碼是否正確,本程序一共分為三那部分

資源截圖

代碼片段和文件信息

//?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\link.command.1.tlog

?????文件???????8838??2018-08-14?14:58??XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.tlog\link.read.1.tlog

?????文件???????2068??2018-08-14?14:58??XFST_Attribute\XFST_Attribute\Debug\XFST_Attribute.tlog\link.write.1.tlog

?????文件????????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個文件信息

評論

共有 條評論