D'angband  0.0.0
Deeangband
 全て クラス 名前空間 ファイル 関数 変数 型定義 列挙型 列挙値 フレンド マクロ定義 ページ
Resource.h ファイル
被依存関係図:

[ソースコード]

マクロ定義

#define IDS_APP_TITLE   103
 
#define IDR_MAINFRAME   128
 
#define IDD_DEEANGBAND_DIALOG   102
 
#define IDD_ABOUTBOX   103
 
#define IDM_ABOUT   104
 
#define IDM_EXIT   105
 
#define IDI_DEEANGBAND   107
 
#define IDI_SMALL   108
 
#define IDC_DEEANGBAND   109
 
#define IDC_MYICON   2
 
#define IDC_STATIC   -1
 

マクロ定義詳解

#define IDC_DEEANGBAND   109

Resource.h15 行目に定義があります。

#define IDC_MYICON   2

Resource.h16 行目に定義があります。

#define IDC_STATIC   -1

Resource.h18 行目に定義があります。

#define IDD_ABOUTBOX   103

Resource.h10 行目に定義があります。

#define IDD_DEEANGBAND_DIALOG   102

Resource.h9 行目に定義があります。

#define IDI_DEEANGBAND   107

Resource.h13 行目に定義があります。

#define IDI_SMALL   108

Resource.h14 行目に定義があります。

#define IDM_ABOUT   104

Resource.h11 行目に定義があります。

#define IDM_EXIT   105

Resource.h12 行目に定義があります。

#define IDR_MAINFRAME   128

Resource.h8 行目に定義があります。

#define IDS_APP_TITLE   103

Resource.h6 行目に定義があります。