Set module specification to 1.0.
[nbgit.git] / src / org / netbeans / modules / git / options / LabelsPanel.form
blob095c4f59e82d287e5715c0fe667cb2225701670f
1 <?xml version="1.0" encoding="UTF-8" ?>
3 <Form version="1.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4 <AuxValues>
5 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
6 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
7 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
8 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
9 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
10 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
11 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
12 </AuxValues>
14 <Layout>
15 <DimensionLayout dim="0">
16 <Group type="103" groupAlignment="0" attributes="0">
17 <Component id="jScrollPane1" alignment="0" pref="373" max="32767" attributes="0"/>
18 </Group>
19 </DimensionLayout>
20 <DimensionLayout dim="1">
21 <Group type="103" groupAlignment="0" attributes="0">
22 <Component id="jScrollPane1" alignment="0" pref="110" max="32767" attributes="0"/>
23 </Group>
24 </DimensionLayout>
25 </Layout>
26 <SubComponents>
27 <Container class="javax.swing.JScrollPane" name="jScrollPane1">
28 <AuxValues>
29 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
30 </AuxValues>
32 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
33 <SubComponents>
34 <Component class="javax.swing.JList" name="labelsList">
35 <Properties>
36 <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor">
37 <StringArray count="3">
38 <StringItem index="0" value="item1"/>
39 <StringItem index="1" value="item2"/>
40 <StringItem index="2" value="item3"/>
41 </StringArray>
42 </Property>
43 </Properties>
44 <AuxValues>
45 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="16"/>
46 </AuxValues>
47 </Component>
48 </SubComponents>
49 </Container>
50 </SubComponents>
51 </Form>