tabopt1dlg.rc

来自「汇编资源编辑器」· RC 代码 · 共 25 行

RC
25
字号
#define IDD_TABOPT1 2100
#define IDC_RBNEXPOPT1 2101
#define IDC_RBNEXPOPT2 2102
#define IDC_EDTEXPOPT 2104
#define IDC_RBNEXPOPT3 2103
#define IDC_RBNEXPORTOUT 2107
#define IDC_RBNEXPORTCLIP 2106
#define IDC_RBNEXPORTFILE 2105
IDD_TABOPT1 DIALOGEX 2,13,188,87
FONT 8,"MS Sans Serif",0,0
STYLE 0x50000000
EXSTYLE 0x00000000
BEGIN
  CONTROL "Name Export Format",-1,"Button",0x50000007,2,1,182,24,0x00000000
  CONTROL "Assembly equ's",IDC_RBNEXPOPT1,"Button",0x50030009,6,12,62,8,0x00000000
  CONTROL "C defines",IDC_RBNEXPOPT2,"Button",0x50010009,68,12,56,8,0x00000000
  CONTROL "hla",IDC_RBNEXPOPT3,"Button",0x50010009,124,12,56,8,0x00000000
  CONTROL "Name Export Output",-1,"Button",0x50000007,2,27,182,24,0x00000000
  CONTROL "File",IDC_RBNEXPORTFILE,"Button",0x50030009,6,38,62,8,0x00000000
  CONTROL "Clip Board",IDC_RBNEXPORTCLIP,"Button",0x50010009,68,38,56,8,0x00000000
  CONTROL "Output",IDC_RBNEXPORTOUT,"Button",0x50010009,124,38,56,8,0x00000000
  CONTROL "Default Export Filename:",-1,"Static",0x50000000,2,53,86,8,0x00000000
  CONTROL "",IDC_EDTEXPOPT,"Edit",0x50010080,2,62,182,13,0x00000200
END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?