Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fa72967

Browse files
Creation of window to add new user.
1 parent 3f17396 commit fa72967

File tree

1 file changed

+146
-0
lines changed

1 file changed

+146
-0
lines changed

‎src/NewUser.form

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
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="Add New User"/>
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" alignment="0" attributes="0">
28+
<EmptySpace min="-2" pref="86" max="-2" attributes="0"/>
29+
<Group type="103" groupAlignment="0" attributes="0">
30+
<Component id="jLabel1" alignment="1" min="-2" max="-2" attributes="0"/>
31+
<Component id="jLabel2" alignment="1" min="-2" max="-2" attributes="0"/>
32+
<Component id="jLabel3" alignment="1" min="-2" max="-2" attributes="0"/>
33+
<Component id="jLabel4" alignment="1" min="-2" max="-2" attributes="0"/>
34+
<Component id="jLabel5" alignment="1" min="-2" max="-2" attributes="0"/>
35+
</Group>
36+
<EmptySpace min="-2" pref="34" max="-2" attributes="0"/>
37+
<Group type="103" groupAlignment="2" attributes="0">
38+
<Component id="tf_lname" alignment="2" min="-2" pref="150" max="-2" attributes="0"/>
39+
<Component id="tf_fname" alignment="2" min="-2" pref="150" max="-2" attributes="0"/>
40+
<Component id="tf_password" alignment="2" min="-2" pref="150" max="-2" attributes="0"/>
41+
<Component id="tf_email" alignment="2" min="-2" pref="150" max="-2" attributes="0"/>
42+
<Component id="tf_user" alignment="2" max="32767" attributes="0"/>
43+
</Group>
44+
<EmptySpace min="-2" pref="47" max="-2" attributes="0"/>
45+
</Group>
46+
<Group type="102" alignment="0" attributes="0">
47+
<EmptySpace min="-2" pref="155" max="-2" attributes="0"/>
48+
<Component id="bt_add" min="-2" max="-2" attributes="0"/>
49+
<EmptySpace max="32767" attributes="0"/>
50+
</Group>
51+
</Group>
52+
</DimensionLayout>
53+
<DimensionLayout dim="1">
54+
<Group type="103" groupAlignment="0" attributes="0">
55+
<Group type="102" alignment="0" attributes="0">
56+
<EmptySpace min="-2" pref="43" max="-2" attributes="0"/>
57+
<Group type="103" groupAlignment="0" attributes="0">
58+
<Group type="102" alignment="0" attributes="0">
59+
<Component id="tf_user" min="-2" max="-2" attributes="0"/>
60+
<EmptySpace min="-2" pref="24" max="-2" attributes="0"/>
61+
<Component id="tf_email" min="-2" max="-2" attributes="0"/>
62+
<EmptySpace min="-2" pref="35" max="-2" attributes="0"/>
63+
</Group>
64+
<Group type="102" alignment="1" attributes="0">
65+
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
66+
<EmptySpace min="-2" pref="40" max="-2" attributes="0"/>
67+
<Component id="jLabel2" min="-2" max="-2" attributes="0"/>
68+
<EmptySpace min="-2" pref="43" max="-2" attributes="0"/>
69+
</Group>
70+
</Group>
71+
<Group type="103" groupAlignment="0" attributes="0">
72+
<Component id="tf_password" alignment="0" min="-2" max="-2" attributes="0"/>
73+
<Group type="102" alignment="1" attributes="0">
74+
<EmptySpace min="8" pref="8" max="-2" attributes="0"/>
75+
<Component id="jLabel3" min="-2" max="-2" attributes="0"/>
76+
<EmptySpace min="8" pref="8" max="-2" attributes="0"/>
77+
</Group>
78+
</Group>
79+
<Group type="103" groupAlignment="0" attributes="0">
80+
<Group type="102" alignment="0" attributes="0">
81+
<EmptySpace min="-2" pref="34" max="-2" attributes="0"/>
82+
<Component id="tf_fname" min="-2" max="-2" attributes="0"/>
83+
<EmptySpace min="-2" pref="32" max="-2" attributes="0"/>
84+
<Component id="tf_lname" min="-2" max="-2" attributes="0"/>
85+
</Group>
86+
<Group type="102" alignment="1" attributes="0">
87+
<EmptySpace min="-2" pref="42" max="-2" attributes="0"/>
88+
<Component id="jLabel4" min="-2" max="-2" attributes="0"/>
89+
<EmptySpace min="-2" pref="48" max="-2" attributes="0"/>
90+
<Component id="jLabel5" min="-2" max="-2" attributes="0"/>
91+
<EmptySpace min="-2" pref="8" max="-2" attributes="0"/>
92+
</Group>
93+
</Group>
94+
<EmptySpace pref="31" max="32767" attributes="0"/>
95+
<Component id="bt_add" min="-2" max="-2" attributes="0"/>
96+
<EmptySpace min="-2" pref="28" max="-2" attributes="0"/>
97+
</Group>
98+
</Group>
99+
</DimensionLayout>
100+
</Layout>
101+
<SubComponents>
102+
<Component class="javax.swing.JLabel" name="jLabel1">
103+
<Properties>
104+
<Property name="text" type="java.lang.String" value="User Name:"/>
105+
</Properties>
106+
</Component>
107+
<Component class="javax.swing.JLabel" name="jLabel2">
108+
<Properties>
109+
<Property name="text" type="java.lang.String" value="Email:"/>
110+
</Properties>
111+
</Component>
112+
<Component class="javax.swing.JLabel" name="jLabel3">
113+
<Properties>
114+
<Property name="text" type="java.lang.String" value="Password:"/>
115+
</Properties>
116+
</Component>
117+
<Component class="javax.swing.JLabel" name="jLabel4">
118+
<Properties>
119+
<Property name="text" type="java.lang.String" value="First Name:"/>
120+
</Properties>
121+
</Component>
122+
<Component class="javax.swing.JLabel" name="jLabel5">
123+
<Properties>
124+
<Property name="text" type="java.lang.String" value="Last Name:"/>
125+
</Properties>
126+
</Component>
127+
<Component class="javax.swing.JButton" name="bt_add">
128+
<Properties>
129+
<Property name="text" type="java.lang.String" value="Add User"/>
130+
</Properties>
131+
<Events>
132+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="bt_addActionPerformed"/>
133+
</Events>
134+
</Component>
135+
<Component class="javax.swing.JTextField" name="tf_user">
136+
</Component>
137+
<Component class="javax.swing.JTextField" name="tf_email">
138+
</Component>
139+
<Component class="javax.swing.JTextField" name="tf_password">
140+
</Component>
141+
<Component class="javax.swing.JTextField" name="tf_fname">
142+
</Component>
143+
<Component class="javax.swing.JTextField" name="tf_lname">
144+
</Component>
145+
</SubComponents>
146+
</Form>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /