|
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | + |
| 3 | +<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> |
| 4 | + <Properties> |
| 5 | + <Property name="defaultCloseOperation" type="int" value="3"/> |
| 6 | + <Property name="title" type="java.lang.String" value="Welcome to SIT Library"/> |
| 7 | + </Properties> |
| 8 | + <SyntheticProperties> |
| 9 | + <SyntheticProperty name="formSizePolicy" type="int" value="1"/> |
| 10 | + <SyntheticProperty name="generateCenter" type="boolean" value="false"/> |
| 11 | + </SyntheticProperties> |
| 12 | + <AuxValues> |
| 13 | + <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> |
| 14 | + <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> |
| 15 | + <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> |
| 16 | + <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> |
| 17 | + <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> |
| 18 | + <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> |
| 19 | + <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> |
| 20 | + <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> |
| 21 | + <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> |
| 22 | + </AuxValues> |
| 23 | + |
| 24 | + <Layout> |
| 25 | + <DimensionLayout dim="0"> |
| 26 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 27 | + <Group type="102" attributes="0"> |
| 28 | + <EmptySpace pref="100" max="32767" attributes="0"/> |
| 29 | + <Component id="jLabel1" min="-2" pref="476" max="-2" attributes="0"/> |
| 30 | + <EmptySpace min="-2" pref="155" max="-2" attributes="0"/> |
| 31 | + </Group> |
| 32 | + <Group type="102" alignment="0" attributes="0"> |
| 33 | + <EmptySpace min="-2" pref="116" max="-2" attributes="0"/> |
| 34 | + <Component id="panelLogin" min="-2" max="-2" attributes="0"/> |
| 35 | + <EmptySpace max="32767" attributes="0"/> |
| 36 | + </Group> |
| 37 | + </Group> |
| 38 | + </DimensionLayout> |
| 39 | + <DimensionLayout dim="1"> |
| 40 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 41 | + <Group type="102" alignment="0" attributes="0"> |
| 42 | + <EmptySpace min="-2" pref="22" max="-2" attributes="0"/> |
| 43 | + <Component id="jLabel1" min="-2" pref="39" max="-2" attributes="0"/> |
| 44 | + <EmptySpace type="separate" max="-2" attributes="0"/> |
| 45 | + <Component id="panelLogin" min="-2" max="-2" attributes="0"/> |
| 46 | + <EmptySpace pref="51" max="32767" attributes="0"/> |
| 47 | + </Group> |
| 48 | + </Group> |
| 49 | + </DimensionLayout> |
| 50 | + </Layout> |
| 51 | + <SubComponents> |
| 52 | + <Component class="javax.swing.JLabel" name="jLabel1"> |
| 53 | + <Properties> |
| 54 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 55 | + <Font name="Tahoma" size="24" style="0"/> |
| 56 | + </Property> |
| 57 | + <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> |
| 58 | + <Color blue="99" green="0" red="99" type="rgb"/> |
| 59 | + </Property> |
| 60 | + <Property name="horizontalAlignment" type="int" value="0"/> |
| 61 | + <Property name="text" type="java.lang.String" value="Welcome to SIT Library"/> |
| 62 | + </Properties> |
| 63 | + </Component> |
| 64 | + <Container class="javax.swing.JPanel" name="panelLogin"> |
| 65 | + <AccessibilityProperties> |
| 66 | + <Property name="AccessibleContext.accessibleName" type="java.lang.String" value=""/> |
| 67 | + </AccessibilityProperties> |
| 68 | + |
| 69 | + <Layout> |
| 70 | + <DimensionLayout dim="0"> |
| 71 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 72 | + <Group type="102" alignment="1" attributes="0"> |
| 73 | + <EmptySpace min="-2" pref="73" max="-2" attributes="0"/> |
| 74 | + <Group type="103" groupAlignment="0" max="-2" attributes="0"> |
| 75 | + <Component id="LabelAdmin" max="32767" attributes="0"/> |
| 76 | + <Component id="LabelPass" pref="70" max="32767" attributes="0"/> |
| 77 | + </Group> |
| 78 | + <EmptySpace min="-2" pref="21" max="-2" attributes="0"/> |
| 79 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 80 | + <Component id="txtAdminId" pref="163" max="32767" attributes="0"/> |
| 81 | + <Component id="txtPassword" max="32767" attributes="0"/> |
| 82 | + </Group> |
| 83 | + <EmptySpace min="-2" pref="167" max="-2" attributes="0"/> |
| 84 | + </Group> |
| 85 | + <Group type="102" alignment="0" attributes="0"> |
| 86 | + <EmptySpace min="-2" pref="208" max="-2" attributes="0"/> |
| 87 | + <Component id="btnLogin" min="-2" pref="74" max="-2" attributes="0"/> |
| 88 | + <EmptySpace max="32767" attributes="0"/> |
| 89 | + </Group> |
| 90 | + </Group> |
| 91 | + </DimensionLayout> |
| 92 | + <DimensionLayout dim="1"> |
| 93 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 94 | + <Group type="102" alignment="0" attributes="0"> |
| 95 | + <EmptySpace min="-2" pref="67" max="-2" attributes="0"/> |
| 96 | + <Group type="103" groupAlignment="0" max="-2" attributes="0"> |
| 97 | + <Component id="LabelAdmin" max="32767" attributes="0"/> |
| 98 | + <Component id="txtAdminId" pref="30" max="32767" attributes="0"/> |
| 99 | + </Group> |
| 100 | + <EmptySpace min="-2" pref="30" max="-2" attributes="0"/> |
| 101 | + <Group type="103" groupAlignment="3" attributes="0"> |
| 102 | + <Component id="txtPassword" alignment="3" min="-2" pref="31" max="-2" attributes="0"/> |
| 103 | + <Component id="LabelPass" alignment="3" min="-2" pref="31" max="-2" attributes="0"/> |
| 104 | + </Group> |
| 105 | + <EmptySpace min="-2" pref="33" max="-2" attributes="0"/> |
| 106 | + <Component id="btnLogin" min="-2" pref="35" max="-2" attributes="0"/> |
| 107 | + <EmptySpace pref="68" max="32767" attributes="0"/> |
| 108 | + </Group> |
| 109 | + </Group> |
| 110 | + </DimensionLayout> |
| 111 | + </Layout> |
| 112 | + <SubComponents> |
| 113 | + <Component class="javax.swing.JLabel" name="LabelAdmin"> |
| 114 | + <Properties> |
| 115 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 116 | + <Font name="Tahoma" size="14" style="0"/> |
| 117 | + </Property> |
| 118 | + <Property name="text" type="java.lang.String" value="Admin ID:"/> |
| 119 | + </Properties> |
| 120 | + </Component> |
| 121 | + <Component class="javax.swing.JLabel" name="LabelPass"> |
| 122 | + <Properties> |
| 123 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 124 | + <Font name="Tahoma" size="14" style="0"/> |
| 125 | + </Property> |
| 126 | + <Property name="text" type="java.lang.String" value="Password:"/> |
| 127 | + </Properties> |
| 128 | + </Component> |
| 129 | + <Component class="javax.swing.JTextField" name="txtAdminId"> |
| 130 | + <Properties> |
| 131 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 132 | + <Font name="Tahoma" size="14" style="0"/> |
| 133 | + </Property> |
| 134 | + </Properties> |
| 135 | + <Events> |
| 136 | + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtAdminIdActionPerformed"/> |
| 137 | + </Events> |
| 138 | + </Component> |
| 139 | + <Component class="javax.swing.JButton" name="btnLogin"> |
| 140 | + <Properties> |
| 141 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 142 | + <Font name="Tahoma" size="14" style="0"/> |
| 143 | + </Property> |
| 144 | + <Property name="text" type="java.lang.String" value="Login"/> |
| 145 | + </Properties> |
| 146 | + <Events> |
| 147 | + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnLoginActionPerformed"/> |
| 148 | + </Events> |
| 149 | + </Component> |
| 150 | + <Component class="javax.swing.JPasswordField" name="txtPassword"> |
| 151 | + <Properties> |
| 152 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 153 | + <Font name="Tahoma" size="14" style="0"/> |
| 154 | + </Property> |
| 155 | + </Properties> |
| 156 | + </Component> |
| 157 | + </SubComponents> |
| 158 | + </Container> |
| 159 | + </SubComponents> |
| 160 | +</Form> |
0 commit comments