git4idea: Implemeted forced merge/rebase and stash options for update operation
[fedora-idea.git] / plugins / git4idea / src / git4idea / update / GitUpdateOptionsPanel.form
blob1609d2dc8788d33dc37855e047a6c1710423f785
1 <?xml version="1.0" encoding="UTF-8"?>
2 <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="git4idea.update.GitUpdateOptionsPanel">
3 <grid id="27dc6" binding="myPanel" layout-manager="GridLayoutManager" row-count="3" 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="332" height="82"/>
7 </constraints>
8 <properties/>
9 <border type="none"/>
10 <children>
11 <component id="1d8b2" class="javax.swing.JLabel">
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 <labelFor value="b73c5"/>
17 <text resource-bundle="git4idea/i18n/GitBundle" key="update.options.type"/>
18 </properties>
19 </component>
20 <component id="a20d7" class="javax.swing.JCheckBox" binding="myStashChangesCheckBox">
21 <constraints>
22 <grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
23 </constraints>
24 <properties>
25 <text resource-bundle="git4idea/i18n/GitBundle" key="update.options.stash"/>
26 <toolTipText resource-bundle="git4idea/i18n/GitBundle" key="update.options.stash.tooltip"/>
27 </properties>
28 </component>
29 <grid id="f5eba" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
30 <margin top="0" left="0" bottom="0" right="0"/>
31 <constraints>
32 <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
33 </constraints>
34 <properties/>
35 <border type="none"/>
36 <children>
37 <hspacer id="c2e96">
38 <constraints>
39 <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
40 </constraints>
41 </hspacer>
42 <component id="b73c5" class="javax.swing.JComboBox" binding="myTypeComboBox" default-binding="true">
43 <constraints>
44 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
45 </constraints>
46 <properties>
47 <toolTipText resource-bundle="git4idea/i18n/GitBundle" key="update.options.type.tooltip"/>
48 </properties>
49 </component>
50 </children>
51 </grid>
52 <vspacer id="d3b1e">
53 <constraints>
54 <grid row="2" column="1" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
55 </constraints>
56 </vspacer>
57 </children>
58 </grid>
59 </form>