| 1 | <?xml version="1.0" encoding="UTF-8" ?> |
|---|
| 2 | |
|---|
| 3 | <Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> |
|---|
| 4 | <AuxValues> |
|---|
| 5 | <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> |
|---|
| 6 | <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> |
|---|
| 7 | <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> |
|---|
| 8 | <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> |
|---|
| 9 | <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> |
|---|
| 10 | <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/> |
|---|
| 11 | <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> |
|---|
| 12 | <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> |
|---|
| 13 | <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> |
|---|
| 14 | </AuxValues> |
|---|
| 15 | |
|---|
| 16 | <Layout> |
|---|
| 17 | <DimensionLayout dim="0"> |
|---|
| 18 | <Group type="103" groupAlignment="0" attributes="0"> |
|---|
| 19 | <EmptySpace min="0" pref="546" max="32767" attributes="0"/> |
|---|
| 20 | <Group type="102" alignment="1" attributes="0"> |
|---|
| 21 | <EmptySpace max="-2" attributes="0"/> |
|---|
| 22 | <Group type="103" groupAlignment="1" attributes="0"> |
|---|
| 23 | <Component id="jScrollPane1" alignment="0" pref="506" max="32767" attributes="0"/> |
|---|
| 24 | <Group type="102" alignment="1" attributes="0"> |
|---|
| 25 | <Component id="jLabel1" min="-2" max="-2" attributes="0"/> |
|---|
| 26 | <EmptySpace pref="330" max="32767" attributes="0"/> |
|---|
| 27 | <Component id="removeButton" min="-2" max="-2" attributes="0"/> |
|---|
| 28 | </Group> |
|---|
| 29 | </Group> |
|---|
| 30 | <EmptySpace max="-2" attributes="0"/> |
|---|
| 31 | </Group> |
|---|
| 32 | </Group> |
|---|
| 33 | </DimensionLayout> |
|---|
| 34 | <DimensionLayout dim="1"> |
|---|
| 35 | <Group type="103" groupAlignment="0" attributes="0"> |
|---|
| 36 | <Group type="102" alignment="0" attributes="0"> |
|---|
| 37 | <EmptySpace max="-2" attributes="0"/> |
|---|
| 38 | <Group type="103" groupAlignment="1" attributes="0"> |
|---|
| 39 | <Component id="removeButton" alignment="1" min="-2" max="-2" attributes="0"/> |
|---|
| 40 | <Component id="jLabel1" alignment="1" min="-2" max="-2" attributes="0"/> |
|---|
| 41 | </Group> |
|---|
| 42 | <EmptySpace max="-2" attributes="0"/> |
|---|
| 43 | <Component id="jScrollPane1" pref="120" max="32767" attributes="0"/> |
|---|
| 44 | <EmptySpace max="-2" attributes="0"/> |
|---|
| 45 | </Group> |
|---|
| 46 | </Group> |
|---|
| 47 | </DimensionLayout> |
|---|
| 48 | </Layout> |
|---|
| 49 | <SubComponents> |
|---|
| 50 | <Component class="javax.swing.JButton" name="removeButton"> |
|---|
| 51 | <Properties> |
|---|
| 52 | <Property name="text" type="java.lang.String" value="Remove"/> |
|---|
| 53 | </Properties> |
|---|
| 54 | <Events> |
|---|
| 55 | <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="removeButtonremoveThisProperty"/> |
|---|
| 56 | </Events> |
|---|
| 57 | </Component> |
|---|
| 58 | <Component class="javax.swing.JLabel" name="jLabel1"> |
|---|
| 59 | <Properties> |
|---|
| 60 | <Property name="text" type="java.lang.String" value="Cad Log Text"/> |
|---|
| 61 | </Properties> |
|---|
| 62 | </Component> |
|---|
| 63 | <Container class="javax.swing.JScrollPane" name="jScrollPane1"> |
|---|
| 64 | <AuxValues> |
|---|
| 65 | <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> |
|---|
| 66 | </AuxValues> |
|---|
| 67 | |
|---|
| 68 | <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> |
|---|
| 69 | <SubComponents> |
|---|
| 70 | <Component class="javax.swing.JTextArea" name="jTextArea1"> |
|---|
| 71 | <Properties> |
|---|
| 72 | <Property name="columns" type="int" value="20"/> |
|---|
| 73 | <Property name="rows" type="int" value="5"/> |
|---|
| 74 | </Properties> |
|---|
| 75 | </Component> |
|---|
| 76 | </SubComponents> |
|---|
| 77 | </Container> |
|---|
| 78 | </SubComponents> |
|---|
| 79 | </Form> |
|---|