SVN auth
[fedora-idea.git] / plugins / svn4idea / src / org / jetbrains / idea / svn / dialogs / SetPropertyDialog.form
blob68a95d9d269eb29dec96337077122db050b2905f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="org.jetbrains.idea.svn.dialogs.SetPropertyDialog">
3 <grid id="b7a89" binding="myMainPanel" layout-manager="GridBagLayout">
4 <constraints>
5 <xy x="10" y="10" width="206" height="203"/>
6 </constraints>
7 <properties/>
8 <border type="none"/>
9 <children>
10 <component id="578b2" class="javax.swing.JLabel">
11 <constraints>
12 <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"/>
13 <gridbag top="2" left="2" bottom="2" right="2" weightx="0.0" weighty="0.0"/>
14 </constraints>
15 <properties>
16 <labelFor value="490f7"/>
17 <text resource-bundle="org/jetbrains/idea/svn/SvnBundle" key="label.set.property.property.name"/>
18 </properties>
19 </component>
20 <component id="490f7" class="javax.swing.JComboBox" binding="myPropertyNameBox">
21 <constraints>
22 <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
23 <gridbag top="2" left="2" bottom="2" right="2" weightx="1.0" weighty="0.0"/>
24 </constraints>
25 <properties>
26 <editable value="true"/>
27 <requestFocusEnabled value="false"/>
28 </properties>
29 </component>
30 <component id="82b17" class="javax.swing.JRadioButton" binding="mySetPropertyButton">
31 <constraints>
32 <grid row="1" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
33 <gridbag top="2" left="2" bottom="2" right="2" weightx="1.0" weighty="0.0"/>
34 </constraints>
35 <properties>
36 <selected value="true"/>
37 <text resource-bundle="org/jetbrains/idea/svn/SvnBundle" key="radio.set.property.set.property.value"/>
38 </properties>
39 </component>
40 <scrollpane id="17a49">
41 <constraints>
42 <grid row="2" column="0" row-span="1" col-span="2" vsize-policy="6" hsize-policy="6" anchor="8" fill="3" indent="0" use-parent-layout="false"/>
43 <gridbag top="2" left="2" bottom="2" right="2" weightx="1.0" weighty="1.0"/>
44 </constraints>
45 <properties/>
46 <border type="none"/>
47 <children>
48 <component id="92364" class="javax.swing.JTextArea" binding="myValueText">
49 <constraints/>
50 <properties>
51 <columns value="25"/>
52 <rows value="7"/>
53 <text value=""/>
54 </properties>
55 </component>
56 </children>
57 </scrollpane>
58 <component id="d6c1c" class="javax.swing.JRadioButton" binding="myDeletePropertyButton">
59 <constraints>
60 <grid row="3" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
61 <gridbag top="2" left="2" bottom="2" right="2" weightx="1.0" weighty="0.0"/>
62 </constraints>
63 <properties>
64 <text resource-bundle="org/jetbrains/idea/svn/SvnBundle" key="radio.set.property.delete.property"/>
65 </properties>
66 </component>
67 <component id="fdc8d" class="javax.swing.JSeparator">
68 <constraints>
69 <grid row="4" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
70 <gridbag top="2" left="2" bottom="2" right="2" weightx="1.0" weighty="0.0"/>
71 </constraints>
72 <properties>
73 <font swing-font="TextPane.font"/>
74 </properties>
75 </component>
76 <component id="573cb" class="javax.swing.JCheckBox" binding="myRecursiveButton">
77 <constraints>
78 <grid row="5" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
79 <gridbag top="2" left="2" bottom="2" right="2" weightx="1.0" weighty="0.0"/>
80 </constraints>
81 <properties>
82 <text resource-bundle="org/jetbrains/idea/svn/SvnBundle" key="checkbox.set.property.update.properties.recursively"/>
83 </properties>
84 </component>
85 </children>
86 </grid>
87 <buttonGroups>
88 <group name="buttonGroup1">
89 <member id="82b17"/>
90 <member id="d6c1c"/>
91 </group>
92 </buttonGroups>
93 </form>