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

📄 stopwatch.brx

📁 用brew 实现的stopwatch功能。用softkey控制时间的开始和停止。也实现了lap功能
💻 BRX
字号:
<?xml version="1.0" encoding="utf-8"?>
<BREWRes Name="stopwatch" VERSION="1">
<Strings Encoding="Unicode">
	<String Id="1001" Name="IDS_TITLE">
		<Text>StopWatch</Text>
	</String>
	<String Id="1003" Name="IDC_STOP">
		<Text>Stop</Text>
	</String>
	<String Id="1004" Name="IDC_START">
		<Text>Start</Text>
	</String>
	<String Id="1005" Name="IDC_LAP">
		<Text>Lap</Text>
	</String>
</Strings>
<Objects MimeType="image/bmp">
	<Object Id="5001" Name="IDI_ICON">
		<File>..\shared\brewicon_256.bmp</File>
	</Object>
</Objects>
</BREWRes>

⌨️ 快捷键说明

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