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

📄 processoverview.vm

📁 基于DotNet的开源工作流引擎
💻 VM
字号:
#set ($borderWidth = 3 )
#set ($tabWidth = $x1 - $borderWidth )
#set ($tabHeight = $y1 - $borderWidth )
#set ($boxWidth = ($x2 - $x1) )
#set ($boxHeight = ($y2 - $y1 + (2 * $borderWidth)) )
<table border=0 cellspacing=0 cellpadding=0 width=$imageWidth height=$imageHeight>
	<tr>
		<td width=$imageWidth height=$imageHeight style="background-image:url(../image/processImage.rails?processDefinitionId=$processDefinition.Id)" valign=top>
			<table border=0 cellspacing=0 cellpadding=0>
				<tr>
					<td width=$tabWidth height=$tabHeight style="background-color:transparent;"></td>
				</tr>
				<tr>
					<td style="background-color:transparent;"></td>
					<td style="border-color:red; border-width:$borderWidthpx; border-style:groove; background-color:transparent;" width=$boxWidth height=$boxHeight>&nbsp;</td>
				</tr>
			</table>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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