SubServers-2/SubServers.Console/src/net/ME1312/SubServers/Console/ConsoleWindow.form

154 lines
6.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="net.ME1312.SubServers.Console.ConsoleWindow">
<grid id="27dc6" binding="panel" layout-manager="GridLayoutManager" row-count="4" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints>
<xy x="20" y="20" width="806" height="400"/>
</constraints>
<properties>
<background color="-12236470"/>
</properties>
<clientProperties>
<html.disable class="java.lang.Boolean" value="false"/>
</clientProperties>
<border type="none" title-justification="2" title-position="3">
<font/>
<title-color color="-1"/>
</border>
<children>
<component id="18cff" class="javax.swing.JTextField" binding="input">
<constraints>
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="7" anchor="8" fill="1" indent="0" use-parent-layout="false">
<preferred-size width="150" height="-1"/>
</grid>
</constraints>
<properties>
<background color="-14144467"/>
<caretColor color="-2302756"/>
<dragEnabled value="true"/>
<editable value="true"/>
<font name="Courier" size="14"/>
<foreground color="-1"/>
<horizontalAlignment value="10"/>
<text value="&gt;"/>
</properties>
<clientProperties>
<html.disable class="java.lang.Boolean" value="true"/>
</clientProperties>
</component>
<scrollpane id="d684e" binding="vScroll">
<constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="7" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<foreground color="-14144467"/>
<horizontalScrollBarPolicy value="31"/>
<verticalScrollBarPolicy value="20"/>
</properties>
<border type="none">
<font/>
<title-color color="-4473925"/>
</border>
<children>
<component id="96e88" class="javax.swing.JTextPane" binding="log">
<constraints/>
<properties>
<background color="-14144467"/>
<caretColor color="-2302756"/>
<disabledTextColor color="-1"/>
<dragEnabled value="true"/>
<editable value="false"/>
<enabled value="true"/>
<font name="Courier" size="12"/>
<foreground color="-1"/>
</properties>
</component>
</children>
</scrollpane>
<component id="1e628" class="javax.swing.JScrollBar" binding="hScroll">
<constraints>
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<maximum value="0"/>
<orientation value="0"/>
</properties>
</component>
<grid id="35647" binding="find" layout-manager="GridLayoutManager" row-count="1" column-count="4" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="6" left="6" bottom="0" right="6"/>
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<background color="-12236470"/>
<enabled value="true"/>
<visible value="false"/>
</properties>
<clientProperties>
<html.disable class="java.lang.Boolean" value="true"/>
</clientProperties>
<border type="none"/>
<children>
<component id="92cd5" class="javax.swing.JTextField" binding="findT">
<constraints>
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
<preferred-size width="150" height="-1"/>
</grid>
</constraints>
<properties>
<background color="-14144467"/>
<caretColor color="-2302756"/>
<font size="14"/>
<foreground color="-1"/>
<text value=""/>
<toolTipText value="Search"/>
</properties>
<clientProperties>
<html.disable class="java.lang.Boolean" value="true"/>
</clientProperties>
</component>
<component id="b34cc" class="javax.swing.JButton" binding="findN">
<constraints>
<grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<background color="-12236470"/>
<contentAreaFilled value="false"/>
<focusPainted value="false"/>
<foreground color="-1"/>
<opaque value="true"/>
<text value=" Next "/>
</properties>
</component>
<component id="b4434" class="javax.swing.JButton" binding="findP">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<background color="-12236470"/>
<contentAreaFilled value="false"/>
<focusPainted value="false"/>
<foreground color="-1"/>
<opaque value="true"/>
<text value=" Previous "/>
</properties>
</component>
<component id="e6826" class="javax.swing.JButton" binding="findD">
<constraints>
<grid row="0" column="3" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<background color="-12236470"/>
<contentAreaFilled value="false"/>
<focusPainted value="false"/>
<foreground color="-1"/>
<opaque value="true"/>
<text value=" Done "/>
</properties>
</component>
</children>
</grid>
</children>
</grid>
</form>