?? rsrc.rc
字號:
////
#define IDHOME 0x00000002L
#define DS_MODALFRAME 0x00000080L // Definition of Windows constants
#define WS_SYSMENU 0x00080000L
#define WS_CAPTION 0x00C00000L
#define WS_POPUP 0x80000000L
#define IDOK 0x00000001L
#define IDCANCEL 0x00000002L
#define IDC_STATIC -1
#define ES_UPPERCASE 0x00000008L
#define ES_AUTOHSCROLL 0x00000080L
#define IDI_ICON 500 // IDs same as in Common.inc
#define IDM_MENU 600
#define IDD_ABOUT 700
#define IDD_COLOR 800
#define ID_COLOR 9000
#define IDS_SYSMENU 0x010L
#define IDM_FILEMENU 0x011L
#define IDM_OPTIONSMENU 0x012L
#define IDM_HELPMENU 0x013L
#define IDM_CONVERT 1000
#define IDM_EXIT 1500
#define IDM_BACKGROUND 2000
#define IDM_TEXT 2010
#define IDM_COMMENT 2020
#define IDM_STRING 2030
#define IDM_TYPE 2040
#define IDM_PSUEDO 2050
#define IDM_REG 2060
#define IDM_RESTORE 2500
#define IDM_MAKECAPS 2600
#define IDM_HOW 3400
#define IDM_ABOUT 3500
#define COMMENT_BASE 0x1000
#define STRING_BASE 0x2000
#define PSUEDO_BASE 0x3000
#define KEYWORD_BASE 0x4000
#define TYPE_BASE 0x5000
#define REG_BASE 0x6000
#define NUM_KEYWORD 192
#define NUM_PSUEDO 88
#define NUM_TYPE 18
#define NUM_REG 28
IDI_ICON ICON "mainicon.ico"
IDM_MENU MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&Convert File", IDM_CONVERT
MENUITEM SEPARATOR
MENUITEM "E&xit", IDM_EXIT
END
POPUP "&Options"
BEGIN
POPUP "&Coloring"
BEGIN
MENUITEM "&Background", IDM_BACKGROUND
MENUITEM "&Text", IDM_TEXT
MENUITEM "&Comments", IDM_COMMENT
MENUITEM "&Strings", IDM_STRING
MENUITEM "&Types", IDM_TYPE
MENUITEM "&Psuedo-Ops", IDM_PSUEDO
MENUITEM "&Registers", IDM_REG
END
MENUITEM "&Restore Defaults", IDM_RESTORE
MENUITEM "&Make Caps", IDM_MAKECAPS
END
POPUP "&Help"
BEGIN
MENUITEM "&How do I use it?" IDM_HOW
MENUITEM "&About", IDM_ABOUT
END
END
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_ABOUT DIALOG DISCARDABLE 0, 0, 160, 115
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About ASM_2_HTM"
FONT 8, "MS Sans Serif"
BEGIN
ICON IDI_ICON,-1,8,8,21,20
CTEXT "ASM_2_HTM",-1,30,8,100,8
CTEXT " Copyright
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -