2503a57716f9fcf2d9fbf28265080a31479abbc6
[habeas.git] / src / habeas / NoticesReportViewDialog.form
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
4 <NonVisualComponents>
5 <Container class="javax.swing.JPopupMenu" name="popMenu">
6 <Properties>
7 <Property name="label" type="java.lang.String" value="Popup"/>
8 </Properties>
9
10 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
11 <Property name="useNullLayout" type="boolean" value="true"/>
12 </Layout>
13 <SubComponents>
14 <MenuItem class="javax.swing.JMenuItem" name="menuExportCSV">
15 <Properties>
16 <Property name="mnemonic" type="int" value="67"/>
17 <Property name="text" type="java.lang.String" value="Export as CSV..."/>
18 </Properties>
19 <Events>
20 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="menuExportCSVActionPerformed"/>
21 </Events>
22 </MenuItem>
23 </SubComponents>
24 </Container>
25 </NonVisualComponents>
26 <Properties>
27 <Property name="defaultCloseOperation" type="int" value="2"/>
28 <Property name="title" type="java.lang.String" value="View Report"/>
29 <Property name="locationByPlatform" type="boolean" value="true"/>
30 </Properties>
31 <SyntheticProperties>
32 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
33 <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
34 </SyntheticProperties>
35 <AuxValues>
36 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
37 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
38 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
39 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
40 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
41 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
42 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
43 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
44 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
45 </AuxValues>
46
47 <Layout>
48 <DimensionLayout dim="0">
49 <Group type="103" groupAlignment="0" attributes="0">
50 <Component id="jScrollPane2" pref="679" max="32767" attributes="0"/>
51 <Group type="102" attributes="0">
52 <Component id="labelReportTitle" max="32767" attributes="0"/>
53 <EmptySpace max="-2" attributes="0"/>
54 </Group>
55 <Group type="102" attributes="0">
56 <EmptySpace max="-2" attributes="0"/>
57 <Component id="checkFilterByClient" min="-2" pref="196" max="-2" attributes="0"/>
58 <EmptySpace max="-2" attributes="0"/>
59 <Component id="comboClients" max="32767" attributes="0"/>
60 <EmptySpace max="-2" attributes="0"/>
61 <Component id="buttonApply" min="-2" pref="106" max="-2" attributes="0"/>
62 </Group>
63 </Group>
64 </DimensionLayout>
65 <DimensionLayout dim="1">
66 <Group type="103" groupAlignment="0" attributes="0">
67 <Group type="102" alignment="0" attributes="0">
68 <Component id="labelReportTitle" min="-2" pref="21" max="-2" attributes="0"/>
69 <EmptySpace max="-2" attributes="0"/>
70 <Group type="103" groupAlignment="3" attributes="0">
71 <Component id="checkFilterByClient" alignment="3" min="-2" max="-2" attributes="0"/>
72 <Component id="comboClients" alignment="3" min="-2" max="-2" attributes="0"/>
73 <Component id="buttonApply" alignment="3" min="-2" max="-2" attributes="0"/>
74 </Group>
75 <EmptySpace max="-2" attributes="0"/>
76 <Component id="jScrollPane2" pref="326" max="32767" attributes="0"/>
77 </Group>
78 </Group>
79 </DimensionLayout>
80 </Layout>
81 <SubComponents>
82 <Component class="javax.swing.JLabel" name="labelReportTitle">
83 <Properties>
84 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
85 <Font name="Noto Sans" size="15" style="1"/>
86 </Property>
87 <Property name="horizontalAlignment" type="int" value="0"/>
88 <Property name="text" type="java.lang.String" value="REPORT TITLE"/>
89 </Properties>
90 </Component>
91 <Container class="javax.swing.JScrollPane" name="jScrollPane2">
92 <AuxValues>
93 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
94 </AuxValues>
95
96 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
97 <SubComponents>
98 <Component class="javax.swing.JTable" name="tableReport">
99 <Properties>
100 <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
101 <Table columnCount="0" rowCount="0"/>
102 </Property>
103 <Property name="autoResizeMode" type="int" value="0"/>
104 <Property name="cellSelectionEnabled" type="boolean" value="true"/>
105 <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
106 <TableColumnModel selectionModel="0"/>
107 </Property>
108 <Property name="componentPopupMenu" type="javax.swing.JPopupMenu" editor="org.netbeans.modules.form.ComponentChooserEditor">
109 <ComponentRef name="popMenu"/>
110 </Property>
111 <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
112 <TableHeader reorderingAllowed="true" resizingAllowed="true"/>
113 </Property>
114 </Properties>
115 </Component>
116 </SubComponents>
117 </Container>
118 <Component class="javax.swing.JCheckBox" name="checkFilterByClient">
119 <Properties>
120 <Property name="text" type="java.lang.String" value="Filter by Client"/>
121 </Properties>
122 </Component>
123 <Component class="javax.swing.JComboBox" name="comboClients">
124 <Properties>
125 <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
126 <StringArray count="0"/>
127 </Property>
128 </Properties>
129 <AuxValues>
130 <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;DBItem&gt;"/>
131 </AuxValues>
132 </Component>
133 <Component class="javax.swing.JButton" name="buttonApply">
134 <Properties>
135 <Property name="mnemonic" type="int" value="97"/>
136 <Property name="text" type="java.lang.String" value="Apply"/>
137 <Property name="toolTipText" type="java.lang.String" value=""/>
138 </Properties>
139 <Events>
140 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonApplyActionPerformed"/>
141 </Events>
142 </Component>
143 </SubComponents>
144 </Form>