driver.rc2

来自「bankapp是使用Tuxedo中间件开发的银行应用的模拟示例」· RC2 代码 · 共 28 行

RC2
28
字号
//	(c) 2003 BEA Systems, Inc. All Rights Reserved.//	Copyright (c) 1995 Novell, Inc.	//	  All Rights Reserved 	 	//	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF     	//	Novell, Inc.                     			//	The copyright notice above does not evidence any   	//	actual or intended publication of such source code.	// #ident	"@(#) samples/atmi/bankapp/nt/driver/res/driver.rc2	$Revision: 1.4 $"	#ifndef NOWHATstatic  char    sccsid[] = "@(#) samples/atmi/bankapp/nt/driver/res/driver.rc2	$Revision: 1.4 $";#endif//// DRIVER.RC2 - resources Microsoft Visual C++ does not edit directly//#ifdef APSTUDIO_INVOKED	#error this file is not editable by Microsoft Visual C++#endif //APSTUDIO_INVOKED/////////////////////////////////////////////////////////////////////////////// Add manually edited resources here.../////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

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