123456789101112131415161718 |
- <?xml version="1.0" encoding="utf-16"?>
- <ROOT xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <circularGuideStyles>
- <tag>辅助图形1(圆形)</tag>
- <index>2</index>
- <lineDiameter>500</lineDiameter>
- <lineColor>-4784384</lineColor>
- <lineWidth>3</lineWidth>
- </circularGuideStyles>
- <rectangleGuideStyles>
- <tag>辅助图形1(矩形)</tag>
- <index>1</index>
- <lineRectangleWidth>500</lineRectangleWidth>
- <lineRectangleHeight>300</lineRectangleHeight>
- <lineColor>-4784384</lineColor>
- <lineWidth>3</lineWidth>
- </rectangleGuideStyles>
- </ROOT>
|