MixedCodeMainDialog.ui 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <interface>
  2. <object class="GtkDialog" id="warning_dialog">
  3. <property name="title">Title</property>
  4. <property name="deletable">FALSE</property>
  5. <property name="resizable">FALSE</property>
  6. <property name="width-request">500</property>
  7. <property name="height-request">225</property>
  8. <property name="has-separator">FALSE</property>
  9. <child internal-child="vbox">
  10. <object class="GtkVBox" id="vbox">
  11. <child>
  12. <object class="GtkFixed" id="content_area">
  13. <child>
  14. <object class="GtkLabel" id="header_label">
  15. <property name="label">Header</property>
  16. <property name="width-request">400</property>
  17. <property name="wrap">TRUE</property>
  18. <attributes>
  19. <attribute name="font-desc" value="Bold"/>
  20. </attributes>
  21. </object>
  22. <packing>
  23. <property name="x">75</property>
  24. <property name="y">10</property>
  25. </packing>
  26. </child>
  27. <child>
  28. <object class="GtkLabel" id="app_label">
  29. <property name="label">appLabel</property>
  30. <attributes>
  31. <attribute name="font-desc" value="Bold"/>
  32. </attributes>
  33. </object>
  34. <packing>
  35. <property name="x">75</property>
  36. <property name="y">45</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkLabel" id="app_title_label">
  41. <property name="label">appTitle</property>
  42. </object>
  43. <packing>
  44. <property name="x">170</property>
  45. <property name="y">45</property>
  46. </packing>
  47. </child>
  48. <child>
  49. <object class="GtkImage" id="header_image">
  50. <property name="file">mixcode_s.png</property>
  51. </object>
  52. <packing>
  53. <property name="x">10</property>
  54. <property name="y">10</property>
  55. </packing>
  56. </child>
  57. <child>
  58. <object class="GtkImage" id="footer_image">
  59. <property name="file">cautionshield.icns</property>
  60. </object>
  61. <packing>
  62. <property name="x">10</property>
  63. <property name="y">170</property>
  64. </packing>
  65. </child>
  66. <child>
  67. <object class="GtkLabel" id="message_label">
  68. <property name="label">message</property>
  69. <property name="width-request">480</property>
  70. <property name="wrap">true</property>
  71. </object>
  72. <packing>
  73. <property name="x">10</property>
  74. <property name="y">90</property>
  75. </packing>
  76. </child>
  77. <child>
  78. <object class="GtkLabel" id="info_label">
  79. <property name="label">info</property>
  80. <property name="width-request">150</property>
  81. <property name="wrap">true</property>
  82. <attributes>
  83. <attribute name="font-desc" value="8"/>
  84. </attributes>
  85. </object>
  86. <packing>
  87. <property name="x">60</property>
  88. <property name="y">165</property>
  89. </packing>
  90. </child>
  91. <child>
  92. <object class="GtkButton" id="block_button">
  93. <property name="width-request">90</property>
  94. <child>
  95. <object class="GtkLabel" id="block_label">
  96. <property name="label">block</property>
  97. </object>
  98. </child>
  99. </object>
  100. <packing>
  101. <property name="x">275</property>
  102. <property name="y">170</property>
  103. </packing>
  104. </child>
  105. <child>
  106. <object class="GtkButton" id="dontblock_button">
  107. <property name="width-request">90</property>
  108. <child>
  109. <object class="GtkLabel" id="dontblock_label">
  110. <property name="label">dontblock</property>
  111. </object>
  112. </child>
  113. </object>
  114. <packing>
  115. <property name="x">380</property>
  116. <property name="y">170</property>
  117. </packing>
  118. </child>
  119. <child>
  120. <object class="GtkLinkButton" id="help_button">
  121. <child>
  122. <object class="GtkLabel" id="help_label">
  123. <property name="label">help</property>
  124. <attributes>
  125. <attribute name="font-desc" value="8"/>
  126. </attributes>
  127. </object>
  128. </child>
  129. </object>
  130. <packing>
  131. <property name="x">55</property>
  132. <property name="y">198</property>
  133. </packing>
  134. </child>
  135. </object>
  136. </child>
  137. </object>
  138. </child>
  139. </object>
  140. </interface>