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
MainFrm.h
Package: 酒店管理系统源代码.rar [view]
Upload User: czfddz
Upload Date: 2013-03-20
Package Size: 1517k
Code Size: 2k
Category:
Hotel software system
Development Platform:
C/C++
- // MainFrm.h : interface of the CMainFrame class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_MAINFRM_H__E710476A_1E9E_4198_A902_2FA0B32BD707__INCLUDED_)
- #define AFX_MAINFRM_H__E710476A_1E9E_4198_A902_2FA0B32BD707__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "CoolTabBar.h"
- #include "CoolListBox.h"
- #include ".\3D-MaxTab\RollupCtrl.h"
- #include ".\coolmenu\CoolMenu.h"
- #include ".\TrayIco\SystemIcon.h"
- #include "InfoLookDialog.h"
- #include ".\clock\EDCLOCK.H"//工具栏上的时钟
- #include "Page3.h"
- class CMainFrame : public CFrameWnd
- {
- protected: // create from serialization only
- CMainFrame();
- DECLARE_DYNCREATE(CMainFrame)
- // Attributes
- public:
- // Operations
- public:
- BOOL PlayResource(WORD wResourceID);
- BOOL CreateExToolBar();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMainFrame)
- public:
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CMainFrame();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected: // control bar embedded members
- // CQQView* pView;
- CReBar m_wndReBar; //Rebar条
- CStatusBar m_wndStatusBar;
- CToolBar m_wndToolBar;
- CCoolTabBar m_wndTabBar;
- CCoolListBox m_wndListBox1;
- CCoolListBox m_wndListBox2;
- CLEDClock m_clock; //时钟对象
- CCoolMenu m_CoolMenu;
- CSystemIcon m_systemIcon ; //任务栏图标类
- CInfoLookDialog m_InfoLookDialog;//消息显示对话框
- CPage3 page3;
- public:
- void RestorViewBmp();
- CRollupCtrl m_wndRollupCtrl;
- // Generated message map functions
- protected:
- CDialogBar m_wndDialogBar;
- //{{AFX_MSG(CMainFrame)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnClose();
- afx_msg void OnHelp();
- afx_msg void OnEmail();
- afx_msg void OnExit();
- afx_msg void OnAppWzd();
- afx_msg void OnPre();
- afx_msg void OnBack();
- afx_msg void OnSizing(UINT fwSide, LPRECT pRect);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MAINFRM_H__E710476A_1E9E_4198_A902_2FA0B32BD707__INCLUDED_)