mmcreatingdialog.ui 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface domain="sw">
  3. <requires lib="gtk+" version="3.20"/>
  4. <object class="GtkDialog" id="MMCreatingDialog">
  5. <property name="can_focus">False</property>
  6. <property name="border_width">6</property>
  7. <property name="title" translatable="yes" context="mmcreatingdialog|MMCreatingDialog">Mail Merge</property>
  8. <property name="modal">True</property>
  9. <property name="type_hint">dialog</property>
  10. <child internal-child="vbox">
  11. <object class="GtkBox" id="dialog-vbox1">
  12. <property name="can_focus">False</property>
  13. <property name="orientation">vertical</property>
  14. <property name="spacing">12</property>
  15. <child internal-child="action_area">
  16. <object class="GtkButtonBox" id="dialog-action_area1">
  17. <property name="can_focus">False</property>
  18. <property name="layout_style">end</property>
  19. <child>
  20. <object class="GtkButton" id="cancel">
  21. <property name="label">gtk-cancel</property>
  22. <property name="visible">True</property>
  23. <property name="can_focus">True</property>
  24. <property name="receives_default">True</property>
  25. <property name="use_stock">True</property>
  26. </object>
  27. <packing>
  28. <property name="expand">False</property>
  29. <property name="fill">True</property>
  30. <property name="position">1</property>
  31. </packing>
  32. </child>
  33. </object>
  34. <packing>
  35. <property name="expand">False</property>
  36. <property name="fill">True</property>
  37. <property name="pack_type">end</property>
  38. <property name="position">0</property>
  39. </packing>
  40. </child>
  41. <child>
  42. <!-- n-columns=1 n-rows=1 -->
  43. <object class="GtkGrid" id="grid1">
  44. <property name="visible">True</property>
  45. <property name="can_focus">False</property>
  46. <property name="halign">center</property>
  47. <property name="row_spacing">6</property>
  48. <property name="column_spacing">12</property>
  49. <child>
  50. <object class="GtkLabel" id="label1">
  51. <property name="visible">True</property>
  52. <property name="can_focus">False</property>
  53. <property name="xalign">1</property>
  54. <property name="label" translatable="yes" context="mmcreatingdialog|label1">Status:</property>
  55. </object>
  56. <packing>
  57. <property name="left_attach">0</property>
  58. <property name="top_attach">0</property>
  59. <property name="width">1</property>
  60. <property name="height">1</property>
  61. </packing>
  62. </child>
  63. <child>
  64. <object class="GtkLabel" id="label2">
  65. <property name="visible">True</property>
  66. <property name="can_focus">False</property>
  67. <property name="xalign">1</property>
  68. <property name="label" translatable="yes" context="mmcreatingdialog|label2">Progress:</property>
  69. </object>
  70. <packing>
  71. <property name="left_attach">0</property>
  72. <property name="top_attach">1</property>
  73. <property name="width">1</property>
  74. <property name="height">1</property>
  75. </packing>
  76. </child>
  77. <child>
  78. <object class="GtkLabel" id="label3">
  79. <property name="visible">True</property>
  80. <property name="can_focus">False</property>
  81. <property name="xalign">0</property>
  82. <property name="label" translatable="yes" context="mmcreatingdialog|label3">Creating documents...</property>
  83. </object>
  84. <packing>
  85. <property name="left_attach">1</property>
  86. <property name="top_attach">0</property>
  87. <property name="width">1</property>
  88. <property name="height">1</property>
  89. </packing>
  90. </child>
  91. <child>
  92. <object class="GtkLabel" id="progress">
  93. <property name="visible">True</property>
  94. <property name="can_focus">False</property>
  95. <property name="xalign">0</property>
  96. <property name="label" translatable="yes" context="mmcreatingdialog|progress">%X of %Y</property>
  97. </object>
  98. <packing>
  99. <property name="left_attach">1</property>
  100. <property name="top_attach">1</property>
  101. <property name="width">1</property>
  102. <property name="height">1</property>
  103. </packing>
  104. </child>
  105. </object>
  106. <packing>
  107. <property name="expand">False</property>
  108. <property name="fill">True</property>
  109. <property name="position">1</property>
  110. </packing>
  111. </child>
  112. </object>
  113. </child>
  114. <action-widgets>
  115. <action-widget response="-6">cancel</action-widget>
  116. </action-widgets>
  117. </object>
  118. </interface>