?? btime.h
字號(hào):
#include <iostream>
using namespace std;
class CBTime
{
public:
CBTime();
void DrawTime(CDC*,int);
void SetToZero(CDC *dc,int flag);
public:
int Limit_0s;//局時(shí)間秒的個(gè)位
int Limit_1s;//局時(shí)間秒的十位
int Limit_2m;//局時(shí)間分的個(gè)位
int Limit_3m;//局時(shí)間分的十位
int BLimit_0s;//步時(shí)間秒的個(gè)位
int BLimit_1s;//步時(shí)間秒的十位
int BLimit_2m;//步時(shí)間分的個(gè)位
int BLimit_3m;//步時(shí)間分的十位
bool Bflag;//步時(shí)的標(biāo)示符
bool Bdelay;//延時(shí)步的計(jì)時(shí)
bool flag;//結(jié)束的標(biāo)識(shí)符
CBitmap bitmap_time,bitmap_jushi;//位圖
BITMAP BMap_time,BMap_jushi;//記錄位圖的長(zhǎng)寬
};
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -