Add custom icons
git-svn-id: svn://vcs.sdm.2ki.xyz/Grabby/trunk@24 27729192-006e-004d-b9b5-06fbd0ef7001
Before Width: | Height: | Size: 23 KiB |
|
@ -70,9 +70,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||||
|
|
||||||
// Icon with lowest ID value placed first to ensure application icon
|
// Icon with lowest ID value placed first to ensure application icon
|
||||||
// remains consistent on all systems.
|
// remains consistent on all systems.
|
||||||
IDI_GRABBY ICON "Grabby.ico"
|
IDI_GRABBY ICON "Icon32.ico"
|
||||||
IDI_SMALL ICON "small.ico"
|
IDI_SMALL ICON "Icon16.ico"
|
||||||
IDI_ICON1 ICON "icon1.ico"
|
|
||||||
#endif // English (U.S.) resources
|
#endif // English (U.S.) resources
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
BIN
Grabby/Icon16.ico
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
Grabby/Icon32.ico
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
Grabby/icon1.ico
Before Width: | Height: | Size: 766 B |
|
@ -7,11 +7,11 @@
|
||||||
#define IDS_APP_TITLE 103
|
#define IDS_APP_TITLE 103
|
||||||
#define IDM_ABOUT 104
|
#define IDM_ABOUT 104
|
||||||
#define IDM_EXIT 105
|
#define IDM_EXIT 105
|
||||||
#define IDI_GRABBY 107
|
#define IDI_GRABBY 105
|
||||||
#define IDI_SMALL 108
|
|
||||||
#define IDC_GRABBY 109
|
#define IDC_GRABBY 109
|
||||||
#define IDR_MAINFRAME 128
|
#define IDR_MAINFRAME 128
|
||||||
#define IDI_ICON1 129
|
#define IDI_ICON2 134
|
||||||
|
#define IDI_SMALL 134
|
||||||
#define IDC_TABVIEW 1000
|
#define IDC_TABVIEW 1000
|
||||||
#define IDC_APPLY 1001
|
#define IDC_APPLY 1001
|
||||||
#define IDC_EDIT1 1004
|
#define IDC_EDIT1 1004
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
#ifdef APSTUDIO_INVOKED
|
#ifdef APSTUDIO_INVOKED
|
||||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||||
#define _APS_NO_MFC 1
|
#define _APS_NO_MFC 1
|
||||||
#define _APS_NEXT_RESOURCE_VALUE 132
|
#define _APS_NEXT_RESOURCE_VALUE 135
|
||||||
#define _APS_NEXT_COMMAND_VALUE 32771
|
#define _APS_NEXT_COMMAND_VALUE 32771
|
||||||
#define _APS_NEXT_CONTROL_VALUE 1010
|
#define _APS_NEXT_CONTROL_VALUE 1010
|
||||||
#define _APS_NEXT_SYMED_VALUE 110
|
#define _APS_NEXT_SYMED_VALUE 110
|
||||||
|
|
BIN
Grabby/small.ico
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 23 KiB |
|
@ -23,46 +23,6 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||||
#pragma code_page(932)
|
#pragma code_page(932)
|
||||||
#endif //_WIN32
|
#endif //_WIN32
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// Icon
|
|
||||||
//
|
|
||||||
|
|
||||||
// Icon with lowest ID value placed first to ensure application icon
|
|
||||||
// remains consistent on all systems.
|
|
||||||
IDI_GRBYCFG ICON "GrbyCfg.ico"
|
|
||||||
IDI_SMALL ICON "small.ico"
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// Menu
|
|
||||||
//
|
|
||||||
|
|
||||||
IDC_GRBYCFG MENU
|
|
||||||
BEGIN
|
|
||||||
POPUP "&File"
|
|
||||||
BEGIN
|
|
||||||
MENUITEM "E&xit", IDM_EXIT
|
|
||||||
END
|
|
||||||
POPUP "&Help"
|
|
||||||
BEGIN
|
|
||||||
MENUITEM "&About ...", IDM_ABOUT
|
|
||||||
END
|
|
||||||
END
|
|
||||||
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// Accelerator
|
|
||||||
//
|
|
||||||
|
|
||||||
IDC_GRBYCFG ACCELERATORS
|
|
||||||
BEGIN
|
|
||||||
"?", IDM_ABOUT, ASCII, ALT
|
|
||||||
"/", IDM_ABOUT, ASCII, ALT
|
|
||||||
END
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef APSTUDIO_INVOKED
|
#ifdef APSTUDIO_INVOKED
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
|
@ -90,18 +50,6 @@ END
|
||||||
|
|
||||||
#endif // APSTUDIO_INVOKED
|
#endif // APSTUDIO_INVOKED
|
||||||
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// String Table
|
|
||||||
//
|
|
||||||
|
|
||||||
STRINGTABLE
|
|
||||||
BEGIN
|
|
||||||
IDS_APP_TITLE "GrbyCfg"
|
|
||||||
IDC_GRBYCFG "GRBYCFG"
|
|
||||||
END
|
|
||||||
|
|
||||||
#endif // Japanese resources
|
#endif // Japanese resources
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -253,6 +201,16 @@ BEGIN
|
||||||
END
|
END
|
||||||
#endif // APSTUDIO_INVOKED
|
#endif // APSTUDIO_INVOKED
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Icon
|
||||||
|
//
|
||||||
|
|
||||||
|
// Icon with lowest ID value placed first to ensure application icon
|
||||||
|
// remains consistent on all systems.
|
||||||
|
IDI_GRBYCFG ICON "Icon32.ico"
|
||||||
|
IDI_SMALL ICON "Icon16.ico"
|
||||||
#endif // English (U.S.) resources
|
#endif // English (U.S.) resources
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
BIN
GrbyCfg/Icon16.ico
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
GrbyCfg/Icon32.ico
Normal file
After Width: | Height: | Size: 3.2 KiB |
|
@ -9,11 +9,11 @@
|
||||||
#define IDM_ABOUT 104
|
#define IDM_ABOUT 104
|
||||||
#define IDM_EXIT 105
|
#define IDM_EXIT 105
|
||||||
#define IDD_GENCONFIG 106
|
#define IDD_GENCONFIG 106
|
||||||
#define IDI_GRBYCFG 107
|
|
||||||
#define IDI_SMALL 108
|
|
||||||
#define IDC_GRBYCFG 109
|
|
||||||
#define IDR_MAINFRAME 128
|
#define IDR_MAINFRAME 128
|
||||||
#define IDD_UPLOADCONFIG 130
|
#define IDD_UPLOADCONFIG 130
|
||||||
|
#define IDI_GRBYCFG 130
|
||||||
|
#define IDI_ICON1 132
|
||||||
|
#define IDI_SMALL 132
|
||||||
#define IDC_TABVIEW 1000
|
#define IDC_TABVIEW 1000
|
||||||
#define IDC_APPLY 1001
|
#define IDC_APPLY 1001
|
||||||
#define IDC_SCRNDIR 1004
|
#define IDC_SCRNDIR 1004
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
#ifdef APSTUDIO_INVOKED
|
#ifdef APSTUDIO_INVOKED
|
||||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||||
#define _APS_NO_MFC 1
|
#define _APS_NO_MFC 1
|
||||||
#define _APS_NEXT_RESOURCE_VALUE 130
|
#define _APS_NEXT_RESOURCE_VALUE 133
|
||||||
#define _APS_NEXT_COMMAND_VALUE 32771
|
#define _APS_NEXT_COMMAND_VALUE 32771
|
||||||
#define _APS_NEXT_CONTROL_VALUE 1012
|
#define _APS_NEXT_CONTROL_VALUE 1012
|
||||||
#define _APS_NEXT_SYMED_VALUE 110
|
#define _APS_NEXT_SYMED_VALUE 110
|
||||||
|
|
Before Width: | Height: | Size: 23 KiB |