You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.7 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0"?>
<BasePaintInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--画板背景色默认黑色000000-->
<BgColor>#000000</BgColor>
<!--默认坐标字体颜色,红色-->
<DefaultBrushColor>#696969</DefaultBrushColor>
<!--背景白色小点-->
<DotPenColor>#2E2E33</DotPenColor>
<!--坐标系颜色,默认红色-->
<CoordinatePenColor>#696969</CoordinatePenColor>
<!--图形显示颜色,默认蓝色-->
<LinePenColor>#FFFAFA</LinePenColor>
<!--移绷线,默认绿色-->
<DgLinePenColor>#90EE90</DgLinePenColor>
<!--起点和出绷点,默认绿色-->
<DgCenterPenColor>#00FF00</DgCenterPenColor>
<!--边空颜色,默认白色-->
<DgBorderPenColor>#00BFFF</DgBorderPenColor>
<!--终点颜色,默认红色-->
<EndPenColor>#FF0000</EndPenColor>
<!--当前位置颜色,默认红色-->
<StepColor0>#FF0000</StepColor0>
<!--正向绗缝颜色默认黄色255 255 0-->
<StepColor1>#76EE00</StepColor1>
<!--反向绗缝颜色默认红色255 0 0-->
<StepColor2>#00BFFF</StepColor2>
<!--轨迹点击颜色-->
<StepClickColor>#7FFF00</StepClickColor>
<!--轨迹寻找颜色-->
<StepSearchColor>#90EE90</StepSearchColor>
<!--轨迹寻找终点颜色-->
<StepSearchDotColor>#2E8B57</StepSearchDotColor>
<!--出绷虚线间隔-->
<DashValues>
<float>2</float>
<float>3</float>
</DashValues>
<!--单位尺寸默认500-->
<Munit>500</Munit>
<!--面板宽度-->
<Xmax>28000</Xmax>
<!--面板高度-->
<Ymax>30000</Ymax>
<!--比例尺-->
<Scale>20</Scale>
<!--画板边距-->
<Margin>35</Margin>
</BasePaintInfo>