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
MFC AppDlg.h
Package: 111.rar [view]
Upload User: mony888
Upload Date: 2022-07-26
Package Size: 1247k
Code Size: 2k
Category:
Windows CE
Development Platform:
Visual C++
- // MFC AppDlg.h : header file
- //
- #if !defined(AFX_MFCAPPDLG_H__4C26B0C4_20C2_4DA5_88B4_B44D84AF59BD__INCLUDED_)
- #define AFX_MFCAPPDLG_H__4C26B0C4_20C2_4DA5_88B4_B44D84AF59BD__INCLUDED_
- #include "Record.h" // Added by ClassView
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- /////////////////////////////////////////////////////////////////////////////
- // CMFCAppDlg dialog
- class CMFCAppDlg : public CDialog
- {
- // Construction
- public:
- // WaveHdr m_WaveHeader;
- unsigned int m_uiTimer2Count;
- char m_cTitle[256];
- unsigned int m_uiPlayTime;
- unsigned int m_uiVolIndex;
- CRect m_ShowRect;
- UINT m_nTimer;
- BOOL m_bRecFlag;
- LPCTSTR m_lpFileName;
- /**/
- CXPlayerCore m_xplayer;
- /**/
- CMFCAppDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CMFCAppDlg)
- enum { IDD = IDD_MFCAPP_DIALOG };
- CButton m_btVol;
- CSliderCtrl m_slidVol;
- CStatic m_staticWave;
- CButton m_btPlay;
- CSliderCtrl m_slidIndex;
- CButton m_btPaus;
- CButton m_btClos;
- CButton m_btRec;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMFCAppDlg)
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- 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 OnRec();
- afx_msg void OnClosRec();
- afx_msg void OnPaus();
- afx_msg void OnbtPlay();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnBtVol();
- afx_msg void OnClose();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- BOOL m_bPlayFlag;
- int m_iPosCount;
- DWORD m_nRecThreadID;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MFCAPPDLG_H__4C26B0C4_20C2_4DA5_88B4_B44D84AF59BD__INCLUDED_)