PageRenderTime 6ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/atlassian/jetbrains-bitbucket-connector/
Unknown | 75 lines | 75 code | 0 blank | 0 comment | 0 complexity | ab28a20dcea8ebd1ae905dc9c77863fc 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.BitbucketSharePanel">
  3. <grid id="27dc6" binding="myPanel" 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="500" height="400"/>
  7. </constraints>
  8. <properties/>
  9. <border type="none"/>
  10. <children>
  11. <component id="dc442" class="javax.swing.JTextField" binding="myNameTextField">
  12. <constraints>
  13. <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
  14. </constraints>
  15. <properties/>
  16. </component>
  17. <vspacer id="ce1e7">
  18. <constraints>
  19. <grid row="3" column="1" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
  20. </constraints>
  21. </vspacer>
  22. <component id="32457" class="javax.swing.JTextPane" binding="myDescriptionTextPane">
  23. <constraints>
  24. <grid row="1" column="1" row-span="1" col-span="1" vsize-policy="6" hsize-policy="6" anchor="0" fill="3" indent="0" use-parent-layout="false">
  25. <preferred-size width="150" height="50"/>
  26. </grid>
  27. </constraints>
  28. <properties/>
  29. </component>
  30. <component id="a13d9" class="javax.swing.JLabel">
  31. <constraints>
  32. <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"/>
  33. </constraints>
  34. <properties>
  35. <text value="Name:"/>
  36. </properties>
  37. </component>
  38. <component id="5348" class="javax.swing.JLabel">
  39. <constraints>
  40. <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="9" fill="0" indent="0" use-parent-layout="false"/>
  41. </constraints>
  42. <properties>
  43. <text value="Description:"/>
  44. </properties>
  45. </component>
  46. <grid id="1a12f" layout-manager="FlowLayout" hgap="5" vgap="5" flow-align="1">
  47. <constraints>
  48. <grid row="2" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="8" fill="2" indent="0" use-parent-layout="false"/>
  49. </constraints>
  50. <properties/>
  51. <border type="none"/>
  52. <children>
  53. <component id="bc143" class="javax.swing.JCheckBox" binding="myPrivateCheckBox">
  54. <constraints/>
  55. <properties>
  56. <text value="Private"/>
  57. </properties>
  58. </component>
  59. <component id="25943" class="javax.swing.JCheckBox" binding="mySshRepositoryAccessCheckBox" default-binding="true">
  60. <constraints/>
  61. <properties>
  62. <text value="SSH repository access"/>
  63. </properties>
  64. </component>
  65. <component id="73b0b" class="javax.swing.JCheckBox" binding="myGITCheckBox" default-binding="true">
  66. <constraints/>
  67. <properties>
  68. <text value="GIT"/>
  69. </properties>
  70. </component>
  71. </children>
  72. </grid>
  73. </children>
  74. </grid>
  75. </form>