EditFilterDialog.form revision 220:30369db7f5d2
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.4" maxVersion="1.4" 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" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
7      <ResourceString bundle="at/ssw/graphanalyzer/filter/Bundle.properties" key="title" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
8    </Property>
9    <Property name="resizable" type="boolean" value="false"/>
10  </Properties>
11  <SyntheticProperties>
12    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
13  </SyntheticProperties>
14  <AuxValues>
15    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
16    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
17    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
18    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
19    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
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" attributes="0">
31                  <Group type="102" alignment="1" attributes="0">
32                      <Group type="103" groupAlignment="0" attributes="0">
33                          <Component id="sourceLabel" alignment="0" min="-2" max="-2" attributes="0"/>
34                          <Component id="nameLabel" alignment="0" min="-2" max="-2" attributes="0"/>
35                      </Group>
36                      <EmptySpace min="-2" pref="25" max="-2" attributes="0"/>
37                      <Group type="103" groupAlignment="0" attributes="0">
38                          <Component id="jScrollPane1" pref="695" max="32767" attributes="1"/>
39                          <Component id="nameTextField" alignment="0" pref="695" max="32767" attributes="1"/>
40                      </Group>
41                  </Group>
42                  <Group type="102" alignment="1" attributes="0">
43                      <Component id="okButton" min="-2" pref="76" max="-2" attributes="0"/>
44                      <EmptySpace max="-2" attributes="0"/>
45                      <Component id="cancelButton" min="-2" max="-2" attributes="0"/>
46                  </Group>
47              </Group>
48              <EmptySpace max="-2" attributes="0"/>
49          </Group>
50      </Group>
51    </DimensionLayout>
52    <DimensionLayout dim="1">
53      <Group type="103" groupAlignment="0" attributes="0">
54          <Group type="102" alignment="0" attributes="0">
55              <EmptySpace max="-2" attributes="0"/>
56              <Group type="103" groupAlignment="3" attributes="0">
57                  <Component id="nameLabel" alignment="3" min="-2" max="-2" attributes="0"/>
58                  <Component id="nameTextField" alignment="3" min="-2" max="-2" attributes="0"/>
59              </Group>
60              <EmptySpace type="unrelated" max="-2" attributes="0"/>
61              <Group type="103" groupAlignment="0" attributes="0">
62                  <Component id="sourceLabel" min="-2" max="-2" attributes="0"/>
63                  <Component id="jScrollPane1" min="-2" pref="337" max="-2" attributes="0"/>
64              </Group>
65              <EmptySpace pref="16" max="32767" attributes="0"/>
66              <Group type="103" groupAlignment="3" attributes="0">
67                  <Component id="cancelButton" alignment="3" min="-2" max="-2" attributes="0"/>
68                  <Component id="okButton" alignment="3" min="-2" max="-2" attributes="0"/>
69              </Group>
70              <EmptySpace max="-2" attributes="0"/>
71          </Group>
72      </Group>
73    </DimensionLayout>
74  </Layout>
75  <SubComponents>
76    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
77      <AuxValues>
78        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
79      </AuxValues>
80
81      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
82      <SubComponents>
83        <Component class="javax.swing.JTextArea" name="sourceTextArea">
84          <Properties>
85            <Property name="columns" type="int" value="20"/>
86            <Property name="rows" type="int" value="5"/>
87          </Properties>
88        </Component>
89      </SubComponents>
90    </Container>
91    <Component class="javax.swing.JTextField" name="nameTextField">
92      <Properties>
93        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
94          <ResourceString bundle="at/ssw/graphanalyzer/coordinator/Bundle.properties" key="nameTextField.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
95        </Property>
96      </Properties>
97    </Component>
98    <Component class="javax.swing.JLabel" name="nameLabel">
99      <Properties>
100        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
101          <ResourceString bundle="at/ssw/graphanalyzer/filter/Bundle.properties" key="jLabel1.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
102        </Property>
103      </Properties>
104    </Component>
105    <Component class="javax.swing.JLabel" name="sourceLabel">
106      <Properties>
107        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
108          <ResourceString bundle="at/ssw/graphanalyzer/filter/Bundle.properties" key="jLabel2.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
109        </Property>
110      </Properties>
111    </Component>
112    <Component class="javax.swing.JButton" name="okButton">
113      <Properties>
114        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
115          <ResourceString bundle="at/ssw/graphanalyzer/filter/Bundle.properties" key="jButton1.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
116        </Property>
117      </Properties>
118      <Events>
119        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelButtonClicked,okButtonClicked"/>
120      </Events>
121    </Component>
122    <Component class="javax.swing.JButton" name="cancelButton">
123      <Properties>
124        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
125          <ResourceString bundle="at/ssw/graphanalyzer/filter/Bundle.properties" key="jButton2.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
126        </Property>
127      </Properties>
128      <Events>
129        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelButtonClicked"/>
130      </Events>
131    </Component>
132  </SubComponents>
133</Form>
134