file.xml

来自「Java门电路画图器 基本功能: 1。文件的保存」· XML 代码 · 共 90 行

XML
90
字号
<?xml version="1.0" encoding="gb2312"?>
<file>
	<yuanjian>
		<linep>
			<line x1="10" y1="20" x2="40" y2="20"/>
			<line x1="10" y1="50" x2="40" y2="50"/>
			<line x1="90" y1="40" x2="130" y2="40"/>
		</linep>
		<recp>
			<rec x="40" y="10" width="50" height="100"/>
		</recp>
		<strp>
			<str x="70" y="45" str="D"/>
		</strp>
		<circlep>
			<circle x="91" y="40" r="3" />
		</circlep>
		<arcp>
			<!--  <arc x="45" y="24" width="20" height="15" startDu="30" Du="-90" typeDu="1" />-->
		</arcp>
	</yuanjian>
	<yuanjian>
		<linep>
			<line x1="10" y1="20" x2="40" y2="20"/>
			<line x1="10" y1="50" x2="40" y2="50"/>
			<line x1="90" y1="40" x2="130" y2="40"/>
		</linep>
		<recp>
			<rec x="40" y="10" width="50" height="100"/>
		</recp>
		<strp>
			<str x="70" y="45" str="D"/>
		</strp>
		<circlep>
			<circle x="91" y="40" r="3" />
		</circlep>
		<arcp>
			<!--  <arc x="45" y="24" width="20" height="15" startDu="30" Du="-90" typeDu="1" />-->
		</arcp>
	</yuanjian>
	<yuanjian>
		<linep>
			<line x1="10" y1="20" x2="40" y2="20"/>
			<line x1="10" y1="50" x2="40" y2="50"/>
			<line x1="90" y1="40" x2="130" y2="40"/>
		</linep>
		<recp>
			<rec x="40" y="10" width="50" height="100"/>
		</recp>
		<strp>
			<str x="70" y="45" str="D"/>
		</strp>
		<circlep>
			<circle x="91" y="40" r="3" />
		</circlep>
		<arcp>
			<!--  <arc x="45" y="24" width="20" height="15" startDu="30" Du="-90" typeDu="1" />-->
		</arcp>
	</yuanjian>

	<yuanjian>
		<linep>
			<line x1="200" y1="190" x2="400" y2="190"/>
			<!--  <line x1="10" y1="50" x2="40" y2="50"/>
			<line x1="90" y1="40" x2="130" y2="40"/>-->
		</linep>
	</yuanjian>
	<yuanjian>
		<linep>
			<line x1="300" y1="190" x2="300" y2="390"/>
			<!--  <line x1="10" y1="50" x2="40" y2="50"/>
			<line x1="90" y1="40" x2="130" y2="40"/>-->
		</linep>
	</yuanjian>
	<yuanjian>
		<linep>
			<!--<line x1="300" y1="190" x2="300" y2="390"/>
			  <line x1="10" y1="50" x2="40" y2="50"/>
			<line x1="90" y1="40" x2="130" y2="40"/>-->
		</linep>
		<strp>
			<str x="300" y="300" str="EyeSome"/>
		</strp>
	</yuanjian>
	<yuanjian>
		<strp>
			<str x="100" y="300" str="YangYang"/>
		</strp>
	</yuanjian>
</file>

⌨️ 快捷键说明

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