pivotfielddialog.ui 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sc">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkTreeStore" id="liststore2">
  6. <columns>
  7. <!-- column-name text -->
  8. <column type="gchararray"/>
  9. <!-- column-name id -->
  10. <column type="gchararray"/>
  11. </columns>
  12. </object>
  13. <object class="GtkDialog" id="PivotFieldDialog">
  14. <property name="can_focus">False</property>
  15. <property name="border_width">6</property>
  16. <property name="title" translatable="yes" context="pivotfielddialog|PivotFieldDialog">Data Field</property>
  17. <property name="modal">True</property>
  18. <property name="default_width">0</property>
  19. <property name="default_height">0</property>
  20. <property name="type_hint">dialog</property>
  21. <child internal-child="vbox">
  22. <object class="GtkBox" id="dialog-vbox1">
  23. <property name="can_focus">False</property>
  24. <property name="hexpand">True</property>
  25. <property name="vexpand">True</property>
  26. <property name="orientation">vertical</property>
  27. <property name="spacing">12</property>
  28. <child internal-child="action_area">
  29. <object class="GtkButtonBox" id="dialog-action_area1">
  30. <property name="can_focus">False</property>
  31. <property name="layout_style">end</property>
  32. <child>
  33. <object class="GtkButton" id="options">
  34. <property name="label" translatable="yes" context="pivotfielddialog|options">_Options...</property>
  35. <property name="visible">True</property>
  36. <property name="can_focus">True</property>
  37. <property name="receives_default">True</property>
  38. <property name="use_underline">True</property>
  39. <child internal-child="accessible">
  40. <object class="AtkObject" id="options-atkobject">
  41. <property name="AtkObject::accessible-description" translatable="yes" context="pivotfielddialog|extended_tip|options">Opens the Data Field Options dialog. The Options button is visible for column, row, or page fields only.</property>
  42. </object>
  43. </child>
  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="GtkButton" id="ok">
  53. <property name="label">gtk-ok</property>
  54. <property name="visible">True</property>
  55. <property name="can_focus">True</property>
  56. <property name="can_default">True</property>
  57. <property name="has_default">True</property>
  58. <property name="receives_default">True</property>
  59. <property name="use_stock">True</property>
  60. </object>
  61. <packing>
  62. <property name="expand">False</property>
  63. <property name="fill">True</property>
  64. <property name="position">1</property>
  65. </packing>
  66. </child>
  67. <child>
  68. <object class="GtkButton" id="cancel">
  69. <property name="label">gtk-cancel</property>
  70. <property name="visible">True</property>
  71. <property name="can_focus">True</property>
  72. <property name="can_default">True</property>
  73. <property name="receives_default">True</property>
  74. <property name="use_stock">True</property>
  75. </object>
  76. <packing>
  77. <property name="expand">False</property>
  78. <property name="fill">True</property>
  79. <property name="position">2</property>
  80. </packing>
  81. </child>
  82. <child>
  83. <object class="GtkButton" id="help">
  84. <property name="label">gtk-help</property>
  85. <property name="visible">True</property>
  86. <property name="can_focus">True</property>
  87. <property name="receives_default">True</property>
  88. <property name="use_stock">True</property>
  89. </object>
  90. <packing>
  91. <property name="expand">False</property>
  92. <property name="fill">True</property>
  93. <property name="position">3</property>
  94. <property name="secondary">True</property>
  95. </packing>
  96. </child>
  97. </object>
  98. <packing>
  99. <property name="expand">False</property>
  100. <property name="fill">True</property>
  101. <property name="pack_type">end</property>
  102. <property name="position">0</property>
  103. </packing>
  104. </child>
  105. <child>
  106. <!-- n-columns=1 n-rows=1 -->
  107. <object class="GtkGrid" id="grid1">
  108. <property name="visible">True</property>
  109. <property name="can_focus">False</property>
  110. <property name="hexpand">True</property>
  111. <property name="vexpand">True</property>
  112. <property name="row_spacing">12</property>
  113. <child>
  114. <object class="GtkFrame" id="frame1">
  115. <property name="visible">True</property>
  116. <property name="can_focus">False</property>
  117. <property name="hexpand">True</property>
  118. <property name="vexpand">True</property>
  119. <property name="label_xalign">0</property>
  120. <property name="shadow_type">none</property>
  121. <child>
  122. <object class="GtkAlignment" id="alignment1">
  123. <property name="visible">True</property>
  124. <property name="can_focus">False</property>
  125. <property name="margin_top">6</property>
  126. <property name="hexpand">True</property>
  127. <property name="vexpand">True</property>
  128. <property name="top_padding">6</property>
  129. <property name="left_padding">12</property>
  130. <child>
  131. <!-- n-columns=1 n-rows=1 -->
  132. <object class="GtkGrid" id="grid2">
  133. <property name="visible">True</property>
  134. <property name="can_focus">False</property>
  135. <property name="hexpand">True</property>
  136. <property name="vexpand">True</property>
  137. <property name="row_spacing">6</property>
  138. <child>
  139. <object class="GtkRadioButton" id="none">
  140. <property name="label" translatable="yes" context="pivotfielddialog|none">_None</property>
  141. <property name="visible">True</property>
  142. <property name="can_focus">True</property>
  143. <property name="receives_default">False</property>
  144. <property name="use_underline">True</property>
  145. <property name="xalign">0</property>
  146. <property name="active">True</property>
  147. <property name="draw_indicator">True</property>
  148. <property name="group">auto</property>
  149. </object>
  150. <packing>
  151. <property name="left_attach">0</property>
  152. <property name="top_attach">0</property>
  153. </packing>
  154. </child>
  155. <child>
  156. <object class="GtkRadioButton" id="auto">
  157. <property name="label" translatable="yes" context="pivotfielddialog|auto">_Automatic</property>
  158. <property name="visible">True</property>
  159. <property name="can_focus">True</property>
  160. <property name="receives_default">False</property>
  161. <property name="use_underline">True</property>
  162. <property name="xalign">0</property>
  163. <property name="draw_indicator">True</property>
  164. <property name="group">none</property>
  165. </object>
  166. <packing>
  167. <property name="left_attach">0</property>
  168. <property name="top_attach">1</property>
  169. </packing>
  170. </child>
  171. <child>
  172. <object class="GtkRadioButton" id="user">
  173. <property name="label" translatable="yes" context="pivotfielddialog|user">_User-defined</property>
  174. <property name="visible">True</property>
  175. <property name="can_focus">True</property>
  176. <property name="receives_default">False</property>
  177. <property name="use_underline">True</property>
  178. <property name="xalign">0</property>
  179. <property name="draw_indicator">True</property>
  180. <property name="group">none</property>
  181. </object>
  182. <packing>
  183. <property name="left_attach">0</property>
  184. <property name="top_attach">2</property>
  185. </packing>
  186. </child>
  187. <child>
  188. <object class="GtkScrolledWindow">
  189. <property name="visible">True</property>
  190. <property name="can_focus">True</property>
  191. <property name="hexpand">True</property>
  192. <property name="vexpand">True</property>
  193. <property name="shadow_type">in</property>
  194. <child>
  195. <object class="GtkTreeView" id="functions">
  196. <property name="visible">True</property>
  197. <property name="can_focus">True</property>
  198. <property name="receives_default">True</property>
  199. <property name="hexpand">True</property>
  200. <property name="vexpand">True</property>
  201. <property name="model">liststore2</property>
  202. <property name="headers_visible">False</property>
  203. <property name="search_column">1</property>
  204. <property name="show_expanders">False</property>
  205. <child internal-child="selection">
  206. <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
  207. </child>
  208. <child>
  209. <object class="GtkTreeViewColumn" id="treeviewcolumn5">
  210. <property name="resizable">True</property>
  211. <property name="spacing">6</property>
  212. <child>
  213. <object class="GtkCellRendererText" id="cellrenderer4"/>
  214. <attributes>
  215. <attribute name="text">0</attribute>
  216. </attributes>
  217. </child>
  218. </object>
  219. </child>
  220. <child internal-child="accessible">
  221. <object class="AtkObject" id="functions-atkobject">
  222. <property name="AtkObject::accessible-description" translatable="yes" context="pivotfielddialog|extended_tip|functions">Click the type of subtotal that you want to calculate. This option is only available if the User-defined option is selected.</property>
  223. </object>
  224. </child>
  225. </object>
  226. </child>
  227. </object>
  228. <packing>
  229. <property name="left_attach">0</property>
  230. <property name="top_attach">3</property>
  231. </packing>
  232. </child>
  233. </object>
  234. </child>
  235. </object>
  236. </child>
  237. <child type="label">
  238. <object class="GtkLabel" id="label1">
  239. <property name="visible">True</property>
  240. <property name="can_focus">False</property>
  241. <property name="label" translatable="yes" context="pivotfielddialog|label1">Subtotals</property>
  242. <attributes>
  243. <attribute name="weight" value="bold"/>
  244. </attributes>
  245. </object>
  246. </child>
  247. </object>
  248. <packing>
  249. <property name="left_attach">0</property>
  250. <property name="top_attach">0</property>
  251. </packing>
  252. </child>
  253. <child>
  254. <object class="GtkCheckButton" id="showall">
  255. <property name="label" translatable="yes" context="pivotfielddialog|showall">Show it_ems without data</property>
  256. <property name="visible">True</property>
  257. <property name="can_focus">True</property>
  258. <property name="receives_default">False</property>
  259. <property name="use_underline">True</property>
  260. <property name="xalign">0</property>
  261. <property name="draw_indicator">True</property>
  262. <child internal-child="accessible">
  263. <object class="AtkObject" id="showall-atkobject">
  264. <property name="AtkObject::accessible-description" translatable="yes" context="pivotfielddialog|extended_tip|showall">Includes empty columns and rows in the results table.</property>
  265. </object>
  266. </child>
  267. </object>
  268. <packing>
  269. <property name="left_attach">0</property>
  270. <property name="top_attach">1</property>
  271. </packing>
  272. </child>
  273. <child>
  274. <!-- n-columns=1 n-rows=1 -->
  275. <object class="GtkGrid" id="grid3">
  276. <property name="visible">True</property>
  277. <property name="can_focus">False</property>
  278. <property name="column_spacing">12</property>
  279. <child>
  280. <object class="GtkLabel" id="label2">
  281. <property name="visible">True</property>
  282. <property name="can_focus">False</property>
  283. <property name="label" translatable="yes" context="pivotfielddialog|label2">Name:</property>
  284. <property name="xalign">0</property>
  285. </object>
  286. <packing>
  287. <property name="left_attach">0</property>
  288. <property name="top_attach">0</property>
  289. </packing>
  290. </child>
  291. <child>
  292. <object class="GtkLabel" id="name">
  293. <property name="visible">True</property>
  294. <property name="can_focus">False</property>
  295. <property name="xalign">0</property>
  296. </object>
  297. <packing>
  298. <property name="left_attach">1</property>
  299. <property name="top_attach">0</property>
  300. </packing>
  301. </child>
  302. </object>
  303. <packing>
  304. <property name="left_attach">0</property>
  305. <property name="top_attach">2</property>
  306. </packing>
  307. </child>
  308. </object>
  309. <packing>
  310. <property name="expand">False</property>
  311. <property name="fill">True</property>
  312. <property name="position">1</property>
  313. </packing>
  314. </child>
  315. </object>
  316. </child>
  317. <action-widgets>
  318. <action-widget response="-5">ok</action-widget>
  319. <action-widget response="-6">cancel</action-widget>
  320. <action-widget response="-11">help</action-widget>
  321. </action-widgets>
  322. <child type="titlebar">
  323. <placeholder/>
  324. </child>
  325. </object>
  326. </interface>