~sandy-carter/bzr4idea/compile_errors

« back to all changes in this revision

Viewing changes to src/bzr4idea/checkin/GitPushDialog.form

  • Committer: Patrik Beno
  • Date: 2009-04-19 15:37:45 UTC
  • Revision ID: patrik.beno@gmail.com-20090419153745-xbev8lgb4cvookg7
BZR-79 refactoring: repackaged to bzr4idea

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
 
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="git4idea.checkin.GitPushDialog">
 
2
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="bzr4idea.checkin.GitPushDialog">
3
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
4
    <margin top="0" left="0" bottom="0" right="0"/>
5
5
    <constraints>
14
14
        </constraints>
15
15
        <properties>
16
16
          <labelFor value="1995e"/>
17
 
          <text resource-bundle="git4idea/i18n/GitBundle" key="common.git.root"/>
 
17
          <text resource-bundle="bzr4idea/i18n/GitBundle" key="common.git.root"/>
18
18
        </properties>
19
19
      </component>
20
20
      <component id="1995e" class="javax.swing.JComboBox" binding="myGitRootComboBox" default-binding="true">
29
29
        </constraints>
30
30
        <properties>
31
31
          <labelFor value="8f42a"/>
32
 
          <text resource-bundle="git4idea/i18n/GitBundle" key="push.branch"/>
 
32
          <text resource-bundle="bzr4idea/i18n/GitBundle" key="push.branch"/>
33
33
        </properties>
34
34
      </component>
35
35
      <component id="8f42a" class="com.intellij.ui.ComboboxWithBrowseButton" binding="myRemoteComboBox" default-binding="true">
37
37
          <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"/>
38
38
        </constraints>
39
39
        <properties>
40
 
          <toolTipText resource-bundle="git4idea/i18n/GitBundle" key="push.remote.tooltip"/>
 
40
          <toolTipText resource-bundle="bzr4idea/i18n/GitBundle" key="push.remote.tooltip"/>
41
41
        </properties>
42
42
      </component>
43
43
      <grid id="d7161" layout-manager="GridLayoutManager" row-count="4" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
54
54
            </constraints>
55
55
            <properties>
56
56
              <selected value="false"/>
57
 
              <text resource-bundle="git4idea/i18n/GitBundle" key="push.force.update"/>
58
 
              <toolTipText resource-bundle="git4idea/i18n/GitBundle" key="push.force.update.tooltip"/>
 
57
              <text resource-bundle="bzr4idea/i18n/GitBundle" key="push.force.update"/>
 
58
              <toolTipText resource-bundle="bzr4idea/i18n/GitBundle" key="push.force.update.tooltip"/>
59
59
            </properties>
60
60
          </component>
61
61
          <component id="95acc" class="javax.swing.JCheckBox" binding="myRememberDefaultCheckbox">
64
64
            </constraints>
65
65
            <properties>
66
66
              <selected value="true"/>
67
 
              <text resource-bundle="git4idea/i18n/GitBundle" key="push.remember"/>
 
67
              <text resource-bundle="bzr4idea/i18n/GitBundle" key="push.remember"/>
68
68
            </properties>
69
69
          </component>
70
70
          <component id="92f44" class="javax.swing.JCheckBox" binding="myCreatePrefixCheckBox">
72
72
              <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
73
73
            </constraints>
74
74
            <properties>
75
 
              <text resource-bundle="git4idea/i18n/GitBundle" key="push.create.prefix"/>
76
 
              <toolTipText resource-bundle="git4idea/i18n/GitBundle" key="push.create.prefix.tooltip"/>
 
75
              <text resource-bundle="bzr4idea/i18n/GitBundle" key="push.create.prefix"/>
 
76
              <toolTipText resource-bundle="bzr4idea/i18n/GitBundle" key="push.create.prefix.tooltip"/>
77
77
            </properties>
78
78
          </component>
79
79
          <component id="6d1ac" class="javax.swing.JCheckBox" binding="myUseExistingCheckBox">
81
81
              <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
82
82
            </constraints>
83
83
            <properties>
84
 
              <text resource-bundle="git4idea/i18n/GitBundle" key="push.use.existing"/>
85
 
              <toolTipText resource-bundle="git4idea/i18n/GitBundle" key="push.use.existing.tooltip"/>
 
84
              <text resource-bundle="bzr4idea/i18n/GitBundle" key="push.use.existing"/>
 
85
              <toolTipText resource-bundle="bzr4idea/i18n/GitBundle" key="push.use.existing.tooltip"/>
86
86
            </properties>
87
87
          </component>
88
88
        </children>