home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk23
/
dir05
/
f017190.re_
/
f017190.re
Wrap
Text File
|
1996-04-02
|
2KB
|
52 lines
/*----------------------------------------------------------------------+
| |
| Copyright (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/sclrottc/english/srtcmsgs.r_v $
| $Workfile: srtcmsgs.r $
| $Revision: 6.0 $
| $Date: 28 Jun 1995 08:44:04 $
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| Function - |
| |
| Message Resources |
| |
+----------------------------------------------------------------------*/
#include <dlogbox.h>
#include <dlogids.h>
#include "sclrottc.h"
MessageList MESSAGELISTID_SclTxCel =
{
{
{ 0, "Identify element" },
{ 1, "Accept/Reject" },
{ 2, "Scale All" },
{ 3, "Scale Single" },
{ 4, "Scale Fence" },
{ 5, "Rotate All" },
{ 6, "Rotate Single" },
{ 7, "Rotate Fence" },
{ 8, "%d Text %d Node %d Cell elements changed"},
{ 9, "Unable to load command table." },
{ 10, "Unable to load SclRotTC" },
}
};