|
|
| version 1.8, 2005/03/20 13:12:49 | version 1.10, 2007/12/28 20:36:40 |
|---|---|
| Line 1 | Line 1 |
| static const TCHAR np2tooltitle[] = _T("NP2 tool"); | |
| static const TCHAR np2toolclass[] = _T("np2-toolwin"); | static const TCHAR np2toolclass[] = _T("np2-toolwin"); |
| static const OEMCHAR str_deffont[] = OEMTEXT("£Í£Ó £Ð¥´¥·¥Ã¥¯"); | static const OEMCHAR str_deffont[] = OEMTEXT("£Í£Ó £Ð¥´¥·¥Ã¥¯"); |
| Line 57 static const PFTBL skinini2[] = { | Line 56 static const PFTBL skinini2[] = { |
| // ---- | // ---- |
| static const TCHAR str_skindef[] = _T("<&Base Skin>"); | static const FSPARAM fpSkin = |
| static const TCHAR str_skinsel[] = _T("&Select Skin..."); | { |
| static const TCHAR str_toolskin[] = _T("&Skins"); | MAKEINTRESOURCE(IDS_SKINTITLE), |
| static const TCHAR str_toolclose[] = _T("&Close"); | MAKEINTRESOURCE(IDS_SKINEXT), |
| MAKEINTRESOURCE(IDS_SKINFILTER), | |
| static const TCHAR skinui_title[] = _T("Select skin file"); | 1 |
| static const TCHAR skinui_filter[] = \ | }; |
| _T("ini files (*.ini)\0*.ini\0") \ | |
| _T("text files (*.txt)\0*.txt\0") \ | |
| _T("All files (*.*)\0*.*\0"); | |
| static const TCHAR skinui_ext[] = _T("ini"); | |
| static const FILESEL skinui = {skinui_title, skinui_ext, skinui_filter, 1}; | |