ComponentWithBrowseButton - optional remove listener on hide
[fedora-idea.git] / platform / vcs-impl / src / com / intellij / openapi / vcs / changes / committed / CacheSettingsDialog.form
blob9d2bee4af0d8913541a6fd9808edb39f2e31f3d0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.intellij.openapi.vcs.changes.committed.CacheSettingsPanel">
3 <grid id="27dc6" binding="myTopPanel" layout-manager="GridLayoutManager" row-count="4" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
4 <margin top="0" left="0" bottom="0" right="0"/>
5 <constraints>
6 <xy x="20" y="20" width="500" height="400"/>
7 </constraints>
8 <properties/>
9 <border type="none"/>
10 <children>
11 <component id="d71e7" class="javax.swing.JLabel" binding="myCountLabel">
12 <constraints>
13 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
14 </constraints>
15 <properties>
16 <text value="Changelists to cache initially:"/>
17 </properties>
18 </component>
19 <vspacer id="3a28">
20 <constraints>
21 <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
22 </constraints>
23 </vspacer>
24 <component id="74f94" class="javax.swing.JSpinner" binding="myCountSpinner" default-binding="true">
25 <constraints>
26 <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false">
27 <preferred-size width="80" height="-1"/>
28 </grid>
29 </constraints>
30 <properties/>
31 </component>
32 <component id="c8290" class="javax.swing.JSpinner" binding="myDaysSpinner">
33 <constraints>
34 <grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false">
35 <preferred-size width="80" height="-1"/>
36 </grid>
37 </constraints>
38 <properties/>
39 </component>
40 <component id="f8b90" class="javax.swing.JSpinner" binding="myRefreshSpinner">
41 <constraints>
42 <grid row="2" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false">
43 <preferred-size width="80" height="-1"/>
44 </grid>
45 </constraints>
46 <properties/>
47 </component>
48 <hspacer id="9c3b7">
49 <constraints>
50 <grid row="0" column="2" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
51 </constraints>
52 </hspacer>
53 <component id="92fe0" class="javax.swing.JCheckBox" binding="myRefreshCheckbox">
54 <constraints>
55 <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
56 </constraints>
57 <properties>
58 <text value="Refresh changes every"/>
59 </properties>
60 </component>
61 <component id="f36d5" class="javax.swing.JLabel">
62 <constraints>
63 <grid row="2" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
64 </constraints>
65 <properties>
66 <text value="minutes"/>
67 </properties>
68 </component>
69 <component id="27c8" class="javax.swing.JLabel" binding="myDaysLabel">
70 <constraints>
71 <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
72 </constraints>
73 <properties>
74 <text value="Days of history to cache initially:"/>
75 </properties>
76 </component>
77 </children>
78 </grid>
79 </form>