qqeditdlg.h

来自「NOOPENQQ的源碼 NOOPENQQ是一個掛QQ的好軟件」· C头文件 代码 · 共 71 行

H
71
字号
#if !defined(AFX_QQEDITDLG_H__964D33A6_F8B2_415B_B612_9E8BE28A5308__INCLUDED_)
#define AFX_QQEDITDLG_H__964D33A6_F8B2_415B_B612_9E8BE28A5308__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CQQEditDlg dialog

#include <afxtempl.h>

class CQQEditDlg : public CDialog
{
// Construction
public:
	CQQEditDlg(CWnd* pParent = NULL);   // standard constructor

	INT_PTR Run(CQQGuiWndBase *lpGuiWndBase,CQQListView *lpQQListView){
		m_lpGuiWndBase=lpGuiWndBase;
		m_lpQQListView=lpQQListView;
		return this->DoModal();
	}

	CList<CQQClientBase *,CQQClientBase *> m_ClientNode;
	CQQGuiWndBase *m_lpGuiWndBase;
	CQQListView *m_lpQQListView;
	bool m_IsEdit;

	BYTE m_Status;//在线状态
	BOOL m_UseTM;//是否使用TM登陆
	BOOL m_HasVideo;//视频
	BOOL m_AutoOff;//自动下线
	BOOL m_AutoLogin;//自动登陆
	BOOL m_IsTCP;
	DWORD m_OtherQQ;//转发QQ
	BOOL m_SaveMsg;//保存消息
	char m_RetMsg[256];//自动回复消息

// Dialog Data
	//{{AFX_DATA(CQQEditDlg)
	enum { IDD = IDD_DIALOG_ADDQQ };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CQQEditDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CQQEditDlg)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_QQEDITDLG_H__964D33A6_F8B2_415B_B612_9E8BE28A5308__INCLUDED_)

⌨️ 快捷键说明

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