Manage Legal Notices functionality
[habeas.git] / src / habeas / ManageNoticesDialog.form
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.6" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
4 <NonVisualComponents>
5 <Container class="javax.swing.JPopupMenu" name="popMenu">
6
7 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
8 <Property name="useNullLayout" type="boolean" value="true"/>
9 </Layout>
10 <SubComponents>
11 <MenuItem class="javax.swing.JMenuItem" name="menuDraftStatus">
12 <Properties>
13 <Property name="mnemonic" type="int" value="68"/>
14 <Property name="text" type="java.lang.String" value="Draft Status..."/>
15 <Property name="toolTipText" type="java.lang.String" value=""/>
16 </Properties>
17 <Events>
18 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="menuDraftStatusActionPerformed"/>
19 </Events>
20 </MenuItem>
21 </SubComponents>
22 </Container>
23 </NonVisualComponents>
24 <Properties>
25 <Property name="defaultCloseOperation" type="int" value="2"/>
26 <Property name="title" type="java.lang.String" value="Manage Notices"/>
27 <Property name="locationByPlatform" type="boolean" value="true"/>
28 </Properties>
29 <SyntheticProperties>
30 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
31 <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
32 </SyntheticProperties>
33 <AuxValues>
34 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
35 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
36 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
37 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
38 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
39 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
40 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
41 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
42 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
43 </AuxValues>
44
45 <Layout>
46 <DimensionLayout dim="0">
47 <Group type="103" groupAlignment="0" attributes="0">
48 <Component id="jScrollPane1" alignment="0" pref="537" max="32767" attributes="0"/>
49 </Group>
50 </DimensionLayout>
51 <DimensionLayout dim="1">
52 <Group type="103" groupAlignment="0" attributes="0">
53 <Component id="jScrollPane1" alignment="0" pref="317" max="32767" attributes="0"/>
54 </Group>
55 </DimensionLayout>
56 </Layout>
57 <SubComponents>
58 <Container class="javax.swing.JScrollPane" name="jScrollPane1">
59 <AuxValues>
60 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
61 </AuxValues>
62
63 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
64 <SubComponents>
65 <Component class="javax.swing.JTable" name="tableNotices">
66 <Properties>
67 <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
68 <Table columnCount="3" rowCount="0">
69 <Column editable="false" title="id" type="java.lang.Integer"/>
70 <Column editable="false" title="Reference Number" type="java.lang.String"/>
71 <Column editable="false" title="Description" type="java.lang.String"/>
72 </Table>
73 </Property>
74 <Property name="selectionMode" type="int" value="0"/>
75 <Property name="selectionModel" type="javax.swing.ListSelectionModel" editor="org.netbeans.modules.form.editors2.JTableSelectionModelEditor">
76 <JTableSelectionModel selectionMode="0"/>
77 </Property>
78 </Properties>
79 </Component>
80 </SubComponents>
81 </Container>
82 </SubComponents>
83 </Form>