1;
2;   $Id: ./mode $
3;
4
5;
6; FreeWnn is a network-extensible Kana-to-Kanji conversion system.
7; This file is part of FreeWnn.
8;
9; Copyright Kyoto University Research Institute for Mathematical Sciences
10;                 1987, 1988, 1989, 1990, 1991, 1992
11; Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
12; Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
13; Copyright FreeWnn Project 1999, 2000
14;
15; Maintainer:  FreeWnn Project   <freewnn@tomo.gr.jp>
16;
17; This program is free software; you can redistribute it and/or modify
18; it under the terms of the GNU General Public License as published by
19; the Free Software Foundation; either version 2 of the License, or
20; (at your option) any later version.
21;
22; This program is distributed in the hope that it will be useful,
23; but WITHOUT ANY WARRANTY; without even the implied warranty of
24; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25; GNU General Public License for more details.
26;
27; You should have received a copy of the GNU General Public License
28; along with this program; if not, write to the Free Software
29; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
30;
31
32(search @LIBDIR/zh_CN/rk_p)
33
34(defmode PIN_YIN  on)
35	(defmode quan_pin  on) (defmode two_pin) (defmode two_pin_3key)
36(defmode ASCII)
37	 (defmode ban_jiao on) (defmode quan_jiao)
38(defmode QI_TA)
39	(defmode chang_yong_zi on) (defmode guo_biao_ma)
40	(defmode qu_wei_ma) (defmode nei_ma)
41(defmode GONG_NENG)
42	(defmode select on)
43	(defmode G_M on) (defmode PJY)
44
452A_CTRL
46(if  GONG_NENG
47	(if select	1F_select	2F_select	"����:")
48)
49(if  PIN_YIN
50   (if quan_pin
51        1B_TOUPPER   2P_QuanPin  2P_RongCuo   2Z_tail_pin   "��ѻ:P" )
52   (if   two_pin
53     (if  G_M 1B_TOUPPER  2P_ErPin    2P_RC2   2Z_tail_pin  3P_ErPin  "Ĩѻ:P")
54     (if  PJY 1B_TOUPPER  2P_ErPin_P  2P_RC2_P 2Z_tail_pin  3P_ErPin_P "Ĩѻ:P")
55    )
56   (if   two_pin_3key
57     (if G_M 1B_TOUPPER 2P_ErPin_3K  2P_RC2  2Z_tail_pin  3P_ErPin  "ĵѻ:P")
58    (if PJY 1B_TOUPPER 2P_ErPin_P_3K 2P_RC2_P 2Z_tail_pin 3P_ErPin_P "ĵѻ:P")
59    )
60)
61(if  ASCII
62	(if ban_jiao		"Ƥ��:")
63	(if quan_jiao		3B_quanjiao    "����:")
64)
65(if  QI_TA
66	(if chang_yong_zi	2B_ch_yo_zi      "ڦ��:")
67	(if guo_biao_ma	1B_TOLOWER   2B_ma_GuoBi  "���:")
68	(if qu_wei_ma	1B_TOLOWER   2B_ma_QuWei  "ٴ��:")
69	(if nei_ma	1B_TOLOWER   2B_ma_NeiMa  "���:")
70)
71