|
| 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 | + </Properties> |
| 7 | + <SyntheticProperties> |
| 8 | + <SyntheticProperty name="formSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,2,-59,0,0,3,48"/> |
| 9 | + <SyntheticProperty name="formSizePolicy" type="int" value="0"/> |
| 10 | + <SyntheticProperty name="generateSize" type="boolean" value="true"/> |
| 11 | + <SyntheticProperty name="generateCenter" type="boolean" value="true"/> |
| 12 | + </SyntheticProperties> |
| 13 | + <AuxValues> |
| 14 | + <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> |
| 15 | + <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> |
| 16 | + <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> |
| 17 | + <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> |
| 18 | + <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> |
| 19 | + <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> |
| 20 | + <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="3"/> |
| 21 | + <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> |
| 22 | + <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> |
| 23 | + </AuxValues> |
| 24 | + |
| 25 | + <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout"> |
| 26 | + <Property name="useNullLayout" type="boolean" value="false"/> |
| 27 | + </Layout> |
| 28 | + <SubComponents> |
| 29 | + <Component class="javax.swing.JButton" name="btnBackButton"> |
| 30 | + <Properties> |
| 31 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 32 | + <Font name="sansserif" size="50" style="1"/> |
| 33 | + </Property> |
| 34 | + <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> |
| 35 | + <Image iconType="3" name="/arrow-big-left.png"/> |
| 36 | + </Property> |
| 37 | + <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> |
| 38 | + <Border info="null"/> |
| 39 | + </Property> |
| 40 | + <Property name="horizontalTextPosition" type="int" value="0"/> |
| 41 | + </Properties> |
| 42 | + <Events> |
| 43 | + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnBackButtonActionPerformed"/> |
| 44 | + </Events> |
| 45 | + <Constraints> |
| 46 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 47 | + <AbsoluteConstraints x="40" y="30" width="50" height="44"/> |
| 48 | + </Constraint> |
| 49 | + </Constraints> |
| 50 | + </Component> |
| 51 | + <Component class="javax.swing.JLabel" name="jLabel1"> |
| 52 | + <Properties> |
| 53 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 54 | + <Font name="Comic Sans MS" size="30" style="1"/> |
| 55 | + </Property> |
| 56 | + <Property name="horizontalAlignment" type="int" value="0"/> |
| 57 | + <Property name="text" type="java.lang.String" value="Teams Workspace"/> |
| 58 | + </Properties> |
| 59 | + <Constraints> |
| 60 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 61 | + <AbsoluteConstraints x="-10" y="20" width="787" height="54"/> |
| 62 | + </Constraint> |
| 63 | + </Constraints> |
| 64 | + </Component> |
| 65 | + <Component class="javax.swing.JLabel" name="jLabel2"> |
| 66 | + <Properties> |
| 67 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 68 | + <Font name="Calibri" size="22" style="2"/> |
| 69 | + </Property> |
| 70 | + <Property name="horizontalAlignment" type="int" value="0"/> |
| 71 | + <Property name="text" type="java.lang.String" value="This page provides an overview of all teams currently in operation."/> |
| 72 | + </Properties> |
| 73 | + <Constraints> |
| 74 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 75 | + <AbsoluteConstraints x="0" y="90" width="800" height="-1"/> |
| 76 | + </Constraint> |
| 77 | + </Constraints> |
| 78 | + </Component> |
| 79 | + <Component class="javax.swing.JButton" name="jButton1"> |
| 80 | + <Properties> |
| 81 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 82 | + <Font name="Arial" size="20" style="1"/> |
| 83 | + </Property> |
| 84 | + <Property name="text" type="java.lang.String" value="Add New Team"/> |
| 85 | + </Properties> |
| 86 | + <Events> |
| 87 | + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> |
| 88 | + </Events> |
| 89 | + <Constraints> |
| 90 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 91 | + <AbsoluteConstraints x="310" y="600" width="180" height="40"/> |
| 92 | + </Constraint> |
| 93 | + </Constraints> |
| 94 | + </Component> |
| 95 | + <Container class="javax.swing.JScrollPane" name="jScrollPane1"> |
| 96 | + <AuxValues> |
| 97 | + <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> |
| 98 | + </AuxValues> |
| 99 | + <Constraints> |
| 100 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 101 | + <AbsoluteConstraints x="50" y="190" width="700" height="400"/> |
| 102 | + </Constraint> |
| 103 | + </Constraints> |
| 104 | + |
| 105 | + <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> |
| 106 | + <SubComponents> |
| 107 | + <Component class="javax.swing.JTable" name="jTable1"> |
| 108 | + <Properties> |
| 109 | + <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> |
| 110 | + <Table columnCount="4" rowCount="0"> |
| 111 | + <Column editable="true" title="ID" type="java.lang.Object"/> |
| 112 | + <Column editable="true" title="TEAM NAME " type="java.lang.Object"/> |
| 113 | + <Column editable="true" title="CREATED AT" type="java.lang.Object"/> |
| 114 | + <Column editable="true" title="UPDATED AT" type="java.lang.Object"/> |
| 115 | + </Table> |
| 116 | + </Property> |
| 117 | + <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor"> |
| 118 | + <TableColumnModel selectionModel="0"> |
| 119 | + <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> |
| 120 | + <Title/> |
| 121 | + <Editor/> |
| 122 | + <Renderer/> |
| 123 | + </Column> |
| 124 | + <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> |
| 125 | + <Title/> |
| 126 | + <Editor/> |
| 127 | + <Renderer/> |
| 128 | + </Column> |
| 129 | + <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> |
| 130 | + <Title/> |
| 131 | + <Editor/> |
| 132 | + <Renderer/> |
| 133 | + </Column> |
| 134 | + <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> |
| 135 | + <Title/> |
| 136 | + <Editor/> |
| 137 | + <Renderer/> |
| 138 | + </Column> |
| 139 | + </TableColumnModel> |
| 140 | + </Property> |
| 141 | + <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> |
| 142 | + <TableHeader reorderingAllowed="true" resizingAllowed="true"/> |
| 143 | + </Property> |
| 144 | + </Properties> |
| 145 | + </Component> |
| 146 | + </SubComponents> |
| 147 | + </Container> |
| 148 | + <Component class="javax.swing.JTextField" name="jTextField1"> |
| 149 | + <Properties> |
| 150 | + <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| 151 | + <Font name="Calibri" size="18" style="2"/> |
| 152 | + </Property> |
| 153 | + <Property name="horizontalAlignment" type="int" value="2"/> |
| 154 | + <Property name="text" type="java.lang.String" value="Search Team"/> |
| 155 | + </Properties> |
| 156 | + <Constraints> |
| 157 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 158 | + <AbsoluteConstraints x="240" y="130" width="270" height="40"/> |
| 159 | + </Constraint> |
| 160 | + </Constraints> |
| 161 | + </Component> |
| 162 | + <Component class="javax.swing.JButton" name="jButton2"> |
| 163 | + <Properties> |
| 164 | + <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> |
| 165 | + <Image iconType="3" name="/search.png"/> |
| 166 | + </Property> |
| 167 | + </Properties> |
| 168 | + <Constraints> |
| 169 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 170 | + <AbsoluteConstraints x="530" y="130" width="40" height="40"/> |
| 171 | + </Constraint> |
| 172 | + </Constraints> |
| 173 | + </Component> |
| 174 | + <Component class="javax.swing.JLabel" name="jLabel3"> |
| 175 | + <Properties> |
| 176 | + <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> |
| 177 | + <Image iconType="3" name="/TeamBG.jpg"/> |
| 178 | + </Property> |
| 179 | + </Properties> |
| 180 | + <Constraints> |
| 181 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
| 182 | + <AbsoluteConstraints x="0" y="0" width="-1" height="-1"/> |
| 183 | + </Constraint> |
| 184 | + </Constraints> |
| 185 | + </Component> |
| 186 | + </SubComponents> |
| 187 | +</Form> |
0 commit comments