www.pudn.com > ODBCApi.rar > FloatBar.h
#pragma once
#include "controlbar\scbarg.h"
#include "DeskOutDlg.h"
#include "RoleDlg.h"
#include "TableEditDlg.h"
class CFloatBar : public CCoolBar
{
public:
CFloatBar(void);
~CFloatBar(void);
public:
CDeskOutDlg m_deskOutDlg;
CRoleDlg m_roleDlg;//角色管理
CTableEditDlg m_tableEditDlg;//数据库管理
public:
DECLARE_MESSAGE_MAP()
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
};