Rev 93 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
93 | luk | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
2 | |||
3 | <Form version="1.3" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JDialogFormInfo"> |
||
4 | <Properties> |
||
5 | <Property name="title" type="java.lang.String" value="Properties"/> |
||
6 | <Property name="locationByPlatform" type="boolean" value="true"/> |
||
7 | <Property name="resizable" type="boolean" value="false"/> |
||
8 | </Properties> |
||
9 | <SyntheticProperties> |
||
10 | <SyntheticProperty name="formSizePolicy" type="int" value="1"/> |
||
11 | </SyntheticProperties> |
||
12 | <Events> |
||
13 | <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="closeDialog"/> |
||
14 | </Events> |
||
15 | <AuxValues> |
||
16 | <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> |
||
17 | <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> |
||
18 | <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> |
||
19 | <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> |
||
20 | <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> |
||
21 | <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> |
||
22 | <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> |
||
23 | <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> |
||
24 | </AuxValues> |
||
25 | |||
26 | <Layout> |
||
27 | <DimensionLayout dim="0"> |
||
28 | <Group type="103" groupAlignment="0" attributes="0"> |
||
29 | <Group type="102" attributes="0"> |
||
30 | <EmptySpace max="-2" attributes="0"/> |
||
31 | <Group type="103" groupAlignment="0" attributes="0"> |
||
32 | <Group type="102" alignment="1" attributes="0"> |
||
33 | <Component id="okButton" linkSize="1" min="-2" pref="67" max="-2" attributes="0"/> |
||
34 | <EmptySpace max="-2" attributes="0"/> |
||
35 | <Component id="cancelButton" linkSize="1" min="-2" max="-2" attributes="0"/> |
||
36 | </Group> |
||
37 | <Group type="102" alignment="0" attributes="0"> |
||
38 | <Component id="priceLabel" min="-2" max="-2" attributes="0"/> |
||
39 | <EmptySpace max="-2" attributes="0"/> |
||
40 | <Component id="priceText" pref="69" max="32767" attributes="0"/> |
||
41 | </Group> |
||
42 | </Group> |
||
43 | <EmptySpace max="-2" attributes="0"/> |
||
44 | </Group> |
||
45 | </Group> |
||
46 | </DimensionLayout> |
||
47 | <DimensionLayout dim="1"> |
||
48 | <Group type="103" groupAlignment="0" attributes="0"> |
||
49 | <Group type="102" alignment="1" attributes="0"> |
||
50 | <EmptySpace max="-2" attributes="0"/> |
||
51 | <Group type="103" groupAlignment="3" attributes="0"> |
||
52 | <Component id="priceLabel" alignment="3" min="-2" max="-2" attributes="0"/> |
||
53 | <Component id="priceText" alignment="3" min="-2" max="-2" attributes="0"/> |
||
54 | </Group> |
||
55 | <EmptySpace pref="22" max="32767" attributes="0"/> |
||
56 | <Group type="103" groupAlignment="3" attributes="0"> |
||
57 | <Component id="cancelButton" alignment="3" min="-2" max="-2" attributes="0"/> |
||
58 | <Component id="okButton" alignment="3" min="-2" max="-2" attributes="0"/> |
||
59 | </Group> |
||
60 | <EmptySpace max="-2" attributes="0"/> |
||
61 | </Group> |
||
62 | </Group> |
||
63 | </DimensionLayout> |
||
64 | </Layout> |
||
65 | <SubComponents> |
||
66 | <Component class="javax.swing.JButton" name="okButton"> |
||
67 | <Properties> |
||
68 | <Property name="text" type="java.lang.String" value="OK"/> |
||
69 | </Properties> |
||
70 | <Events> |
||
71 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okButtonActionPerformed"/> |
||
72 | </Events> |
||
73 | </Component> |
||
74 | <Component class="javax.swing.JButton" name="cancelButton"> |
||
75 | <Properties> |
||
76 | <Property name="text" type="java.lang.String" value="Cancel"/> |
||
77 | </Properties> |
||
78 | <Events> |
||
79 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelButtonActionPerformed"/> |
||
80 | </Events> |
||
81 | </Component> |
||
82 | <Component class="javax.swing.JLabel" name="priceLabel"> |
||
83 | <Properties> |
||
84 | <Property name="text" type="java.lang.String" value="Price per hour"/> |
||
85 | </Properties> |
||
86 | </Component> |
||
87 | <Component class="javax.swing.JTextField" name="priceText"> |
||
88 | <Properties> |
||
89 | <Property name="horizontalAlignment" type="int" value="4"/> |
||
90 | </Properties> |
||
91 | </Component> |
||
92 | </SubComponents> |
||
93 | </Form> |