<Ui xmlns="http://www.blizzard.com/wow/ui/">
  <Frame
    name="AuctionatorConfigurationCopyAndPasteFrame"
    mixin="AuctionatorConfigurationCopyAndPasteMixin"
    inherits="AuctionatorConfigurationTooltip"
    virtual="true"
  >
    <!--
      <KeyValues>
        <KeyValue key="labelText" value="" type="string"/>
        <KeyValue key="copyText" value="" type="string" />
        <KeyValue key="tooltipTitleText" value="" type="string"/>
        <KeyValue key="tooltipText" value="" type="string"/>
      </KeyValues>
    -->
    <Size y="40" />
    <Scripts>
      <OnLoad method="OnLoad"/>
    </Scripts>
    <Anchors>
      <Anchor point="LEFT" relativeKey="$parent" relativePoint="LEFT" />
      <Anchor point="RIGHT" relativeKey="$parent" relativePoint="RIGHT" />
    </Anchors>
    <Frames>
      <EditBox autoFocus="false" inherits="InputBoxTemplate" parentKey="InputBox" letters="150">
        <Size x="275" y="20" />
        <Anchors>
          <Anchor point="TOPLEFT" x="20" />
        </Anchors>
        <FontString inherits="ChatFontNormal" justifyH="LEFT" />
        <Scripts>
          <OnEnter>self:GetParent():OnEnter()</OnEnter>
          <OnLeave>self:GetParent():OnLeave()</OnLeave>
          <OnEscapePressed>self:ClearFocus()</OnEscapePressed>
        </Scripts>
      </EditBox>
    </Frames>

    <Layers>
      <Layer level="BACKGROUND">
        <FontString inherits="GameFontHighlight" parentKey="Label">
          <Anchors>
            <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.InputBox" x="8" y="-4"/>
          </Anchors>
        </FontString>
      </Layer>
    </Layers>
  </Frame>
</Ui>