summaryrefslogtreecommitdiff
path: root/plugins/git4idea/src/git4idea/update/GitUpdateLocallyModifiedDialog.form
blob: a97507f24ec9f44171d81daa95d2c3aabe4b80e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="git4idea.update.GitUpdateLocallyModifiedDialog">
  <grid id="27dc6" binding="myRootPanel" layout-manager="GridLayoutManager" row-count="3" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
    <margin top="0" left="0" bottom="0" right="0"/>
    <constraints>
      <xy x="20" y="20" width="514" height="322"/>
    </constraints>
    <properties/>
    <border type="none"/>
    <children>
      <component id="62c84" class="javax.swing.JLabel">
        <constraints>
          <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"/>
        </constraints>
        <properties>
          <text resource-bundle="git4idea/i18n/GitBundle" key="update.locally.modified.git.root"/>
        </properties>
      </component>
      <component id="24443" class="javax.swing.JLabel" binding="myGitRoot">
        <constraints>
          <grid row="0" column="1" row-span="1" col-span="2" vsize-policy="0" hsize-policy="0" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
        </constraints>
        <properties>
          <text value=""/>
        </properties>
      </component>
      <component id="e43af" class="javax.swing.JLabel" binding="myDescriptionLabel">
        <constraints>
          <grid row="1" column="0" row-span="1" col-span="3" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
        </constraints>
        <properties>
          <text value=""/>
        </properties>
      </component>
      <scrollpane class="com.intellij.ui.components.JBScrollPane" id="bde6e">
        <constraints>
          <grid row="2" column="1" row-span="1" col-span="1" vsize-policy="7" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
        </constraints>
        <properties/>
        <border type="none"/>
        <children>
          <component id="5d604" class="com.intellij.ui.components.JBList" binding="myFilesList" default-binding="true">
            <constraints/>
            <properties>
              <toolTipText resource-bundle="git4idea/i18n/GitBundle" key="update.locally.modified.files.tooltip"/>
            </properties>
          </component>
        </children>
      </scrollpane>
      <component id="8f763" class="javax.swing.JButton" binding="myRescanButton" default-binding="true">
        <constraints>
          <grid row="2" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
        </constraints>
        <properties>
          <text resource-bundle="git4idea/i18n/GitBundle" key="update.locally.modified.rescan"/>
          <toolTipText resource-bundle="git4idea/i18n/GitBundle" key="update.locally.modified.rescan.tooltip"/>
        </properties>
      </component>
      <component id="ab434" class="javax.swing.JLabel">
        <constraints>
          <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="9" fill="0" indent="0" use-parent-layout="false"/>
        </constraints>
        <properties>
          <labelFor value="bde6e"/>
          <text resource-bundle="git4idea/i18n/GitBundle" key="update.locally.modified.files"/>
          <verticalAlignment value="0"/>
        </properties>
      </component>
    </children>
  </grid>
</form>