|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.magento.idea.magento2plugin.actions.generation.dialog.NewBlockDialog"> |
| 3 | + <grid id="cbd77" binding="contentPanel" 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="419" height="297"/> |
| 7 | + </constraints> |
| 8 | + <properties> |
| 9 | + <name value="New Magento2 Block.."/> |
| 10 | + <toolTipText value="New Magento2 Block.."/> |
| 11 | + </properties> |
| 12 | + <border type="none"/> |
| 13 | + <children> |
| 14 | + <grid id="94766" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
| 15 | + <margin top="0" left="0" bottom="0" right="0"/> |
| 16 | + <constraints> |
| 17 | + <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"/> |
| 18 | + </constraints> |
| 19 | + <properties/> |
| 20 | + <border type="none"/> |
| 21 | + <children> |
| 22 | + <hspacer id="98af6"> |
| 23 | + <constraints> |
| 24 | + <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"/> |
| 25 | + </constraints> |
| 26 | + </hspacer> |
| 27 | + <grid id="9538f" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="true" same-size-vertically="false" hgap="-1" vgap="-1"> |
| 28 | + <margin top="0" left="0" bottom="0" right="0"/> |
| 29 | + <constraints> |
| 30 | + <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"/> |
| 31 | + </constraints> |
| 32 | + <properties/> |
| 33 | + <border type="none"/> |
| 34 | + <children> |
| 35 | + <component id="e7465" class="javax.swing.JButton" binding="buttonOK"> |
| 36 | + <constraints> |
| 37 | + <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"/> |
| 38 | + </constraints> |
| 39 | + <properties> |
| 40 | + <text value="OK"/> |
| 41 | + </properties> |
| 42 | + </component> |
| 43 | + <component id="5723f" class="javax.swing.JButton" binding="buttonCancel"> |
| 44 | + <constraints> |
| 45 | + <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"/> |
| 46 | + </constraints> |
| 47 | + <properties> |
| 48 | + <text value="Cancel"/> |
| 49 | + </properties> |
| 50 | + </component> |
| 51 | + </children> |
| 52 | + </grid> |
| 53 | + </children> |
| 54 | + </grid> |
| 55 | + <grid id="e3588" layout-manager="GridLayoutManager" row-count="4" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
| 56 | + <margin top="0" left="0" bottom="0" right="0"/> |
| 57 | + <constraints> |
| 58 | + <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"/> |
| 59 | + </constraints> |
| 60 | + <properties/> |
| 61 | + <border type="none"/> |
| 62 | + <children> |
| 63 | + <component id="726dd" class="javax.swing.JLabel"> |
| 64 | + <constraints> |
| 65 | + <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"> |
| 66 | + <preferred-size width="113" height="16"/> |
| 67 | + </grid> |
| 68 | + </constraints> |
| 69 | + <properties> |
| 70 | + <labelFor value="2d9cc"/> |
| 71 | + <text value="Block Name"/> |
| 72 | + </properties> |
| 73 | + </component> |
| 74 | + <component id="2d9cc" class="javax.swing.JTextField" binding="blockName"> |
| 75 | + <constraints> |
| 76 | + <grid row="0" column="1" row-span="1" col-span="2" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"> |
| 77 | + <preferred-size width="150" height="-1"/> |
| 78 | + </grid> |
| 79 | + </constraints> |
| 80 | + <properties/> |
| 81 | + </component> |
| 82 | + <component id="e6153" class="javax.swing.JRadioButton" binding="frontendRadioButton" default-binding="true"> |
| 83 | + <constraints> |
| 84 | + <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"/> |
| 85 | + </constraints> |
| 86 | + <properties> |
| 87 | + <selected value="true"/> |
| 88 | + <text value="Frontend"/> |
| 89 | + </properties> |
| 90 | + </component> |
| 91 | + <component id="3fb02" class="javax.swing.JRadioButton" binding="adminhtmlRadioButton" default-binding="true"> |
| 92 | + <constraints> |
| 93 | + <grid row="1" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> |
| 94 | + </constraints> |
| 95 | + <properties> |
| 96 | + <text value="Adminhtml"/> |
| 97 | + </properties> |
| 98 | + </component> |
| 99 | + <component id="9128b" class="com.magento.idea.magento2plugin.ui.FilteredComboBox" binding="moduleName" custom-create="true"> |
| 100 | + <constraints> |
| 101 | + <grid row="2" column="1" row-span="1" col-span="2" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/> |
| 102 | + </constraints> |
| 103 | + <properties/> |
| 104 | + </component> |
| 105 | + <component id="3e4fb" class="javax.swing.JLabel"> |
| 106 | + <constraints> |
| 107 | + <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"/> |
| 108 | + </constraints> |
| 109 | + <properties> |
| 110 | + <labelFor value="9128b"/> |
| 111 | + <text value="Module"/> |
| 112 | + </properties> |
| 113 | + </component> |
| 114 | + <component id="fdc52" class="javax.swing.JTextField" binding="blockParentDir"> |
| 115 | + <constraints> |
| 116 | + <grid row="3" column="1" row-span="1" col-span="2" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"> |
| 117 | + <preferred-size width="150" height="-1"/> |
| 118 | + </grid> |
| 119 | + </constraints> |
| 120 | + <properties/> |
| 121 | + </component> |
| 122 | + <component id="be25f" class="javax.swing.JLabel"> |
| 123 | + <constraints> |
| 124 | + <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/> |
| 125 | + </constraints> |
| 126 | + <properties> |
| 127 | + <labelFor value="fdc52"/> |
| 128 | + <text value="Block Directory"/> |
| 129 | + </properties> |
| 130 | + </component> |
| 131 | + <component id="e81ed" class="javax.swing.JLabel"> |
| 132 | + <constraints> |
| 133 | + <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"> |
| 134 | + <preferred-size width="113" height="16"/> |
| 135 | + </grid> |
| 136 | + </constraints> |
| 137 | + <properties> |
| 138 | + <text value="Block Area"/> |
| 139 | + </properties> |
| 140 | + </component> |
| 141 | + </children> |
| 142 | + </grid> |
| 143 | + </children> |
| 144 | + </grid> |
| 145 | + <buttonGroups> |
| 146 | + <group name="blockArea"> |
| 147 | + <member id="3fb02"/> |
| 148 | + <member id="e6153"/> |
| 149 | + </group> |
| 150 | + </buttonGroups> |
| 151 | +</form> |
0 commit comments