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
OAMFRAMEWND.H
Package: SNMP_source.rar [view]
Upload User: lvjun8202
Upload Date: 2013-04-30
Package Size: 797k
Code Size: 2k
Category:
SNMP
Development Platform:
C/C++
- #if !defined(AFX_OAMFRAMEWND_H__112ECEE8_0C04_11D3_BAAE_12345600558E__INCLUDED_)
- #define AFX_OAMFRAMEWND_H__112ECEE8_0C04_11D3_BAAE_12345600558E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // OAMFrameWnd.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // COAMFrameWnd frame
- class COAMSizeDockBar;
- class COAMFrameWnd : public CFrameWnd
- {
- DECLARE_DYNCREATE(COAMFrameWnd)
- protected:
- COAMFrameWnd(); // protected constructor used by dynamic creation
- // Attributes
- public:
- protected:
- int m_aInitialSize[4]; /*用于屏幕的布置*/
- static DWORD dwDockBarMap[4][2];
- // Operations
- public:
- void SetInitialSize(int top, int bottom, int left, int right);
- void RecalcAllExcept(COAMSizeDockBar *pBar);
- void EnableDocking(DWORD dwDockStyle);
- void EnableDockingSizeBar(DWORD dwDockStyle);
- void DockSizeBar(CControlBar *,COAMSizeDockBar* =NULL,LPRECT =NULL);
- void DockControlBarLeftOf(CControlBar* Bar, CControlBar* LeftOf);
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(COAMFrameWnd)
- public:
- virtual void RecalcLayout(BOOL bNotify = TRUE);
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~COAMFrameWnd();
- // Generated message map functions
- //{{AFX_MSG(COAMFrameWnd)
- // afx_msg void OnSetagent();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_OAMFRAMEWND_H__112ECEE8_0C04_11D3_BAAE_12345600558E__INCLUDED_)