<!--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> 
