﻿<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="100,70" roundcorner="3,3">
    <VerticalLayout name="VlLayout_Menu" bkcolor="#FF383A41">
      <List name="List_Menu" itemtextcolor="#FF979797"
            itemselectedtextcolor="#FF000000" itemselectedbkcolor="#FFC1E3FF"
            itemhottextcolor="#FFFFFFFF" itemhotbkcolor="#FF2e3036"
            itemdisabledtextcolor="#FFCCCCCC" itemdisabledbkcolor="#FFFFFFFF"
            header="hidden" inset="5,5,5,5">
        <ListHeader height="0" />
          <ListContainerElement name="ContainerElement_Show" height="30">
              <Button name="Button_Menu_Item_Show" text="显 示" textpadding="0,0,0,0" textcolor="#FF979797" disabledtextcolor="#FFA7A6AA" align="center" />
          </ListContainerElement>
          <ListContainerElement name="ContainerElement_Quit" height="30">
              <Button name="Button_Menu_Item_Quit" text="退 出" textpadding="0,0,0,0" textcolor="#FF979797" disabledtextcolor="#FFA7A6AA" align="center" />
          </ListContainerElement>
        </List>
    </VerticalLayout>
</Window>
