You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

GenerateForm.form 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.rthoni.intellij.codefromds.ui.dialogs.GenerateDialog">
  3. <grid id="27dc6" binding="_panel" layout-manager="GridLayoutManager" row-count="4" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
  4. <margin top="0" left="0" bottom="0" right="0"/>
  5. <constraints>
  6. <xy x="20" y="20" width="934" height="526"/>
  7. </constraints>
  8. <properties/>
  9. <border type="none"/>
  10. <children>
  11. <vspacer id="cffbd">
  12. <constraints>
  13. <grid row="3" column="0" row-span="1" col-span="2" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
  14. </constraints>
  15. </vspacer>
  16. <grid id="6946b" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
  17. <margin top="0" left="0" bottom="0" right="0"/>
  18. <constraints>
  19. <grid row="2" column="0" row-span="1" col-span="2" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
  20. </constraints>
  21. <properties/>
  22. <border type="none"/>
  23. <children>
  24. <component id="9779e" class="javax.swing.JLabel">
  25. <constraints>
  26. <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"/>
  27. </constraints>
  28. <properties>
  29. <text value="Models Folder:"/>
  30. </properties>
  31. </component>
  32. <component id="cba56" class="com.intellij.openapi.ui.TextFieldWithBrowseButton" binding="_textModels">
  33. <constraints>
  34. <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"/>
  35. </constraints>
  36. <properties/>
  37. </component>
  38. </children>
  39. </grid>
  40. <grid id="39adc" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
  41. <margin top="0" left="0" bottom="0" right="0"/>
  42. <constraints>
  43. <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"/>
  44. </constraints>
  45. <properties/>
  46. <border type="none" title="Select Data Source"/>
  47. <children>
  48. <component id="ad455" class="com.intellij.ui.components.JBList" binding="_listDatasources">
  49. <constraints>
  50. <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="2" anchor="0" fill="3" indent="0" use-parent-layout="false">
  51. <preferred-size width="150" height="50"/>
  52. </grid>
  53. </constraints>
  54. <properties>
  55. <model/>
  56. <selectionMode value="0"/>
  57. </properties>
  58. </component>
  59. </children>
  60. </grid>
  61. <grid id="ae3e9" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
  62. <margin top="0" left="0" bottom="0" right="0"/>
  63. <constraints>
  64. <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
  65. </constraints>
  66. <properties/>
  67. <border type="none" title="Select Table"/>
  68. <children>
  69. <component id="81c7e" class="com.intellij.ui.components.JBList" binding="_listTables">
  70. <constraints>
  71. <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="2" anchor="0" fill="3" indent="0" use-parent-layout="false">
  72. <preferred-size width="150" height="50"/>
  73. </grid>
  74. </constraints>
  75. <properties>
  76. <selectionMode value="0"/>
  77. </properties>
  78. </component>
  79. </children>
  80. </grid>
  81. <grid id="cab88" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
  82. <margin top="0" left="0" bottom="0" right="0"/>
  83. <constraints>
  84. <grid row="1" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
  85. </constraints>
  86. <properties/>
  87. <border type="none" title="Select Columns To Map"/>
  88. <children>
  89. <component id="15ba0" class="com.intellij.ui.components.JBList" binding="_listColumns">
  90. <constraints>
  91. <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="2" anchor="0" fill="3" indent="0" use-parent-layout="false">
  92. <preferred-size width="150" height="50"/>
  93. </grid>
  94. </constraints>
  95. <properties/>
  96. </component>
  97. </children>
  98. </grid>
  99. </children>
  100. </grid>
  101. </form>