value.xml 630 B

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