PolicyCreateConfirmationWindow.glade 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.0 -->
  3. <interface>
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkMessageDialog" id="PolicyCreateConfirmationWindow">
  6. <property name="can_focus">False</property>
  7. <property name="title" translatable="yes">Default service policy</property>
  8. <property name="icon_name">dialog-warning</property>
  9. <property name="type_hint">dialog</property>
  10. <property name="message_type">question</property>
  11. <property name="buttons">ok-cancel</property>
  12. <child internal-child="vbox">
  13. <object class="GtkBox">
  14. <property name="can_focus">False</property>
  15. <property name="orientation">vertical</property>
  16. <child internal-child="action_area">
  17. <object class="GtkButtonBox">
  18. <property name="can_focus">False</property>
  19. <property name="layout_style">end</property>
  20. </object>
  21. <packing>
  22. <property name="expand">False</property>
  23. <property name="fill">True</property>
  24. <property name="position">0</property>
  25. </packing>
  26. </child>
  27. <child>
  28. <object class="GtkBox">
  29. <property name="visible">True</property>
  30. <property name="can_focus">False</property>
  31. <property name="orientation">vertical</property>
  32. <property name="spacing">2</property>
  33. <child>
  34. <object class="GtkLabel" id="messageLabel">
  35. <property name="visible">True</property>
  36. <property name="can_focus">False</property>
  37. <property name="label" translatable="yes">Policy for requested service does not exist.
  38. Do you want to create default one (ask for everything)?</property>
  39. </object>
  40. <packing>
  41. <property name="expand">False</property>
  42. <property name="fill">True</property>
  43. <property name="padding">2</property>
  44. <property name="position">0</property>
  45. </packing>
  46. </child>
  47. <child>
  48. <object class="GtkGrid">
  49. <property name="visible">True</property>
  50. <property name="can_focus">False</property>
  51. <property name="row_spacing">2</property>
  52. <property name="column_spacing">2</property>
  53. <child>
  54. <object class="GtkLabel" id="sourceLabel">
  55. <property name="visible">True</property>
  56. <property name="can_focus">False</property>
  57. <property name="margin_left">4</property>
  58. <property name="label" translatable="yes">Source:</property>
  59. </object>
  60. <packing>
  61. <property name="left_attach">0</property>
  62. <property name="top_attach">0</property>
  63. </packing>
  64. </child>
  65. <child>
  66. <object class="GtkLabel" id="serviceLabel">
  67. <property name="visible">True</property>
  68. <property name="can_focus">False</property>
  69. <property name="margin_left">4</property>
  70. <property name="label" translatable="yes">Service:</property>
  71. </object>
  72. <packing>
  73. <property name="left_attach">0</property>
  74. <property name="top_attach">1</property>
  75. </packing>
  76. </child>
  77. <child>
  78. <object class="GtkEntry" id="sourceEntry">
  79. <property name="visible">True</property>
  80. <property name="sensitive">False</property>
  81. <property name="can_focus">True</property>
  82. <property name="editable">False</property>
  83. </object>
  84. <packing>
  85. <property name="left_attach">1</property>
  86. <property name="top_attach">0</property>
  87. </packing>
  88. </child>
  89. <child>
  90. <object class="GtkEntry" id="serviceEntry">
  91. <property name="visible">True</property>
  92. <property name="sensitive">False</property>
  93. <property name="can_focus">True</property>
  94. <property name="editable">False</property>
  95. </object>
  96. <packing>
  97. <property name="left_attach">1</property>
  98. <property name="top_attach">1</property>
  99. </packing>
  100. </child>
  101. <child>
  102. <object class="GtkLabel" id="confirmLabel">
  103. <property name="visible">True</property>
  104. <property name="can_focus">False</property>
  105. <property name="label" translatable="yes">Type capital YES to confirm: </property>
  106. </object>
  107. <packing>
  108. <property name="left_attach">0</property>
  109. <property name="top_attach">2</property>
  110. </packing>
  111. </child>
  112. <child>
  113. <object class="GtkEntry" id="confirmEntry">
  114. <property name="visible">True</property>
  115. <property name="can_focus">True</property>
  116. <property name="activates_default">True</property>
  117. <property name="caps_lock_warning">False</property>
  118. </object>
  119. <packing>
  120. <property name="left_attach">1</property>
  121. <property name="top_attach">2</property>
  122. </packing>
  123. </child>
  124. </object>
  125. <packing>
  126. <property name="expand">False</property>
  127. <property name="fill">False</property>
  128. <property name="position">1</property>
  129. </packing>
  130. </child>
  131. </object>
  132. <packing>
  133. <property name="expand">False</property>
  134. <property name="fill">True</property>
  135. <property name="position">1</property>
  136. </packing>
  137. </child>
  138. </object>
  139. </child>
  140. </object>
  141. </interface>