xmlresourceparsertest3.class.xml

来自「在流览器上仿CS界面的JAVASCRIPT脚本」· XML 代码 · 共 29 行

XML
29
字号
<?xml version="1.0"?><!--This is the markup that define the class in XmlResourceParserTest.class.js--><Component minimumWidth="50" minimumHeight="25">	<Component.border>		<Border id="inset-border" width="1" style="solid"			leftColor="ThreeDShadow" rightColor="ThreeDHighlight"			topColor="ThreeDShadow" bottomColor="ThreeDHighlight"/>	</Component.border>	<Component id="caption" top="0" left="0" right="0" height="23">		<Component.border>			<Border width="1" style="solid"				leftColor="ThreeDHighlight" rightColor="ThreeDShadow"				topColor="ThreeDHighlight" bottomColor="ThreeDShadow"/>		</Component.border>		<Label id="label" padding="5 3" top="0" bottom="0" left="0" right="20" />		<ToolBarButton top="1" bottom="1" width="16" right="1" icon="../html/images/close.gif"			onaction="event.getCurrentTarget().getParent().getParent().close()"/>	</Component>	<List id="list" top="23" bottom="0" left="0" right="0" border="0"/></Component>

⌨️ 快捷键说明

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