Cleanup code whitespace
[nbgit.git] / src / org / nbgit / ui / update / UpdatePanel.form
blobe38d12e8899d3c7ca6657eb4395325482a346236
1 <?xml version="1.0" encoding="UTF-8" ?>
3 <Form version="1.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4 <AuxValues>
5 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
6 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
7 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
8 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
9 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
10 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
11 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
12 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
13 </AuxValues>
15 <Layout>
16 <DimensionLayout dim="0">
17 <Group type="103" groupAlignment="0" attributes="0">
18 <Group type="102" alignment="0" attributes="0">
19 <EmptySpace max="-2" attributes="0"/>
20 <Group type="103" groupAlignment="0" attributes="0">
21 <Component id="jPanel1" alignment="0" max="32767" attributes="1"/>
22 <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
23 <Component id="jLabel1" alignment="0" pref="647" max="32767" attributes="0"/>
24 <Group type="102" alignment="0" attributes="0">
25 <EmptySpace min="-2" pref="36" max="-2" attributes="0"/>
26 <Component id="revisionsLabel" min="-2" max="-2" attributes="0"/>
27 <EmptySpace max="-2" attributes="0"/>
28 <Component id="revisionsComboBox" pref="457" max="32767" attributes="0"/>
29 </Group>
30 </Group>
31 <EmptySpace max="-2" attributes="0"/>
32 </Group>
33 </Group>
34 </DimensionLayout>
35 <DimensionLayout dim="1">
36 <Group type="103" groupAlignment="0" attributes="0">
37 <Group type="102" attributes="0">
38 <Component id="jLabel1" min="-2" pref="25" max="-2" attributes="0"/>
39 <EmptySpace min="-2" pref="4" max="-2" attributes="0"/>
40 <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
41 <EmptySpace min="-2" pref="29" max="-2" attributes="0"/>
42 <Group type="103" groupAlignment="3" attributes="0">
43 <Component id="revisionsLabel" alignment="3" min="-2" max="-2" attributes="0"/>
44 <Component id="revisionsComboBox" alignment="3" min="-2" pref="16" max="-2" attributes="0"/>
45 </Group>
46 <EmptySpace type="unrelated" max="-2" attributes="0"/>
47 <Component id="jPanel1" min="-2" max="-2" attributes="0"/>
48 <EmptySpace max="32767" attributes="0"/>
49 </Group>
50 </Group>
51 </DimensionLayout>
52 </Layout>
53 <SubComponents>
54 <Component class="javax.swing.JLabel" name="revisionsLabel">
55 <Properties>
56 <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
57 <ComponentRef name="revisionsComboBox"/>
58 </Property>
59 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
60 <ResourceString bundle="org/nbgit/ui/update/Bundle.properties" key="UpdatePanel.revisionsLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
61 </Property>
62 </Properties>
63 </Component>
64 <Component class="javax.swing.JComboBox" name="revisionsComboBox">
65 <Properties>
66 <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
67 <StringArray count="0"/>
68 </Property>
69 </Properties>
70 </Component>
71 <Component class="javax.swing.JLabel" name="jLabel1">
72 <Properties>
73 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
74 <Font name="Dialog" size="11" style="1"/>
75 </Property>
76 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
77 <ResourceString bundle="org/nbgit/ui/update/Bundle.properties" key="UpdatePanel.infoLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
78 </Property>
79 </Properties>
80 </Component>
81 <Component class="javax.swing.JLabel" name="jLabel2">
82 <Properties>
83 <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
84 <Color blue="99" green="99" red="99" type="rgb"/>
85 </Property>
86 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
87 <ResourceString bundle="org/nbgit/ui/update/Bundle.properties" key="UpdatePanel.infoLabel2.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
88 </Property>
89 </Properties>
90 </Component>
91 <Container class="javax.swing.JPanel" name="jPanel1">
92 <Properties>
93 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
94 <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
95 <TitledBorder title="Options">
96 <ResourceString PropertyName="titleX" bundle="org/nbgit/ui/update/Bundle.properties" key="UpdatePanel.jPanel1.border.title" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
97 </TitledBorder>
98 </Border>
99 </Property>
100 </Properties>
102 <Layout>
103 <DimensionLayout dim="0">
104 <Group type="103" groupAlignment="0" attributes="0">
105 <Group type="102" alignment="0" attributes="0">
106 <EmptySpace max="-2" attributes="0"/>
107 <Component id="forcedUpdateChxBox" min="-2" max="-2" attributes="0"/>
108 <EmptySpace pref="266" max="32767" attributes="0"/>
109 </Group>
110 </Group>
111 </DimensionLayout>
112 <DimensionLayout dim="1">
113 <Group type="103" groupAlignment="0" attributes="0">
114 <Group type="102" alignment="0" attributes="0">
115 <Component id="forcedUpdateChxBox" min="-2" max="-2" attributes="0"/>
116 <EmptySpace max="32767" attributes="0"/>
117 </Group>
118 </Group>
119 </DimensionLayout>
120 </Layout>
121 <SubComponents>
122 <Component class="javax.swing.JCheckBox" name="forcedUpdateChxBox">
123 <Properties>
124 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
125 <ResourceString bundle="org/nbgit/ui/update/Bundle.properties" key="UpdatePanel.forcedUpdateChxBox.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
126 </Property>
127 </Properties>
128 </Component>
129 </SubComponents>
130 </Container>
131 </SubComponents>
132 </Form>