?? 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 + -