dbwizconnectionpage.ui 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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="GtkBox" id="ConnectionPage">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="hexpand">True</property>
  9. <property name="vexpand">True</property>
  10. <property name="border_width">6</property>
  11. <property name="orientation">vertical</property>
  12. <property name="spacing">12</property>
  13. <child>
  14. <object class="GtkLabel" id="header">
  15. <property name="visible">True</property>
  16. <property name="can_focus">False</property>
  17. <property name="halign">start</property>
  18. <property name="margin_bottom">12</property>
  19. <attributes>
  20. <attribute name="weight" value="bold"/>
  21. </attributes>
  22. </object>
  23. <packing>
  24. <property name="expand">False</property>
  25. <property name="fill">True</property>
  26. <property name="position">0</property>
  27. </packing>
  28. </child>
  29. <child>
  30. <object class="GtkLabel" id="helptext">
  31. <property name="visible">True</property>
  32. <property name="can_focus">False</property>
  33. <property name="margin_bottom">6</property>
  34. <property name="label" translatable="yes" context="dbwizconnectionpage|helptext">label</property>
  35. <property name="wrap">True</property>
  36. <property name="width_chars">72</property>
  37. <property name="max_width_chars">72</property>
  38. <property name="xalign">0</property>
  39. </object>
  40. <packing>
  41. <property name="expand">False</property>
  42. <property name="fill">True</property>
  43. <property name="position">1</property>
  44. </packing>
  45. </child>
  46. <child>
  47. <!-- n-columns=1 n-rows=1 -->
  48. <object class="GtkGrid" id="grid1">
  49. <property name="visible">True</property>
  50. <property name="can_focus">False</property>
  51. <property name="hexpand">True</property>
  52. <property name="row_spacing">6</property>
  53. <property name="column_spacing">12</property>
  54. <child>
  55. <object class="GtkLabel" id="browseurllabel">
  56. <property name="visible">True</property>
  57. <property name="can_focus">False</property>
  58. <property name="halign">start</property>
  59. <property name="label" translatable="yes" context="dbwizconnectionpage|browseurllabel">Path to the dBASE files:</property>
  60. <property name="use_underline">True</property>
  61. <property name="mnemonic_widget">browseurl</property>
  62. </object>
  63. <packing>
  64. <property name="left_attach">0</property>
  65. <property name="top_attach">0</property>
  66. </packing>
  67. </child>
  68. <child>
  69. <object class="GtkButton" id="create">
  70. <property name="label" translatable="yes" context="dbwizconnectionpage|create">_Create New</property>
  71. <property name="visible">True</property>
  72. <property name="can_focus">True</property>
  73. <property name="receives_default">True</property>
  74. <property name="use_underline">True</property>
  75. </object>
  76. <packing>
  77. <property name="left_attach">1</property>
  78. <property name="top_attach">0</property>
  79. </packing>
  80. </child>
  81. <child>
  82. <object class="GtkButton" id="browse">
  83. <property name="label" translatable="yes" context="dbwizconnectionpage|browse">_Browse…</property>
  84. <property name="visible">True</property>
  85. <property name="can_focus">True</property>
  86. <property name="receives_default">True</property>
  87. <property name="use_underline">True</property>
  88. </object>
  89. <packing>
  90. <property name="left_attach">1</property>
  91. <property name="top_attach">1</property>
  92. </packing>
  93. </child>
  94. <child>
  95. <!-- n-columns=1 n-rows=1 -->
  96. <object class="GtkGrid">
  97. <property name="visible">True</property>
  98. <property name="can_focus">False</property>
  99. <property name="hexpand">True</property>
  100. <child>
  101. <object class="GtkEntry" id="browseurl">
  102. <property name="visible">True</property>
  103. <property name="can_focus">True</property>
  104. <property name="hexpand">True</property>
  105. <property name="truncate-multiline">True</property>
  106. <property name="activates_default">True</property>
  107. </object>
  108. <packing>
  109. <property name="left_attach">1</property>
  110. <property name="top_attach">0</property>
  111. </packing>
  112. </child>
  113. <child>
  114. <object class="GtkLabel" id="browselabel">
  115. <property name="visible">True</property>
  116. <property name="can_focus">False</property>
  117. </object>
  118. <packing>
  119. <property name="left_attach">0</property>
  120. <property name="top_attach">0</property>
  121. </packing>
  122. </child>
  123. </object>
  124. <packing>
  125. <property name="left_attach">0</property>
  126. <property name="top_attach">1</property>
  127. </packing>
  128. </child>
  129. </object>
  130. <packing>
  131. <property name="expand">False</property>
  132. <property name="fill">True</property>
  133. <property name="position">2</property>
  134. </packing>
  135. </child>
  136. </object>
  137. </interface>