📄 noopenqqgui.h
字号:
// MainDlg.h: interface for the CMainDlg class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_NoOpenQQGui_H__F57D946E_7067_4B6F_8CF4_1612A06CF652__INCLUDED_)
#define AFX_NoOpenQQGui_H__F57D946E_7067_4B6F_8CF4_1612A06CF652__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <afxcmn.h>
#include "QQListView.h"
/////////////////////////////////////////////////////////////////////////////
// CNoOpenQQGui dialog
class CNoOpenQQGui : public CDialog
{
// Construction
public:
CNoOpenQQGui(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CNoOpenQQGui)
enum { IDD = IDD_DIALOG_GUI };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNoOpenQQGui)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
//}}AFX_VIRTUAL
// Implementation
public:
void AddQQ(BOOL IsEdit);
void RunSelListCmd(DWORD CMD);
// Generated message map functions
//{{AFX_MSG(CNoOpenQQGui)
afx_msg void OnClose();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnTimer(UINT nIDEvent=0);
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
CQQConfigBase *m_lpQQConfig;
CQQGuiWndBase *m_lpQQGuiWnd;
CToolBarCtrl m_ToolBar;
CStatusBarCtrl m_StatusBar;
CQQListView m_QQListView;
long m_StartTime;
};
#endif // !defined(AFX_NoOpenQQGui_H__F57D946E_7067_4B6F_8CF4_1612A06CF652__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -