Browse Subversion Repository
Annotation of /branches/ttcomtester/teraterm/teraterm/filesys_log_res.h
Parent Directory
| Revision Log
Revision 8852 -
( hide annotations)
( download)
( as text)
Mon Jul 13 15:31:46 2020 UTC
(3 years, 8 months ago)
by zmatsuo
Original Path: trunk/teraterm/teraterm/filesys_log_res.h
File MIME type: text/x-chdr
File size: 1981 byte(s)
ログファイルダイアログを追加
- ログダイアログ(IDD_LOGDLG)を追加
- ログファイルのダイアログ表示に共通関数を使用しないよう修正
- GetTransFname()#ttpfile を使用しない
- filesys_log.rc, filesys_log_res.h 追加
- ログコメントダイアログ(IDD_COMMENT_DIALOG)を移動
- VS2005,2019,cmake にファイルを追加
- LogVar#filesys.cpp をグローバル変数からファイル内変数に変更
- APIを追加,Log...()#filesys.cpp
| 1 |
zmatsuo |
8852 |
//{{NO_DEPENDENCIES}} |
| 2 |
|
|
// Microsoft Visual C++ で生成されたインクルード ファイル。 |
| 3 |
|
|
// filesys_log.rc で使用 |
| 4 |
|
|
// |
| 5 |
|
|
#define IDD_COMMENT_DIALOG 110 |
| 6 |
|
|
#define IDD_LOGDLG 115 |
| 7 |
|
|
#define IDC_EDIT_COMMENT 1000 |
| 8 |
|
|
#define IDC_FOPTBIN 1001 |
| 9 |
|
|
#define IDC_FOPTAPPEND 1002 |
| 10 |
|
|
#define IDC_PLAINTEXT 1003 |
| 11 |
|
|
#define IDC_TIMESTAMP 1004 |
| 12 |
|
|
#define IDC_HIDEDIALOG 1005 |
| 13 |
|
|
#define IDC_ALLBUFF_INFIRST 1006 |
| 14 |
|
|
#define IDC_TIMESTAMPTYPE 1007 |
| 15 |
|
|
#define IDC_PLAINTEXT2 1008 |
| 16 |
|
|
#define IDC_BOM 1008 |
| 17 |
|
|
#define IDD_XOPT 1100 |
| 18 |
|
|
#define IDC_XOPTCHECK 1101 |
| 19 |
|
|
#define IDC_XOPTCRC 1102 |
| 20 |
|
|
#define IDC_XOPT1K 1103 |
| 21 |
|
|
#define IDC_XOPTBIN 1104 |
| 22 |
|
|
#define IDD_GETFNDLG 2000 |
| 23 |
|
|
#define IDC_GETFN 2001 |
| 24 |
|
|
#define IDC_GETFNHELP 2099 |
| 25 |
|
|
#define IDC_SENDFILE_FILENAME_BUTTON 2596 |
| 26 |
|
|
#define IDC_FOPT_FILENAME_BUTTON 2596 |
| 27 |
|
|
#define IDC_SENDFILE_FILENAME_TITLE 2598 |
| 28 |
|
|
#define IDC_SENDFILE_FILENAME_EDIT 2599 |
| 29 |
|
|
#define IDC_FOPT_FILENAME_EDIT 2599 |
| 30 |
|
|
#define IDC_SENDFILE_DELAYTYPE_DROPDOWN 2601 |
| 31 |
|
|
#define IDC_TEXTCODING_DROPDOWN 2601 |
| 32 |
|
|
#define IDD_FOPT 2606 |
| 33 |
|
|
#define IDC_FOPTTEXT 2609 |
| 34 |
|
|
#define IDC_CHECK1 2611 |
| 35 |
|
|
#define IDC_FOPT 65535 |
| 36 |
|
|
#define IDC_FILENAME 65535 |
| 37 |
|
|
#define IDC_XOPT 65535 |
| 38 |
|
|
|
| 39 |
|
|
// Next default values for new objects |
| 40 |
|
|
// |
| 41 |
|
|
#ifdef APSTUDIO_INVOKED |
| 42 |
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS |
| 43 |
|
|
#define _APS_NO_MFC 1 |
| 44 |
|
|
#define _APS_NEXT_RESOURCE_VALUE 116 |
| 45 |
|
|
#define _APS_NEXT_COMMAND_VALUE 52031 |
| 46 |
|
|
#define _APS_NEXT_CONTROL_VALUE 2612 |
| 47 |
|
|
#define _APS_NEXT_SYMED_VALUE 101 |
| 48 |
|
|
#endif |
| 49 |
|
|
#endif |
|