⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 calcapp_res.h

📁 一个计算器的源码
💻 H
字号:

#ifndef CALCAPP_RES_H
#define CALCAPP_RES_H

// WARNING: DO NOT MODIFY THIS FILE
// AUTO-GENERATED BY QRES EDITOR

#define CALCAPP_RES_FILE "CalcApp.bar"

#define IDC_ADD		3
#define IDC_SUB		4
#define IDC_EQUAL		5
#define IDC_MUL		6
#define IDC_DIV		7
#define IDC_DOT		8
#define IDC_MEMADD		9
#define IDC_MEMCLR		10
#define IDC_MEM		11
#define IDS_NUMS		12
#define IDC_SIGN		13
#define IDS_MEMIND		14
#define IDC_CLR		15
#define IDS_AMOUNT		16
#define IDS_TIP		17
#define IDS_PERCENT		18
#define IDS_RATE		19
#define IDC_RATE15		20
#define IDC_RATE18		21
#define IDC_RATE20		22
#define IDC_RATE10		23
#define IDC_RATE5		24
#define IDC_RATEOTHER		25
#define IDS_BILL		26
#define IDS_TIPDESC		27
#define IDS_TOTAL		28
#define IDC_OK		29
#define IDC_NEXT		30
#define IDS_ZEROTIP		31
#define IDC_SPLIT		32
#define IDC_DONE		34
#define IDS_GUESTS		35
#define IDS_GUESTSDESC		36
#define IDS_SPLITBILL		37
#define IDS_DIV_0		38
#define IDS_CALCTITLE		100
#define IDS_TIPTITLE		200
#define IDI_CALC		101
#define IDI_TIPCALC		201


#endif  // CALCAPP_RES_H

⌨️ 快捷键说明

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