<!--paste_motion_special-->
<!--This XML file is used as a template to re-write the other file PasteMotionSpecialDialog.xml, in order to persist the settings.-->
<dialog title="粘贴特殊动作" buttons="accept, cancel">
	<vbox>
		<label value="粘贴这些属性: "/> 
		<checkbox id="x" checked="true" label="X 位置"/>
		<checkbox id="y" checked="true" label="Y 位置"/> 
		<checkbox id="scaleX" checked="true" label="水平缩放"/>
		<checkbox id="scaleY" checked="true" label="垂直缩放"/> 
		<checkbox id="rotationAndSkew" checked="true" label="旋转与倾斜"/>
		<checkbox id="color" checked="true" label="颜色"/> 
		<checkbox id="filters" checked="true" label="滤镜"/>
		<checkbox id="blendMode" checked="true" label="混合模式"/> 
		<separator/> 
		<checkbox id="overrideScale" checked="false" label="覆盖目标缩放属性"/> 
		<checkbox id="overrideRotationAndSkew" checked="false" label="覆盖目标旋转与倾斜属性"/>
	</vbox>
</dialog> 
