⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qqlistdlg.h

📁 QQ自动登陆器
💻 H
字号:
#if !defined(AFX_QQLISTDLG_H__71638883_CD43_4D48_A31C_31DC016A7B53__INCLUDED_)
#define AFX_QQLISTDLG_H__71638883_CD43_4D48_A31C_31DC016A7B53__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// QQlistDlg.h : header file
//

#include "QQAddDlg.h"
/////////////////////////////////////////////////////////////////////////////
// QQlistDlg dialog

class QQlistDlg : public CDialog
{
// Construction
public:
	QQlistDlg(CWnd* pParent = NULL);   // standard constructor
	
	void InitQQList();
	void QQListButtonUpdate();
	void ChangeToQQSetDlg();
	void ChangeToAddQQDlg();
	void QQListUpdate();

	BOOL bInitFinish;
	BOOL bAddOrEditFinish;
	int iCheckItems;
// Dialog Data
	//{{AFX_DATA(QQlistDlg)
	enum { IDD = IDD_DIALOG1 };
	CListCtrl	m_QIDList;
	QQAddDlg    QQAdd;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(QQlistDlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(QQlistDlg)
	afx_msg void OnButtonAddqq();
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonRunqq();
	afx_msg void OnButtonLogonthis();
	afx_msg void OnButtonEditqq();
	afx_msg void OnDblclkListQQnumlist(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnButtonDelqq();
	afx_msg void OnButtonLogonchecked();
	afx_msg void OnButtonLogonall();
	afx_msg void OnItemchangedListQqnumlist(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnClickListQqnumlist(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnRclickListQqnumlist(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnMenuitemHelp();
	afx_msg void OnMenuitemAllsel();
	afx_msg void OnMenuitemInvsel();
	afx_msg void OnMenuitemLogonall();
	afx_msg void OnMenuitemLogonchked();
	afx_msg void OnMenuitemLogonthis();
	afx_msg void OnMenuitemNosel();
	afx_msg void OnMenuitemClr();
	afx_msg void OnMenuitemDel();
	afx_msg void OnMenuitemEdit();
	afx_msg void OnMenuitemAdd();
	afx_msg void OnMenuitemJustRunqq();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_QQLISTDLG_H__71638883_CD43_4D48_A31C_31DC016A7B53__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -