You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

interface-BioSemi-ActiveTwo.ui 32KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736
  1. <?xml version="1.0"?>
  2. <interface>
  3. <requires lib="gtk+" version="2.16"/>
  4. <!-- interface-naming-policy toplevel-contextual -->
  5. <object class="GtkAdjustment" id="adjustment_age">
  6. <property name="value">18</property>
  7. <property name="upper">100</property>
  8. <property name="step_increment">1</property>
  9. <property name="page_increment">10</property>
  10. </object>
  11. <object class="GtkAdjustment" id="adjustment_channel_count">
  12. <property name="value">8</property>
  13. <property name="lower">1</property>
  14. <property name="upper">271</property>
  15. <property name="step_increment">1</property>
  16. <property name="page_increment">10</property>
  17. </object>
  18. <object class="GtkAdjustment" id="adjustment_identifier">
  19. <property name="upper">100</property>
  20. <property name="step_increment">1</property>
  21. <property name="page_increment">10</property>
  22. </object>
  23. <object class="GtkWindow" id="dummy-window">
  24. <child>
  25. <object class="GtkTable" id="table1">
  26. <property name="visible">True</property>
  27. <property name="n_columns">2</property>
  28. <child>
  29. <placeholder/>
  30. </child>
  31. <child>
  32. <placeholder/>
  33. </child>
  34. </object>
  35. </child>
  36. </object>
  37. <object class="GtkListStore" id="model_device_id">
  38. <columns>
  39. <!-- column-name gchararray -->
  40. <column type="gchararray"/>
  41. </columns>
  42. </object>
  43. <object class="GtkListStore" id="model_gender">
  44. <columns>
  45. <!-- column-name gchararray -->
  46. <column type="gchararray"/>
  47. </columns>
  48. <data>
  49. <row>
  50. <col id="0" translatable="yes">unspecified</col>
  51. </row>
  52. <row>
  53. <col id="0" translatable="yes">female</col>
  54. </row>
  55. <row>
  56. <col id="0" translatable="yes">male</col>
  57. </row>
  58. <row>
  59. <col id="0" translatable="yes">unknown</col>
  60. </row>
  61. </data>
  62. </object>
  63. <object class="GtkListStore" id="model_sampling_frequency">
  64. <columns>
  65. <!-- column-name Sampling -->
  66. <column type="gchararray"/>
  67. </columns>
  68. <data>
  69. <row>
  70. <col id="0" translatable="yes">2048</col>
  71. </row>
  72. <row>
  73. <col id="0" translatable="yes">4096</col>
  74. </row>
  75. <row>
  76. <col id="0" translatable="yes">8192</col>
  77. </row>
  78. <row>
  79. <col id="0" translatable="yes">16384</col>
  80. </row>
  81. </data>
  82. </object>
  83. <object class="GtkListStore" id="model_speed_mode">
  84. <columns>
  85. <!-- column-name Sampling -->
  86. <column type="gchararray"/>
  87. </columns>
  88. <data>
  89. <row>
  90. <col id="0" translatable="yes">1</col>
  91. </row>
  92. <row>
  93. <col id="0" translatable="yes">2</col>
  94. </row>
  95. <row>
  96. <col id="0" translatable="yes">3</col>
  97. </row>
  98. <row>
  99. <col id="0" translatable="yes">4</col>
  100. </row>
  101. <row>
  102. <col id="0" translatable="yes">5</col>
  103. </row>
  104. <row>
  105. <col id="0" translatable="yes">6</col>
  106. </row>
  107. <row>
  108. <col id="0" translatable="yes">7</col>
  109. </row>
  110. <row>
  111. <col id="0" translatable="yes">8</col>
  112. </row>
  113. <row>
  114. <col id="0" translatable="yes">9</col>
  115. </row>
  116. </data>
  117. </object>
  118. <object class="GtkDialog" id="openvibe-acquisition-server-settings">
  119. <property name="border_width">5</property>
  120. <property name="title" translatable="yes">Device configuration</property>
  121. <property name="window_position">center</property>
  122. <property name="type_hint">dialog</property>
  123. <property name="gravity">center</property>
  124. <child internal-child="vbox">
  125. <object class="GtkVBox" id="dialog-vbox">
  126. <property name="visible">True</property>
  127. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  128. <property name="spacing">8</property>
  129. <child>
  130. <object class="GtkLabel" id="label_title">
  131. <property name="visible">True</property>
  132. <property name="label" translatable="yes">BioSemi ActiveTwo Mk I and II
  133. Please refer to the device manual for correspondance
  134. (Speed Mode ~ Sampling frequency / max available channels)
  135. &lt;span color="darkred"&gt;
  136. Device must be connected to get current setup
  137. and apply configuration.
  138. Speed modes 0 to 3 are reserved for daisy chain modes,
  139. you should not use these for acquisition.
  140. &lt;/span&gt;</property>
  141. <property name="use_markup">True</property>
  142. <property name="justify">center</property>
  143. </object>
  144. <packing>
  145. <property name="position">1</property>
  146. </packing>
  147. </child>
  148. <child>
  149. <object class="GtkHSeparator" id="hseparator">
  150. <property name="visible">True</property>
  151. </object>
  152. <packing>
  153. <property name="expand">False</property>
  154. <property name="position">2</property>
  155. </packing>
  156. </child>
  157. <child>
  158. <object class="GtkVBox" id="vbox">
  159. <property name="visible">True</property>
  160. <property name="border_width">8</property>
  161. <property name="spacing">8</property>
  162. <child>
  163. <object class="GtkHBox" id="hbox">
  164. <property name="visible">True</property>
  165. <property name="spacing">8</property>
  166. <child>
  167. <object class="GtkTable" id="table2">
  168. <property name="visible">True</property>
  169. <property name="n_rows">13</property>
  170. <property name="n_columns">2</property>
  171. <property name="row_spacing">5</property>
  172. <child>
  173. <object class="GtkComboBox" id="combobox_gender">
  174. <property name="visible">True</property>
  175. <property name="model">model_gender</property>
  176. <child>
  177. <object class="GtkCellRendererText" id="renderer1"/>
  178. <attributes>
  179. <attribute name="text">0</attribute>
  180. </attributes>
  181. </child>
  182. </object>
  183. <packing>
  184. <property name="left_attach">1</property>
  185. <property name="right_attach">2</property>
  186. <property name="top_attach">2</property>
  187. <property name="bottom_attach">3</property>
  188. </packing>
  189. </child>
  190. <child>
  191. <object class="GtkSpinButton" id="spinbutton_age">
  192. <property name="visible">True</property>
  193. <property name="can_focus">True</property>
  194. <property name="primary_icon_sensitive">True</property>
  195. <property name="secondary_icon_sensitive">True</property>
  196. <property name="adjustment">adjustment_age</property>
  197. <property name="snap_to_ticks">True</property>
  198. <property name="numeric">True</property>
  199. </object>
  200. <packing>
  201. <property name="left_attach">1</property>
  202. <property name="right_attach">2</property>
  203. <property name="top_attach">1</property>
  204. <property name="bottom_attach">2</property>
  205. </packing>
  206. </child>
  207. <child>
  208. <object class="GtkSpinButton" id="spinbutton_identifier">
  209. <property name="visible">True</property>
  210. <property name="can_focus">True</property>
  211. <property name="primary_icon_sensitive">True</property>
  212. <property name="secondary_icon_sensitive">True</property>
  213. <property name="adjustment">adjustment_identifier</property>
  214. <property name="snap_to_ticks">True</property>
  215. <property name="numeric">True</property>
  216. </object>
  217. <packing>
  218. <property name="left_attach">1</property>
  219. <property name="right_attach">2</property>
  220. </packing>
  221. </child>
  222. <child>
  223. <object class="GtkHSeparator" id="hseparator3">
  224. <property name="visible">True</property>
  225. </object>
  226. <packing>
  227. <property name="right_attach">2</property>
  228. <property name="top_attach">3</property>
  229. <property name="bottom_attach">4</property>
  230. <property name="y_padding">3</property>
  231. </packing>
  232. </child>
  233. <child>
  234. <object class="GtkLabel" id="label_gender">
  235. <property name="visible">True</property>
  236. <property name="label" translatable="yes">Gender :</property>
  237. <property name="justify">right</property>
  238. <property name="single_line_mode">True</property>
  239. </object>
  240. <packing>
  241. <property name="top_attach">2</property>
  242. <property name="bottom_attach">3</property>
  243. </packing>
  244. </child>
  245. <child>
  246. <object class="GtkLabel" id="label_age">
  247. <property name="visible">True</property>
  248. <property name="label" translatable="yes">Age :</property>
  249. <property name="justify">right</property>
  250. <property name="single_line_mode">True</property>
  251. </object>
  252. <packing>
  253. <property name="top_attach">1</property>
  254. <property name="bottom_attach">2</property>
  255. </packing>
  256. </child>
  257. <child>
  258. <object class="GtkLabel" id="label_identifier">
  259. <property name="visible">True</property>
  260. <property name="label" translatable="yes">Identifier :</property>
  261. <property name="justify">right</property>
  262. <property name="single_line_mode">True</property>
  263. </object>
  264. </child>
  265. <child>
  266. <object class="GtkLabel" id="label_device_id">
  267. <property name="visible">True</property>
  268. <property name="label" translatable="yes">Device connection status:</property>
  269. <property name="justify">right</property>
  270. <property name="single_line_mode">True</property>
  271. </object>
  272. <packing>
  273. <property name="top_attach">4</property>
  274. <property name="bottom_attach">5</property>
  275. </packing>
  276. </child>
  277. <child>
  278. <object class="GtkImage" id="image_status">
  279. <property name="visible">True</property>
  280. <property name="stock">gtk-no</property>
  281. </object>
  282. <packing>
  283. <property name="left_attach">1</property>
  284. <property name="right_attach">2</property>
  285. <property name="top_attach">4</property>
  286. <property name="bottom_attach">5</property>
  287. </packing>
  288. </child>
  289. <child>
  290. <object class="GtkComboBox" id="combobox_sampling_frequency">
  291. <property name="visible">True</property>
  292. <property name="sensitive">False</property>
  293. <property name="model">model_sampling_frequency</property>
  294. <child>
  295. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  296. <attributes>
  297. <attribute name="text">0</attribute>
  298. </attributes>
  299. </child>
  300. </object>
  301. <packing>
  302. <property name="left_attach">1</property>
  303. <property name="right_attach">2</property>
  304. <property name="top_attach">9</property>
  305. <property name="bottom_attach">10</property>
  306. </packing>
  307. </child>
  308. <child>
  309. <object class="GtkLabel" id="label_device_type">
  310. <property name="visible">True</property>
  311. <property name="label" translatable="yes">Device type:</property>
  312. </object>
  313. <packing>
  314. <property name="top_attach">5</property>
  315. <property name="bottom_attach">6</property>
  316. </packing>
  317. </child>
  318. <child>
  319. <object class="GtkLabel" id="label_device_mark">
  320. <property name="visible">True</property>
  321. <property name="label" translatable="yes">- &lt;i&gt;unknown&lt;/i&gt; -</property>
  322. <property name="use_markup">True</property>
  323. </object>
  324. <packing>
  325. <property name="left_attach">1</property>
  326. <property name="right_attach">2</property>
  327. <property name="top_attach">5</property>
  328. <property name="bottom_attach">6</property>
  329. </packing>
  330. </child>
  331. <child>
  332. <object class="GtkHSeparator" id="hseparator2">
  333. <property name="visible">True</property>
  334. </object>
  335. <packing>
  336. <property name="right_attach">2</property>
  337. <property name="top_attach">7</property>
  338. <property name="bottom_attach">8</property>
  339. </packing>
  340. </child>
  341. <child>
  342. <object class="GtkLabel" id="label_battery_level">
  343. <property name="visible">True</property>
  344. <property name="label" translatable="yes">Battery level:</property>
  345. </object>
  346. <packing>
  347. <property name="top_attach">6</property>
  348. <property name="bottom_attach">7</property>
  349. </packing>
  350. </child>
  351. <child>
  352. <object class="GtkLabel" id="label_device_battery">
  353. <property name="visible">True</property>
  354. <property name="label" translatable="yes">- &lt;i&gt;unknown&lt;/i&gt; -</property>
  355. <property name="use_markup">True</property>
  356. </object>
  357. <packing>
  358. <property name="left_attach">1</property>
  359. <property name="right_attach">2</property>
  360. <property name="top_attach">6</property>
  361. <property name="bottom_attach">7</property>
  362. </packing>
  363. </child>
  364. <child>
  365. <object class="GtkLabel" id="label_ex_channel">
  366. <property name="visible">True</property>
  367. <property name="xalign">0.51999998092651367</property>
  368. <property name="ypad">5</property>
  369. <property name="label" translatable="yes">Add 8 EX channels:</property>
  370. </object>
  371. <packing>
  372. <property name="top_attach">12</property>
  373. <property name="bottom_attach">13</property>
  374. </packing>
  375. </child>
  376. <child>
  377. <object class="GtkCheckButton" id="checkbutton_ex_channel">
  378. <property name="visible">True</property>
  379. <property name="can_focus">True</property>
  380. <property name="receives_default">False</property>
  381. <property name="xalign">0.52999997138977051</property>
  382. <property name="yalign">0.51999998092651367</property>
  383. <property name="image_position">top</property>
  384. <property name="draw_indicator">True</property>
  385. </object>
  386. <packing>
  387. <property name="left_attach">1</property>
  388. <property name="right_attach">2</property>
  389. <property name="top_attach">12</property>
  390. <property name="bottom_attach">13</property>
  391. </packing>
  392. </child>
  393. <child>
  394. <object class="GtkLabel" id="label_sampling_frequency">
  395. <property name="visible">True</property>
  396. <property name="sensitive">False</property>
  397. <property name="label" translatable="yes">Sampling frequency:</property>
  398. </object>
  399. <packing>
  400. <property name="top_attach">9</property>
  401. <property name="bottom_attach">10</property>
  402. </packing>
  403. </child>
  404. <child>
  405. <object class="GtkLabel" id="label_number_of_channels">
  406. <property name="visible">True</property>
  407. <property name="label" translatable="yes">Number of channels:</property>
  408. <property name="justify">right</property>
  409. <property name="single_line_mode">True</property>
  410. </object>
  411. <packing>
  412. <property name="top_attach">11</property>
  413. <property name="bottom_attach">12</property>
  414. </packing>
  415. </child>
  416. <child>
  417. <object class="GtkSpinButton" id="spinbutton_number_of_channels">
  418. <property name="visible">True</property>
  419. <property name="sensitive">False</property>
  420. <property name="can_focus">True</property>
  421. <property name="invisible_char">&#x25CF;</property>
  422. <property name="primary_icon_sensitive">True</property>
  423. <property name="secondary_icon_sensitive">True</property>
  424. <property name="adjustment">adjustment_channel_count</property>
  425. <property name="snap_to_ticks">True</property>
  426. <property name="numeric">True</property>
  427. </object>
  428. <packing>
  429. <property name="left_attach">1</property>
  430. <property name="right_attach">2</property>
  431. <property name="top_attach">11</property>
  432. <property name="bottom_attach">12</property>
  433. </packing>
  434. </child>
  435. <child>
  436. <object class="GtkLabel" id="label_speed_mode">
  437. <property name="visible">True</property>
  438. <property name="sensitive">False</property>
  439. <property name="label" translatable="yes">Speed mode:</property>
  440. </object>
  441. <packing>
  442. <property name="top_attach">8</property>
  443. <property name="bottom_attach">9</property>
  444. </packing>
  445. </child>
  446. <child>
  447. <object class="GtkComboBox" id="combobox_speed_mode">
  448. <property name="visible">True</property>
  449. <property name="sensitive">False</property>
  450. <property name="model">model_speed_mode</property>
  451. <child>
  452. <object class="GtkCellRendererText" id="cellrenderertext2"/>
  453. <attributes>
  454. <attribute name="text">0</attribute>
  455. </attributes>
  456. </child>
  457. </object>
  458. <packing>
  459. <property name="left_attach">1</property>
  460. <property name="right_attach">2</property>
  461. <property name="top_attach">8</property>
  462. <property name="bottom_attach">9</property>
  463. </packing>
  464. </child>
  465. <child>
  466. <object class="GtkHSeparator" id="hseparator4">
  467. <property name="visible">True</property>
  468. </object>
  469. <packing>
  470. <property name="right_attach">2</property>
  471. <property name="top_attach">10</property>
  472. <property name="bottom_attach">11</property>
  473. </packing>
  474. </child>
  475. </object>
  476. <packing>
  477. <property name="position">0</property>
  478. </packing>
  479. </child>
  480. </object>
  481. <packing>
  482. <property name="position">0</property>
  483. </packing>
  484. </child>
  485. <child>
  486. <object class="GtkButton" id="button_change_channel_names">
  487. <property name="label" translatable="yes">Change channel names</property>
  488. <property name="visible">True</property>
  489. <property name="can_focus">True</property>
  490. <property name="receives_default">True</property>
  491. </object>
  492. <packing>
  493. <property name="position">1</property>
  494. </packing>
  495. </child>
  496. </object>
  497. <packing>
  498. <property name="position">3</property>
  499. </packing>
  500. </child>
  501. <child>
  502. <object class="GtkHSeparator" id="hseparator1">
  503. <property name="visible">True</property>
  504. </object>
  505. <packing>
  506. <property name="expand">False</property>
  507. <property name="position">4</property>
  508. </packing>
  509. </child>
  510. <child internal-child="action_area">
  511. <object class="GtkHButtonBox" id="dialog-action_area">
  512. <property name="visible">True</property>
  513. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  514. <property name="layout_style">end</property>
  515. <child>
  516. <object class="GtkButton" id="button_apply">
  517. <property name="label">gtk-apply</property>
  518. <property name="visible">True</property>
  519. <property name="can_focus">False</property>
  520. <property name="receives_default">False</property>
  521. <property name="use_stock">True</property>
  522. </object>
  523. <packing>
  524. <property name="expand">False</property>
  525. <property name="fill">False</property>
  526. <property name="position">0</property>
  527. </packing>
  528. </child>
  529. <child>
  530. <object class="GtkButton" id="button_cancel">
  531. <property name="label">gtk-cancel</property>
  532. <property name="visible">True</property>
  533. <property name="can_focus">False</property>
  534. <property name="receives_default">False</property>
  535. <property name="use_stock">True</property>
  536. </object>
  537. <packing>
  538. <property name="expand">False</property>
  539. <property name="fill">False</property>
  540. <property name="position">1</property>
  541. </packing>
  542. </child>
  543. </object>
  544. <packing>
  545. <property name="expand">False</property>
  546. <property name="pack_type">end</property>
  547. <property name="position">0</property>
  548. </packing>
  549. </child>
  550. </object>
  551. </child>
  552. <action-widgets>
  553. <action-widget response="-10">button_apply</action-widget>
  554. <action-widget response="-6">button_cancel</action-widget>
  555. </action-widgets>
  556. </object>
  557. <object class="GtkWindow" id="device-information">
  558. <property name="title" translatable="yes">BioSemi device information</property>
  559. <property name="window_position">center-on-parent</property>
  560. <property name="default_width">300</property>
  561. <property name="default_height">200</property>
  562. <child>
  563. <object class="GtkTable" id="table40">
  564. <property name="visible">True</property>
  565. <property name="n_rows">7</property>
  566. <property name="n_columns">2</property>
  567. <child>
  568. <object class="GtkLabel" id="label-window-description">
  569. <property name="visible">True</property>
  570. <property name="label" translatable="yes">&lt;b&gt;BioSemi device information &lt;/b&gt;
  571. Please make sure CMS/DRL stays in range during acquisition. If CMS is not in range, for safety
  572. purpose, any active electrode connected will be shut down and signals should not be
  573. used.
  574. The corresponding sample range will be tagged with OVTK_StimulationId_SegmentStart
  575. and OVTK_StimulationId_SegmentStop.
  576. Possible causes include broken wires, damaged cable isolation, bad connector contacts,
  577. defect IC inside the electrode.</property>
  578. <property name="use_markup">True</property>
  579. </object>
  580. <packing>
  581. <property name="right_attach">2</property>
  582. <property name="x_padding">2</property>
  583. <property name="y_padding">2</property>
  584. </packing>
  585. </child>
  586. <child>
  587. <object class="GtkHSeparator" id="hseparator41">
  588. <property name="visible">True</property>
  589. </object>
  590. <packing>
  591. <property name="right_attach">2</property>
  592. <property name="top_attach">5</property>
  593. <property name="bottom_attach">6</property>
  594. </packing>
  595. </child>
  596. <child>
  597. <object class="GtkLabel" id="label-battery-level-comment">
  598. <property name="visible">True</property>
  599. <property name="xpad">1</property>
  600. <property name="ypad">1</property>
  601. <property name="label" translatable="yes">Battery level:</property>
  602. </object>
  603. <packing>
  604. <property name="top_attach">4</property>
  605. <property name="bottom_attach">5</property>
  606. </packing>
  607. </child>
  608. <child>
  609. <object class="GtkVBox" id="vbox41">
  610. <property name="visible">True</property>
  611. <property name="orientation">vertical</property>
  612. <child>
  613. <object class="GtkImage" id="image-battery-level">
  614. <property name="visible">True</property>
  615. <property name="stock">gtk-no</property>
  616. <property name="icon-size">4</property>
  617. </object>
  618. <packing>
  619. <property name="position">0</property>
  620. </packing>
  621. </child>
  622. <child>
  623. <object class="GtkLabel" id="label-battery-level">
  624. <property name="visible">True</property>
  625. <property name="label" translatable="yes">- &lt;i&gt;Device battery is low! &lt;/i&gt; -</property>
  626. <property name="use_markup">True</property>
  627. </object>
  628. <packing>
  629. <property name="position">1</property>
  630. </packing>
  631. </child>
  632. </object>
  633. <packing>
  634. <property name="left_attach">1</property>
  635. <property name="right_attach">2</property>
  636. <property name="top_attach">4</property>
  637. <property name="bottom_attach">5</property>
  638. </packing>
  639. </child>
  640. <child>
  641. <object class="GtkVBox" id="vbox42">
  642. <property name="visible">True</property>
  643. <property name="orientation">vertical</property>
  644. <child>
  645. <object class="GtkImage" id="image-CMS-status">
  646. <property name="visible">True</property>
  647. <property name="stock">gtk-no</property>
  648. <property name="icon-size">4</property>
  649. </object>
  650. <packing>
  651. <property name="position">0</property>
  652. </packing>
  653. </child>
  654. <child>
  655. <object class="GtkLabel" id="label-CMS-status">
  656. <property name="visible">True</property>
  657. <property name="label" translatable="yes">- &lt;i&gt;unknown&lt;/i&gt; -</property>
  658. <property name="use_markup">True</property>
  659. </object>
  660. <packing>
  661. <property name="position">1</property>
  662. </packing>
  663. </child>
  664. </object>
  665. <packing>
  666. <property name="left_attach">1</property>
  667. <property name="right_attach">2</property>
  668. <property name="top_attach">3</property>
  669. <property name="bottom_attach">4</property>
  670. </packing>
  671. </child>
  672. <child>
  673. <object class="GtkLabel" id="label-CMS-status-comment">
  674. <property name="visible">True</property>
  675. <property name="xpad">1</property>
  676. <property name="ypad">1</property>
  677. <property name="label" translatable="yes">CMS/DRL status:</property>
  678. </object>
  679. <packing>
  680. <property name="top_attach">3</property>
  681. <property name="bottom_attach">4</property>
  682. </packing>
  683. </child>
  684. <child>
  685. <object class="GtkLabel" id="label-device-type-def">
  686. <property name="visible">True</property>
  687. <property name="xpad">1</property>
  688. <property name="ypad">1</property>
  689. <property name="label" translatable="yes">Device type:</property>
  690. </object>
  691. <packing>
  692. <property name="top_attach">1</property>
  693. <property name="bottom_attach">2</property>
  694. </packing>
  695. </child>
  696. <child>
  697. <object class="GtkLabel" id="label-device-type">
  698. <property name="visible">True</property>
  699. <property name="xpad">1</property>
  700. <property name="ypad">1</property>
  701. <property name="label" translatable="yes">- &lt;i&gt;unknown&lt;/i&gt; -</property>
  702. <property name="use_markup">True</property>
  703. </object>
  704. <packing>
  705. <property name="left_attach">1</property>
  706. <property name="right_attach">2</property>
  707. <property name="top_attach">1</property>
  708. <property name="bottom_attach">2</property>
  709. </packing>
  710. </child>
  711. <child>
  712. <object class="GtkHSeparator" id="hseparator42">
  713. <property name="visible">True</property>
  714. </object>
  715. <packing>
  716. <property name="right_attach">2</property>
  717. <property name="top_attach">2</property>
  718. <property name="bottom_attach">3</property>
  719. </packing>
  720. </child>
  721. <child>
  722. <object class="GtkLabel" id="label-error-message">
  723. <property name="visible">True</property>
  724. </object>
  725. <packing>
  726. <property name="right_attach">2</property>
  727. <property name="top_attach">6</property>
  728. <property name="bottom_attach">7</property>
  729. </packing>
  730. </child>
  731. </object>
  732. </child>
  733. </object>
  734. </interface>