main.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Window size="1024,738" sizebox="4,4,6,6" caption="0,0,0,90" mininfo="1024,738" roundcorner="5,5" showdirty="false" >
  3. <Font id="14" name="微软雅黑" size="14" />
  4. <Font shared="true" id="16" name="微软雅黑" size="16" default="true" />
  5. <Font id="18" name="微软雅黑" size="18" />
  6. <Font id="20" name="微软雅黑" size="20" />
  7. <Font id="22" name="微软雅黑" size="22" />
  8. <Font id="24" name="微软雅黑" size="24" />
  9. <Font id="26" name="微软雅黑" size="26" />
  10. <Font id="28" name="微软雅黑" size="28" />
  11. <Font id="30" name="微软雅黑" size="30" />
  12. <Font id="32" name="微软雅黑" size="32" />
  13. <Font id="34" name="微软雅黑" size="34" />
  14. <Font id="36" name="微软雅黑" size="36" />
  15. <Default shared="true" name="VScrollBar" value="width=&quot;8&quot; showbutton1=&quot;false&quot; showbutton2=&quot;false&quot; thumbnormalimage=&quot;file='scrollbar_shu_line_zhengchang.png' corner='2,2,2,2'&quot; thumbhotimage=&quot;file='scrollbar_shu_line_xuanfu.png' corner='2,2,2,2'&quot; thumbpushedimage=&quot;file='scrollbar_shu_line_dianji.png' corner='2,2,2,2'&quot;" />
  16. <Default shared="true" name="HScrollBar" value="height=&quot;8&quot; showbutton1=&quot;false&quot; showbutton2=&quot;false&quot; thumbnormalimage=&quot;file='scrollbar_heng_line_zhengchang.png' corner='2,2,2,2'&quot; thumbhotimage=&quot;file='scrollbar_heng_line_xuanfu.png' corner='2,2,2,2'&quot; thumbpushedimage=&quot;file='scrollbar_heng_line_dianji.png' corner='2,2,2,2'&quot;" />
  17. <Default name="Button" value="normalimage=&quot;file='btn_green_zhengchang.png' corner='5,5,5,5'&quot; hotimage=&quot;file='btn_green_xuanfu.png' corner='5,5,5,5'&quot; pushedimage=&quot;file='btn_green_dianji.png' corner='5,5,5,5'&quot; " />
  18. <VerticalLayout bkcolor="#FFF5F5F5">
  19. <HorizontalLayout height="79" bkcolor="#FF3CB371">
  20. <Control bkimage="main_logo.png" width="179" height="46" padding="15,17,0,17"></Control>
  21. <Control width="1" padding="20,27,15,20" bkcolor="#FFFFFFFF"></Control>
  22. <Label name="main_shopname" text="" width="400" padding="15,0,0,0" textcolor="#FFFFFFFF" font="28"/>
  23. <Control></Control>
  24. <HorizontalLayout width="360" height="36" padding="0,21,20,0">
  25. <Control></Control>
  26. <Button name="main_shangchengbtn" tooltip="智铺子硬件商城" width="36" height="36" padding="0,0,20,0" normalimage="file='shopping_n.png'" hotimage="file='shopping_xuanfu.png'" pushedimage="file='shopping_dianji.png'"/>
  27. <Button name="main_appbtn" tooltip="下载商家app" width="36" height="36" padding="0,0,20,0" normalimage="file='download_n.png'" hotimage="file='download_xuanfu.png'" pushedimage="file='download_dianji.png'"/>
  28. <Button name="main_kefubtn" tooltip="联系客服" width="36" height="36" padding="0,0,20,0" normalimage="file='kefu_n.png'" hotimage="file='kefu_xuanfu.png'" pushedimage="file='kefu_dianji.png'"/>
  29. <Button name="minbtn" width="36" height="36" normalimage="file='icon_shou_n.png'" hotimage="file='icon_shou_xuanfu.png'" pushedimage="file='icon_shou_dianji.png'"/>
  30. <Button name="maxbtn" visible="false" width="36" height="36" normalimage="file='icon_fangda_n.png'" hotimage="file='icon_fangda_xuanfu.png'" pushedimage="file='icon_fangda_dianji.png'"/>
  31. <Button name="restorebtn" width="36" height="36" normalimage="file='icon_suoxiao_n.png'" hotimage="file='icon_suoxiao_xuanfu.png'" pushedimage="file='icon_suoxiao_dianji.png'"/>
  32. <Button name="closebtn" width="36" height="36" normalimage="file='icon_close_n.png'" hotimage="file='icon_close_xuanfu.png'" pushedimage="file='icon_close_dianji.png'"/>
  33. </HorizontalLayout>
  34. </HorizontalLayout>
  35. <HorizontalLayout>
  36. <VerticalLayout width="91" bkcolor="#FFEDEDED">
  37. <VerticalLayout name="main_gongneng_daohang_layout" inset="0,15,0,20" vscrollbar="true">
  38. </VerticalLayout>
  39. <Control height="1" bkcolor="#FFD1D1D1" padding="0,0,0,0"></Control>
  40. <HorizontalLayout height="90">
  41. <Button name="main_web_login_btn" width="90" height="90" normalimage="" hotimage="" pushedimage="" bordersize="0"></Button>
  42. <Control bkimage="web_login.png" width="50" height="50" float="true" pos="18,15,68,65" mouse="false"></Control>
  43. <Label text="进入后台" float="true" pos="13,60,88,85" mouse="false"></Label>
  44. </HorizontalLayout>
  45. </VerticalLayout>
  46. <!-- 主要的布局内容,所有主页面的内容都放在这个容器的内部 -->
  47. <Container name="main_content_layout">
  48. </Container>
  49. </HorizontalLayout>
  50. </VerticalLayout>
  51. </Window>