Biblioteca Java - Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 mihai 1 <?xml version="1.0" encoding="UTF-8" ?>
2  
3 <Form version="1.3" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4 <Properties>
5 <Property name="defaultCloseOperation" type="int" value="3"/>
6 </Properties>
7 <SyntheticProperties>
8 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
9 <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
10 </SyntheticProperties>
11 <AuxValues>
12 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
13 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
14 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
15 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
16 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
17 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
18 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
19 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
20 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
21 </AuxValues>
22  
23 <Layout>
24 <DimensionLayout dim="0">
25 <Group type="103" groupAlignment="0" attributes="0">
26 <Group type="102" attributes="0">
27 <EmptySpace max="-2" attributes="0"/>
28 <Group type="103" groupAlignment="0" attributes="0">
29 <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
30 <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
31 <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
32 <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/>
33 </Group>
34 <EmptySpace type="unrelated" max="-2" attributes="0"/>
35 <Group type="103" groupAlignment="2" attributes="0">
36 <Component id="textMax" alignment="2" min="-2" pref="101" max="-2" attributes="0"/>
37 <Component id="textMin" alignment="2" max="32767" attributes="0"/>
38 <Component id="textCurent" alignment="2" max="32767" attributes="0"/>
39 <Component id="textStare" alignment="2" max="32767" attributes="0"/>
40 </Group>
41 <EmptySpace max="-2" attributes="0"/>
42 <Group type="103" groupAlignment="0" attributes="0">
43 <Group type="102" attributes="0">
44 <Component id="butonMaxMinus" min="-2" max="-2" attributes="0"/>
45 <EmptySpace max="-2" attributes="0"/>
46 <Component id="butonMaxPlus" min="-2" max="-2" attributes="0"/>
47 </Group>
48 <Group type="102" attributes="0">
49 <Component id="butonMinMinus" min="-2" max="-2" attributes="0"/>
50 <EmptySpace max="-2" attributes="0"/>
51 <Component id="butonMinPlus" min="-2" max="-2" attributes="0"/>
52 </Group>
53 </Group>
54 <EmptySpace max="32767" attributes="0"/>
55 </Group>
56 </Group>
57 </DimensionLayout>
58 <DimensionLayout dim="1">
59 <Group type="103" groupAlignment="0" attributes="0">
60 <Group type="102" alignment="0" attributes="0">
61 <EmptySpace max="-2" attributes="0"/>
62 <Group type="103" groupAlignment="3" attributes="0">
63 <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
64 <Component id="textMax" alignment="3" min="-2" max="-2" attributes="0"/>
65 <Component id="butonMaxMinus" alignment="3" min="-2" max="-2" attributes="0"/>
66 <Component id="butonMaxPlus" alignment="3" min="-2" max="-2" attributes="0"/>
67 </Group>
68 <EmptySpace max="-2" attributes="0"/>
69 <Group type="103" groupAlignment="3" attributes="0">
70 <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
71 <Component id="textMin" alignment="3" min="-2" max="-2" attributes="0"/>
72 <Component id="butonMinMinus" alignment="3" min="-2" max="-2" attributes="0"/>
73 <Component id="butonMinPlus" alignment="3" min="-2" max="-2" attributes="0"/>
74 </Group>
75 <EmptySpace max="-2" attributes="0"/>
76 <Group type="103" groupAlignment="3" attributes="0">
77 <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
78 <Component id="textCurent" alignment="3" min="-2" max="-2" attributes="0"/>
79 </Group>
80 <EmptySpace max="-2" attributes="0"/>
81 <Group type="103" groupAlignment="3" attributes="0">
82 <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
83 <Component id="textStare" alignment="3" min="-2" max="-2" attributes="0"/>
84 </Group>
85 <EmptySpace pref="16" max="32767" attributes="0"/>
86 </Group>
87 </Group>
88 </DimensionLayout>
89 </Layout>
90 <SubComponents>
91 <Component class="javax.swing.JLabel" name="jLabel1">
92 <Properties>
93 <Property name="text" type="java.lang.String" value="Termperatura maxima:"/>
94 </Properties>
95 </Component>
96 <Component class="javax.swing.JTextField" name="textMax">
97 </Component>
98 <Component class="javax.swing.JLabel" name="jLabel2">
99 <Properties>
100 <Property name="text" type="java.lang.String" value="Temperatura minima:"/>
101 </Properties>
102 </Component>
103 <Component class="javax.swing.JTextField" name="textMin">
104 </Component>
105 <Component class="javax.swing.JLabel" name="jLabel3">
106 <Properties>
107 <Property name="text" type="java.lang.String" value="Temperatura curenta:"/>
108 </Properties>
109 </Component>
110 <Component class="javax.swing.JTextField" name="textCurent">
111 </Component>
112 <Component class="javax.swing.JButton" name="butonMaxMinus">
113 <Properties>
114 <Property name="text" type="java.lang.String" value="-"/>
115 </Properties>
116 <Events>
117 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="butonMaxMinusActionPerformed"/>
118 </Events>
119 </Component>
120 <Component class="javax.swing.JButton" name="butonMaxPlus">
121 <Properties>
122 <Property name="text" type="java.lang.String" value="+"/>
123 </Properties>
124 <Events>
125 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="butonMaxPlusActionPerformed"/>
126 </Events>
127 </Component>
128 <Component class="javax.swing.JButton" name="butonMinMinus">
129 <Properties>
130 <Property name="text" type="java.lang.String" value="-"/>
131 </Properties>
132 </Component>
133 <Component class="javax.swing.JButton" name="butonMinPlus">
134 <Properties>
135 <Property name="text" type="java.lang.String" value="+"/>
136 </Properties>
137 </Component>
138 <Component class="javax.swing.JLabel" name="jLabel4">
139 <Properties>
140 <Property name="text" type="java.lang.String" value="Stare:"/>
141 </Properties>
142 </Component>
143 <Component class="javax.swing.JTextField" name="textStare">
144 </Component>
145 </SubComponents>
146 </Form>