diff options
Diffstat (limited to 'client/trunk/src/com/fourisland/instadisc/ChangePasswordForm.form')
| -rw-r--r-- | client/trunk/src/com/fourisland/instadisc/ChangePasswordForm.form | 171 |
1 files changed, 171 insertions, 0 deletions
| diff --git a/client/trunk/src/com/fourisland/instadisc/ChangePasswordForm.form b/client/trunk/src/com/fourisland/instadisc/ChangePasswordForm.form new file mode 100644 index 0000000..93681ac --- /dev/null +++ b/client/trunk/src/com/fourisland/instadisc/ChangePasswordForm.form | |||
| @@ -0,0 +1,171 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" ?> | ||
| 2 | |||
| 3 | <Form version="1.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JDialogFormInfo"> | ||
| 4 | <Properties> | ||
| 5 | <Property name="defaultCloseOperation" type="int" value="2"/> | ||
| 6 | <Property name="name" type="java.lang.String" value="Form" noResource="true"/> | ||
| 7 | </Properties> | ||
| 8 | <SyntheticProperties> | ||
| 9 | <SyntheticProperty name="formSizePolicy" type="int" value="1"/> | ||
| 10 | </SyntheticProperties> | ||
| 11 | <AuxValues> | ||
| 12 | <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="2"/> | ||
| 13 | <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/> | ||
| 14 | <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> | ||
| 15 | <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> | ||
| 16 | <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> | ||
| 17 | <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> | ||
| 18 | <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> | ||
| 19 | <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> | ||
| 20 | </AuxValues> | ||
| 21 | |||
| 22 | <Layout> | ||
| 23 | <DimensionLayout dim="0"> | ||
| 24 | <Group type="103" groupAlignment="0" attributes="0"> | ||
| 25 | <Group type="102" attributes="0"> | ||
| 26 | <EmptySpace max="-2" attributes="0"/> | ||
| 27 | <Group type="103" groupAlignment="0" attributes="0"> | ||
| 28 | <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/> | ||
| 29 | <Group type="102" alignment="0" attributes="0"> | ||
| 30 | <EmptySpace min="12" pref="12" max="12" attributes="0"/> | ||
| 31 | <Group type="103" groupAlignment="0" attributes="0"> | ||
| 32 | <Group type="102" alignment="1" attributes="0"> | ||
| 33 | <Component id="jLabel6" pref="270" max="32767" attributes="0"/> | ||
| 34 | <EmptySpace max="-2" attributes="0"/> | ||
| 35 | <Component id="jButton2" min="-2" max="-2" attributes="0"/> | ||
| 36 | <EmptySpace max="-2" attributes="0"/> | ||
| 37 | <Component id="jButton1" min="-2" max="-2" attributes="0"/> | ||
| 38 | </Group> | ||
| 39 | <Group type="102" attributes="0"> | ||
| 40 | <Component id="jLabel5" min="-2" max="-2" attributes="0"/> | ||
| 41 | <EmptySpace max="-2" attributes="0"/> | ||
| 42 | <Component id="jPasswordField3" pref="203" max="32767" attributes="0"/> | ||
| 43 | </Group> | ||
| 44 | <Group type="102" alignment="0" attributes="0"> | ||
| 45 | <Group type="103" groupAlignment="0" attributes="0"> | ||
| 46 | <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/> | ||
| 47 | <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/> | ||
| 48 | </Group> | ||
| 49 | <EmptySpace max="-2" attributes="0"/> | ||
| 50 | <Group type="103" groupAlignment="1" attributes="0"> | ||
| 51 | <Component id="jPasswordField2" pref="257" max="32767" attributes="0"/> | ||
| 52 | <Component id="jPasswordField1" alignment="0" pref="257" max="32767" attributes="0"/> | ||
| 53 | </Group> | ||
| 54 | </Group> | ||
| 55 | <Component id="jLabel2" alignment="0" pref="364" max="32767" attributes="0"/> | ||
| 56 | </Group> | ||
| 57 | </Group> | ||
| 58 | </Group> | ||
| 59 | <EmptySpace max="-2" attributes="0"/> | ||
| 60 | </Group> | ||
| 61 | </Group> | ||
| 62 | </DimensionLayout> | ||
| 63 | <DimensionLayout dim="1"> | ||
| 64 | <Group type="103" groupAlignment="0" attributes="0"> | ||
| 65 | <Group type="102" alignment="0" attributes="0"> | ||
| 66 | <EmptySpace min="-2" max="-2" attributes="0"/> | ||
| 67 | <Component id="jLabel1" min="-2" max="-2" attributes="0"/> | ||
| 68 | <EmptySpace max="-2" attributes="0"/> | ||
| 69 | <Component id="jLabel2" pref="51" max="32767" attributes="0"/> | ||
| 70 | <EmptySpace max="-2" attributes="0"/> | ||
| 71 | <Group type="103" groupAlignment="3" attributes="0"> | ||
| 72 | <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> | ||
| 73 | <Component id="jPasswordField1" alignment="3" min="-2" max="-2" attributes="0"/> | ||
| 74 | </Group> | ||
| 75 | <EmptySpace min="-2" max="-2" attributes="0"/> | ||
| 76 | <Group type="103" groupAlignment="3" attributes="0"> | ||
| 77 | <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/> | ||
| 78 | <Component id="jPasswordField2" alignment="3" min="-2" max="-2" attributes="0"/> | ||
| 79 | </Group> | ||
| 80 | <EmptySpace min="-2" max="-2" attributes="0"/> | ||
| 81 | <Group type="103" groupAlignment="3" attributes="0"> | ||
| 82 | <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/> | ||
| 83 | <Component id="jPasswordField3" alignment="3" min="-2" max="-2" attributes="0"/> | ||
| 84 | </Group> | ||
| 85 | <EmptySpace min="-2" max="-2" attributes="0"/> | ||
| 86 | <Group type="103" groupAlignment="3" attributes="0"> | ||
| 87 | <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/> | ||
| 88 | <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/> | ||
| 89 | <Component id="jLabel6" alignment="3" min="-2" pref="26" max="-2" attributes="0"/> | ||
| 90 | </Group> | ||
| 91 | <EmptySpace min="-2" max="-2" attributes="0"/> | ||
| 92 | </Group> | ||
| 93 | </Group> | ||
| 94 | </DimensionLayout> | ||
| 95 | </Layout> | ||
| 96 | <SubComponents> | ||
| 97 | <Component class="javax.swing.JLabel" name="jLabel1"> | ||
| 98 | <Properties> | ||
| 99 | <Property name="font" type="java.awt.Font" resourceKey="jLabel1.font"/> | ||
| 100 | <Property name="text" type="java.lang.String" resourceKey="jLabel1.text"/> | ||
| 101 | <Property name="name" type="java.lang.String" value="jLabel1" noResource="true"/> | ||
| 102 | </Properties> | ||
| 103 | </Component> | ||
| 104 | <Component class="javax.swing.JLabel" name="jLabel2"> | ||
| 105 | <Properties> | ||
| 106 | <Property name="text" type="java.lang.String" resourceKey="jLabel2.text"/> | ||
| 107 | <Property name="name" type="java.lang.String" value="jLabel2" noResource="true"/> | ||
| 108 | </Properties> | ||
| 109 | </Component> | ||
| 110 | <Component class="javax.swing.JLabel" name="jLabel3"> | ||
| 111 | <Properties> | ||
| 112 | <Property name="text" type="java.lang.String" resourceKey="jLabel3.text"/> | ||
| 113 | <Property name="name" type="java.lang.String" value="jLabel3" noResource="true"/> | ||
| 114 | </Properties> | ||
| 115 | </Component> | ||
| 116 | <Component class="javax.swing.JLabel" name="jLabel4"> | ||
| 117 | <Properties> | ||
| 118 | <Property name="text" type="java.lang.String" resourceKey="jLabel4.text"/> | ||
| 119 | <Property name="name" type="java.lang.String" value="jLabel4" noResource="true"/> | ||
| 120 | </Properties> | ||
| 121 | </Component> | ||
| 122 | <Component class="javax.swing.JLabel" name="jLabel5"> | ||
| 123 | <Properties> | ||
| 124 | <Property name="text" type="java.lang.String" resourceKey="jLabel5.text"/> | ||
| 125 | <Property name="name" type="java.lang.String" value="jLabel5" noResource="true"/> | ||
| 126 | </Properties> | ||
| 127 | </Component> | ||
| 128 | <Component class="javax.swing.JPasswordField" name="jPasswordField1"> | ||
| 129 | <Properties> | ||
| 130 | <Property name="text" type="java.lang.String" resourceKey="jPasswordField1.text"/> | ||
| 131 | <Property name="name" type="java.lang.String" value="jPasswordField1" noResource="true"/> | ||
| 132 | </Properties> | ||
| 133 | </Component> | ||
| 134 | <Component class="javax.swing.JPasswordField" name="jPasswordField2"> | ||
| 135 | <Properties> | ||
| 136 | <Property name="text" type="java.lang.String" resourceKey="jPasswordField2.text"/> | ||
| 137 | <Property name="name" type="java.lang.String" value="jPasswordField2" noResource="true"/> | ||
| 138 | </Properties> | ||
| 139 | </Component> | ||
| 140 | <Component class="javax.swing.JPasswordField" name="jPasswordField3"> | ||
| 141 | <Properties> | ||
| 142 | <Property name="text" type="java.lang.String" resourceKey="jPasswordField3.text"/> | ||
| 143 | <Property name="name" type="java.lang.String" value="jPasswordField3" noResource="true"/> | ||
| 144 | </Properties> | ||
| 145 | </Component> | ||
| 146 | <Component class="javax.swing.JButton" name="jButton1"> | ||
| 147 | <Properties> | ||
| 148 | <Property name="text" type="java.lang.String" resourceKey="jButton1.text"/> | ||
| 149 | <Property name="name" type="java.lang.String" value="jButton1" noResource="true"/> | ||
| 150 | </Properties> | ||
| 151 | <Events> | ||
| 152 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> | ||
| 153 | </Events> | ||
| 154 | </Component> | ||
| 155 | <Component class="javax.swing.JButton" name="jButton2"> | ||
| 156 | <Properties> | ||
| 157 | <Property name="text" type="java.lang.String" resourceKey="jButton2.text"/> | ||
| 158 | <Property name="name" type="java.lang.String" value="jButton2" noResource="true"/> | ||
| 159 | </Properties> | ||
| 160 | <Events> | ||
| 161 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/> | ||
| 162 | </Events> | ||
| 163 | </Component> | ||
| 164 | <Component class="javax.swing.JLabel" name="jLabel6"> | ||
| 165 | <Properties> | ||
| 166 | <Property name="text" type="java.lang.String" resourceKey="jLabel6.text"/> | ||
| 167 | <Property name="name" type="java.lang.String" value="jLabel6" noResource="true"/> | ||
| 168 | </Properties> | ||
| 169 | </Component> | ||
| 170 | </SubComponents> | ||
| 171 | </Form> | ||
