Polished addkanjibyjouyou.py a bit. Added extra labels.
[jben2_gui.git] / c / kpengine / jstrokerc.h
blob3e2165f6ac071c220186fb81c2748197b76d0dad
1 // -*- mode: C++; c-file-style: "bsd"; tab-width: 4 -*-
2 // jstrokerc.h - Pilot resource file IDs included by resource file and C code.
3 // JStroke 1.x - Japanese Kanji handwriting recognition technology demo.
4 // Copyright (C) 1997 Robert E. Wells
5 // http://wellscs.com/pilot
6 // mailto:robert@wellscs.com
7 //
8 // This program is free software; you can redistribute it and/or
9 // modify it under the terms of the GNU General Public License
10 // as published by the Free Software Foundation; either version 2
11 // of the License, or (at your option) any later version.
12 //
13 // This program is distributed in the hope that it will be useful,
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 // GNU General Public License for more details.
17 //
18 // You should have received a copy of the GNU General Public License
19 // along with this program (gpl.html); if not, write to the Free Software
20 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 // Derived from prior work by Todd David Rudick on JavaDict and StrokeDic.
23 // Makes use of KANJIDIC data from Jim Breen of Monash University.
24 // Further credit details available at http://wellscs.com/pilot
25 // See readme.txt, changelo, and gpl.html for more information.
27 // The pilrc tool is very picky about its input, and this file is included
28 // by jstroke.rcp. Only C++ style comments are supported, and there can't
29 // be any comments once the #define lines have started. -rwells, 19970921.
30 // ---------------------------------------------------------------------------
32 #define formID_App 1000
34 #define menuID_App 2000
36 #define menuitemID_about 3000
37 #define menuitemID_copy 3001
38 #define menuitemID_paste 3002
40 #define fieldID_text 4001
42 #define fieldID_textMaxChars 80
44 #define alertID_about 5000
45 #define alertID_ErrBox 5001
47 #define buttonID_recognize 6000
48 #define buttonID_erase 6001
49 #define buttonID_angles 6002
50 #define buttonID_replay 6003
52 #define poptrigID_kanji 7000
54 #define listID_kanji 8000