ComponentWithBrowseButton - optional remove listener on hide
[fedora-idea.git] / plugins / git4idea / src / git4idea / checkin / GitPushActiveBranchesDialog.form
blob79922bbf023b225e7d39ae13b020cdf7be2e8c62
1 <?xml version="1.0" encoding="UTF-8"?>
2 <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="git4idea.checkin.GitPushActiveBranchesDialog">
3 <grid id="27dc6" binding="myPanel" layout-manager="GridLayoutManager" row-count="2" column-count="2" 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="427" height="269"/>
7 </constraints>
8 <properties/>
9 <border type="none"/>
10 <children>
11 <scrollpane id="a3541">
12 <constraints>
13 <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="7" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
14 </constraints>
15 <properties/>
16 <border type="none"/>
17 <children>
18 <component id="56124" class="com.intellij.ui.CheckboxTree" binding="myCommitTree" custom-create="true">
19 <constraints/>
20 <properties/>
21 </component>
22 </children>
23 </scrollpane>
24 <component id="752aa" class="javax.swing.JLabel">
25 <constraints>
26 <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"/>
27 </constraints>
28 <properties>
29 <labelFor value="a3541"/>
30 <text resource-bundle="git4idea/i18n/GitBundle" key="push.active.commits"/>
31 </properties>
32 </component>
33 <grid id="a16e5" layout-manager="GridLayoutManager" row-count="5" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
34 <margin top="0" left="0" bottom="0" right="0"/>
35 <constraints>
36 <grid row="1" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
37 </constraints>
38 <properties/>
39 <border type="none"/>
40 <children>
41 <component id="3f20a" class="javax.swing.JButton" binding="myViewButton" default-binding="true">
42 <constraints>
43 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
44 </constraints>
45 <properties>
46 <enabled value="false"/>
47 <text resource-bundle="git4idea/i18n/GitBundle" key="push.active.view"/>
48 </properties>
49 </component>
50 <component id="8ca38" class="javax.swing.JCheckBox" binding="myAutoStashCheckBox" default-binding="true">
51 <constraints>
52 <grid row="4" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
53 </constraints>
54 <properties>
55 <selected value="true"/>
56 <text resource-bundle="git4idea/i18n/GitBundle" key="push.active.autostash"/>
57 <toolTipText resource-bundle="git4idea/i18n/GitBundle" key="push.active.autostash.tooltip"/>
58 </properties>
59 </component>
60 <vspacer id="90dc0">
61 <constraints>
62 <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
63 </constraints>
64 </vspacer>
65 <component id="2dbc5" class="javax.swing.JButton" binding="myFetchButton" default-binding="true">
66 <constraints>
67 <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
68 </constraints>
69 <properties>
70 <text resource-bundle="git4idea/i18n/GitBundle" key="push.active.fetch"/>
71 <toolTipText resource-bundle="git4idea/i18n/GitBundle" key="push.active.fetch.tooltip"/>
72 </properties>
73 </component>
74 <component id="5c023" class="javax.swing.JButton" binding="myRebaseButton" default-binding="true">
75 <constraints>
76 <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
77 </constraints>
78 <properties>
79 <text resource-bundle="git4idea/i18n/GitBundle" key="push.active.rebase"/>
80 <toolTipText resource-bundle="git4idea/i18n/GitBundle" key="push.active.rebase.tooltip"/>
81 </properties>
82 </component>
83 </children>
84 </grid>
85 </children>
86 </grid>
87 </form>