const.h


//ボタンを配置するパス
static const wchar_t* KUMA_PATH = L"c:\\kuma\\";

//ボタンIDの下限と上限
static const int KUMA_BUTTON_ID_MIN = 1001;
static const int KUMA_BUTTON_ID_MAX = 2000;

//メニューIDの下限と上限
static const int KUMA_MENU_ID_MIN   = 2001;
static const int KUMA_MENU_ID_MAX   = 3000;

戻る

コメントスペース