PageRenderTime 21ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/atlassian/jetbrains-bitbucket-connector/
Unknown | 78 lines | 78 code | 0 blank | 0 comment | 0 complexity | 622c4775d07f797fbdd37d008bd437c2 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.BitbucketSettingsPanel">
  3. <grid id="27dc6" binding="myPane" layout-manager="GridLayoutManager" row-count="5" column-count="3" 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="c9bbc">
  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="c73d7" class="javax.swing.JLabel">
  17. <constraints>
  18. <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"/>
  19. </constraints>
  20. <properties>
  21. <text value="Login"/>
  22. </properties>
  23. </component>
  24. <component id="962e9" class="javax.swing.JLabel">
  25. <constraints>
  26. <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"/>
  27. </constraints>
  28. <properties>
  29. <text value="Password"/>
  30. </properties>
  31. </component>
  32. <component id="f3d86" class="javax.swing.JTextField" binding="myLoginTextField">
  33. <constraints>
  34. <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">
  35. <preferred-size width="150" height="-1"/>
  36. </grid>
  37. </constraints>
  38. <properties/>
  39. </component>
  40. <component id="7cba8" class="javax.swing.JPasswordField" binding="myPasswordField">
  41. <constraints>
  42. <grid row="1" column="1" row-span="1" col-span="2" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
  43. <preferred-size width="150" height="-1"/>
  44. </grid>
  45. </constraints>
  46. <properties/>
  47. </component>
  48. <component id="e3e29" class="javax.swing.JTextPane" binding="mySignupPane">
  49. <constraints>
  50. <grid row="2" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="6" anchor="0" fill="3" indent="0" use-parent-layout="false">
  51. <preferred-size width="150" height="100"/>
  52. </grid>
  53. </constraints>
  54. <properties>
  55. <contentType value="text/html"/>
  56. <editable value="false"/>
  57. </properties>
  58. </component>
  59. <component id="a0f23" class="javax.swing.JButton" binding="myTestButton">
  60. <constraints>
  61. <grid row="2" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="5" fill="0" indent="0" use-parent-layout="false"/>
  62. </constraints>
  63. <properties>
  64. <text value="Test"/>
  65. <verticalAlignment value="0"/>
  66. </properties>
  67. </component>
  68. <component id="5c96" class="javax.swing.JButton" binding="myAddSSHKeyButton" default-binding="true">
  69. <constraints>
  70. <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
  71. </constraints>
  72. <properties>
  73. <text value="Add SSH key..."/>
  74. </properties>
  75. </component>
  76. </children>
  77. </grid>
  78. </form>