<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="MLTipUISkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui"
        xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*">
    <mx:ImageUI id="bg_rect" alpha="0" />
    <e:Group id="tip_g" x="100" y="200" width="238" height="120">
        <e:Image source="tipbg_png" top="0" bottom="0" left="0" right="0" scale9Grid="19,18,43,46" />
        <e:Group left="16" top="12">
            <e:Label id="baseml_t" size="24" />
            <e:Label id="jxyadd_t" size="24" />
            <e:Label id="jyadd_t" size="24" />
            <e:layout>
                <e:VerticalLayout gap="12" />
            </e:layout>
        </e:Group>
    </e:Group>
</e:Skin>