dbwizmysqlnativepage.ui 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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="DBWizMysqlNativePage">
  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="GtkFrame" id="frame1">
  15. <property name="visible">True</property>
  16. <property name="can_focus">False</property>
  17. <property name="hexpand">True</property>
  18. <property name="vexpand">True</property>
  19. <property name="label_xalign">0</property>
  20. <property name="shadow_type">none</property>
  21. <child>
  22. <object class="GtkAlignment" id="alignment1">
  23. <property name="visible">True</property>
  24. <property name="can_focus">False</property>
  25. <property name="hexpand">True</property>
  26. <property name="vexpand">True</property>
  27. <property name="top_padding">6</property>
  28. <child>
  29. <object class="GtkBox" id="box1">
  30. <property name="visible">True</property>
  31. <property name="can_focus">False</property>
  32. <property name="orientation">vertical</property>
  33. <property name="spacing">6</property>
  34. <child>
  35. <object class="GtkLabel" id="helptext">
  36. <property name="visible">True</property>
  37. <property name="can_focus">False</property>
  38. <property name="halign">start</property>
  39. <property name="label" translatable="yes" context="dbwizmysqlnativepage|helptext">Please enter the required information to connect to a MySQL database.</property>
  40. <property name="wrap">True</property>
  41. <property name="width_chars">72</property>
  42. <property name="max_width_chars">72</property>
  43. <property name="xalign">0</property>
  44. </object>
  45. <packing>
  46. <property name="expand">False</property>
  47. <property name="fill">True</property>
  48. <property name="position">0</property>
  49. </packing>
  50. </child>
  51. <child>
  52. <object class="GtkBox" id="MySQLSettingsContainer">
  53. <property name="visible">True</property>
  54. <property name="can_focus">False</property>
  55. <property name="hexpand">True</property>
  56. <property name="vexpand">True</property>
  57. <property name="orientation">vertical</property>
  58. <child>
  59. <placeholder/>
  60. </child>
  61. </object>
  62. <packing>
  63. <property name="expand">False</property>
  64. <property name="fill">True</property>
  65. <property name="position">1</property>
  66. </packing>
  67. </child>
  68. </object>
  69. </child>
  70. </object>
  71. </child>
  72. <child type="label">
  73. <object class="GtkLabel" id="header">
  74. <property name="visible">True</property>
  75. <property name="can_focus">False</property>
  76. <property name="label" translatable="yes" context="dbwizmysqlnativepage|header">Set Up a Connection to a MySQL Database</property>
  77. <attributes>
  78. <attribute name="weight" value="bold"/>
  79. </attributes>
  80. </object>
  81. </child>
  82. </object>
  83. <packing>
  84. <property name="expand">True</property>
  85. <property name="fill">True</property>
  86. <property name="position">0</property>
  87. </packing>
  88. </child>
  89. </object>
  90. </interface>