/src/mpv5/ui/dialogs/LoginScreen.form
Unknown | 180 lines | 177 code | 3 blank | 0 comment | 0 complexity | 6345c70ba0d7ab32f4f2a0d89358eae7 MD5 | raw file
1<?xml version="1.1" encoding="UTF-8" ?> 2 3<Form version="1.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> 4 <Properties> 5 <Property name="defaultCloseOperation" type="int" value="0"/> 6 <Property name="title" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 7 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="LoginScreen.title" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 8 </Property> 9 <Property name="alwaysOnTop" type="boolean" value="true"/> 10 <Property name="focusTraversalPolicyProvider" type="boolean" value="true"/> 11 <Property name="resizable" type="boolean" value="false"/> 12 </Properties> 13 <SyntheticProperties> 14 <SyntheticProperty name="formSizePolicy" type="int" value="1"/> 15 </SyntheticProperties> 16 <AuxValues> 17 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/> 18 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> 19 <AuxValue name="FormSettings_formBundle" type="java.lang.String" value="mpv5/resources/languages/Panels"/> 20 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> 21 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> 22 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/> 23 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> 24 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> 25 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> 26 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> 27 </AuxValues> 28 29 <Layout> 30 <DimensionLayout dim="0"> 31 <Group type="103" groupAlignment="0" attributes="0"> 32 <Component id="jPanel1" min="-2" max="-2" attributes="0"/> 33 </Group> 34 </DimensionLayout> 35 <DimensionLayout dim="1"> 36 <Group type="103" groupAlignment="0" attributes="0"> 37 <Component id="jPanel1" alignment="0" max="32767" attributes="0"/> 38 </Group> 39 </DimensionLayout> 40 </Layout> 41 <SubComponents> 42 <Container class="javax.swing.JPanel" name="jPanel1"> 43 <Properties> 44 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 45 <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> 46 <TitledBorder title="Application Locked"> 47 <ResourceString PropertyName="titleX" bundle="mpv5/resources/languages/Panels.properties" key="LoginScreen.jPanel1.border.title" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 48 </TitledBorder> 49 </Border> 50 </Property> 51 </Properties> 52 53 <Layout> 54 <DimensionLayout dim="0"> 55 <Group type="103" groupAlignment="0" attributes="0"> 56 <Group type="102" attributes="0"> 57 <EmptySpace max="-2" attributes="0"/> 58 <Group type="103" groupAlignment="0" attributes="0"> 59 <Group type="102" alignment="0" attributes="1"> 60 <Component id="jLabel3" min="-2" max="-2" attributes="0"/> 61 <EmptySpace max="-2" attributes="0"/> 62 <Component id="jCheckBox1" min="-2" max="-2" attributes="0"/> 63 <EmptySpace max="-2" attributes="0"/> 64 <Component id="jCheckBox2" min="-2" max="-2" attributes="0"/> 65 <EmptySpace pref="127" max="32767" attributes="0"/> 66 <Component id="jButton1" min="-2" max="-2" attributes="0"/> 67 </Group> 68 <Component id="jPasswordField1" alignment="0" pref="380" max="32767" attributes="1"/> 69 <Component id="jTextField1" alignment="0" pref="380" max="32767" attributes="1"/> 70 <Group type="102" alignment="0" attributes="0"> 71 <Component id="jLabel1" min="-2" max="-2" attributes="0"/> 72 <EmptySpace max="-2" attributes="0"/> 73 <Component id="jLabel4" min="-2" pref="194" max="-2" attributes="0"/> 74 </Group> 75 <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/> 76 </Group> 77 <EmptySpace max="-2" attributes="0"/> 78 </Group> 79 </Group> 80 </DimensionLayout> 81 <DimensionLayout dim="1"> 82 <Group type="103" groupAlignment="0" attributes="0"> 83 <Group type="102" alignment="0" attributes="0"> 84 <EmptySpace max="-2" attributes="0"/> 85 <Group type="103" groupAlignment="3" attributes="0"> 86 <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> 87 <Component id="jLabel4" alignment="3" min="-2" pref="14" max="-2" attributes="0"/> 88 </Group> 89 <EmptySpace max="-2" attributes="0"/> 90 <Component id="jTextField1" min="-2" max="-2" attributes="0"/> 91 <EmptySpace max="-2" attributes="0"/> 92 <Component id="jLabel2" min="-2" max="-2" attributes="0"/> 93 <EmptySpace max="-2" attributes="0"/> 94 <Component id="jPasswordField1" min="-2" max="-2" attributes="0"/> 95 <EmptySpace max="-2" attributes="0"/> 96 <Group type="103" groupAlignment="0" attributes="0"> 97 <Component id="jLabel3" alignment="1" min="-2" max="-2" attributes="0"/> 98 <Component id="jCheckBox1" alignment="1" min="-2" max="-2" attributes="0"/> 99 <Group type="103" alignment="1" groupAlignment="3" attributes="0"> 100 <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/> 101 <Component id="jCheckBox2" alignment="3" min="-2" max="-2" attributes="0"/> 102 </Group> 103 </Group> 104 <EmptySpace pref="13" max="32767" attributes="0"/> 105 </Group> 106 </Group> 107 </DimensionLayout> 108 </Layout> 109 <SubComponents> 110 <Component class="javax.swing.JLabel" name="jLabel1"> 111 <Properties> 112 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 113 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="LoginScreen.jLabel1.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 114 </Property> 115 </Properties> 116 </Component> 117 <Component class="javax.swing.JTextField" name="jTextField1"> 118 </Component> 119 <Component class="javax.swing.JLabel" name="jLabel2"> 120 <Properties> 121 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 122 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="LoginScreen.jLabel2.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 123 </Property> 124 </Properties> 125 </Component> 126 <Component class="javax.swing.JButton" name="jButton1"> 127 <Properties> 128 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 129 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="LoginScreen.jButton1.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 130 </Property> 131 </Properties> 132 <Events> 133 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> 134 </Events> 135 </Component> 136 <Component class="javax.swing.JPasswordField" name="jPasswordField1"> 137 <Properties> 138 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 139 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="LoginScreen.jPasswordField1.toolTipText" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 140 </Property> 141 </Properties> 142 <Events> 143 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jPasswordField1ActionPerformed"/> 144 </Events> 145 </Component> 146 <Component class="javax.swing.JLabel" name="jLabel3"> 147 <Properties> 148 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> 149 <Image iconType="3" name="/mpv5/resources/images/32/lock.png"/> 150 </Property> 151 </Properties> 152 </Component> 153 <Component class="javax.swing.JCheckBox" name="jCheckBox1"> 154 <Properties> 155 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 156 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="LoginScreen.jCheckBox1.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 157 </Property> 158 </Properties> 159 </Component> 160 <Component class="javax.swing.JCheckBox" name="jCheckBox2"> 161 <Properties> 162 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 163 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="LoginScreen.jCheckBox2.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 164 </Property> 165 </Properties> 166 </Component> 167 <Component class="javax.swing.JLabel" name="jLabel4"> 168 <Properties> 169 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 170 <Font name="Tahoma" size="11" style="2"/> 171 </Property> 172 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 173 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="LoginScreen.jLabel4.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 174 </Property> 175 </Properties> 176 </Component> 177 </SubComponents> 178 </Container> 179 </SubComponents> 180</Form>