-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f0f236
commit a086920
Showing
79 changed files
with
2,266 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
175 changes: 175 additions & 0 deletions
175
Student Management System/build/classes/student/about.form
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,175 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
|
||
<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> | ||
<NonVisualComponents> | ||
<Component class="javax.swing.JMenuItem" name="jMenuItem4"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="jMenuItem4"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JMenuItem" name="jMenuItem3"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="jMenuItem3"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JMenuItem" name="jMenuItem5"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="jMenuItem5"/> | ||
</Properties> | ||
</Component> | ||
<Menu class="javax.swing.JMenuBar" name="jMenuBar1"> | ||
<SubComponents> | ||
<Menu class="javax.swing.JMenu" name="jMenu1"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="File"/> | ||
</Properties> | ||
<SubComponents> | ||
<MenuItem class="javax.swing.JMenuItem" name="jMenuItem1"> | ||
<Properties> | ||
<Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> | ||
<KeyStroke key="Ctrl+A"/> | ||
</Property> | ||
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> | ||
<Image iconType="2" name="F:\Java Netbeans\Student\project Image\home.png"/> | ||
</Property> | ||
<Property name="text" type="java.lang.String" value="Home"/> | ||
</Properties> | ||
<Events> | ||
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem1ActionPerformed"/> | ||
</Events> | ||
</MenuItem> | ||
<MenuItem class="javax.swing.JMenuItem" name="jMenuItem2"> | ||
<Properties> | ||
<Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> | ||
<KeyStroke key="Ctrl+L"/> | ||
</Property> | ||
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> | ||
<Image iconType="2" name="F:\Java Netbeans\Student\project Image\logout.png"/> | ||
</Property> | ||
<Property name="text" type="java.lang.String" value="LogOut"/> | ||
</Properties> | ||
<Events> | ||
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem2ActionPerformed"/> | ||
</Events> | ||
</MenuItem> | ||
</SubComponents> | ||
</Menu> | ||
<Menu class="javax.swing.JMenu" name="jMenu2"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="Close"/> | ||
</Properties> | ||
<SubComponents> | ||
<MenuItem class="javax.swing.JMenuItem" name="Close"> | ||
<Properties> | ||
<Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> | ||
<KeyStroke key="Alt+F4"/> | ||
</Property> | ||
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> | ||
<Image iconType="2" name="F:\Java Netbeans\student\project Image\cancel1.png"/> | ||
</Property> | ||
<Property name="text" type="java.lang.String" value="Exit"/> | ||
</Properties> | ||
<Events> | ||
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="CloseActionPerformed"/> | ||
<EventHandler event="keyPressed" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="CloseKeyPressed"/> | ||
</Events> | ||
</MenuItem> | ||
</SubComponents> | ||
</Menu> | ||
</SubComponents> | ||
</Menu> | ||
</NonVisualComponents> | ||
<Properties> | ||
<Property name="defaultCloseOperation" type="int" value="3"/> | ||
</Properties> | ||
<SyntheticProperties> | ||
<SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/> | ||
<SyntheticProperty name="formSizePolicy" type="int" value="1"/> | ||
<SyntheticProperty name="generateCenter" type="boolean" value="false"/> | ||
</SyntheticProperties> | ||
<AuxValues> | ||
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> | ||
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> | ||
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> | ||
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> | ||
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> | ||
</AuxValues> | ||
|
||
<Layout> | ||
<DimensionLayout dim="0"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Component id="jPanel1" alignment="0" max="32767" attributes="0"/> | ||
</Group> | ||
</DimensionLayout> | ||
<DimensionLayout dim="1"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Component id="jPanel1" min="-2" max="-2" attributes="0"/> | ||
</Group> | ||
</DimensionLayout> | ||
</Layout> | ||
<SubComponents> | ||
<Container class="javax.swing.JPanel" name="jPanel1"> | ||
|
||
<Layout> | ||
<DimensionLayout dim="0"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="102" attributes="0"> | ||
<EmptySpace min="37" pref="37" max="-2" attributes="0"/> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="103" alignment="0" groupAlignment="1" attributes="0"> | ||
<Component id="jLabel1" min="-2" pref="366" max="-2" attributes="0"/> | ||
<Component id="jLabel2" min="-2" pref="211" max="-2" attributes="0"/> | ||
</Group> | ||
<Component id="jLabel3" alignment="0" min="-2" pref="104" max="-2" attributes="0"/> | ||
</Group> | ||
<EmptySpace pref="41" max="32767" attributes="0"/> | ||
</Group> | ||
</Group> | ||
</DimensionLayout> | ||
<DimensionLayout dim="1"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="102" alignment="0" attributes="0"> | ||
<EmptySpace min="-2" pref="26" max="-2" attributes="0"/> | ||
<Component id="jLabel1" min="-2" pref="169" max="-2" attributes="0"/> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<Component id="jLabel2" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace type="separate" max="-2" attributes="0"/> | ||
<Component id="jLabel3" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace pref="53" max="32767" attributes="0"/> | ||
</Group> | ||
</Group> | ||
</DimensionLayout> | ||
</Layout> | ||
<SubComponents> | ||
<Component class="javax.swing.JLabel" name="jLabel1"> | ||
<Properties> | ||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> | ||
<Font name="Gabriola" size="36" style="3"/> | ||
</Property> | ||
<Property name="text" type="java.lang.String" value="Student Management System"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JLabel" name="jLabel2"> | ||
<Properties> | ||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> | ||
<Font name="Times New Roman" size="24" style="3"/> | ||
</Property> | ||
<Property name="text" type="java.lang.String" value="By Saurabh Kumar"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JLabel" name="jLabel3"> | ||
<Properties> | ||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> | ||
<Font name="Segoe UI" size="18" style="0"/> | ||
</Property> | ||
<Property name="text" type="java.lang.String" value="09/08/2023"/> | ||
</Properties> | ||
</Component> | ||
</SubComponents> | ||
</Container> | ||
</SubComponents> | ||
</Form> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.