Files
JIMRI/xml/programmers/Tutorial.xml
T
2026-06-17 14:00:51 +02:00

150 lines
6.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- This file is part of JMRI. Copyright 2007. -->
<!-- -->
<!-- JMRI is free software; you can redistribute it and/or modify it under -->
<!-- the terms of version 2 of the GNU General Public License as published -->
<!-- by the Free Software Foundation. See the "COPYING" file for a copy -->
<!-- of this license. -->
<!-- -->
<!-- JMRI is distributed in the hope that it will be useful, but WITHOUT -->
<!-- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -->
<!-- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -->
<!-- for more details. -->
<programmer-config xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/programmer.xsd">
<version author="Bob Jacobsen" version="2" lastUpdated="20020112"/>
<!-- A very basic programmer, containing only the most important few CVs -->
<programmer decoderFilePanes="no" showEmptyPanes="default" showFnLanelPane="no" showRosterMediaPane="no">
<pane nameFmt="item">
<name>Decoder Address</name>
<column>
<label>
<text>Using a dccAddress element</text>
<text xml:lang="it">Usa un Indirizzo DCC</text>
<text xml:lang="ca">Usant una Adreça DCC</text>
</label>
<dccaddress/>
<separator/>
<label>
<text>As two numbers and mode selection</text>
<text xml:lang="it">Con due numeri e seleziona il Modo</text>
<text xml:lang="ca">Com dos nombres i selecció de mode</text>
</label>
<display item="Short Address"/>
<display item="Long Address"/>
<display item="Address Format"/>
<separator/>
<label>
<text>As two numbers and checkbox</text>
<text xml:lang="it">Con due numeri e seleziona il checkbox</text>
<text xml:lang="ca">Amb dos nombres i selecció del checkbox</text>
</label>
<display item="Short Address"/>
<display item="Long Address"/>
<display item="Address Format" format="checkbox"/>
<separator/>
<label>
<text>As two numbers and radiobuttons</text>
<text xml:lang="it">Con due numeri e seleziona il Pulsante</text>
<text xml:lang="ca">Com dos numbres i selecció del polsador</text>
</label>
<row>
<column>
<display item="Short Address"/>
</column>
<column>
<display item="Address Format" format="offradiobutton" label=""/>
</column>
</row>
<row>
<column>
<display item="Long Address"/>
</column>
<column>
<display item="Address Format" format="onradiobutton" label=""/>
</column>
</row>
<separator/>
</column>
<name xml:lang="it">Indirizzo Decoder</name>
<name xml:lang="ca">Adreça del Descodificador</name>
</pane>
<pane nameFmt="item">
<name>Enums</name>
<column>
<label>
<text>Default form</text>
<text xml:lang="it">Pannello di Defaul</text>
<text xml:lang="ca">Pannell per defecte</text>
</label>
<display item="Speed Table Definition" layout="left"/>
<separator/>
<label>
<text>As a checkbox, 1 if checked</text>
<text xml:lang="it">Come checkbox, 1 se spuntato</text>
<text xml:lang="ca">Com al checkbox, 1 si està activat</text>
</label>
<display item="Speed Table Definition" format="checkbox" layout="left"/>
<separator/>
<label>
<text>As a set of radiobuttons</text>
<text xml:lang="it">Come gruppo di Pulsanti</text>
<text xml:lang="ca">Com un grup de polsadors</text>
</label>
<display item="Speed Table Definition" format="radiobuttons" layout="left"/>
<separator/>
<label>
<text>As a radio button, 1 (on) if selected</text>
<text xml:lang="it">Come Pulsante radio, 1 (on) se premuto</text>
<text xml:lang="ca">Com Polsadors, 1 (on) si és premut</text>
</label>
<display item="Speed Table Definition" format="onradiobutton" layout="left"/>
<separator/>
<label>
<text>As a radio button, 0 (off) if selected</text>
<text xml:lang="it">Come Pulsante radio, 0 (off)se premuto</text>
<text xml:lang="ca">Com Polsador, 0 (off) si és premut</text>
</label>
<display item="Speed Table Definition" format="offradiobutton" layout="left"/>
<separator/>
<label>
<text>As a radio button, using just the state label</text>
<text xml:lang="it">Come Pulsante radio, usa scritta di stato</text>
<text xml:lang="ca">Com Polsador, usa l'estat escrit</text>
</label>
<display item="Speed Table Definition" format="onradiobutton" label="" layout="left"/>
<separator/>
</column>
<name xml:lang="it">Lista Valori</name>
<name xml:lang="ca">Llista de valors</name>
</pane>
<pane nameFmt="item">
<name>Values</name>
<column>
<label>
<text>Default form</text>
<text xml:lang="it">Pannello di Defaul</text>
<text xml:lang="ca">Pannell per defecte</text>
</label>
<display item="Short Address" layout="left"/>
<separator/>
<label>
<text>As a horizontal slider</text>
<text xml:lang="it">Come scorrimento orizzontale</text>
<text xml:lang="ca">Com desplaçament horitzontal</text>
</label>
<display item="Short Address" layout="left" format="hslider"/>
</column>
<column>
<label>
<text>As a vertical slider</text>
<text xml:lang="it">Come scorrimento verticale</text>
<text xml:lang="ca">Com desplaçament vertical</text>
</label>
<display item="Short Address" layout="left" format="vslider"/>
</column>
<name xml:lang="it">Valori</name>
<name xml:lang="ca">Valor</name>
</pane>
</programmer>
</programmer-config>