📄 dlgdlg.rc
字号:
#define IDD_DLG 1000
#define IDC_MEMORY 1001
#define IDC_STC1 1004
#define IDC_STC2 1005
#define IDC_ADDRESS 1002
#define IDC_CB 1003
#define IDC_PRINT 1006
#define IDC_INFO 1007
#define IDC_STC3 1008
IDD_DLG DIALOGEX 5,5,350,307
FONT 10,"Courier New",400,0,178
STYLE 0x10CA0800
EXSTYLE 0x00000000
BEGIN
CONTROL "",IDC_MEMORY,"Edit",0x50210804,4,34,339,137,0x00000200
CONTROL "0x804d7000",IDC_ADDRESS,"Edit",0x50010000,48,7,48,9,0x00000200
CONTROL "0x1000",IDC_CB,"Edit",0x50010000,151,7,48,9,0x00000200
CONTROL "Size :",IDC_STC1,"Static",0x50000000,124,9,24,8,0x00000000
CONTROL "Address :",IDC_STC2,"Static",0x50000000,9,9,36,8,0x00000000
CONTROL "Dump",IDC_PRINT,"Button",0x50010000,216,7,36,9,0x00000000
CONTROL "",IDC_INFO,"Edit",0x50210804,4,190,339,113,0x00000200
CONTROL "Additional Information :",IDC_STC3,"Static",0x50000000,6,178,102,9,0x00000000
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -