<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 can_minimize="false"
 can_tear_off="false"
 can_resize="false"
 can_drag_on_left="false"
 can_close="true"
 height="150"
 layout="topleft"
 name="ban_duration"
 title="Ban duration"
 single_instance="true"
 width="180">
   <text
    type="string"
    length="1"
    follows="left|top"
    height="15"
    layout="topleft"
    left="15"
    name="duration_textbox"
    top="10"
    width="75">
        Ban duration:
   </text>

   <radio_group
    draw_border="false"
    enabled="true"
    follows="left|top"
    height="47"
    left="20"
    mouse_opaque="true"
    name="ban_duration_radio"
    tab_stop="true"
    width="150">
       <radio_item
        type="string"
        follows="left|top"
        height="20"
        width="200"
        label="Always"
        name="always_radio">
            Always
       </radio_item>
       <radio_item
        type="string"
        follows="left|top"
        height="20"
        width="200"
        label="Temporary"
        name="temporary_radio">
            Temporary
       </radio_item>
   </radio_group>

   <spinner
    allow_digits_only="true"
    decimal_digits="0"
    follows="left|top"
    height="20"
    increment="1"
    max_val="8766"
    min_val="1"
    initial_val="1"
    name="ban_hours"
    top_delta="50"
    left="40"
    width="60"/>
   <text
    type="string"
    length="1"
    follows="left|top"
    height="15"
    left_delta="70"
    name="hours_textbox"
    top_delta="5"
    width="70">
        hours.
   </text>
    
   <button
    follows="left|top"
    height="23"
    label="Ok"
    left="15"
    name="ok_btn"
    top_delta="30"
    width="75">
   </button>
   <button
    follows="left|top"
    height="23"
    label="Cancel"
    left_pad="0"
    name="cancel_btn"
    top_delta="0"
    width="75">
   </button>
</floater>