Merge origin/master
[habeas.git] / src / habeas / DraftStatusDialog.form
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
4 <Properties>
5 <Property name="defaultCloseOperation" type="int" value="2"/>
6 <Property name="title" type="java.lang.String" value="Draft Status"/>
7 <Property name="locationByPlatform" type="boolean" value="true"/>
8 </Properties>
9 <SyntheticProperties>
10 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
11 <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
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="0"/>
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>
26 <DimensionLayout dim="0">
27 <Group type="103" groupAlignment="0" attributes="0">
28 <Group type="102" attributes="0">
29 <EmptySpace max="-2" attributes="0"/>
30 <Group type="103" groupAlignment="0" max="-2" attributes="0">
31 <Component id="checkDraftCreated" max="32767" attributes="0"/>
32 <Component id="checkDraftApproved" pref="224" max="32767" attributes="0"/>
33 </Group>
34 <EmptySpace max="32767" attributes="0"/>
35 </Group>
36 <Group type="102" attributes="0">
37 <EmptySpace pref="183" max="32767" attributes="0"/>
38 <Component id="buttonUpdate" min="-2" pref="92" max="-2" attributes="0"/>
39 <EmptySpace max="-2" attributes="0"/>
40 <Component id="buttonCancel" min="-2" pref="92" max="-2" attributes="0"/>
41 <EmptySpace max="-2" attributes="0"/>
42 </Group>
43 </Group>
44 </DimensionLayout>
45 <DimensionLayout dim="1">
46 <Group type="103" groupAlignment="0" attributes="0">
47 <Group type="102" alignment="0" attributes="0">
48 <EmptySpace max="-2" attributes="0"/>
49 <Component id="checkDraftCreated" min="-2" max="-2" attributes="0"/>
50 <EmptySpace type="unrelated" max="-2" attributes="0"/>
51 <Component id="checkDraftApproved" min="-2" max="-2" attributes="0"/>
52 <EmptySpace pref="22" max="32767" attributes="0"/>
53 <Group type="103" groupAlignment="3" attributes="0">
54 <Component id="buttonUpdate" alignment="3" min="-2" max="-2" attributes="0"/>
55 <Component id="buttonCancel" alignment="3" min="-2" max="-2" attributes="0"/>
56 </Group>
57 <EmptySpace max="-2" attributes="0"/>
58 </Group>
59 </Group>
60 </DimensionLayout>
61 </Layout>
62 <SubComponents>
63 <Component class="javax.swing.JCheckBox" name="checkDraftCreated">
64 <Properties>
65 <Property name="text" type="java.lang.String" value="Draft Created"/>
66 </Properties>
67 </Component>
68 <Component class="javax.swing.JCheckBox" name="checkDraftApproved">
69 <Properties>
70 <Property name="text" type="java.lang.String" value="Draft Approved"/>
71 </Properties>
72 </Component>
73 <Component class="javax.swing.JButton" name="buttonUpdate">
74 <Properties>
75 <Property name="mnemonic" type="int" value="85"/>
76 <Property name="text" type="java.lang.String" value="Update"/>
77 </Properties>
78 <Events>
79 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonUpdateActionPerformed"/>
80 </Events>
81 </Component>
82 <Component class="javax.swing.JButton" name="buttonCancel">
83 <Properties>
84 <Property name="mnemonic" type="int" value="99"/>
85 <Property name="text" type="java.lang.String" value="Cancel"/>
86 </Properties>
87 <Events>
88 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonCancelActionPerformed"/>
89 </Events>
90 </Component>
91 </SubComponents>
92 </Form>