You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.6 KiB
33 lines
1.6 KiB
/////////////////////////////////////////////////////////////
|
|
//
|
|
// File Name : HELPID.H
|
|
//
|
|
// Purpose : IME パッド 手書き アプレット ContextHelpのID定義
|
|
//
|
|
// Comments : IME パッドは 3000 番から始め、アプレットごとに、100の位を更新することとしました。
|
|
// 手書き アプレットは 3200 ~です。
|
|
//
|
|
// History : 970718 created for 98 / 970725 added TOC
|
|
//
|
|
/////////////////////////////////////////////////////////////
|
|
//=======================================================
|
|
//IME パッド - 手書き アプレット
|
|
//=======================================================
|
|
//
|
|
#define IDH_TOC_HW 3299 //ヘルプの目次
|
|
//
|
|
#define IDH_PAD_HW_INPUT_BOX 3200 //手書き入力-手書きボックス(picture)
|
|
#define IDH_PAD_HW_INPUT_INPUT 3201 //手書き入力-入力ボタン(button)
|
|
#define IDH_PAD_HW_INPUT_RECOG 3202 //手書き入力-認識ボタン(button)
|
|
#define IDH_PAD_HW_INPUT_CLEAR 3203 //手書き入力-消去ボタン(button)
|
|
#define IDH_PAD_HW_INPUT_PROP 3204 //手書き入力-プロパティボタン(button)
|
|
#define IDH_PAD_HW_SEARCH_BOX 3205 //手書き検索-手書きボックス(picture)
|
|
#define IDH_PAD_HW_SEARCH_LIST 3206 //手書き検索-漢字のリスト(list)
|
|
#define IDH_PAD_HW_SEARCH_SEARCH 3207 //手書き検索-検索ボタン(button)
|
|
#define IDH_PAD_HW_SEARCH_RECOG 3208 //手書き検索-認識ボタン(button)
|
|
#define IDH_PAD_HW_SEARCH_REVERT 3209 //手書き検索-戻すボタン(button)
|
|
#define IDH_PAD_HW_SEARCH_CLEAR 3210 //手書き検索-消去ボタン(button)
|
|
#define IDH_PAD_HW_SEARCH_DETAIL 3211 //手書き検索-一覧/詳細ボタン(button)
|
|
|
|
//[手書き入力のプロパティ] ダイアログ ボックス
|
|
#define IDH_PAD_HW_PROP_TIME 3220 //[文字認識を開始するまでの待ち時間] ボックス
|