?? micropocha.mvd
字號:
<?xml version="1.0" encoding="UTF-8"?>
<MVDData version="1.2">
<DesignDocument designVersion="MIDP-1" uidCounter="83">
<DesignComponent id="$MobileDevice" typeid="MIDP:$MobileDevice" uid="0"/>
<DesignComponent id="$StartPoint" typeid="MIDP:$StartPoint" uid="1">
<Property name="targetDisplayable" value="menuEntrada"/>
<Property name="targetForwardDisplayable"/>
</DesignComponent>
<DesignComponent id="crearPartida" typeid="MIDP:javax.microedition.lcdui.Form" uid="2">
<ContainerProperty name="commands">
<ContainerPropertyItem value="$CommandAction1"/>
<ContainerPropertyItem value="$CommandAction2"/>
</ContainerProperty>
<ContainerProperty name="items">
<ContainerPropertyItem value="tipoJuego"/>
<ContainerPropertyItem value="textField1"/>
<ContainerPropertyItem value="textField2"/>
<ContainerPropertyItem value="textField3"/>
<ContainerPropertyItem value="textField4"/>
<ContainerPropertyItem value="textField5"/>
</ContainerProperty>
</DesignComponent>
<DesignComponent id="menuEntrada" typeid="MIDP:javax.microedition.lcdui.List" uid="3">
<Property name="choiceType" value="IMPLICIT"/>
<Property name="selectCommandAction" value="$SelectCommandAction1"/>
<Property name="indexBasedSwitch" value="true"/>
<ContainerProperty name="commands"/>
<ContainerProperty name="elements">
<ContainerPropertyItem value="Midp2ListElementDC1"/>
<ContainerPropertyItem value="Midp2ListElementDC5"/>
<ContainerPropertyItem value="Midp2ListElementDC3"/>
<ContainerPropertyItem value="Midp2ListElementDC4"/>
</ContainerProperty>
</DesignComponent>
<DesignComponent id="$SelectCommandAction1" typeid="MIDP:SelectCommandAction" uid="4">
<Property name="targetDisplayable"/>
<Property name="targetForwardDisplayable"/>
<Property name="actionOrigin" value="menuEntrada"/>
</DesignComponent>
<DesignComponent id="Midp2ListElementDC1" typeid="MIDP:GROUP-org.netbeans.modules.mvd.model.midp2.Midp2ListElementDC" uid="5">
<Property name="string" value="STRING:Nueva Partida"/>
<Property name="image"/>
<Property name="selected" value="false"/>
<Property name="commandAction" value="$SelectCaseCommandAction1"/>
</DesignComponent>
<DesignComponent id="$SelectCaseCommandAction1" typeid="MIDP:SelectCaseCommandAction" uid="6">
<Property name="targetDisplayable" value="crearPartida"/>
<Property name="targetForwardDisplayable" value="menuEntrada"/>
<Property name="actionHolder" value="Midp2ListElementDC1"/>
</DesignComponent>
<DesignComponent id="Midp2ListElementDC3" typeid="MIDP:GROUP-org.netbeans.modules.mvd.model.midp2.Midp2ListElementDC" uid="7">
<Property name="string" value="STRING:Acerca"/>
<Property name="image"/>
<Property name="selected" value="false"/>
<Property name="commandAction" value="$SelectCaseCommandAction3"/>
</DesignComponent>
<DesignComponent id="$SelectCaseCommandAction3" typeid="MIDP:SelectCaseCommandAction" uid="8">
<Property name="targetDisplayable" value="about"/>
<Property name="targetForwardDisplayable" value="menuEntrada"/>
<Property name="actionHolder" value="Midp2ListElementDC3"/>
</DesignComponent>
<DesignComponent id="about" typeid="MIDP:javax.microedition.lcdui.Alert" uid="9">
<Property name="title" value="STRING:Acerca de esta aplicaci\u00F3n"/>
<ContainerProperty name="commands"/>
<Property name="string" value="STRING:Micro Pocha:\n\nprograma para apuntar los resultados de cada mano en la pocha (juego de cartas). Tanto en su versi\u00F3n normal como pocheada (extendida)\n\ntambien puede apuntar otros juegos de cartas\n\nAutor: Enrique Vicent Ramis (eccnil@gmail.com)\n\nversion 1.4.1\n\nnovedades 1.4\n-ahora el guardado se realiza en 2\u00BA plano.\n-corregidos varios men\u00FAs introducidos en la 1.3.x\n\nnovedades 1.3.1\n-compatible con telefonos mas antiguos (cldc 1.0 / midp 1.0)\n\nnovedades 1.3\n-guarda y carga partidas\n-la partida por defecto tiene como ultimo jugador a \"yo\"\n-guardado automatico\n-enlace con la pantalla incial desde la final\n\nnovedades 1.2.3\n-corregido bug en la leyenda del gr\u00E1fico\n-corregido bug el \u00FAltimo jugador no puede empezar siendo mano\n\nnovedades 1.2.2\n-ahora el gr\u00E1fico tiene leyenda.\n\nnovedades 1.2\n-colores en los nombres de los usuarios que indican el color que tienen en el gr\u00E1fico\n-puntos marcadores de quien da (se activa con la tecla #).\n-opcion de reiniciar la partida en el men\u00FA de salir.\n\nbugs corregidos 1.1\n-fucn\u00F3n salir con resultados incompletos\n-modificar un resultado que no sea de la \u00FAltima ronda\n-a\u00F1adida la posibilidad de desempatar\n-esta pantalla"/>
<Property name="timeout" value="-2"/>
<Property name="type" value="INFO"/>
<Property name="image"/>
</DesignComponent>
<DesignComponent id="tipoJuego" typeid="MIDP:javax.microedition.lcdui.ChoiceGroup" uid="10">
<Property name="label" value="STRING:Tipo de juego:"/>
<Property name="choiceType" value="EXCLUSIVE"/>
<ContainerProperty name="commands"/>
<ContainerProperty name="elements">
<ContainerPropertyItem value="Midp2ChoiceElementDC1"/>
<ContainerPropertyItem value="Midp2ChoiceElementDC2"/>
<ContainerPropertyItem value="Midp2ChoiceElementDC3"/>
</ContainerProperty>
</DesignComponent>
<DesignComponent id="Midp2ChoiceElementDC1" typeid="MIDP:GROUP-org.netbeans.modules.mvd.model.midp2.Midp2ChoiceElementDC" uid="11">
<Property name="string" value="STRING:Pocha"/>
<Property name="image"/>
<Property name="selected" value="true"/>
</DesignComponent>
<DesignComponent id="Midp2ChoiceElementDC2" typeid="MIDP:GROUP-org.netbeans.modules.mvd.model.midp2.Midp2ChoiceElementDC" uid="12">
<Property name="string" value="STRING:Pocheada"/>
<Property name="image"/>
<Property name="selected" value="false"/>
</DesignComponent>
<DesignComponent id="Midp2ChoiceElementDC3" typeid="MIDP:GROUP-org.netbeans.modules.mvd.model.midp2.Midp2ChoiceElementDC" uid="13">
<Property name="string" value="STRING:Otro"/>
<Property name="image"/>
<Property name="selected" value="false"/>
</DesignComponent>
<DesignComponent id="textField1" typeid="MIDP:javax.microedition.lcdui.TextField" uid="14">
<Property name="label" value="STRING:Jugador 1"/>
<Property name="string" value="STRING:"/>
<Property name="maxSize" value="120"/>
<ContainerProperty name="commands"/>
</DesignComponent>
<DesignComponent id="textField2" typeid="MIDP:javax.microedition.lcdui.TextField" uid="15">
<Property name="label" value="STRING:Jugador 2 (en blanco para ninguno)"/>
<Property name="maxSize" value="120"/>
<ContainerProperty name="commands"/>
</DesignComponent>
<DesignComponent id="textField3" typeid="MIDP:javax.microedition.lcdui.TextField" uid="16">
<Property name="label" value="STRING:Jugador 3 (en blanco para ninguno)"/>
<Property name="maxSize" value="120"/>
<ContainerProperty name="commands"/>
</DesignComponent>
<DesignComponent id="textField4" typeid="MIDP:javax.microedition.lcdui.TextField" uid="17">
<Property name="label" value="STRING:Jugador 4 (en blanco para ninguno)"/>
<Property name="maxSize" value="120"/>
<ContainerProperty name="commands"/>
</DesignComponent>
<DesignComponent id="textField5" typeid="MIDP:javax.microedition.lcdui.TextField" uid="18">
<Property name="label" value="STRING:Jugador 5 (en blanco para ninguno)"/>
<Property name="string" value="STRING:Yo"/>
<Property name="maxSize" value="120"/>
<ContainerProperty name="commands"/>
</DesignComponent>
<DesignComponent id="cancelCommand1" typeid="MIDP:javax.microedition.lcdui.Command" uid="19">
<Property name="label" value="STRING:Cancel"/>
<Property name="priority" value="2"/>
<Property name="type" value="CANCEL"/>
</DesignComponent>
<DesignComponent id="$CommandAction1" typeid="MIDP:CommandAction" uid="20">
<Property name="targetDisplayable" value="menuEntrada"/>
<Property name="targetForwardDisplayable"/>
<Property name="actionSource" value="cancelCommand1"/>
<Property name="actionOrigin" value="crearPartida"/>
</DesignComponent>
<DesignComponent id="irATablero" typeid="MIDP:javax.microedition.lcdui.Command" uid="21">
<Property name="label" value="STRING:Ok"/>
<Property name="priority" value="1"/>
<Property name="type" value="OK"/>
</DesignComponent>
<DesignComponent id="$CommandAction2" typeid="MIDP:CommandAction" uid="22">
<Property name="targetDisplayable" value="tablero"/>
<Property name="targetForwardDisplayable" value="crearPartida"/>
<Property name="actionSource" value="irATablero"/>
<Property name="actionOrigin" value="crearPartida"/>
</DesignComponent>
<DesignComponent id="noImplementado" typeid="MIDP:javax.microedition.lcdui.Alert" uid="23">
<Property name="title" value="STRING:No Implementado Aun"/>
<ContainerProperty name="commands"/>
<Property name="string" value="STRING:Esta opcion todav\u00EDa no ha sido implementada"/>
<Property name="timeout" value="-2"/>
<Property name="type" value="INFO"/>
<Property name="image"/>
</DesignComponent>
<DesignComponent id="Midp2ListElementDC4" typeid="MIDP:GROUP-org.netbeans.modules.mvd.model.midp2.Midp2ListElementDC" uid="24">
<Property name="string" value="STRING:Salir"/>
<Property name="image"/>
<Property name="selected" value="false"/>
<Property name="commandAction" value="$SelectCaseCommandAction4"/>
</DesignComponent>
<DesignComponent id="$SelectCaseCommandAction4" typeid="MIDP:SelectCaseCommandAction" uid="25">
<Property name="targetDisplayable" value="$MobileDevice"/>
<Property name="targetForwardDisplayable"/>
<Property name="actionHolder" value="Midp2ListElementDC4"/>
</DesignComponent>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -