Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
MFCAppDlg.h
Package: TX-1C-usbdriver.rar [view]
Upload User: lyfy_2008
Upload Date: 2014-07-13
Package Size: 3016k
Code Size: 2k
Category:
USB develop
Development Platform:
Visual C++
- // MFCAppDlg.h : header file
- //
- #if !defined(AFX_MFCAPPDLG_H__A492704C_3E64_46B5_BF3D_6333120917DC__INCLUDED_)
- #define AFX_MFCAPPDLG_H__A492704C_3E64_46B5_BF3D_6333120917DC__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CMFCAppDlg dialog
- class CMFCAppDlg : public CDialog
- {
- // Construction
- public:
- BOOL IsE(CString *str);
- ~CMFCAppDlg();
- char led;
- HANDLE hDevice;
- CMFCAppDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CMFCAppDlg)
- enum { IDD = IDD_MFCAPP_DIALOG };
- CString m_Mes;
- BOOL m_key0;
- BOOL m_key1;
- BOOL m_key2;
- BOOL m_key3;
- BOOL m_key4;
- BOOL m_key5;
- BOOL m_key6;
- BOOL m_key7;
- BOOL m_buzzer;
- CString m_lcd1;
- CString m_left;
- CString m_right;
- CString m_lcd2;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMFCAppDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CMFCAppDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnLed();
- afx_msg void OnLed0();
- afx_msg void OnLed1();
- afx_msg void OnLed2();
- afx_msg void OnLed3();
- afx_msg void OnLed4();
- afx_msg void OnLed5();
- afx_msg void OnLed6();
- afx_msg void OnLed7();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnBuzzer();
- afx_msg void OnChangeLeft();
- afx_msg void OnChangeRight();
- afx_msg void OnChangelcd1();
- afx_msg void OnChangeLcd2();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MFCAPPDLG_H__A492704C_3E64_46B5_BF3D_6333120917DC__INCLUDED_)