<?xml version="1.0" encoding="UTF-8"?>
<ISUI>
  <Window name='repeater'>
    <Title>ISBoxer Controls</Title>
    <X>400</X>
    <Y>200</Y>
    <Width>150</Width>
    <Height>38</Height>
    <Border />
    <Children>
      <frame name='main'>
        <Texture/>
        <BackgroundColor/>
        <Width>100%</Width>
        <Height>20</Height>
        <Children>
          <button name='keytoggle'>
            <X>2</X>
            <Y>2</Y>
            <Width>48</Width>
            <Height>16</Height>
            <Text>Keys</Text>
            <OnLeftClick>
              <![CDATA[
            relay all repeater keytoggle
          ]]>
            </OnLeftClick>
          </button>
          <button name='keymaptoggle'>
            <X>50</X>
            <Y>2</Y>
            <Width>48</Width>
            <Height>16</Height>
            <Text>*Maps*</Text>
            <OnLeftClick>
              <![CDATA[
            relay all keymapper -togglemap Base
          ]]>
            </OnLeftClick>
          </button>
          <button name='reload'>
            <X>100</X>
            <Y>2</Y>
            <Width>48</Width>
            <Height>16</Height>
            <Text>Reload</Text>
            <OnLeftClick>
              <![CDATA[
            relay all run isboxer -reload
          ]]>
            </OnLeftClick>
          </button>
        </Children>
      </frame>
    </Children>
  </Window>
</ISUI>