📄 test_dlg.h
字号:
#define IDD_ENTERTEXTDLG 0x1000
#define IDD_BUTTONSDLG 0x1001
#define IDD_LISTBOXDLG 0x1002
#define IDD_COMBOBOXDLG 0x1003
#define IDD_ENTRYFIELDDLG 0x1004
#define IDD_STATICDLG 0x1005
#define IDD_DEMOMSGBOX 0x1006
#define IDD_PPDEMODLG 0x1007
#define IDD_PRODINFO 0x1008
#define IDD_SLIDERDLG 0x1009
#define IDD_SPINBUTTONDLG 0x1010
#define IDD_NOTEBOOKDLG 0x1011
#define IDD_VALUESETDLG 0x1012
#define IDD_CONTAINERDLG 0x1013
#define IDC_OK 1
#define IDC_CANCEL 2
#define IDC_HELP 3
#define IDC_ENTRY 101
#define IDC_MLE 102
#define IDC_RADIO1 103
#define IDC_RADIO2 104
#define IDC_RADIO3 105
#define IDC_PUSHBUTTON 106
#define IDC_3STATE 107
#define IDC_CHECKBOX 108
#define IDC_LISTBOX 109
#define IDC_MULTISELLISTBOX 110
#define IDC_SIMPLE 111
#define IDC_DROPDOWN 112
#define IDC_DROPDOWNLIST 113
#define IDC_STATICTEXT 114
#define IDC_GROUPBOX 115
#define IDC_ICON 116
#define IDC_STATICFRAME 117
#define IDC_STATICRECT 118
#define IDC_FORECOLORLIST 119
#define IDC_BACKCOLORLIST 120
#define IDC_FONTLIST 121
#define IDC_SAMPLETEXT 122
#define IDC_APPLY 123
#define IDC_ICONBUTTON 124
#define IDC_SERVANT 125
#define IDC_MASTER 126
#define IDC_HSLIDER 127
#define IDC_VSLIDER 128
#define IDC_SLIDERDATA 129
#define IDC_VSLIDERDATA 130
#define IDC_HSLIDERDATA 131
#define IDC_VALUESET 132
#define IDC_VALUESETTEXT 133
#define IDC_NOTEBOOK 134
#define IDC_BITMAP 135
#define IDC_CONTAINER 136
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -