PageRenderTime 32ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/src/org/bitbucket/connectors/jetbrains/ui/BitbucketCloneProjectPanel.form

https://bitbucket.org/atlassian/jetbrains-bitbucket-connector/
Unknown | 94 lines | 94 code | 0 blank | 0 comment | 0 complexity | c9ef37ed4708f1bfece5c91ea99bdd13 MD5 | raw file
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="org.bitbucket.connectors.jetbrains.ui.BitbucketCloneProjectPanel">
  3. <grid id="27dc6" binding="myPanel" layout-manager="GridLayoutManager" row-count="5" 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="500" height="400"/>
  7. </constraints>
  8. <properties/>
  9. <border type="none"/>
  10. <children>
  11. <vspacer id="769aa">
  12. <constraints>
  13. <grid row="4" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
  14. </constraints>
  15. </vspacer>
  16. <component id="1939f" class="javax.swing.JLabel">
  17. <constraints>
  18. <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"/>
  19. </constraints>
  20. <properties>
  21. <text value="Parent directory"/>
  22. </properties>
  23. </component>
  24. <component id="f5753" class="com.intellij.openapi.ui.TextFieldWithBrowseButton" binding="myTextFieldWithBrowseButton">
  25. <constraints>
  26. <grid row="2" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
  27. </constraints>
  28. <properties/>
  29. </component>
  30. <component id="51794" class="javax.swing.JTextField" binding="myProjectNameText">
  31. <constraints>
  32. <grid row="3" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
  33. <preferred-size width="150" height="-1"/>
  34. </grid>
  35. </constraints>
  36. <properties/>
  37. </component>
  38. <component id="6f55" class="javax.swing.JLabel">
  39. <constraints>
  40. <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"/>
  41. </constraints>
  42. <properties>
  43. <text value="Project name"/>
  44. </properties>
  45. </component>
  46. <grid id="38412" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
  47. <margin top="0" left="0" bottom="0" right="0"/>
  48. <constraints>
  49. <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"/>
  50. </constraints>
  51. <properties/>
  52. <border type="none"/>
  53. <children>
  54. <component id="9d535" class="javax.swing.JComboBox" binding="mySelectRepositoryComboBox">
  55. <constraints>
  56. <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
  57. </constraints>
  58. <properties/>
  59. </component>
  60. </children>
  61. </grid>
  62. <component id="430b2" class="javax.swing.JRadioButton" binding="myRepositoryListRadioButton">
  63. <constraints>
  64. <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
  65. </constraints>
  66. <properties>
  67. <text value="Repository list:"/>
  68. </properties>
  69. </component>
  70. <component id="9fd9c" class="javax.swing.JRadioButton" binding="myRepositoryUrlRadioButton">
  71. <constraints>
  72. <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
  73. </constraints>
  74. <properties>
  75. <text value="Repository URL:"/>
  76. </properties>
  77. </component>
  78. <component id="26d3" class="javax.swing.JTextField" binding="myRepositoryUrlField">
  79. <constraints>
  80. <grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
  81. <preferred-size width="150" height="-1"/>
  82. </grid>
  83. </constraints>
  84. <properties/>
  85. </component>
  86. </children>
  87. </grid>
  88. <buttonGroups>
  89. <group name="myRepositoryTypeButtonGroup">
  90. <member id="9fd9c"/>
  91. <member id="430b2"/>
  92. </group>
  93. </buttonGroups>
  94. </form>