|
3 | 3 | <grid id="cbd77" binding="contentPane" layout-manager="GridLayoutManager" row-count="4" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
|
4 | 4 | <margin top="10" left="10" bottom="10" right="10"/>
|
5 | 5 | <constraints>
|
6 |
| - <xy x="48" y="54" width="462" height="496"/> |
| 6 | + <xy x="48" y="54" width="746" height="596"/> |
7 | 7 | </constraints>
|
8 | 8 | <properties>
|
9 | 9 | <preferredSize width="450" height="591"/>
|
|
36 | 36 | <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"/>
|
37 | 37 | </constraints>
|
38 | 38 | <properties>
|
39 |
| - <text value="OK"/> |
| 39 | + <text resource-bundle="magento2/common" key="common.ok"/> |
40 | 40 | </properties>
|
41 | 41 | </component>
|
42 | 42 | <component id="5723f" class="javax.swing.JButton" binding="buttonCancel">
|
43 | 43 | <constraints>
|
44 | 44 | <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"/>
|
45 | 45 | </constraints>
|
46 | 46 | <properties>
|
47 |
| - <text value="Cancel"/> |
| 47 | + <text resource-bundle="magento2/common" key="common.cancel"/> |
48 | 48 | </properties>
|
49 | 49 | </component>
|
50 | 50 | </children>
|
|
56 | 56 | <constraints>
|
57 | 57 | <grid row="0" column="0" row-span="1" col-span="2" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
|
58 | 58 | </constraints>
|
59 |
| - <properties/> |
| 59 | + <properties> |
| 60 | + <toolTipText value=""/> |
| 61 | + </properties> |
60 | 62 | <border type="none"/>
|
61 | 63 | <children>
|
62 | 64 | <component id="ad3ba" class="javax.swing.JTextField" binding="packageName" default-binding="true">
|
|
65 | 67 | <preferred-size width="150" height="-1"/>
|
66 | 68 | </grid>
|
67 | 69 | </constraints>
|
68 |
| - <properties/> |
| 70 | + <properties> |
| 71 | + <text value=""/> |
| 72 | + <toolTipText resource-bundle="magento2/validation" key="validator.mustNotBeEmptyShouldContainLettersOrNumbers"/> |
| 73 | + </properties> |
69 | 74 | <clientProperties>
|
70 | 75 | <html.disable class="java.lang.Boolean" value="true"/>
|
71 | 76 | </clientProperties>
|
|
75 | 80 | <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"/>
|
76 | 81 | </constraints>
|
77 | 82 | <properties>
|
78 |
| - <text value="Package Name"/> |
| 83 | + <text resource-bundle="magento2/common" key="common.package.name"/> |
| 84 | + <toolTipText value=""/> |
| 85 | + <verifyInputWhenFocusTarget value="false"/> |
79 | 86 | </properties>
|
80 | 87 | </component>
|
81 | 88 | <component id="e4858" class="javax.swing.JTextField" binding="moduleName">
|
|
84 | 91 | <preferred-size width="150" height="-1"/>
|
85 | 92 | </grid>
|
86 | 93 | </constraints>
|
87 |
| - <properties/> |
| 94 | + <properties> |
| 95 | + <text value=""/> |
| 96 | + <toolTipText resource-bundle="magento2/validation" key="validator.mustNotBeEmptyShouldContainLettersOrNumbers"/> |
| 97 | + </properties> |
88 | 98 | <clientProperties>
|
89 | 99 | <html.disable class="java.lang.Boolean" value="true"/>
|
90 | 100 | </clientProperties>
|
|
94 | 104 | <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"/>
|
95 | 105 | </constraints>
|
96 | 106 | <properties>
|
97 |
| - <text value="Module Name"/> |
| 107 | + <text resource-bundle="magento2/common" key="common.module.name"/> |
| 108 | + <toolTipText value=""/> |
98 | 109 | </properties>
|
99 | 110 | </component>
|
100 | 111 | <component id="423dc" class="javax.swing.JTextField" binding="moduleVersion">
|
|
115 | 126 | <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"/>
|
116 | 127 | </constraints>
|
117 | 128 | <properties>
|
118 |
| - <text value="Module Version"/> |
| 129 | + <text resource-bundle="magento2/common" key="common.module.version"/> |
| 130 | + <toolTipText value=""/> |
119 | 131 | </properties>
|
120 | 132 | </component>
|
121 | 133 | <component id="c5925" class="javax.swing.JLabel" binding="moduleLicenseLabel">
|
122 | 134 | <constraints>
|
123 | 135 | <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="9" fill="0" indent="0" use-parent-layout="false"/>
|
124 | 136 | </constraints>
|
125 | 137 | <properties>
|
126 |
| - <text value="License(s)"/> |
| 138 | + <text resource-bundle="magento2/common" key="common.module.license"/> |
| 139 | + <toolTipText value=""/> |
127 | 140 | </properties>
|
128 | 141 | </component>
|
129 | 142 | <component id="26905" class="javax.swing.JTextField" binding="moduleLicenseCustom">
|
|
154 | 167 | <constraints/>
|
155 | 168 | <properties>
|
156 | 169 | <model/>
|
157 |
| - <toolTipText value="Module's Lincese"/> |
| 170 | + <toolTipText value=""/> |
158 | 171 | </properties>
|
159 | 172 | </component>
|
160 | 173 | </children>
|
|
164 | 177 | <grid row="5" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="9" fill="0" indent="0" use-parent-layout="false"/>
|
165 | 178 | </constraints>
|
166 | 179 | <properties>
|
167 |
| - <text value="Module Dependencies"/> |
| 180 | + <text resource-bundle="magento2/common" key="common.module.dependencies"/> |
| 181 | + <toolTipText value=""/> |
168 | 182 | </properties>
|
169 | 183 | </component>
|
170 | 184 | <scrollpane id="90d78" binding="moduleDependenciesScrollPanel">
|
|
195 | 209 | </constraints>
|
196 | 210 | <properties>
|
197 | 211 | <text value="N/A"/>
|
198 |
| - <toolTipText value="Module Description"/> |
| 212 | + <toolTipText value=""/> |
199 | 213 | </properties>
|
200 | 214 | <clientProperties>
|
201 | 215 | <html.disable class="java.lang.Boolean" value="true"/>
|
|
206 | 220 | <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"/>
|
207 | 221 | </constraints>
|
208 | 222 | <properties>
|
209 |
| - <text value="Module Description"/> |
| 223 | + <text resource-bundle="magento2/common" key="common.module.description"/> |
| 224 | + <toolTipText value=""/> |
210 | 225 | </properties>
|
211 | 226 | </component>
|
212 | 227 | </children>
|
213 | 228 | </grid>
|
| 229 | + <inspectionSuppressions> |
| 230 | + <suppress inspection="I18nForm" id="bda0f"/> |
| 231 | + </inspectionSuppressions> |
214 | 232 | </form>
|
0 commit comments