github.com/ijc/docker-app@v0.6.1-0.20181012090447-c7ca8bc483fb/integrations/intellij/src/main/java/InitDialog.form (about) 1 <?xml version="1.0" encoding="UTF-8"?> 2 <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="InitDialog"> 3 <grid id="cbd77" binding="contentPane" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> 4 <margin top="10" left="10" bottom="10" right="10"/> 5 <constraints> 6 <xy x="48" y="54" width="452" height="251"/> 7 </constraints> 8 <properties/> 9 <border type="none"/> 10 <children> 11 <grid id="94766" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> 12 <margin top="0" left="0" bottom="0" right="0"/> 13 <constraints> 14 <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/> 15 </constraints> 16 <properties/> 17 <border type="none"/> 18 <children> 19 <hspacer id="98af6"> 20 <constraints> 21 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/> 22 </constraints> 23 </hspacer> 24 <grid id="9538f" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="true" same-size-vertically="false" hgap="-1" vgap="-1"> 25 <margin top="0" left="0" bottom="0" right="0"/> 26 <constraints> 27 <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"/> 28 </constraints> 29 <properties/> 30 <border type="none"/> 31 <children> 32 <component id="e7465" class="javax.swing.JButton" binding="buttonOK"> 33 <constraints> 34 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/> 35 </constraints> 36 <properties> 37 <text value="OK"/> 38 </properties> 39 </component> 40 <component id="5723f" class="javax.swing.JButton" binding="buttonCancel"> 41 <constraints> 42 <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/> 43 </constraints> 44 <properties> 45 <text value="Cancel"/> 46 </properties> 47 </component> 48 </children> 49 </grid> 50 </children> 51 </grid> 52 <grid id="e3588" layout-manager="GridLayoutManager" row-count="4" column-count="4" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> 53 <margin top="0" left="0" bottom="0" right="0"/> 54 <constraints> 55 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/> 56 </constraints> 57 <properties/> 58 <border type="none"/> 59 <children> 60 <component id="153fb" class="javax.swing.JLabel"> 61 <constraints> 62 <grid row="0" column="0" row-span="1" col-span="3" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/> 63 </constraints> 64 <properties> 65 <text value="Name"/> 66 </properties> 67 </component> 68 <component id="953aa" class="javax.swing.JTextField" binding="tName"> 69 <constraints> 70 <grid row="0" column="3" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"> 71 <preferred-size width="150" height="-1"/> 72 </grid> 73 </constraints> 74 <properties/> 75 </component> 76 <component id="9f991" class="javax.swing.JLabel"> 77 <constraints> 78 <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/> 79 </constraints> 80 <properties> 81 <text value="Description"/> 82 </properties> 83 </component> 84 <component id="9f455" class="javax.swing.JTextField" binding="tDescription"> 85 <constraints> 86 <grid row="1" column="3" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"> 87 <preferred-size width="150" height="-1"/> 88 </grid> 89 </constraints> 90 <properties/> 91 </component> 92 <component id="525df" class="javax.swing.JLabel"> 93 <constraints> 94 <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/> 95 </constraints> 96 <properties> 97 <text value="Maintainers"/> 98 </properties> 99 </component> 100 <component id="c5844" class="javax.swing.JTextArea" binding="tMaintainers"> 101 <constraints> 102 <grid row="2" column="3" row-span="1" col-span="1" vsize-policy="6" hsize-policy="6" anchor="0" fill="3" indent="0" use-parent-layout="false"> 103 <preferred-size width="150" height="50"/> 104 </grid> 105 </constraints> 106 <properties> 107 <toolTipText value="List of maintainers, in format 'name:email'"/> 108 </properties> 109 </component> 110 <component id="47d49" class="javax.swing.JCheckBox" binding="cSingleFile"> 111 <constraints> 112 <grid row="3" column="3" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> 113 </constraints> 114 <properties> 115 <text value="single file"/> 116 </properties> 117 </component> 118 </children> 119 </grid> 120 </children> 121 </grid> 122 </form>