Skip to content

Instantly share code, notes, and snippets.

@CodeDrivenMitch
Created October 8, 2013 17:09
Show Gist options
  • Save CodeDrivenMitch/6887986 to your computer and use it in GitHub Desktop.
Save CodeDrivenMitch/6887986 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="MainUI">
<grid id="27dc6" binding="mainPanel" layout-manager="GridLayoutManager" row-count="6" column-count="4" 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="586" height="337"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<component id="bdaee" class="javax.swing.JLabel">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Naam:"/>
</properties>
</component>
<hspacer id="2daea">
<constraints>
<grid row="0" column="3" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false">
<minimum-size width="200" height="-1"/>
</grid>
</constraints>
</hspacer>
<component id="8ce9e" class="javax.swing.JTextField" binding="textField1" default-binding="true">
<constraints>
<grid row="0" column="1" row-span="1" col-span="2" 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/>
</component>
<component id="e4170" class="javax.swing.JTextField" binding="textField2" default-binding="true">
<constraints>
<grid row="1" column="1" row-span="1" col-span="2" 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/>
</component>
<component id="52200" class="javax.swing.JLabel">
<constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="E-mail:"/>
</properties>
</component>
<component id="43c08" class="javax.swing.JTextPane" binding="textPane1" default-binding="true">
<constraints>
<grid row="5" column="1" row-span="1" col-span="3" vsize-policy="6" hsize-policy="6" anchor="1" fill="0" indent="0" use-parent-layout="false">
<preferred-size width="500" height="200"/>
<maximum-size width="500" height="200"/>
</grid>
</constraints>
<properties>
<editable value="false"/>
</properties>
</component>
<component id="94106" class="javax.swing.JRadioButton" binding="ab3">
<constraints>
<grid row="3" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="RadioButton"/>
</properties>
</component>
<component id="b85e7" class="javax.swing.JRadioButton" binding="ab2">
<constraints>
<grid row="2" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<enabled value="true"/>
<text value="&amp;Gaming"/>
</properties>
</component>
<component id="beb97" class="javax.swing.JRadioButton" binding="basisRadioButton" default-binding="true">
<constraints>
<grid row="2" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<selected value="true"/>
<text value="Basis"/>
</properties>
</component>
<component id="547b3" class="javax.swing.JRadioButton" binding="ab4">
<constraints>
<grid row="3" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="RadioButton"/>
</properties>
</component>
<component id="cf4e1" class="javax.swing.JButton" binding="createPcButton" default-binding="true">
<constraints>
<grid row="4" 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>
<text value="Create Pc!"/>
</properties>
</component>
<component id="65226" class="javax.swing.JLabel">
<constraints>
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Type Pc:"/>
</properties>
</component>
<component id="537ca" class="javax.swing.JLabel">
<constraints>
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Prijsklasse:"/>
</properties>
</component>
</children>
</grid>
<buttonGroups>
<group name="Type">
<member id="b85e7"/>
<member id="beb97"/>
</group>
<group name="klasse">
<member id="94106"/>
<member id="547b3"/>
</group>
</buttonGroups>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment