📄 basictxt.h
字号:
/*----------------------------------------------------------------------+
| |
| Copyright (1993-1995) Bentley Systems, Inc., All rights reserved. |
| |
| "MicroStation" is a registered trademark and "MDL" and "MicroCSL" |
| are trademarks of Bentley Systems, Inc. |
| |
| Limited permission is hereby granted to reproduce and modify this |
| copyrighted material provided that the resulting code is used only |
| in conjunction with Bentley Systems products under the terms of the |
| license agreement provided therein, and that this notice is retained |
| in its entirety in any such reproduction or modification. |
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| $Logfile: J:/mdl/examples/basic/english/basictxt.h_v $
| $Workfile: basictxt.h $
| $Revision: 1.1.1.1 $
| $Date: 1998/07/27 18:19:10 $
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| Function - |
| |
| Static text defines for the basic application dialog resources |
| |
+----------------------------------------------------------------------*/
#if !defined (__basictxtH__)
#define __basictxtH__
#define TXT_BasicDialogBox "Basic Dialog Box"
#define TXT_BasicModalDialogBox "Basic Modal Dialog Box"
#define TXT_Parameter1 "Parameter 1:"
#define TXT_OpenModal "Open Modal"
#define TXT_IncrementParameter1 "Increment parameter 1?"
#define TXT_Value1 "Value 1"
#define TXT_Value2 "Value 2"
#define TXT_Value3 "Value 3"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -