📄 editdlg.rc
字号:
#define IDD_DLG_EDIT 2000
#define IDC_BTN2_CANCLE 2001
#define IDC_BTN2_OK 2002
#define IDC_EDT2_EXAMPLE 2003
#define IDC_EDT2_IMAGIN 2004
#define IDC_STC2 2005
#define IDC_STC3 2006
#define IDC_STC7 2007
#define IDC_EDT2_EXPL 2008
#define IDC_EDT2_PHRASE 2009
#define IDC_STC8 2010
#define IDC_STC12 2011
#define IDC_EDT2_PHONE 2012
#define IDC_EDT2_WORD 2013
#define IDC_STC13 2014
IDD_DLG_EDIT DIALOGEX 5,5,297,154
CAPTION "编辑当前词条"
FONT 10,"Verdana",400,0
STYLE 0x10C80800
EXSTYLE 0x00000000
BEGIN
CONTROL "取消",IDC_BTN2_CANCLE,"Button",0x50010000,228,133,47,14,0x00020000
CONTROL "确定",IDC_BTN2_OK,"Button",0x50010001,13,133,47,14,0x00020000
CONTROL "",IDC_EDT2_EXAMPLE,"Edit",0x50211044,31,70,261,27,0x00000200
CONTROL "",IDC_EDT2_IMAGIN,"Edit",0x50211044,31,100,261,27,0x00000200
CONTROL "联想:",IDC_STC2,"Static",0x50000201,4,103,23,12,0x00000000
CONTROL "例句:",IDC_STC3,"Static",0x50000201,4,78,23,12,0x00000000
CONTROL "解释:",IDC_STC7,"Static",0x50000201,4,45,23,12,0x00000000
CONTROL "",IDC_EDT2_EXPL,"Edit",0x50211044,31,39,261,27,0x00000200
CONTROL "",IDC_EDT2_PHRASE,"Edit",0x50010080,31,21,261,12,0x00000200
CONTROL "词组:",IDC_STC8,"Static",0x50000201,4,21,23,12,0x00000000
CONTROL "音标:",IDC_STC12,"Static",0x50000201,156,3,23,12,0x00000000
CONTROL "",IDC_EDT2_PHONE,"Edit",0x50010080,187,3,105,12,0x00000200
CONTROL "",IDC_EDT2_WORD,"Edit",0x50010080,31,3,116,12,0x00000200
CONTROL "单词:",IDC_STC13,"Static",0x50000201,4,3,23,12,0x00000000
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -