📄 qq自动登陆器.h
字号:
// QQ自动登陆器.h : main header file for the QQ自动登陆器 application
//
#if !defined(AFX_QQ_H__DEBB18A5_C243_40D7_A912_8D9CBD2233A1__INCLUDED_)
#define AFX_QQ_H__DEBB18A5_C243_40D7_A912_8D9CBD2233A1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
#include "common.h"
/////////////////////////////////////////////////////////////////////////////
// CQQAutoLogon:
// See QQ自动登陆器.cpp for the implementation of this class
//
BOOL ShowAddDlg = FALSE;
BOOL EditQQInfo = FALSE;
int QQInfoIndex = -1;
BOOL QQListNeedUpdate = FALSE;
vector<QQInfo> QQInfoList;
CString g_ConfigFilePath = "";
CString g_QQPath = "";
CString g_RunWithOS = "否";
CString g_AutoLogon = "否";
CString g_AutoExit = "否";
CString g_WndTopMost = "否";
int g_QQListLength = 0;
BOOL QQPathValid = FALSE;
CString HELP_INFO = "帮助信息";
CString HELPLINE = "帮助";
CString MAIN_CONFIG = "重要设置";
CString QQ_PATH = "QQ位置";
CString RUN_WITH_OS = "程序随Windows启动";
CString AUTO_LOGON = "启动后登陆打钩QQ列表";
CString AUTO_EXIT = "登陆QQ后自动退出程序";
CString WND_TOPMOST = "窗口置顶";
CString QQLIST_LEN = "列表中QQ号个数";
CString QQLIST_CONTENT = "QQ列表";
CString QQLISTNO = "QQ号";
class CQQAutoLogon : public CWinApp
{
public:
CQQAutoLogon();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CQQAutoLogon)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CQQAutoLogon)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
afx_msg void OnHelp();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_QQ_H__DEBB18A5_C243_40D7_A912_8D9CBD2233A1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -