ldappage.ui 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="dba">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="upper">65535</property>
  7. <property name="step_increment">1</property>
  8. <property name="page_increment">10</property>
  9. </object>
  10. <object class="GtkAdjustment" id="adjustment2">
  11. <property name="upper">65535</property>
  12. <property name="step_increment">1</property>
  13. <property name="page_increment">10</property>
  14. </object>
  15. <object class="GtkBox" id="LDAP">
  16. <property name="visible">True</property>
  17. <property name="can_focus">False</property>
  18. <property name="hexpand">True</property>
  19. <property name="vexpand">True</property>
  20. <property name="border_width">6</property>
  21. <property name="orientation">vertical</property>
  22. <property name="spacing">12</property>
  23. <child>
  24. <object class="GtkFrame" id="frame1">
  25. <property name="visible">True</property>
  26. <property name="can_focus">False</property>
  27. <property name="hexpand">True</property>
  28. <property name="label_xalign">0</property>
  29. <property name="shadow_type">none</property>
  30. <child>
  31. <object class="GtkAlignment" id="alignment1">
  32. <property name="visible">True</property>
  33. <property name="can_focus">False</property>
  34. <property name="hexpand">True</property>
  35. <property name="top_padding">6</property>
  36. <property name="left_padding">12</property>
  37. <child>
  38. <!-- n-columns=1 n-rows=1 -->
  39. <object class="GtkGrid" id="grid1">
  40. <property name="visible">True</property>
  41. <property name="can_focus">False</property>
  42. <property name="hexpand">True</property>
  43. <property name="row_spacing">6</property>
  44. <property name="column_spacing">12</property>
  45. <child>
  46. <object class="GtkLabel" id="label1">
  47. <property name="visible">True</property>
  48. <property name="can_focus">False</property>
  49. <property name="label" translatable="yes" context="ldappage|label1">_Base DN:</property>
  50. <property name="use_underline">True</property>
  51. <property name="mnemonic_widget">baseDNEntry</property>
  52. <property name="xalign">1</property>
  53. </object>
  54. <packing>
  55. <property name="left_attach">0</property>
  56. <property name="top_attach">0</property>
  57. </packing>
  58. </child>
  59. <child>
  60. <object class="GtkEntry" id="baseDNEntry">
  61. <property name="visible">True</property>
  62. <property name="can_focus">True</property>
  63. <property name="hexpand">True</property>
  64. <property name="truncate-multiline">True</property>
  65. <property name="activates_default">True</property>
  66. </object>
  67. <packing>
  68. <property name="left_attach">1</property>
  69. <property name="top_attach">0</property>
  70. </packing>
  71. </child>
  72. <child>
  73. <object class="GtkCheckButton" id="useSSLCheckbutton">
  74. <property name="label" translatable="yes" context="ldappage|useSSLCheckbutton">Use secure connection (SSL)</property>
  75. <property name="visible">True</property>
  76. <property name="can_focus">True</property>
  77. <property name="receives_default">False</property>
  78. <property name="use_underline">True</property>
  79. <property name="xalign">0</property>
  80. <property name="draw_indicator">True</property>
  81. </object>
  82. <packing>
  83. <property name="left_attach">0</property>
  84. <property name="top_attach">1</property>
  85. <property name="width">2</property>
  86. </packing>
  87. </child>
  88. <child>
  89. <object class="GtkLabel" id="label2">
  90. <property name="visible">True</property>
  91. <property name="can_focus">False</property>
  92. <property name="label" translatable="yes" context="ldappage|label2">_Port number:</property>
  93. <property name="use_underline">True</property>
  94. <property name="mnemonic_widget">portNumberSpinbutton</property>
  95. <property name="xalign">1</property>
  96. </object>
  97. <packing>
  98. <property name="left_attach">0</property>
  99. <property name="top_attach">2</property>
  100. </packing>
  101. </child>
  102. <child>
  103. <object class="GtkSpinButton" id="portNumberSpinbutton">
  104. <property name="visible">True</property>
  105. <property name="can_focus">True</property>
  106. <property name="hexpand">True</property>
  107. <property name="activates_default">True</property>
  108. <property name="truncate-multiline">True</property>
  109. <property name="adjustment">adjustment1</property>
  110. </object>
  111. <packing>
  112. <property name="left_attach">1</property>
  113. <property name="top_attach">2</property>
  114. </packing>
  115. </child>
  116. <child>
  117. <object class="GtkLabel" id="label3">
  118. <property name="visible">True</property>
  119. <property name="can_focus">False</property>
  120. <property name="label" translatable="yes" context="ldappage|label3">Maximum number of _records:</property>
  121. <property name="use_underline">True</property>
  122. <property name="mnemonic_widget">LDAPRowCountspinbutton</property>
  123. <property name="xalign">1</property>
  124. </object>
  125. <packing>
  126. <property name="left_attach">0</property>
  127. <property name="top_attach">3</property>
  128. </packing>
  129. </child>
  130. <child>
  131. <object class="GtkSpinButton" id="LDAPRowCountspinbutton">
  132. <property name="visible">True</property>
  133. <property name="can_focus">True</property>
  134. <property name="hexpand">True</property>
  135. <property name="activates_default">True</property>
  136. <property name="truncate-multiline">True</property>
  137. <property name="adjustment">adjustment2</property>
  138. </object>
  139. <packing>
  140. <property name="left_attach">1</property>
  141. <property name="top_attach">3</property>
  142. </packing>
  143. </child>
  144. </object>
  145. </child>
  146. </object>
  147. </child>
  148. <child type="label">
  149. <object class="GtkLabel" id="charsetheader">
  150. <property name="visible">True</property>
  151. <property name="can_focus">False</property>
  152. <property name="label" translatable="yes" context="ldappage|charsetheader">Connection Settings</property>
  153. <attributes>
  154. <attribute name="weight" value="bold"/>
  155. </attributes>
  156. </object>
  157. </child>
  158. </object>
  159. <packing>
  160. <property name="expand">False</property>
  161. <property name="fill">True</property>
  162. <property name="position">0</property>
  163. </packing>
  164. </child>
  165. </object>
  166. </interface>