Rev 56 | Rev 64 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 56 | Rev 57 | ||
|---|---|---|---|
| Line 13... | Line 13... | ||
| 13 | 13 | ||
| 14 | <!-- Tipologie di input per l'account e il pin: alpa,digit |
14 | <!-- Tipologie di input per l'account e il pin: alpa,digit |
| 15 | alpha: input tramite un tasterino alfanumerico |
15 | alpha: input tramite un tasterino alfanumerico |
| 16 | digit: input tramite un tasterino numerico |
16 | digit: input tramite un tasterino numerico |
| 17 | --> |
17 | --> |
| 18 | <add key="AccountInputType" value="digit" /> |
18 | <add key="AccountInputType" value="alpha" /> |
| 19 | <add key="PinInputType" value="digit" /> |
19 | <add key="PinInputType" value="alpha" /> |
| 20 | 20 | ||
| 21 | <!-- Posizione della finestre di dialogo mostrate all'utente --> |
21 | <!-- Posizione della finestre di dialogo mostrate all'utente --> |
| 22 | <add key="DialogWindows.Location.X" value="50" /> |
22 | <add key="DialogWindows.Location.X" value="50" /> |
| 23 | <add key="DialogWindows.Location.Y" value="50" /> |
23 | <add key="DialogWindows.Location.Y" value="50" /> |
| 24 | 24 | ||