Add missing NetBeans *.form files.
[nbgit.git] / src / org / netbeans / modules / git / ui / clone / ClonePanel.form
blobe91a78b1238753356b2b69d2d0b0ad13d43e5130
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" attributes="0">
19 <EmptySpace max="-2" attributes="0"/>
20 <Group type="103" groupAlignment="0" attributes="0">
21 <Component id="destinationLabel" alignment="0" min="-2" max="-2" attributes="0"/>
22 <Component id="fromLabel" alignment="0" min="-2" max="-2" attributes="0"/>
23 <Group type="102" alignment="0" attributes="0">
24 <EmptySpace min="12" pref="12" max="12" attributes="0"/>
25 <Group type="103" groupAlignment="0" attributes="0">
26 <Component id="toNameLabel" alignment="0" min="-2" max="-2" attributes="0"/>
27 <Component id="setMainCheckBox" alignment="0" min="-2" max="-2" attributes="0"/>
28 </Group>
29 </Group>
30 <Group type="102" attributes="0">
31 <EmptySpace min="12" pref="12" max="12" attributes="0"/>
32 <Component id="toLabel" min="-2" max="-2" attributes="0"/>
33 </Group>
34 </Group>
35 <EmptySpace max="-2" attributes="0"/>
36 <Group type="103" groupAlignment="0" attributes="0">
37 <Component id="fromTextField" alignment="0" pref="270" max="32767" attributes="0"/>
38 <Group type="102" alignment="1" attributes="0">
39 <Group type="103" groupAlignment="1" attributes="0">
40 <Component id="toCloneField" alignment="1" pref="165" max="32767" attributes="0"/>
41 <Component id="toTextField" alignment="1" pref="165" max="32767" attributes="0"/>
42 </Group>
43 <EmptySpace max="-2" attributes="0"/>
44 <Component id="browseButton" min="-2" max="-2" attributes="0"/>
45 </Group>
46 </Group>
47 <EmptySpace max="-2" attributes="0"/>
48 </Group>
49 </Group>
50 </DimensionLayout>
51 <DimensionLayout dim="1">
52 <Group type="103" groupAlignment="0" attributes="0">
53 <Group type="102" attributes="0">
54 <EmptySpace min="-2" max="-2" attributes="0"/>
55 <Group type="103" groupAlignment="3" attributes="0">
56 <Component id="fromLabel" alignment="3" min="-2" max="-2" attributes="0"/>
57 <Component id="fromTextField" alignment="3" min="-2" max="-2" attributes="0"/>
58 </Group>
59 <EmptySpace type="separate" max="-2" attributes="0"/>
60 <Component id="destinationLabel" min="-2" max="-2" attributes="0"/>
61 <EmptySpace max="-2" attributes="0"/>
62 <Group type="103" groupAlignment="3" attributes="0">
63 <Component id="browseButton" alignment="3" min="-2" max="-2" attributes="0"/>
64 <Component id="toTextField" alignment="3" min="-2" max="-2" attributes="0"/>
65 <Component id="toLabel" alignment="3" min="-2" max="-2" attributes="0"/>
66 </Group>
67 <EmptySpace max="32767" attributes="0"/>
68 <Group type="103" groupAlignment="3" attributes="0">
69 <Component id="toCloneField" alignment="3" min="-2" max="-2" attributes="0"/>
70 <Component id="toNameLabel" alignment="3" min="-2" max="-2" attributes="0"/>
71 </Group>
72 <EmptySpace max="-2" attributes="0"/>
73 <Component id="setMainCheckBox" min="-2" pref="21" max="-2" attributes="0"/>
74 <EmptySpace max="-2" attributes="0"/>
75 </Group>
76 </Group>
77 </DimensionLayout>
78 </Layout>
79 <SubComponents>
80 <Component class="javax.swing.JLabel" name="fromLabel">
81 <Properties>
82 <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
83 <ComponentRef name="fromTextField"/>
84 </Property>
85 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
86 <ResourceString bundle="org/netbeans/modules/git/ui/clone/Bundle.properties" key="ClonePanel.fromLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
87 </Property>
88 </Properties>
89 </Component>
90 <Component class="javax.swing.JLabel" name="toLabel">
91 <Properties>
92 <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
93 <ComponentRef name="toTextField"/>
94 </Property>
95 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
96 <ResourceString bundle="org/netbeans/modules/git/ui/clone/Bundle.properties" key="ClonePanel.toLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
97 </Property>
98 </Properties>
99 </Component>
100 <Component class="javax.swing.JTextField" name="toTextField">
101 <AccessibilityProperties>
102 <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
103 <ResourceString bundle="org/netbeans/modules/git/ui/clone/Bundle.properties" key="ACSD_toTextField" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
104 </Property>
105 </AccessibilityProperties>
106 <AuxValues>
107 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="16"/>
108 </AuxValues>
109 </Component>
110 <Component class="javax.swing.JButton" name="browseButton">
111 <Properties>
112 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
113 <ResourceString bundle="org/netbeans/modules/git/ui/clone/Bundle.properties" key="ClonePanel.browseButton.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
114 </Property>
115 </Properties>
116 <AccessibilityProperties>
117 <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
118 <ResourceString bundle="org/netbeans/modules/git/ui/clone/Bundle.properties" key="ACSD_Browse" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
119 </Property>
120 </AccessibilityProperties>
121 </Component>
122 <Component class="javax.swing.JTextField" name="fromTextField">
123 <Properties>
124 <Property name="editable" type="boolean" value="false"/>
125 </Properties>
126 <AccessibilityProperties>
127 <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
128 <ResourceString bundle="org/netbeans/modules/git/ui/clone/Bundle.properties" key="ACSD_fromTextField" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
129 </Property>
130 </AccessibilityProperties>
131 </Component>
132 <Component class="javax.swing.JLabel" name="toNameLabel">
133 <Properties>
134 <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
135 <ComponentRef name="toCloneField"/>
136 </Property>
137 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
138 <ResourceString bundle="org/netbeans/modules/git/ui/clone/Bundle.properties" key="ClonePanel.toName.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
139 </Property>
140 </Properties>
141 </Component>
142 <Component class="javax.swing.JTextField" name="toCloneField">
143 <AccessibilityProperties>
144 <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
145 <ResourceString bundle="org/netbeans/modules/git/ui/clone/Bundle.properties" key="ACSD_toCloneField" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
146 </Property>
147 </AccessibilityProperties>
148 </Component>
149 <Component class="javax.swing.JLabel" name="destinationLabel">
150 <Properties>
151 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
152 <ResourceString bundle="org/netbeans/modules/git/ui/clone/Bundle.properties" key="destinationLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
153 </Property>
154 </Properties>
155 </Component>
156 <Component class="javax.swing.JCheckBox" name="setMainCheckBox">
157 <Properties>
158 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
159 <ResourceString bundle="org/netbeans/modules/git/ui/clone/Bundle.properties" key="openCheckbox.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
160 </Property>
161 </Properties>
162 <AccessibilityProperties>
163 <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
164 <ResourceString bundle="org/netbeans/modules/git/ui/clone/Bundle.properties" key="ACSD_setMainCheckBox" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
165 </Property>
166 </AccessibilityProperties>
167 </Component>
168 </SubComponents>
169 </Form>