⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 insertdlg.rc

📁 汇编上机试验。简单的学生成绩管理系统
💻 RC
字号:
#define IDD_INSERT 2000
#define IDC_STCNO 2001
#define IDC_TEXTNO 2002
#define IDC_STCNAME 2003
#define IDC_TEXTNAME 2004
#define IDC_STCASM 2005
#define IDC_STCCA 2006
#define IDC_STCOS 2007
#define IDC_TEXTASM 2008
#define IDC_TEXTCA 2009
#define IDC_TEXTOS 2010
#define IDOK 1
#define IDCANCEL 2
IDD_INSERT DIALOGEX 5,5,142,74
CAPTION "Insert"
FONT 9,"Georgia",400,0
STYLE 0x50CF0000
EXSTYLE 0x00000000
BEGIN
  CONTROL "No.:",IDC_STCNO,"Static",0x50000000,3,4,12,6,0x00000000
  CONTROL "",IDC_TEXTNO,"Edit",0x50010000,19,3,45,10,0x00000200
  CONTROL "Name:",IDC_STCNAME,"Static",0x50000000,69,4,20,6,0x00000000
  CONTROL "",IDC_TEXTNAME,"Edit",0x50010000,91,3,45,10,0x00000200
  CONTROL "Assemble Language :",IDC_STCASM,"Static",0x50000000,4,17,63,6,0x00000000
  CONTROL "Computer Architecture :",IDC_STCCA,"Static",0x50000000,4,30,74,6,0x00000000
  CONTROL "Operating Systems :",IDC_STCOS,"Static",0x50000000,4,43,72,6,0x00000000
  CONTROL "",IDC_TEXTASM,"Edit",0x50010000,90,16,27,10,0x00000200
  CONTROL "",IDC_TEXTCA,"Edit",0x50010000,90,28,27,10,0x00000200
  CONTROL "",IDC_TEXTOS,"Edit",0x50010000,90,41,27,10,0x00000200
  CONTROL "Done",IDOK,"Button",0x50010000,67,57,33,11,0x00000000
  CONTROL "Cancel",IDCANCEL,"Button",0x50010000,105,57,33,11,0x00000000
END

⌨️ 快捷键说明

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