systemse.cpp

来自「支持Windows 3.x、Windows 9x平台上的中文(GB、Big5)、」· C++ 代码 · 共 22 行

CPP
22
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?