Browse Subversion Repository
Annotation of /branches/ttcomtester/teraterm/teraterm/coding_pp_res.h
Parent Directory
| Revision Log
Revision 8798 -
( hide annotations)
( download)
( as text)
Mon Jun 15 02:07:17 2020 UTC
(3 years, 9 months ago)
by zmatsuo
Original Path: trunk/teraterm/teraterm/coding_pp_res.h
File MIME type: text/x-chdr
File size: 1229 byte(s)
コーディングプロパティページに文字幅の設定を追加
- East Asian Width Ambiguous 文字幅の設定をできるようにした
- 絵文字文字幅を設定できるようにした
- teraterm.ini の内容を変更
- 追加
- UnicodeAmbiguousWidth
- UnicodeEmojiOverride
- UnicodeEmojiWidth
- 削除
- UnicodeAmbiguousWide
| 1 |
zmatsuo |
8767 |
//{{NO_DEPENDENCIES}} |
| 2 |
|
|
// Microsoft Visual C++ で生成されたインクルード ファイル。 |
| 3 |
|
|
// coding_pp.rc で使用 |
| 4 |
|
|
// |
| 5 |
|
|
#define IDC_TERMKANJI 100 |
| 6 |
|
|
#define IDC_TERMKANA 101 |
| 7 |
|
|
#define IDC_TERMKANJISEND 102 |
| 8 |
|
|
#define IDC_TERMKANASEND 103 |
| 9 |
|
|
#define IDC_TERMKINTEXT 104 |
| 10 |
|
|
#define IDC_TERMKIN 105 |
| 11 |
|
|
#define IDC_TERMKOUTTEXT 106 |
| 12 |
|
|
#define IDC_TERMKOUT 107 |
| 13 |
|
|
#define IDC_USE_SAME_CODE 109 |
| 14 |
|
|
#define IDC_GENLANGLABEL 110 |
| 15 |
|
|
#define IDC_GENLANG 111 |
| 16 |
|
|
#define IDC_TERMKANJILABEL 112 |
| 17 |
|
|
#define IDC_TERMKANJISENDLABEL 113 |
| 18 |
|
|
#define IDD_TABSHEET_CODING 128 |
| 19 |
zmatsuo |
8798 |
#define IDC_AMBIGUOUS_WIDTH_COMBO 2607 |
| 20 |
|
|
#define IDC_EMOJI_WIDTH_CHECK 2608 |
| 21 |
|
|
#define IDC_EMOJI_WIDTH_COMBO 2609 |
| 22 |
zmatsuo |
8767 |
|
| 23 |
|
|
// Next default values for new objects |
| 24 |
|
|
// |
| 25 |
|
|
#ifdef APSTUDIO_INVOKED |
| 26 |
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS |
| 27 |
|
|
#define _APS_NO_MFC 1 |
| 28 |
|
|
#define _APS_NEXT_RESOURCE_VALUE 115 |
| 29 |
|
|
#define _APS_NEXT_COMMAND_VALUE 52031 |
| 30 |
zmatsuo |
8798 |
#define _APS_NEXT_CONTROL_VALUE 2609 |
| 31 |
zmatsuo |
8767 |
#define _APS_NEXT_SYMED_VALUE 101 |
| 32 |
|
|
#endif |
| 33 |
|
|
#endif |
|