value.xml 714 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Window size="220,76" caption="0,0,0,75" layeredimage="file='value_bkg.png' corner='5,5,5,5'" layeredopacity="255">
  3. <Font id="0" name="微软雅黑" size="28" />
  4. <Font id="1" name="微软雅黑" size="18" />
  5. <VerticalLayout bkimage="file='value_bkg.png' corner='5,5,5,5'">
  6. <HorizontalLayout height="76">
  7. <Control bkimage="file='logo_50.png'" width="50" height="50" float="true" pos="13,13,63,63"></Control>
  8. <Label name="value_info" float="true" text="¥" textcolor="#FFFFFFFF" font="1" pos="77, 17, 93, 68" />
  9. <Label name="value" float="true" text="0.00" textcolor="#FFFFFFFF" font="0" pos="95, 13, 215, 68" />
  10. </HorizontalLayout>
  11. </VerticalLayout>
  12. </Window>