|
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | + |
| 3 | +<Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JDialogFormInfo"> |
| 4 | + <Properties> |
| 5 | + <Property name="defaultCloseOperation" type="int" value="2"/> |
| 6 | + <Property name="alwaysOnTop" type="boolean" value="true"/> |
| 7 | + <Property name="focusable" type="boolean" value="false"/> |
| 8 | + <Property name="focusableWindowState" type="boolean" value="false"/> |
| 9 | + <Property name="undecorated" type="boolean" value="true"/> |
| 10 | + <Property name="resizable" type="boolean" value="false"/> |
| 11 | + </Properties> |
| 12 | + <SyntheticProperties> |
| 13 | + <SyntheticProperty name="formSizePolicy" type="int" value="1"/> |
| 14 | + <SyntheticProperty name="generateCenter" type="boolean" value="false"/> |
| 15 | + </SyntheticProperties> |
| 16 | + <AuxValues> |
| 17 | + <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> |
| 18 | + <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> |
| 19 | + <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> |
| 20 | + <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> |
| 21 | + <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> |
| 22 | + <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> |
| 23 | + <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> |
| 24 | + <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> |
| 25 | + <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> |
| 26 | + </AuxValues> |
| 27 | + |
| 28 | + <Layout> |
| 29 | + <DimensionLayout dim="0"> |
| 30 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 31 | + <Group type="102" attributes="0"> |
| 32 | + <EmptySpace max="-2" attributes="0"/> |
| 33 | + <Component id="jLabel1" min="-2" pref="48" max="-2" attributes="0"/> |
| 34 | + <EmptySpace max="-2" attributes="0"/> |
| 35 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 36 | + <Group type="102" attributes="0"> |
| 37 | + <Component id="text" min="-2" pref="264" max="-2" attributes="0"/> |
| 38 | + <EmptySpace max="32767" attributes="0"/> |
| 39 | + </Group> |
| 40 | + <Group type="102" alignment="0" attributes="0"> |
| 41 | + <Component id="title" max="32767" attributes="0"/> |
| 42 | + <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> |
| 43 | + <Component id="closeButton" min="-2" max="-2" attributes="0"/> |
| 44 | + </Group> |
| 45 | + </Group> |
| 46 | + </Group> |
| 47 | + </Group> |
| 48 | + </DimensionLayout> |
| 49 | + <DimensionLayout dim="1"> |
| 50 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 51 | + <Group type="102" attributes="0"> |
| 52 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 53 | + <Group type="102" attributes="0"> |
| 54 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 55 | + <Group type="102" attributes="0"> |
| 56 | + <EmptySpace max="-2" attributes="0"/> |
| 57 | + <Component id="title" min="-2" max="-2" attributes="0"/> |
| 58 | + </Group> |
| 59 | + <Component id="closeButton" alignment="0" min="-2" max="-2" attributes="0"/> |
| 60 | + </Group> |
| 61 | + <EmptySpace max="-2" attributes="0"/> |
| 62 | + <Component id="text" min="-2" pref="42" max="-2" attributes="0"/> |
| 63 | + </Group> |
| 64 | + <Group type="102" alignment="0" attributes="0"> |
| 65 | + <EmptySpace max="-2" attributes="0"/> |
| 66 | + <Component id="jLabel1" min="-2" pref="48" max="-2" attributes="0"/> |
| 67 | + </Group> |
| 68 | + </Group> |
| 69 | + <EmptySpace max="32767" attributes="0"/> |
| 70 | + </Group> |
| 71 | + </Group> |
| 72 | + </DimensionLayout> |
| 73 | + </Layout> |
| 74 | + <SubComponents> |
| 75 | + <Component class="javax.swing.JLabel" name="title"> |
| 76 | + <Properties> |
| 77 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> |
| 78 | + <FontInfo relative="true"> |
| 79 | + <Font bold="true" component="title" property="font" relativeSize="true" size="0"/> |
| 80 | + </FontInfo> |
| 81 | + </Property> |
| 82 | + </Properties> |
| 83 | + </Component> |
| 84 | + <Component class="javax.swing.JLabel" name="jLabel1"> |
| 85 | + <Properties> |
| 86 | + <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| 87 | + <Connection code="new ImageIcon(Paths.get(BaseNoGui.getContentFile("lib").getAbsolutePath(), "arduino_small.png").toFile().getAbsolutePath())" type="code"/> |
| 88 | + </Property> |
| 89 | + </Properties> |
| 90 | + <AuxValues> |
| 91 | + <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/> |
| 92 | + <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/> |
| 93 | + </AuxValues> |
| 94 | + </Component> |
| 95 | + <Component class="javax.swing.JEditorPane" name="text"> |
| 96 | + <Properties> |
| 97 | + <Property name="editable" type="boolean" value="false"/> |
| 98 | + <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> |
| 99 | + <Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo"> |
| 100 | + <LineBorder roundedCorners="true" thickness="0"/> |
| 101 | + </Border> |
| 102 | + </Property> |
| 103 | + <Property name="contentType" type="java.lang.String" value="text/html" noResource="true"/> |
| 104 | + <Property name="opaque" type="boolean" value="false"/> |
| 105 | + </Properties> |
| 106 | + </Component> |
| 107 | + <Component class="javax.swing.JButton" name="closeButton"> |
| 108 | + <Properties> |
| 109 | + <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| 110 | + <Connection code="new ImageIcon(Paths.get(BaseNoGui.getContentFile("lib").getAbsolutePath(), "theme", "close.png").toFile().getAbsolutePath())" type="code"/> |
| 111 | + </Property> |
| 112 | + <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> |
| 113 | + <Border info="null"/> |
| 114 | + </Property> |
| 115 | + <Property name="borderPainted" type="boolean" value="false"/> |
| 116 | + <Property name="hideActionText" type="boolean" value="true"/> |
| 117 | + </Properties> |
| 118 | + <Events> |
| 119 | + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="closeButtonActionPerformed"/> |
| 120 | + </Events> |
| 121 | + </Component> |
| 122 | + </SubComponents> |
| 123 | +</Form> |
0 commit comments