﻿<!--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="%x%" label="X 座標"/>
		<checkbox id="y" checked="%y%" label="Y 座標"/> 
		<checkbox id="scaleX" checked="%scaleX%" label="水平縮放"/>
		<checkbox id="scaleY" checked="%scaleY%" label="垂直縮放"/> 
		<checkbox id="rotationAndSkew" checked="%rotationAndSkew%" label="旋轉和傾斜"/>
		<checkbox id="color" checked="%color%" label="顏色"/> 
		<checkbox id="filters" checked="%filters%" label="濾鏡"/>
		<checkbox id="blendMode" checked="%blendMode%" label="混合模式"/> 
		<separator/> 
		<checkbox id="overrideScale" checked="%overrideScale%" label="覆寫目標縮放屬性"/> 
		<checkbox id="overrideRotationAndSkew" checked="%overrideRotationAndSkew%" label="覆寫目標旋轉和傾斜屬性"/>
	</vbox>
</dialog> 
