| 12345678910 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Window size="160,60" caption="0,0,0,75" bktrans="true" >
- <Font shared="true" id="0" name="微软雅黑" size="24" />
- <Font shared="true" id="1" name="微软雅黑" size="16" />
- <HorizontalLayout bkimage="file='value_bkg.bmp' corner='2,2,2,2'" >
- <Control bkimage="file='logo.png'" width="38" height="38" float="true" pos="10,11,46,49"></Control>
- <Label name="value_info" float="true" text="¥" textcolor="#FFFFFFFF" font="1" pos="55, 10, 70, 60" />
- <Label name="value" float="true" text="0.00" textcolor="#FFFFFFFF" font="0" pos="70, 6, 160, 60" />
- </HorizontalLayout>
- </Window>
|