AxibugEmuOnline/References/VirtuaNESex_src_191105/DatachBarcodeDlg.h

41 lines
790 B
C
Raw Normal View History

2024-08-05 17:58:53 +08:00
//
// DATACH<43>o<EFBFBD>[<5B>R<EFBFBD>[<5B>h<EFBFBD>o<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>_<EFBFBD>C<EFBFBD>A<EFBFBD><41><EFBFBD>O<EFBFBD>N<EFBFBD><4E><EFBFBD>X
//
#ifndef __CDATACHBARCODEDLG_INCLUDED__
#define __CDATACHBARCODEDLG_INCLUDED__
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <list>
#include <vector>
#include <string>
using namespace std;
#include "Wnd.h"
class CDatachBarcodeDlg : public CWnd
{
public:
// Override from CWnd
BOOL Create( HWND hWndParent );
void Destroy();
protected:
// Message map
DLG_MESSAGE_MAP()
DLGMSG OnInitDialog( DLGMSGPARAM );
DLGMSG OnActivate( DLGMSGPARAM );
DLGMSG OnDestroy( DLGMSGPARAM );
DLGMSG OnClose( DLGMSGPARAM );
DLGCMD OnCancel( DLGCMDPARAM );
DLGCMD OnCodeinput( DLGCMDPARAM );
DLGCMD OnCodeTransfer( DLGCMDPARAM );
DLGCMD OnCodeCreate( DLGCMDPARAM );
//
private:
};
#endif // !__CDATACHBARCODEDLG_INCLUDED__