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

📄 tray.naf

📁 Novocode的 SWT 控件框架 丰富了MDI功能
💻 NAF
字号:
<?xml version="1.0" encoding="UTF-8"?>

<TrayItem image="cfldr_obj.gif" tooltip="ExplorerExample Tray Icon" xmlns="http://www.novocode.com/namespaces/naf">

	<model type="action" id="trayAction" />
	<model type="default-action" id="trayDefaultAction" />

	<Menu role="popup">

		<Button text="|About ExplorerExample...">
			<include ref="about.naf" role="open" />
		</Button>

		<Button text="|Quit">
			<model type="action" id="exit" />
		</Button>

	</Menu>

</TrayItem>

⌨️ 快捷键说明

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