📄 cframeappendaccount.h
字号:
/***********************************************************************
* Module: CFrameStopAccount:publicCFrame.h
* Author: Administrator
* Modified: 2008年9月16日 13:19:52
* Purpose: Declaration of the class CFrameStopAccount:publicCFrame
* Comment: 帐户停用界面
***********************************************************************/
#ifndef _CFRAMEAPPENDACCOUNT_H
#define _CFRAMEAPPENDACCOUNT_H
#include "CFrame.h"
class CFrameAppendAccount:public CFrame
{
public:
void ShowTitle(int x, int y);
static void ShowAccountinfo(int x,int y);//输出添加信息项
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -