FlatCAM.ui 72 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface>
  3. <!-- interface-requires gtk+ 3.0 -->
  4. <object class="GtkAboutDialog" id="aboutdialog">
  5. <property name="can_focus">False</property>
  6. <property name="border_width">5</property>
  7. <property name="type_hint">dialog</property>
  8. <property name="program_name">FlatCAM</property>
  9. <property name="version">Version Alpha 5 (2014/05)</property>
  10. <property name="copyright" translatable="yes">(c) 2014 Juan Pablo Caram</property>
  11. <property name="comments" translatable="yes">2D Post-processing for Manufacturing specialized in
  12. Printed Circuit Boards</property>
  13. <property name="website">http://caram.cl/software/flatcam/</property>
  14. <property name="website_label" translatable="yes">Caram.cl/software/flatcam</property>
  15. <property name="license" translatable="yes">The MIT License (MIT)
  16. Copyright (c) 2014 Juan Pablo Caram
  17. Permission is hereby granted, free of charge, to any person obtaining a copy
  18. of this software and associated documentation files (the "Software"), to deal
  19. in the Software without restriction, including without limitation the rights
  20. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  21. copies of the Software, and to permit persons to whom the Software is
  22. furnished to do so, subject to the following conditions:
  23. The above copyright notice and this permission notice shall be included in
  24. all copies or substantial portions of the Software.
  25. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  26. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  27. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  28. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  29. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  30. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  31. THE SOFTWARE.</property>
  32. <property name="logo">share/flatcam_icon128.png</property>
  33. <child internal-child="vbox">
  34. <object class="GtkBox" id="aboutdialog-vbox1">
  35. <property name="can_focus">False</property>
  36. <property name="orientation">vertical</property>
  37. <property name="spacing">2</property>
  38. <child internal-child="action_area">
  39. <object class="GtkButtonBox" id="aboutdialog-action_area1">
  40. <property name="can_focus">False</property>
  41. <property name="layout_style">end</property>
  42. </object>
  43. <packing>
  44. <property name="expand">False</property>
  45. <property name="fill">True</property>
  46. <property name="pack_type">end</property>
  47. <property name="position">0</property>
  48. </packing>
  49. </child>
  50. <child>
  51. <placeholder/>
  52. </child>
  53. </object>
  54. </child>
  55. </object>
  56. <object class="GtkImage" id="image1">
  57. <property name="visible">True</property>
  58. <property name="can_focus">False</property>
  59. <property name="stock">gtk-open</property>
  60. </object>
  61. <object class="GtkImage" id="image10">
  62. <property name="visible">True</property>
  63. <property name="can_focus">False</property>
  64. <property name="stock">gtk-page-setup</property>
  65. </object>
  66. <object class="GtkImage" id="image16">
  67. <property name="visible">True</property>
  68. <property name="can_focus">False</property>
  69. <property name="stock">gtk-info</property>
  70. </object>
  71. <object class="GtkImage" id="image17">
  72. <property name="visible">True</property>
  73. <property name="can_focus">False</property>
  74. <property name="pixbuf">share/clear_plot16.png</property>
  75. </object>
  76. <object class="GtkImage" id="image18">
  77. <property name="visible">True</property>
  78. <property name="can_focus">False</property>
  79. <property name="pixbuf">share/clear_plot16.png</property>
  80. </object>
  81. <object class="GtkImage" id="image19">
  82. <property name="visible">True</property>
  83. <property name="can_focus">False</property>
  84. <property name="pixbuf">share/replot16.png</property>
  85. </object>
  86. <object class="GtkImage" id="image2">
  87. <property name="visible">True</property>
  88. <property name="can_focus">False</property>
  89. <property name="stock">gtk-open</property>
  90. </object>
  91. <object class="GtkImage" id="image20">
  92. <property name="visible">True</property>
  93. <property name="can_focus">False</property>
  94. <property name="stock">gtk-open</property>
  95. </object>
  96. <object class="GtkImage" id="image21">
  97. <property name="visible">True</property>
  98. <property name="can_focus">False</property>
  99. <property name="pixbuf">share/bug16.png</property>
  100. </object>
  101. <object class="GtkImage" id="image3">
  102. <property name="visible">True</property>
  103. <property name="can_focus">False</property>
  104. <property name="stock">gtk-open</property>
  105. </object>
  106. <object class="GtkImage" id="image4">
  107. <property name="visible">True</property>
  108. <property name="can_focus">False</property>
  109. <property name="stock">gtk-save</property>
  110. </object>
  111. <object class="GtkImage" id="image5">
  112. <property name="visible">True</property>
  113. <property name="can_focus">False</property>
  114. <property name="stock">gtk-jump-to</property>
  115. </object>
  116. <object class="GtkImage" id="image6">
  117. <property name="visible">True</property>
  118. <property name="can_focus">False</property>
  119. <property name="stock">gtk-save</property>
  120. </object>
  121. <object class="GtkImage" id="image7">
  122. <property name="visible">True</property>
  123. <property name="can_focus">False</property>
  124. <property name="stock">gtk-save-as</property>
  125. </object>
  126. <object class="GtkImage" id="image8">
  127. <property name="visible">True</property>
  128. <property name="can_focus">False</property>
  129. <property name="stock">gtk-save-as</property>
  130. </object>
  131. <object class="GtkImage" id="image9">
  132. <property name="visible">True</property>
  133. <property name="can_focus">False</property>
  134. <property name="stock">gtk-open</property>
  135. </object>
  136. <object class="GtkOffscreenWindow" id="offscreenwindow_dblsided">
  137. <property name="can_focus">False</property>
  138. <child>
  139. <object class="GtkScrolledWindow" id="sw_dblsided">
  140. <property name="visible">True</property>
  141. <property name="can_focus">True</property>
  142. <property name="hscrollbar_policy">never</property>
  143. <property name="shadow_type">in</property>
  144. <child>
  145. <object class="GtkViewport" id="vp_dblsided">
  146. <property name="visible">True</property>
  147. <property name="can_focus">False</property>
  148. <child>
  149. <object class="GtkBox" id="box_dblsided">
  150. <property name="visible">True</property>
  151. <property name="can_focus">False</property>
  152. <property name="margin_left">5</property>
  153. <property name="margin_right">5</property>
  154. <property name="margin_top">5</property>
  155. <property name="margin_bottom">5</property>
  156. <property name="orientation">vertical</property>
  157. <child>
  158. <object class="GtkLabel" id="label53">
  159. <property name="visible">True</property>
  160. <property name="can_focus">False</property>
  161. <property name="margin_bottom">6</property>
  162. <property name="ypad">3</property>
  163. <property name="label" translatable="yes">Double-Sided PCB Tool</property>
  164. <attributes>
  165. <attribute name="weight" value="semibold"/>
  166. </attributes>
  167. </object>
  168. <packing>
  169. <property name="expand">False</property>
  170. <property name="fill">True</property>
  171. <property name="position">0</property>
  172. </packing>
  173. </child>
  174. <child>
  175. <object class="GtkGrid" id="grid7">
  176. <property name="visible">True</property>
  177. <property name="can_focus">False</property>
  178. <property name="row_spacing">3</property>
  179. <property name="column_spacing">3</property>
  180. <child>
  181. <object class="GtkLabel" id="label84">
  182. <property name="visible">True</property>
  183. <property name="can_focus">False</property>
  184. <property name="tooltip_markup" translatable="yes">The object that you want to flip around,
  185. usually the Gerber object defining the
  186. bottom copper layer. You can also flip
  187. an Excellon object in case you want to drill
  188. from the bottom side.</property>
  189. <property name="xalign">1</property>
  190. <property name="xpad">3</property>
  191. <property name="label" translatable="yes">Bottom Layer:</property>
  192. </object>
  193. <packing>
  194. <property name="left_attach">0</property>
  195. <property name="top_attach">0</property>
  196. <property name="width">1</property>
  197. <property name="height">1</property>
  198. </packing>
  199. </child>
  200. <child>
  201. <object class="GtkComboBoxText" id="comboboxtext_bottomlayer">
  202. <property name="width_request">200</property>
  203. <property name="visible">True</property>
  204. <property name="can_focus">False</property>
  205. <property name="halign">start</property>
  206. <property name="entry_text_column">0</property>
  207. <property name="id_column">1</property>
  208. </object>
  209. <packing>
  210. <property name="left_attach">1</property>
  211. <property name="top_attach">0</property>
  212. <property name="width">1</property>
  213. <property name="height">1</property>
  214. </packing>
  215. </child>
  216. <child>
  217. <object class="GtkLabel" id="label85">
  218. <property name="visible">True</property>
  219. <property name="can_focus">False</property>
  220. <property name="tooltip_markup" translatable="yes">&lt;b&gt;X&lt;/b&gt; flips from top to bottom,
  221. &lt;b&gt;Y&lt;/b&gt; flips from left to right.</property>
  222. <property name="xalign">1</property>
  223. <property name="xpad">3</property>
  224. <property name="label" translatable="yes">Mirror Axis:</property>
  225. </object>
  226. <packing>
  227. <property name="left_attach">0</property>
  228. <property name="top_attach">1</property>
  229. <property name="width">1</property>
  230. <property name="height">1</property>
  231. </packing>
  232. </child>
  233. <child>
  234. <object class="GtkBox" id="box24">
  235. <property name="visible">True</property>
  236. <property name="can_focus">False</property>
  237. <property name="spacing">10</property>
  238. <child>
  239. <object class="GtkRadioButton" id="rb_mirror_x">
  240. <property name="label" translatable="yes">X</property>
  241. <property name="visible">True</property>
  242. <property name="can_focus">True</property>
  243. <property name="receives_default">False</property>
  244. <property name="xalign">0</property>
  245. <property name="active">True</property>
  246. <property name="draw_indicator">True</property>
  247. </object>
  248. <packing>
  249. <property name="expand">False</property>
  250. <property name="fill">True</property>
  251. <property name="position">0</property>
  252. </packing>
  253. </child>
  254. <child>
  255. <object class="GtkRadioButton" id="rb_mirror_y">
  256. <property name="label" translatable="yes">Y</property>
  257. <property name="visible">True</property>
  258. <property name="can_focus">True</property>
  259. <property name="receives_default">False</property>
  260. <property name="xalign">0</property>
  261. <property name="draw_indicator">True</property>
  262. <property name="group">rb_mirror_x</property>
  263. </object>
  264. <packing>
  265. <property name="expand">False</property>
  266. <property name="fill">True</property>
  267. <property name="position">1</property>
  268. </packing>
  269. </child>
  270. </object>
  271. <packing>
  272. <property name="left_attach">1</property>
  273. <property name="top_attach">1</property>
  274. <property name="width">1</property>
  275. <property name="height">1</property>
  276. </packing>
  277. </child>
  278. <child>
  279. <object class="GtkLabel" id="label86">
  280. <property name="visible">True</property>
  281. <property name="can_focus">False</property>
  282. <property name="tooltip_markup" translatable="yes">How the location of the axis
  283. is specified.</property>
  284. <property name="xalign">1</property>
  285. <property name="xpad">3</property>
  286. <property name="label" translatable="yes">Axis location:</property>
  287. </object>
  288. <packing>
  289. <property name="left_attach">0</property>
  290. <property name="top_attach">2</property>
  291. <property name="width">1</property>
  292. <property name="height">1</property>
  293. </packing>
  294. </child>
  295. <child>
  296. <object class="GtkBox" id="box25">
  297. <property name="visible">True</property>
  298. <property name="can_focus">False</property>
  299. <property name="spacing">10</property>
  300. <child>
  301. <object class="GtkRadioButton" id="rb_mirror_point">
  302. <property name="label" translatable="yes">Point</property>
  303. <property name="visible">True</property>
  304. <property name="can_focus">True</property>
  305. <property name="receives_default">False</property>
  306. <property name="tooltip_markup" translatable="yes">The axis must pass through the
  307. specified point.</property>
  308. <property name="xalign">0</property>
  309. <property name="active">True</property>
  310. <property name="draw_indicator">True</property>
  311. <signal name="toggled" handler="on_toggle_pointbox" swapped="no"/>
  312. </object>
  313. <packing>
  314. <property name="expand">False</property>
  315. <property name="fill">True</property>
  316. <property name="position">0</property>
  317. </packing>
  318. </child>
  319. <child>
  320. <object class="GtkRadioButton" id="rb_mirror_box">
  321. <property name="label" translatable="yes">Box</property>
  322. <property name="visible">True</property>
  323. <property name="can_focus">True</property>
  324. <property name="receives_default">False</property>
  325. <property name="tooltip_markup" translatable="yes">The axis cuts a box (some Geometry object
  326. in the project) exactly in the middle.</property>
  327. <property name="xalign">0</property>
  328. <property name="draw_indicator">True</property>
  329. <property name="group">rb_mirror_point</property>
  330. </object>
  331. <packing>
  332. <property name="expand">False</property>
  333. <property name="fill">True</property>
  334. <property name="position">1</property>
  335. </packing>
  336. </child>
  337. </object>
  338. <packing>
  339. <property name="left_attach">1</property>
  340. <property name="top_attach">2</property>
  341. <property name="width">1</property>
  342. <property name="height">1</property>
  343. </packing>
  344. </child>
  345. <child>
  346. <object class="GtkLabel" id="label87">
  347. <property name="visible">True</property>
  348. <property name="can_focus">False</property>
  349. <property name="tooltip_markup" translatable="yes">&lt;b&gt;Point:&lt;/b&gt; Click on the desired point on the plot.
  350. This copies the point to the clipboard. Then paste it
  351. in the box by right-clicking and choosing paste, or
  352. hitting Control-v.
  353. &lt;b&gt;Box:&lt;/b&gt; Choose an object in the project
  354. that you want to use as a box for specifying
  355. the flipping axis. If the object is not a rectangle,
  356. a bounding box arounf the object is calculated.</property>
  357. <property name="xalign">1</property>
  358. <property name="xpad">3</property>
  359. <property name="label" translatable="yes">Point/Box:</property>
  360. </object>
  361. <packing>
  362. <property name="left_attach">0</property>
  363. <property name="top_attach">3</property>
  364. <property name="width">1</property>
  365. <property name="height">1</property>
  366. </packing>
  367. </child>
  368. <child>
  369. <object class="GtkBox" id="box_pointbox">
  370. <property name="visible">True</property>
  371. <property name="can_focus">False</property>
  372. <property name="orientation">vertical</property>
  373. <child>
  374. <placeholder/>
  375. </child>
  376. </object>
  377. <packing>
  378. <property name="left_attach">1</property>
  379. <property name="top_attach">3</property>
  380. <property name="width">1</property>
  381. <property name="height">1</property>
  382. </packing>
  383. </child>
  384. <child>
  385. <object class="GtkLabel" id="label89">
  386. <property name="visible">True</property>
  387. <property name="can_focus">False</property>
  388. <property name="tooltip_markup" translatable="yes">List of coordinates where to drill alignment
  389. holes, in the format &lt;b&gt;(x1, y1), (x2, y2)&lt;/b&gt;, etc.
  390. You can click on the plot and paste each
  391. coordinate here.
  392. All &lt;b&gt;coordinates are duplicated&lt;/b&gt; and mirrored
  393. automatically around the axis so drill pattens are
  394. identical when flipping your board around.</property>
  395. <property name="xalign">1</property>
  396. <property name="xpad">3</property>
  397. <property name="label" translatable="yes">Algnmt holes:</property>
  398. </object>
  399. <packing>
  400. <property name="left_attach">0</property>
  401. <property name="top_attach">4</property>
  402. <property name="width">1</property>
  403. <property name="height">1</property>
  404. </packing>
  405. </child>
  406. <child>
  407. <object class="GtkEntry" id="entry_dblsided_alignholes">
  408. <property name="visible">True</property>
  409. <property name="can_focus">True</property>
  410. <property name="invisible_char">●</property>
  411. </object>
  412. <packing>
  413. <property name="left_attach">1</property>
  414. <property name="top_attach">4</property>
  415. <property name="width">1</property>
  416. <property name="height">1</property>
  417. </packing>
  418. </child>
  419. <child>
  420. <object class="GtkLabel" id="label90">
  421. <property name="visible">True</property>
  422. <property name="can_focus">False</property>
  423. <property name="tooltip_markup" translatable="yes">Diameter of the drill for
  424. the aligment holes.</property>
  425. <property name="xalign">1</property>
  426. <property name="xpad">3</property>
  427. <property name="label" translatable="yes">Drill diam.:</property>
  428. </object>
  429. <packing>
  430. <property name="left_attach">0</property>
  431. <property name="top_attach">5</property>
  432. <property name="width">1</property>
  433. <property name="height">1</property>
  434. </packing>
  435. </child>
  436. <child>
  437. <object class="GtkEntry" id="entry_dblsided_alignholediam">
  438. <property name="visible">True</property>
  439. <property name="can_focus">True</property>
  440. <property name="invisible_char">●</property>
  441. <property name="invisible_char_set">True</property>
  442. </object>
  443. <packing>
  444. <property name="left_attach">1</property>
  445. <property name="top_attach">5</property>
  446. <property name="width">1</property>
  447. <property name="height">1</property>
  448. </packing>
  449. </child>
  450. </object>
  451. <packing>
  452. <property name="expand">False</property>
  453. <property name="fill">True</property>
  454. <property name="position">1</property>
  455. </packing>
  456. </child>
  457. <child>
  458. <object class="GtkBox" id="box27">
  459. <property name="visible">True</property>
  460. <property name="can_focus">False</property>
  461. <property name="halign">end</property>
  462. <property name="margin_top">6</property>
  463. <property name="margin_bottom">3</property>
  464. <child>
  465. <object class="GtkButton" id="button19">
  466. <property name="label" translatable="yes">Create Alignment Drill</property>
  467. <property name="width_request">120</property>
  468. <property name="visible">True</property>
  469. <property name="can_focus">True</property>
  470. <property name="receives_default">True</property>
  471. <property name="tooltip_markup" translatable="yes">Creates an Excellon object with
  472. the specified holes and their
  473. mirror pairs.</property>
  474. <property name="halign">end</property>
  475. <signal name="activate" handler="on_create_aligndrill" swapped="no"/>
  476. <signal name="clicked" handler="on_create_aligndrill" swapped="no"/>
  477. </object>
  478. <packing>
  479. <property name="expand">False</property>
  480. <property name="fill">False</property>
  481. <property name="padding">4</property>
  482. <property name="position">0</property>
  483. </packing>
  484. </child>
  485. <child>
  486. <object class="GtkButton" id="button18">
  487. <property name="label" translatable="yes">Mirror Object</property>
  488. <property name="width_request">120</property>
  489. <property name="visible">True</property>
  490. <property name="can_focus">True</property>
  491. <property name="receives_default">True</property>
  492. <property name="tooltip_markup" translatable="yes">Mirrors the object specified in
  493. &lt;b&gt;Bottom Layer&lt;/b&gt; around the
  494. specified axis.</property>
  495. <property name="halign">end</property>
  496. <signal name="activate" handler="on_create_mirror" swapped="no"/>
  497. <signal name="clicked" handler="on_create_mirror" swapped="no"/>
  498. </object>
  499. <packing>
  500. <property name="expand">False</property>
  501. <property name="fill">False</property>
  502. <property name="padding">4</property>
  503. <property name="position">1</property>
  504. </packing>
  505. </child>
  506. </object>
  507. <packing>
  508. <property name="expand">False</property>
  509. <property name="fill">True</property>
  510. <property name="position">2</property>
  511. </packing>
  512. </child>
  513. <child>
  514. <placeholder/>
  515. </child>
  516. <child>
  517. <placeholder/>
  518. </child>
  519. <child>
  520. <placeholder/>
  521. </child>
  522. <child>
  523. <placeholder/>
  524. </child>
  525. </object>
  526. </child>
  527. </object>
  528. </child>
  529. </object>
  530. </child>
  531. </object>
  532. <object class="GtkWindow" id="window1">
  533. <property name="width_request">600</property>
  534. <property name="height_request">400</property>
  535. <property name="can_focus">False</property>
  536. <signal name="destroy" handler="on_closewindow" swapped="no"/>
  537. <child>
  538. <object class="GtkBox" id="box1">
  539. <property name="visible">True</property>
  540. <property name="can_focus">False</property>
  541. <property name="orientation">vertical</property>
  542. <child>
  543. <object class="GtkMenuBar" id="menubar1">
  544. <property name="visible">True</property>
  545. <property name="can_focus">False</property>
  546. <signal name="deactivate" handler="do_nothing" swapped="no"/>
  547. <child>
  548. <object class="GtkMenuItem" id="menuitem1">
  549. <property name="visible">True</property>
  550. <property name="can_focus">False</property>
  551. <property name="label" translatable="yes">_File</property>
  552. <property name="use_underline">True</property>
  553. <child type="submenu">
  554. <object class="GtkMenu" id="menu1">
  555. <property name="visible">True</property>
  556. <property name="can_focus">False</property>
  557. <child>
  558. <object class="GtkImageMenuItem" id="imagemenuitem1">
  559. <property name="label">gtk-new</property>
  560. <property name="visible">True</property>
  561. <property name="can_focus">False</property>
  562. <property name="tooltip_text" translatable="yes">New project. Clears all
  563. objects and options.</property>
  564. <property name="use_underline">True</property>
  565. <property name="use_stock">True</property>
  566. <signal name="activate" handler="on_file_new" swapped="no"/>
  567. </object>
  568. </child>
  569. <child>
  570. <object class="GtkSeparatorMenuItem" id="separatormenuitem5">
  571. <property name="visible">True</property>
  572. <property name="can_focus">False</property>
  573. </object>
  574. </child>
  575. <child>
  576. <object class="GtkImageMenuItem" id="open_recent">
  577. <property name="label" translatable="yes">Open recent</property>
  578. <property name="visible">True</property>
  579. <property name="can_focus">False</property>
  580. <property name="image">image20</property>
  581. <property name="use_stock">False</property>
  582. </object>
  583. </child>
  584. <child>
  585. <object class="GtkSeparatorMenuItem" id="separatormenuitem6">
  586. <property name="visible">True</property>
  587. <property name="can_focus">False</property>
  588. </object>
  589. </child>
  590. <child>
  591. <object class="GtkImageMenuItem" id="imagemenuitem2">
  592. <property name="label">Open Gerber</property>
  593. <property name="visible">True</property>
  594. <property name="can_focus">False</property>
  595. <property name="tooltip_text" translatable="yes">Load a Gerber file and create
  596. a Gerber Object in the current
  597. project.</property>
  598. <property name="image">image2</property>
  599. <property name="use_stock">False</property>
  600. <signal name="activate" handler="on_fileopengerber" swapped="no"/>
  601. </object>
  602. </child>
  603. <child>
  604. <object class="GtkImageMenuItem" id="imagemenuitem3">
  605. <property name="label">Open Excellon</property>
  606. <property name="visible">True</property>
  607. <property name="can_focus">False</property>
  608. <property name="tooltip_text" translatable="yes">Load an Excellon file and create
  609. an Excellon Object in the current
  610. project.</property>
  611. <property name="image">image1</property>
  612. <property name="use_stock">False</property>
  613. <signal name="activate" handler="on_fileopenexcellon" swapped="no"/>
  614. </object>
  615. </child>
  616. <child>
  617. <object class="GtkImageMenuItem" id="imagemenuitem4">
  618. <property name="label">Open G-Code</property>
  619. <property name="visible">True</property>
  620. <property name="can_focus">False</property>
  621. <property name="tooltip_text" translatable="yes">Load a G-Code file and create
  622. a CNCJob Object in the current
  623. project.</property>
  624. <property name="image">image3</property>
  625. <property name="use_stock">False</property>
  626. <signal name="activate" handler="on_fileopengcode" swapped="no"/>
  627. </object>
  628. </child>
  629. <child>
  630. <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
  631. <property name="visible">True</property>
  632. <property name="can_focus">False</property>
  633. </object>
  634. </child>
  635. <child>
  636. <object class="GtkImageMenuItem" id="imagemenuitem11">
  637. <property name="label" translatable="yes">Open Project ...</property>
  638. <property name="visible">True</property>
  639. <property name="can_focus">False</property>
  640. <property name="image">image9</property>
  641. <property name="use_stock">False</property>
  642. <signal name="activate" handler="on_file_openproject" swapped="no"/>
  643. </object>
  644. </child>
  645. <child>
  646. <object class="GtkSeparatorMenuItem" id="separatormenuitem2">
  647. <property name="visible">True</property>
  648. <property name="can_focus">False</property>
  649. </object>
  650. </child>
  651. <child>
  652. <object class="GtkImageMenuItem" id="imagemenuitem6">
  653. <property name="label" translatable="yes">Save Project</property>
  654. <property name="visible">True</property>
  655. <property name="can_focus">False</property>
  656. <property name="image">image6</property>
  657. <property name="use_stock">False</property>
  658. <signal name="activate" handler="on_file_saveproject" swapped="no"/>
  659. </object>
  660. </child>
  661. <child>
  662. <object class="GtkImageMenuItem" id="imagemenuitem7">
  663. <property name="label" translatable="yes">Save Project As ...</property>
  664. <property name="visible">True</property>
  665. <property name="can_focus">False</property>
  666. <property name="image">image7</property>
  667. <property name="use_stock">False</property>
  668. <signal name="activate" handler="on_file_saveprojectas" swapped="no"/>
  669. </object>
  670. </child>
  671. <child>
  672. <object class="GtkImageMenuItem" id="imagemenuitem8">
  673. <property name="label" translatable="yes">Save a Project copy ...</property>
  674. <property name="visible">True</property>
  675. <property name="can_focus">False</property>
  676. <property name="image">image8</property>
  677. <property name="use_stock">False</property>
  678. <signal name="activate" handler="on_file_saveprojectcopy" swapped="no"/>
  679. </object>
  680. </child>
  681. <child>
  682. <object class="GtkSeparatorMenuItem" id="separatormenuitem4">
  683. <property name="visible">True</property>
  684. <property name="can_focus">False</property>
  685. </object>
  686. </child>
  687. <child>
  688. <object class="GtkImageMenuItem" id="menuitem5">
  689. <property name="label" translatable="yes">Save defaults</property>
  690. <property name="visible">True</property>
  691. <property name="can_focus">False</property>
  692. <property name="tooltip_text" translatable="yes">Saves the application's default options to file.</property>
  693. <property name="image">image4</property>
  694. <property name="use_stock">False</property>
  695. <signal name="activate" handler="on_file_savedefaults" swapped="no"/>
  696. </object>
  697. </child>
  698. <child>
  699. <object class="GtkSeparatorMenuItem" id="separatormenuitem3">
  700. <property name="visible">True</property>
  701. <property name="can_focus">False</property>
  702. </object>
  703. </child>
  704. <child>
  705. <object class="GtkImageMenuItem" id="imagemenuitem5">
  706. <property name="label">gtk-quit</property>
  707. <property name="visible">True</property>
  708. <property name="can_focus">False</property>
  709. <property name="use_underline">True</property>
  710. <property name="use_stock">True</property>
  711. <signal name="activate" handler="on_filequit" swapped="no"/>
  712. </object>
  713. </child>
  714. </object>
  715. </child>
  716. </object>
  717. </child>
  718. <child>
  719. <object class="GtkMenuItem" id="menuitem2">
  720. <property name="visible">True</property>
  721. <property name="can_focus">False</property>
  722. <property name="label" translatable="yes">_Edit</property>
  723. <property name="use_underline">True</property>
  724. <child type="submenu">
  725. <object class="GtkMenu" id="menu2">
  726. <property name="visible">True</property>
  727. <property name="can_focus">False</property>
  728. <child>
  729. <object class="GtkImageMenuItem" id="imagemenuitem9">
  730. <property name="label">gtk-delete</property>
  731. <property name="visible">True</property>
  732. <property name="can_focus">False</property>
  733. <property name="tooltip_text" translatable="yes">Deletes the selected object.</property>
  734. <property name="use_underline">True</property>
  735. <property name="use_stock">True</property>
  736. <signal name="activate" handler="on_delete" swapped="no"/>
  737. </object>
  738. </child>
  739. </object>
  740. </child>
  741. </object>
  742. </child>
  743. <child>
  744. <object class="GtkMenuItem" id="menuitem14">
  745. <property name="visible">True</property>
  746. <property name="can_focus">False</property>
  747. <property name="label" translatable="yes">View</property>
  748. <property name="use_underline">True</property>
  749. <child type="submenu">
  750. <object class="GtkMenu" id="menu7">
  751. <property name="visible">True</property>
  752. <property name="can_focus">False</property>
  753. <child>
  754. <object class="GtkImageMenuItem" id="imagemenuitem14">
  755. <property name="label" translatable="yes">Disable all plots</property>
  756. <property name="visible">True</property>
  757. <property name="can_focus">False</property>
  758. <property name="image">image17</property>
  759. <property name="use_stock">False</property>
  760. <signal name="activate" handler="on_disable_all_plots" swapped="no"/>
  761. </object>
  762. </child>
  763. <child>
  764. <object class="GtkImageMenuItem" id="imagemenuitem15">
  765. <property name="label" translatable="yes">Disable all plots but this one</property>
  766. <property name="visible">True</property>
  767. <property name="can_focus">False</property>
  768. <property name="image">image18</property>
  769. <property name="use_stock">False</property>
  770. <signal name="activate" handler="on_disable_all_plots_not_current" swapped="no"/>
  771. </object>
  772. </child>
  773. <child>
  774. <object class="GtkImageMenuItem" id="imagemenuitem16">
  775. <property name="label" translatable="yes">Enable all plots</property>
  776. <property name="visible">True</property>
  777. <property name="can_focus">False</property>
  778. <property name="image">image19</property>
  779. <property name="use_stock">False</property>
  780. <signal name="activate" handler="enable_all_plots" swapped="no"/>
  781. </object>
  782. </child>
  783. </object>
  784. </child>
  785. </object>
  786. </child>
  787. <child>
  788. <object class="GtkMenuItem" id="menuitem3">
  789. <property name="visible">True</property>
  790. <property name="can_focus">False</property>
  791. <property name="label" translatable="yes">_Options</property>
  792. <property name="use_underline">True</property>
  793. <child type="submenu">
  794. <object class="GtkMenu" id="menu4">
  795. <property name="visible">True</property>
  796. <property name="can_focus">False</property>
  797. <child>
  798. <object class="GtkImageMenuItem" id="menuitem6">
  799. <property name="label" translatable="yes">Transfer options</property>
  800. <property name="visible">True</property>
  801. <property name="can_focus">False</property>
  802. <property name="image">image5</property>
  803. <property name="use_stock">False</property>
  804. <child type="submenu">
  805. <object class="GtkMenu" id="menu5">
  806. <property name="visible">True</property>
  807. <property name="can_focus">False</property>
  808. <child>
  809. <object class="GtkMenuItem" id="menuitem7">
  810. <property name="visible">True</property>
  811. <property name="can_focus">False</property>
  812. <property name="tooltip_text" translatable="yes">Make the application's default options
  813. equal to the current project's default options.</property>
  814. <property name="label" translatable="yes">Project =&gt; App</property>
  815. <property name="use_underline">True</property>
  816. <signal name="activate" handler="on_options_project2app" swapped="no"/>
  817. </object>
  818. </child>
  819. <child>
  820. <object class="GtkMenuItem" id="menuitem8">
  821. <property name="visible">True</property>
  822. <property name="can_focus">False</property>
  823. <property name="tooltip_text" translatable="yes">Make the project's options equal to the
  824. application's default options.</property>
  825. <property name="label" translatable="yes">App =&gt; Project</property>
  826. <property name="use_underline">True</property>
  827. <signal name="activate" handler="on_options_app2project" swapped="no"/>
  828. </object>
  829. </child>
  830. <child>
  831. <object class="GtkMenuItem" id="menuitem9">
  832. <property name="visible">True</property>
  833. <property name="can_focus">False</property>
  834. <property name="tooltip_text" translatable="yes">Make the current object's
  835. options be project defaults.</property>
  836. <property name="label" translatable="yes">Object =&gt; Project</property>
  837. <property name="use_underline">True</property>
  838. <signal name="activate" handler="on_options_object2project" swapped="no"/>
  839. </object>
  840. </child>
  841. <child>
  842. <object class="GtkMenuItem" id="menuitem10">
  843. <property name="visible">True</property>
  844. <property name="can_focus">False</property>
  845. <property name="tooltip_text" translatable="yes">Make the current object's
  846. options be application defaults.</property>
  847. <property name="label" translatable="yes">Object =&gt; App</property>
  848. <property name="use_underline">True</property>
  849. <signal name="activate" handler="on_options_object2app" swapped="no"/>
  850. </object>
  851. </child>
  852. <child>
  853. <object class="GtkMenuItem" id="menuitem12">
  854. <property name="visible">True</property>
  855. <property name="can_focus">False</property>
  856. <property name="tooltip_text" translatable="yes">Set the current object's options
  857. to project defaults.</property>
  858. <property name="label" translatable="yes">Project =&gt; Object</property>
  859. <property name="use_underline">True</property>
  860. <signal name="activate" handler="on_options_project2object" swapped="no"/>
  861. </object>
  862. </child>
  863. <child>
  864. <object class="GtkMenuItem" id="menuitem13">
  865. <property name="visible">True</property>
  866. <property name="can_focus">False</property>
  867. <property name="tooltip_text" translatable="yes">Set the current object's options
  868. to application defaults.</property>
  869. <property name="label" translatable="yes">App =&gt; Object</property>
  870. <property name="use_underline">True</property>
  871. <signal name="activate" handler="on_options_app2object" swapped="no"/>
  872. </object>
  873. </child>
  874. </object>
  875. </child>
  876. </object>
  877. </child>
  878. </object>
  879. </child>
  880. </object>
  881. </child>
  882. <child>
  883. <object class="GtkMenuItem" id="menuitem11">
  884. <property name="visible">True</property>
  885. <property name="can_focus">False</property>
  886. <property name="label" translatable="yes">_Tools</property>
  887. <property name="use_underline">True</property>
  888. <child type="submenu">
  889. <object class="GtkMenu" id="menu6">
  890. <property name="visible">True</property>
  891. <property name="can_focus">False</property>
  892. <child>
  893. <object class="GtkImageMenuItem" id="imagemenuitem12">
  894. <property name="label" translatable="yes">Double-Sided PCB Tool</property>
  895. <property name="visible">True</property>
  896. <property name="can_focus">False</property>
  897. <property name="image">image10</property>
  898. <property name="use_stock">False</property>
  899. <signal name="activate" handler="on_tools_doublesided" swapped="no"/>
  900. </object>
  901. </child>
  902. <child>
  903. <object class="GtkSeparatorMenuItem" id="separatormenuitem7">
  904. <property name="visible">True</property>
  905. <property name="can_focus">False</property>
  906. </object>
  907. </child>
  908. <child>
  909. <object class="GtkImageMenuItem" id="imagemenuitem17">
  910. <property name="label" translatable="yes">List objects</property>
  911. <property name="visible">True</property>
  912. <property name="can_focus">False</property>
  913. <property name="image">image21</property>
  914. <property name="use_stock">False</property>
  915. <signal name="activate" handler="on_debug_printlist" swapped="no"/>
  916. </object>
  917. </child>
  918. </object>
  919. </child>
  920. </object>
  921. </child>
  922. <child>
  923. <object class="GtkMenuItem" id="menuitem4">
  924. <property name="visible">True</property>
  925. <property name="can_focus">False</property>
  926. <property name="label" translatable="yes">_Help</property>
  927. <property name="use_underline">True</property>
  928. <child type="submenu">
  929. <object class="GtkMenu" id="menu3">
  930. <property name="visible">True</property>
  931. <property name="can_focus">False</property>
  932. <child>
  933. <object class="GtkImageMenuItem" id="imagemenuitem10">
  934. <property name="label">gtk-about</property>
  935. <property name="visible">True</property>
  936. <property name="can_focus">False</property>
  937. <property name="use_underline">True</property>
  938. <property name="use_stock">True</property>
  939. <signal name="activate" handler="on_about" swapped="no"/>
  940. </object>
  941. </child>
  942. <child>
  943. <object class="GtkImageMenuItem" id="imagemenuitem13">
  944. <property name="label" translatable="yes">Check for updates...</property>
  945. <property name="visible">True</property>
  946. <property name="can_focus">False</property>
  947. <property name="image">image16</property>
  948. <property name="use_stock">False</property>
  949. <signal name="activate" handler="version_check" swapped="no"/>
  950. </object>
  951. </child>
  952. </object>
  953. </child>
  954. </object>
  955. </child>
  956. </object>
  957. <packing>
  958. <property name="expand">False</property>
  959. <property name="fill">True</property>
  960. <property name="position">0</property>
  961. </packing>
  962. </child>
  963. <child>
  964. <object class="GtkToolbar" id="toolbar_main">
  965. <property name="visible">True</property>
  966. <property name="can_focus">False</property>
  967. <property name="toolbar_style">icons</property>
  968. </object>
  969. <packing>
  970. <property name="expand">False</property>
  971. <property name="fill">True</property>
  972. <property name="position">1</property>
  973. </packing>
  974. </child>
  975. <child>
  976. <object class="GtkPaned" id="paned1">
  977. <property name="visible">True</property>
  978. <property name="can_focus">True</property>
  979. <child>
  980. <object class="GtkNotebook" id="notebook1">
  981. <property name="width_request">250</property>
  982. <property name="visible">True</property>
  983. <property name="can_focus">True</property>
  984. <property name="margin_left">3</property>
  985. <property name="margin_right">3</property>
  986. <property name="margin_top">3</property>
  987. <property name="margin_bottom">3</property>
  988. <property name="scrollable">True</property>
  989. <child>
  990. <object class="GtkBox" id="box_project">
  991. <property name="visible">True</property>
  992. <property name="can_focus">False</property>
  993. <property name="hexpand">True</property>
  994. <property name="vexpand">True</property>
  995. <property name="orientation">vertical</property>
  996. <child>
  997. <placeholder/>
  998. </child>
  999. </object>
  1000. </child>
  1001. <child type="tab">
  1002. <object class="GtkLabel" id="label1">
  1003. <property name="visible">True</property>
  1004. <property name="can_focus">False</property>
  1005. <property name="tooltip_markup" translatable="yes">Objects in the project.</property>
  1006. <property name="label" translatable="yes">Project</property>
  1007. </object>
  1008. <packing>
  1009. <property name="tab_fill">False</property>
  1010. </packing>
  1011. </child>
  1012. <child>
  1013. <object class="GtkBox" id="box_selected">
  1014. <property name="visible">True</property>
  1015. <property name="can_focus">False</property>
  1016. <property name="hexpand">True</property>
  1017. <property name="vexpand">True</property>
  1018. <property name="orientation">vertical</property>
  1019. <child>
  1020. <object class="GtkScrolledWindow" id="sw_selected">
  1021. <property name="visible">True</property>
  1022. <property name="can_focus">True</property>
  1023. <property name="vexpand">True</property>
  1024. <property name="hscrollbar_policy">never</property>
  1025. <property name="shadow_type">in</property>
  1026. <child>
  1027. <object class="GtkViewport" id="vp_selected">
  1028. <property name="visible">True</property>
  1029. <property name="can_focus">False</property>
  1030. <child>
  1031. <placeholder/>
  1032. </child>
  1033. </object>
  1034. </child>
  1035. </object>
  1036. <packing>
  1037. <property name="expand">False</property>
  1038. <property name="fill">True</property>
  1039. <property name="position">0</property>
  1040. </packing>
  1041. </child>
  1042. </object>
  1043. <packing>
  1044. <property name="position">1</property>
  1045. </packing>
  1046. </child>
  1047. <child type="tab">
  1048. <object class="GtkLabel" id="label2">
  1049. <property name="visible">True</property>
  1050. <property name="can_focus">False</property>
  1051. <property name="tooltip_markup" translatable="yes">Options and action
  1052. for the current object.</property>
  1053. <property name="label" translatable="yes">Selected</property>
  1054. </object>
  1055. <packing>
  1056. <property name="position">1</property>
  1057. <property name="tab_fill">False</property>
  1058. </packing>
  1059. </child>
  1060. <child>
  1061. <object class="GtkBox" id="box_options">
  1062. <property name="height_request">400</property>
  1063. <property name="visible">True</property>
  1064. <property name="can_focus">False</property>
  1065. <property name="hexpand">True</property>
  1066. <property name="vexpand">True</property>
  1067. <property name="orientation">vertical</property>
  1068. <child>
  1069. <object class="GtkScrolledWindow" id="scrolledwindow1">
  1070. <property name="visible">True</property>
  1071. <property name="can_focus">True</property>
  1072. <property name="vexpand">True</property>
  1073. <property name="hscrollbar_policy">never</property>
  1074. <property name="shadow_type">in</property>
  1075. <child>
  1076. <object class="GtkViewport" id="vp_options">
  1077. <property name="visible">True</property>
  1078. <property name="can_focus">False</property>
  1079. <child>
  1080. <object class="GtkBox" id="options_box_super">
  1081. <property name="visible">True</property>
  1082. <property name="can_focus">False</property>
  1083. <property name="margin_left">5</property>
  1084. <property name="margin_right">5</property>
  1085. <property name="margin_bottom">5</property>
  1086. <property name="vexpand">True</property>
  1087. <property name="orientation">vertical</property>
  1088. <child>
  1089. <object class="GtkBox" id="box30">
  1090. <property name="visible">True</property>
  1091. <property name="can_focus">False</property>
  1092. <child>
  1093. <object class="GtkImage" id="image11">
  1094. <property name="visible">True</property>
  1095. <property name="can_focus">False</property>
  1096. <property name="pixbuf">share/gear32.png</property>
  1097. </object>
  1098. <packing>
  1099. <property name="expand">False</property>
  1100. <property name="fill">True</property>
  1101. <property name="position">0</property>
  1102. </packing>
  1103. </child>
  1104. <child>
  1105. <object class="GtkComboBoxText" id="combo_options">
  1106. <property name="visible">True</property>
  1107. <property name="can_focus">False</property>
  1108. <property name="has_tooltip">True</property>
  1109. <property name="tooltip_markup" translatable="yes">Application defaults get transfered
  1110. to every new project. Project options
  1111. get inherited by new project objects.
  1112. &lt;b&gt;Save&lt;/b&gt; application defaults
  1113. by choosing &lt;i&gt;File + Save defaults&lt;/i&gt;.
  1114. Project obtions are saved with the
  1115. project.</property>
  1116. <property name="tooltip_text" translatable="yes">Application defaults get transfered
  1117. to every new project. Project options
  1118. get inherited by new project objects.
  1119. Save application defaults
  1120. by choosing File + Save defaults.
  1121. Project obtions are saved with the
  1122. project.</property>
  1123. <property name="margin_left">10</property>
  1124. <property name="margin_right">10</property>
  1125. <property name="margin_top">5</property>
  1126. <property name="margin_bottom">10</property>
  1127. <property name="entry_text_column">0</property>
  1128. <property name="id_column">1</property>
  1129. <items>
  1130. <item translatable="yes">PROJECT OPTIONS</item>
  1131. <item translatable="yes">APPLICATION DEFAULTS</item>
  1132. </items>
  1133. <signal name="changed" handler="on_options_combo_change" swapped="no"/>
  1134. </object>
  1135. <packing>
  1136. <property name="expand">False</property>
  1137. <property name="fill">True</property>
  1138. <property name="position">1</property>
  1139. </packing>
  1140. </child>
  1141. </object>
  1142. <packing>
  1143. <property name="expand">False</property>
  1144. <property name="fill">True</property>
  1145. <property name="position">0</property>
  1146. </packing>
  1147. </child>
  1148. <child>
  1149. <object class="GtkBox" id="options_box">
  1150. <property name="visible">True</property>
  1151. <property name="can_focus">False</property>
  1152. <property name="orientation">vertical</property>
  1153. <child>
  1154. <placeholder/>
  1155. </child>
  1156. </object>
  1157. <packing>
  1158. <property name="expand">False</property>
  1159. <property name="fill">True</property>
  1160. <property name="position">1</property>
  1161. </packing>
  1162. </child>
  1163. <child>
  1164. <placeholder/>
  1165. </child>
  1166. <child>
  1167. <placeholder/>
  1168. </child>
  1169. <child>
  1170. <placeholder/>
  1171. </child>
  1172. <child>
  1173. <placeholder/>
  1174. </child>
  1175. </object>
  1176. </child>
  1177. </object>
  1178. </child>
  1179. </object>
  1180. <packing>
  1181. <property name="expand">False</property>
  1182. <property name="fill">True</property>
  1183. <property name="position">0</property>
  1184. </packing>
  1185. </child>
  1186. </object>
  1187. <packing>
  1188. <property name="position">2</property>
  1189. </packing>
  1190. </child>
  1191. <child type="tab">
  1192. <object class="GtkLabel" id="label5">
  1193. <property name="visible">True</property>
  1194. <property name="can_focus">False</property>
  1195. <property name="tooltip_markup" translatable="yes">Project and application
  1196. defaults.</property>
  1197. <property name="label" translatable="yes">Options</property>
  1198. </object>
  1199. <packing>
  1200. <property name="position">2</property>
  1201. <property name="tab_fill">False</property>
  1202. </packing>
  1203. </child>
  1204. <child>
  1205. <object class="GtkBox" id="box_tool">
  1206. <property name="visible">True</property>
  1207. <property name="can_focus">False</property>
  1208. <property name="orientation">vertical</property>
  1209. <child>
  1210. <placeholder/>
  1211. </child>
  1212. </object>
  1213. <packing>
  1214. <property name="position">3</property>
  1215. </packing>
  1216. </child>
  1217. <child type="tab">
  1218. <object class="GtkLabel" id="label88">
  1219. <property name="visible">True</property>
  1220. <property name="can_focus">False</property>
  1221. <property name="tooltip_markup" translatable="yes">Active tool</property>
  1222. <property name="label" translatable="yes">Tool</property>
  1223. </object>
  1224. <packing>
  1225. <property name="position">3</property>
  1226. <property name="tab_fill">False</property>
  1227. </packing>
  1228. </child>
  1229. </object>
  1230. <packing>
  1231. <property name="resize">False</property>
  1232. <property name="shrink">True</property>
  1233. </packing>
  1234. </child>
  1235. <child>
  1236. <object class="GtkBox" id="box39">
  1237. <property name="visible">True</property>
  1238. <property name="can_focus">False</property>
  1239. <property name="orientation">vertical</property>
  1240. <child>
  1241. <object class="GtkGrid" id="grid1">
  1242. <property name="visible">True</property>
  1243. <property name="can_focus">False</property>
  1244. <property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_MOTION_MASK | GDK_BUTTON1_MOTION_MASK | GDK_BUTTON2_MOTION_MASK | GDK_BUTTON3_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK | GDK_PROPERTY_CHANGE_MASK | GDK_VISIBILITY_NOTIFY_MASK | GDK_PROXIMITY_IN_MASK | GDK_PROXIMITY_OUT_MASK | GDK_SUBSTRUCTURE_MASK | GDK_SCROLL_MASK | GDK_TOUCH_MASK | GDK_SMOOTH_SCROLL_MASK</property>
  1245. <child>
  1246. <placeholder/>
  1247. </child>
  1248. <child>
  1249. <placeholder/>
  1250. </child>
  1251. <child>
  1252. <placeholder/>
  1253. </child>
  1254. <child>
  1255. <placeholder/>
  1256. </child>
  1257. <child>
  1258. <placeholder/>
  1259. </child>
  1260. <child>
  1261. <placeholder/>
  1262. </child>
  1263. <child>
  1264. <placeholder/>
  1265. </child>
  1266. <child>
  1267. <placeholder/>
  1268. </child>
  1269. <child>
  1270. <placeholder/>
  1271. </child>
  1272. </object>
  1273. <packing>
  1274. <property name="expand">False</property>
  1275. <property name="fill">True</property>
  1276. <property name="position">0</property>
  1277. </packing>
  1278. </child>
  1279. <child>
  1280. <placeholder/>
  1281. </child>
  1282. </object>
  1283. <packing>
  1284. <property name="resize">True</property>
  1285. <property name="shrink">True</property>
  1286. </packing>
  1287. </child>
  1288. </object>
  1289. <packing>
  1290. <property name="expand">False</property>
  1291. <property name="fill">True</property>
  1292. <property name="position">2</property>
  1293. </packing>
  1294. </child>
  1295. <child>
  1296. <object class="GtkBox" id="box2">
  1297. <property name="visible">True</property>
  1298. <property name="can_focus">False</property>
  1299. <property name="margin_left">3</property>
  1300. <property name="margin_right">3</property>
  1301. <property name="margin_top">3</property>
  1302. <property name="margin_bottom">3</property>
  1303. <child>
  1304. <object class="GtkFrame" id="frame1">
  1305. <property name="visible">True</property>
  1306. <property name="can_focus">False</property>
  1307. <property name="hexpand">True</property>
  1308. <property name="label_xalign">0</property>
  1309. <property name="shadow_type">out</property>
  1310. <child>
  1311. <object class="GtkAlignment" id="alignment1">
  1312. <property name="visible">True</property>
  1313. <property name="can_focus">False</property>
  1314. <property name="left_padding">12</property>
  1315. <child>
  1316. <object class="GtkLabel" id="label_status">
  1317. <property name="visible">True</property>
  1318. <property name="can_focus">False</property>
  1319. <property name="hexpand">True</property>
  1320. <property name="xalign">0</property>
  1321. </object>
  1322. </child>
  1323. </object>
  1324. </child>
  1325. <child type="label_item">
  1326. <placeholder/>
  1327. </child>
  1328. </object>
  1329. <packing>
  1330. <property name="expand">False</property>
  1331. <property name="fill">True</property>
  1332. <property name="position">0</property>
  1333. </packing>
  1334. </child>
  1335. <child>
  1336. <object class="GtkLabel" id="label3">
  1337. <property name="width_request">140</property>
  1338. <property name="visible">True</property>
  1339. <property name="can_focus">False</property>
  1340. <property name="margin_left">5</property>
  1341. <property name="margin_right">5</property>
  1342. <property name="label" translatable="yes">X: 0.0 Y: 0.0</property>
  1343. </object>
  1344. <packing>
  1345. <property name="expand">False</property>
  1346. <property name="fill">True</property>
  1347. <property name="position">1</property>
  1348. </packing>
  1349. </child>
  1350. <child>
  1351. <object class="GtkLabel" id="label_units">
  1352. <property name="visible">True</property>
  1353. <property name="can_focus">False</property>
  1354. <property name="margin_left">6</property>
  1355. <property name="margin_right">6</property>
  1356. <property name="label" translatable="yes">[in]</property>
  1357. </object>
  1358. <packing>
  1359. <property name="expand">False</property>
  1360. <property name="fill">True</property>
  1361. <property name="position">2</property>
  1362. </packing>
  1363. </child>
  1364. <child>
  1365. <object class="GtkProgressBar" id="progressbar">
  1366. <property name="width_request">50</property>
  1367. <property name="height_request">10</property>
  1368. <property name="visible">True</property>
  1369. <property name="can_focus">False</property>
  1370. <property name="margin_left">2</property>
  1371. <property name="margin_right">2</property>
  1372. <property name="margin_top">2</property>
  1373. <property name="margin_bottom">2</property>
  1374. <property name="text" translatable="yes">Idle</property>
  1375. </object>
  1376. <packing>
  1377. <property name="expand">False</property>
  1378. <property name="fill">True</property>
  1379. <property name="position">3</property>
  1380. </packing>
  1381. </child>
  1382. </object>
  1383. <packing>
  1384. <property name="expand">False</property>
  1385. <property name="fill">True</property>
  1386. <property name="position">3</property>
  1387. </packing>
  1388. </child>
  1389. </object>
  1390. </child>
  1391. </object>
  1392. </interface>