Subversion Repositories Projects

Rev

Rev 382 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 382 Rev 493
Line 51... Line 51...
51
    public final static byte STATEID_SETTING_OPTIONS  =36;
51
    public final static byte STATEID_SETTING_OPTIONS  =36;
52
    public final static byte STATEID_MAP              =37;
52
    public final static byte STATEID_MAP              =37;
53
    public final static byte STATEID_GET_AVRSIG       =38;
53
    public final static byte STATEID_GET_AVRSIG       =38;
54
    public final static byte STATEID_SELECT_MIXER     =39;
54
    public final static byte STATEID_SELECT_MIXER     =39;
55
    public final static byte STATEID_DUBWISE_VALUES   =40;
55
    public final static byte STATEID_DUBWISE_VALUES   =40;
-
 
56
    public final static byte STATEID_BIG_SYMBOLS      =41;
Line 56... Line -...
56
 
-
 
57
 
57
 
Line 58... Line 58...
58
    public final static byte STATEID_COUNT            =41;
58
    public final static byte STATEID_COUNT            =42;
59
 
59
 
Line 106... Line 106...
106
    public final static byte ACTIONID_SETTING_LOADPLAIN     = 44;
106
    public final static byte ACTIONID_SETTING_LOADPLAIN     = 44;
107
    public final static byte ACTIONID_SETTING_LOADFANCY     = 45;
107
    public final static byte ACTIONID_SETTING_LOADFANCY     = 45;
108
    public final static byte ACTIONID_MAP                   = 46;
108
    public final static byte ACTIONID_MAP                   = 46;
109
    public final static byte ACTIONID_SELECT_DUBWISEDIR     = 47;
109
    public final static byte ACTIONID_SELECT_DUBWISEDIR     = 47;
110
    public final static byte ACTIONID_SELECT_MIXER          = 48;
110
    public final static byte ACTIONID_SELECT_MIXER          = 48;
-
 
111
    public final static byte ACTIONID_BIG_SYMBOLS           = 49;
Line 111... Line 112...
111
 
112