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

📄 systemse.cpp

📁 支持Windows 3.x、Windows 9x平台上的中文(GB、Big5)、日文(Shift JIS、EUC JIS)、韩文(KS C 5601)、HZ码的显示与输入,智能内码识别
💻 CPP
字号:
// systemse.cpp : implementation file
//

#include "stdafx.h"
#include	<afxdlgs.h>
#include	"resource.h"       
#include	"cspublic.h"
#include "systemse.h"

//页式对话框上的四个按扭
static UINT NEAR Buttons[4] = { IDOK, IDCANCEL, 
								ID_APPLY_NOW, ID_HELP };	
static char  ButtonsName[5][10] = {
     "确定\n50",
     "取消\n50",
     "应用\n50",
     "帮助\n50",
     "关闭"
};
static char  ButtonsName1[5][10] = {
     "絋﹚\n50",
     "

⌨️ 快捷键说明

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