cardmediumpage.ui 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="lower">1</property>
  7. <property name="upper">100</property>
  8. <property name="value">1</property>
  9. <property name="step_increment">1</property>
  10. <property name="page_increment">10</property>
  11. </object>
  12. <object class="GtkImage" id="image1">
  13. <property name="visible">True</property>
  14. <property name="can_focus">False</property>
  15. <property name="stock">gtk-go-back</property>
  16. </object>
  17. <object class="GtkBox" id="CardMediumPage">
  18. <property name="visible">True</property>
  19. <property name="can_focus">False</property>
  20. <property name="hexpand">True</property>
  21. <property name="vexpand">True</property>
  22. <property name="border_width">6</property>
  23. <property name="orientation">vertical</property>
  24. <property name="spacing">12</property>
  25. <child>
  26. <object class="GtkFrame" id="addressframe">
  27. <property name="visible">True</property>
  28. <property name="can_focus">False</property>
  29. <property name="hexpand">True</property>
  30. <property name="vexpand">True</property>
  31. <property name="label_xalign">0</property>
  32. <property name="shadow_type">none</property>
  33. <child>
  34. <object class="GtkAlignment" id="alignment2">
  35. <property name="visible">True</property>
  36. <property name="can_focus">False</property>
  37. <property name="hexpand">True</property>
  38. <property name="vexpand">True</property>
  39. <property name="top_padding">6</property>
  40. <property name="left_padding">12</property>
  41. <child>
  42. <!-- n-columns=1 n-rows=1 -->
  43. <object class="GtkGrid" id="grid3">
  44. <property name="visible">True</property>
  45. <property name="can_focus">False</property>
  46. <property name="hexpand">True</property>
  47. <property name="vexpand">True</property>
  48. <property name="column_spacing">18</property>
  49. <child>
  50. <!-- n-columns=1 n-rows=1 -->
  51. <object class="GtkGrid" id="grid4">
  52. <property name="visible">True</property>
  53. <property name="can_focus">False</property>
  54. <property name="hexpand">True</property>
  55. <property name="vexpand">True</property>
  56. <property name="row_spacing">6</property>
  57. <child>
  58. <!-- n-columns=1 n-rows=1 -->
  59. <object class="GtkGrid" id="grid5">
  60. <property name="visible">True</property>
  61. <property name="can_focus">False</property>
  62. <property name="column_spacing">12</property>
  63. <child>
  64. <object class="GtkCheckButton" id="address">
  65. <property name="label" translatable="yes" context="cardmediumpage|address">Address</property>
  66. <property name="visible">True</property>
  67. <property name="can_focus">True</property>
  68. <property name="receives_default">False</property>
  69. <property name="halign">end</property>
  70. <property name="use_underline">True</property>
  71. <property name="xalign">0</property>
  72. <property name="draw_indicator">True</property>
  73. <child internal-child="accessible">
  74. <object class="AtkObject" id="address-atkobject">
  75. <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|address">Creates a label with your return address. Text that is currently in the Label text box is overwritten.</property>
  76. </object>
  77. </child>
  78. </object>
  79. <packing>
  80. <property name="left_attach">1</property>
  81. <property name="top_attach">0</property>
  82. </packing>
  83. </child>
  84. <child>
  85. <object class="GtkLabel" id="label2">
  86. <property name="visible">True</property>
  87. <property name="can_focus">False</property>
  88. <property name="hexpand">True</property>
  89. <property name="label" translatable="yes" context="cardmediumpage|label2">Label text:</property>
  90. <property name="use_underline">True</property>
  91. <property name="mnemonic_widget">textview</property>
  92. <property name="xalign">0</property>
  93. </object>
  94. <packing>
  95. <property name="left_attach">0</property>
  96. <property name="top_attach">0</property>
  97. </packing>
  98. </child>
  99. </object>
  100. <packing>
  101. <property name="left_attach">0</property>
  102. <property name="top_attach">0</property>
  103. </packing>
  104. </child>
  105. <child>
  106. <object class="GtkScrolledWindow" id="scrolledwindow1">
  107. <property name="visible">True</property>
  108. <property name="can_focus">True</property>
  109. <property name="hexpand">True</property>
  110. <property name="vexpand">True</property>
  111. <property name="shadow_type">in</property>
  112. <child>
  113. <object class="GtkTextView" id="textview">
  114. <property name="visible">True</property>
  115. <property name="can_focus">True</property>
  116. <property name="hexpand">True</property>
  117. <property name="vexpand">True</property>
  118. <child internal-child="accessible">
  119. <object class="AtkObject" id="textview-atkobject">
  120. <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|textview">Enter the text that you want to appear on the label. You can also insert a database field.</property>
  121. </object>
  122. </child>
  123. </object>
  124. </child>
  125. </object>
  126. <packing>
  127. <property name="left_attach">0</property>
  128. <property name="top_attach">1</property>
  129. </packing>
  130. </child>
  131. </object>
  132. <packing>
  133. <property name="left_attach">0</property>
  134. <property name="top_attach">0</property>
  135. </packing>
  136. </child>
  137. <child>
  138. <!-- n-columns=1 n-rows=1 -->
  139. <object class="GtkGrid" id="grid6">
  140. <property name="visible">True</property>
  141. <property name="can_focus">False</property>
  142. <property name="row_spacing">12</property>
  143. <property name="row_homogeneous">True</property>
  144. <child>
  145. <!-- n-columns=1 n-rows=1 -->
  146. <object class="GtkGrid" id="grid8">
  147. <property name="visible">True</property>
  148. <property name="can_focus">False</property>
  149. <property name="valign">start</property>
  150. <property name="hexpand">True</property>
  151. <property name="row_spacing">6</property>
  152. <child>
  153. <object class="GtkLabel" id="label4">
  154. <property name="visible">True</property>
  155. <property name="can_focus">False</property>
  156. <property name="label" translatable="yes" context="cardmediumpage|label4">Database:</property>
  157. <property name="use_underline">True</property>
  158. <property name="mnemonic_widget">database</property>
  159. <property name="xalign">0</property>
  160. </object>
  161. <packing>
  162. <property name="left_attach">0</property>
  163. <property name="top_attach">0</property>
  164. </packing>
  165. </child>
  166. <child>
  167. <object class="GtkComboBoxText" id="database">
  168. <property name="visible">True</property>
  169. <property name="can_focus">False</property>
  170. <property name="hexpand">True</property>
  171. <child internal-child="accessible">
  172. <object class="AtkObject" id="database-atkobject">
  173. <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|database">Select the database that you want to use as the data source for your label.</property>
  174. </object>
  175. </child>
  176. </object>
  177. <packing>
  178. <property name="left_attach">0</property>
  179. <property name="top_attach">1</property>
  180. </packing>
  181. </child>
  182. </object>
  183. <packing>
  184. <property name="left_attach">0</property>
  185. <property name="top_attach">0</property>
  186. </packing>
  187. </child>
  188. <child>
  189. <!-- n-columns=1 n-rows=1 -->
  190. <object class="GtkGrid" id="grid9">
  191. <property name="visible">True</property>
  192. <property name="can_focus">False</property>
  193. <property name="valign">center</property>
  194. <property name="hexpand">True</property>
  195. <property name="row_spacing">6</property>
  196. <child>
  197. <object class="GtkLabel" id="label7">
  198. <property name="visible">True</property>
  199. <property name="can_focus">False</property>
  200. <property name="label" translatable="yes" context="cardmediumpage|label7">Table:</property>
  201. <property name="use_underline">True</property>
  202. <property name="mnemonic_widget">table</property>
  203. <property name="xalign">0</property>
  204. </object>
  205. <packing>
  206. <property name="left_attach">0</property>
  207. <property name="top_attach">0</property>
  208. </packing>
  209. </child>
  210. <child>
  211. <object class="GtkComboBoxText" id="table">
  212. <property name="visible">True</property>
  213. <property name="can_focus">False</property>
  214. <property name="hexpand">True</property>
  215. <child internal-child="accessible">
  216. <object class="AtkObject" id="table-atkobject">
  217. <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|table">Select the database table containing the field(s) that you want to use in your label.</property>
  218. </object>
  219. </child>
  220. </object>
  221. <packing>
  222. <property name="left_attach">0</property>
  223. <property name="top_attach">1</property>
  224. </packing>
  225. </child>
  226. </object>
  227. <packing>
  228. <property name="left_attach">0</property>
  229. <property name="top_attach">1</property>
  230. </packing>
  231. </child>
  232. <child>
  233. <!-- n-columns=1 n-rows=1 -->
  234. <object class="GtkGrid" id="grid10">
  235. <property name="visible">True</property>
  236. <property name="can_focus">False</property>
  237. <property name="valign">end</property>
  238. <property name="hexpand">True</property>
  239. <property name="row_spacing">6</property>
  240. <child>
  241. <object class="GtkLabel" id="label8">
  242. <property name="visible">True</property>
  243. <property name="can_focus">False</property>
  244. <property name="label" translatable="yes" context="cardmediumpage|label8">Database field:</property>
  245. <property name="use_underline">True</property>
  246. <property name="mnemonic_widget">field</property>
  247. <property name="xalign">0</property>
  248. </object>
  249. <packing>
  250. <property name="left_attach">0</property>
  251. <property name="top_attach">0</property>
  252. </packing>
  253. </child>
  254. <child>
  255. <object class="GtkComboBoxText" id="field">
  256. <property name="visible">True</property>
  257. <property name="can_focus">False</property>
  258. <property name="hexpand">True</property>
  259. <child internal-child="accessible">
  260. <object class="AtkObject" id="field-atkobject">
  261. <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|field">Select the database field that you want, and then click the arrow to the left of this box to insert the field into the Label text box.</property>
  262. </object>
  263. </child>
  264. </object>
  265. <packing>
  266. <property name="left_attach">0</property>
  267. <property name="top_attach">1</property>
  268. </packing>
  269. </child>
  270. </object>
  271. <packing>
  272. <property name="left_attach">0</property>
  273. <property name="top_attach">2</property>
  274. </packing>
  275. </child>
  276. </object>
  277. <packing>
  278. <property name="left_attach">2</property>
  279. <property name="top_attach">0</property>
  280. </packing>
  281. </child>
  282. <child>
  283. <object class="GtkButton" id="insert">
  284. <property name="visible">True</property>
  285. <property name="can_focus">True</property>
  286. <property name="receives_default">True</property>
  287. <property name="tooltip_text" translatable="yes" context="cardmediumpage|insert|tooltip_text">Insert</property>
  288. <property name="valign">center</property>
  289. <property name="image">image1</property>
  290. <property name="always_show_image">True</property>
  291. <child internal-child="accessible">
  292. <object class="AtkObject" id="insert-atkobject">
  293. <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|insert">Select the database field that you want, and then click the arrow to the left of this box to insert the field into the Label text box.</property>
  294. </object>
  295. </child>
  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. </child>
  304. </object>
  305. </child>
  306. <child type="label">
  307. <object class="GtkLabel" id="label6">
  308. <property name="visible">True</property>
  309. <property name="can_focus">False</property>
  310. <property name="label" translatable="yes" context="cardmediumpage|label6">Inscription</property>
  311. <attributes>
  312. <attribute name="weight" value="bold"/>
  313. </attributes>
  314. </object>
  315. </child>
  316. </object>
  317. <packing>
  318. <property name="expand">False</property>
  319. <property name="fill">True</property>
  320. <property name="position">0</property>
  321. </packing>
  322. </child>
  323. <child>
  324. <object class="GtkFrame" id="frame1">
  325. <property name="visible">True</property>
  326. <property name="can_focus">False</property>
  327. <property name="hexpand">True</property>
  328. <property name="label_xalign">0</property>
  329. <property name="shadow_type">none</property>
  330. <child>
  331. <object class="GtkAlignment" id="alignment1">
  332. <property name="visible">True</property>
  333. <property name="can_focus">False</property>
  334. <property name="hexpand">True</property>
  335. <property name="top_padding">6</property>
  336. <property name="left_padding">12</property>
  337. <child>
  338. <!-- n-columns=1 n-rows=1 -->
  339. <object class="GtkGrid" id="grid1">
  340. <property name="visible">True</property>
  341. <property name="can_focus">False</property>
  342. <property name="row_spacing">6</property>
  343. <child>
  344. <!-- n-columns=1 n-rows=1 -->
  345. <object class="GtkGrid" id="grid2">
  346. <property name="visible">True</property>
  347. <property name="can_focus">False</property>
  348. <property name="hexpand">True</property>
  349. <property name="row_spacing">12</property>
  350. <property name="column_spacing">12</property>
  351. <property name="column_homogeneous">True</property>
  352. <child>
  353. <!-- n-columns=1 n-rows=1 -->
  354. <object class="GtkGrid" id="grid7">
  355. <property name="visible">True</property>
  356. <property name="can_focus">False</property>
  357. <property name="row_spacing">6</property>
  358. <child>
  359. <object class="GtkRadioButton" id="continuous">
  360. <property name="label" translatable="yes" context="cardmediumpage|continuous">_Continuous</property>
  361. <property name="visible">True</property>
  362. <property name="can_focus">True</property>
  363. <property name="receives_default">False</property>
  364. <property name="use_underline">True</property>
  365. <property name="xalign">0</property>
  366. <property name="active">True</property>
  367. <property name="draw_indicator">True</property>
  368. <child internal-child="accessible">
  369. <object class="AtkObject" id="continuous-atkobject">
  370. <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|continuous">Prints labels on continuous paper.</property>
  371. </object>
  372. </child>
  373. </object>
  374. <packing>
  375. <property name="left_attach">0</property>
  376. <property name="top_attach">0</property>
  377. </packing>
  378. </child>
  379. <child>
  380. <object class="GtkRadioButton" id="sheet">
  381. <property name="label" translatable="yes" context="cardmediumpage|sheet">_Sheet</property>
  382. <property name="visible">True</property>
  383. <property name="can_focus">True</property>
  384. <property name="receives_default">False</property>
  385. <property name="hexpand">True</property>
  386. <property name="use_underline">True</property>
  387. <property name="xalign">0</property>
  388. <property name="draw_indicator">True</property>
  389. <property name="group">continuous</property>
  390. </object>
  391. <packing>
  392. <property name="left_attach">0</property>
  393. <property name="top_attach">1</property>
  394. </packing>
  395. </child>
  396. </object>
  397. <packing>
  398. <property name="left_attach">0</property>
  399. <property name="top_attach">0</property>
  400. </packing>
  401. </child>
  402. <child>
  403. <!-- n-columns=1 n-rows=1 -->
  404. <object class="GtkGrid" id="grid11">
  405. <property name="visible">True</property>
  406. <property name="can_focus">False</property>
  407. <property name="hexpand">True</property>
  408. <property name="row_spacing">6</property>
  409. <property name="column_spacing">12</property>
  410. <child>
  411. <object class="GtkLabel" id="label5">
  412. <property name="visible">True</property>
  413. <property name="can_focus">False</property>
  414. <property name="label" translatable="yes" context="cardmediumpage|label5">Brand:</property>
  415. <property name="use_underline">True</property>
  416. <property name="mnemonic_widget">brand</property>
  417. <property name="xalign">1</property>
  418. </object>
  419. <packing>
  420. <property name="left_attach">0</property>
  421. <property name="top_attach">0</property>
  422. </packing>
  423. </child>
  424. <child>
  425. <object class="GtkLabel" id="label3">
  426. <property name="visible">True</property>
  427. <property name="can_focus">False</property>
  428. <property name="label" translatable="yes" context="cardmediumpage|label3">_Type:</property>
  429. <property name="use_underline">True</property>
  430. <property name="mnemonic_widget">type</property>
  431. <property name="xalign">1</property>
  432. </object>
  433. <packing>
  434. <property name="left_attach">0</property>
  435. <property name="top_attach">1</property>
  436. </packing>
  437. </child>
  438. <child>
  439. <object class="GtkComboBoxText" id="brand">
  440. <property name="visible">True</property>
  441. <property name="can_focus">False</property>
  442. <property name="hexpand">True</property>
  443. <property name="popup_fixed_width">False</property>
  444. <child internal-child="accessible">
  445. <object class="AtkObject" id="brand-atkobject">
  446. <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|brand">Select the brand of paper that you want to use.</property>
  447. </object>
  448. </child>
  449. </object>
  450. <packing>
  451. <property name="left_attach">1</property>
  452. <property name="top_attach">0</property>
  453. </packing>
  454. </child>
  455. <child>
  456. <object class="GtkComboBoxText" id="type">
  457. <property name="visible">True</property>
  458. <property name="can_focus">False</property>
  459. <property name="hexpand">True</property>
  460. <property name="popup_fixed_width">False</property>
  461. <child internal-child="accessible">
  462. <object class="AtkObject" id="type-atkobject">
  463. <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|type">Select the size format that you want to use. The available formats depend on the brand on what you selected in the Brand list. If you want to use a custom label format, select [User], and then click the Format tab to define the format.</property>
  464. </object>
  465. </child>
  466. </object>
  467. <packing>
  468. <property name="left_attach">1</property>
  469. <property name="top_attach">1</property>
  470. </packing>
  471. </child>
  472. </object>
  473. <packing>
  474. <property name="left_attach">1</property>
  475. <property name="top_attach">0</property>
  476. </packing>
  477. </child>
  478. </object>
  479. <packing>
  480. <property name="left_attach">0</property>
  481. <property name="top_attach">0</property>
  482. </packing>
  483. </child>
  484. <child>
  485. <object class="GtkLabel" id="formatinfo">
  486. <property name="visible">True</property>
  487. <property name="can_focus">False</property>
  488. <property name="xalign">0</property>
  489. <child internal-child="accessible">
  490. <object class="AtkObject" id="formatinfo-atkobject">
  491. <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|formatinfo">The paper type and the dimensions of the business card are displayed at the bottom of the Format area.</property>
  492. </object>
  493. </child>
  494. </object>
  495. <packing>
  496. <property name="left_attach">0</property>
  497. <property name="top_attach">1</property>
  498. </packing>
  499. </child>
  500. <child>
  501. <object class="GtkComboBoxText" id="hiddentype">
  502. <property name="can_focus">False</property>
  503. <property name="no_show_all">True</property>
  504. </object>
  505. <packing>
  506. <property name="left_attach">0</property>
  507. <property name="top_attach">2</property>
  508. </packing>
  509. </child>
  510. </object>
  511. </child>
  512. </object>
  513. </child>
  514. <child type="label">
  515. <object class="GtkLabel" id="label1">
  516. <property name="visible">True</property>
  517. <property name="can_focus">False</property>
  518. <property name="label" translatable="yes" context="cardmediumpage|label1">Format</property>
  519. <attributes>
  520. <attribute name="weight" value="bold"/>
  521. </attributes>
  522. </object>
  523. </child>
  524. </object>
  525. <packing>
  526. <property name="expand">False</property>
  527. <property name="fill">True</property>
  528. <property name="position">1</property>
  529. </packing>
  530. </child>
  531. <child internal-child="accessible">
  532. <object class="AtkObject" id="CardMediumPage-atkobject">
  533. <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|CardMediumPage">Specify the label text and choose the paper size for the label.</property>
  534. </object>
  535. </child>
  536. </object>
  537. </interface>