home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk23
/
dir02
/
f013900.re_
/
f013900.re
Wrap
Text File
|
1996-04-02
|
2KB
|
48 lines
/*----------------------------------------------------------------------+
| |
| Copyright (1993-95) 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/cnvtspln/english/cnvtmsg.r_v $
| $Workfile: cnvtmsg.r $
| $Revision: 6.3 $
| $Date: 31 Oct 1995 14:12:20 $
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| Function - |
| |
| Cnvtspln application message string resources |
| |
+----------------------------------------------------------------------*/
#include <dlogbox.h>
#include <dlogids.h>
#include "cnvtspln.h"
/*----------------------------------------------------------------------+
| |
| Command names |
| |
+----------------------------------------------------------------------*/
MessageList STRINGID_Command =
{
{
{ CMDNAME_ConvertBsplineCurve, "Convert Bspline Curve" },
{ CMDNAME_ConvertBsplineSurface, "Convert Bspline Surface" },
}
};