home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk22
/
dir08
/
f013700.re_
/
f013700.re
Wrap
Text File
|
1996-04-02
|
3KB
|
131 lines
/*----------------------------------------------------------------------+
| |
| 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/chngtxt/english/chtxthlp.r_v $
| $Workfile: chtxthlp.r $
| $Revision: 5.3 $
| $Date: 16 Jun 1995 15:16:08 $
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| Function - |
| |
| Change Text Example Application Help Text |
| |
+----------------------------------------------------------------------*/
#include <rscdefs.h>
#include <helpdlog.h>
#include "chtxtcmd.h"
HelpArticle 0x00000000 =
{
{
{HELPRSC_COMMAND, CMD_CHANGE_TEXT_SINGLE, -1},
{HELPRSC_COMMAND, CMD_CHANGE_TEXT_FENCE, -1},
{HELPRSC_COMMAND, CMD_CHANGE_TEXT_ALL, -1}
},
{
{HELPRSC_COMMAND, CMD_FENCE_CHANGE_TEXT, -1}
},
"\200"
"The Change Text command is used to change old"
" text strings to new strings.\0"
};
HelpArticle 0x00000001 =
{
{
{0, 0, -1}
},
{
{HELPRSC_COMMAND, CMD_CHANGE_TEXT_FENCE, -1},
{HELPRSC_COMMAND, CMD_CHANGE_TEXT_ALL, -1}
},
"\200"
"The Change Text Single command is used to"
" change a single text string to new strin"
"g.\0"
};
HelpArticle 0x00000002 =
{
{
{0, 0, -1}
},
{
{HELPRSC_COMMAND, CMD_CHANGE_TEXT_SINGLE, -1},
{HELPRSC_COMMAND, CMD_CHANGE_TEXT_ALL, -1}
},
"\200"
"The Change Text Fence command is used to"
" change any text strings found within "
"the current fence to a new string.\0"
};
HelpArticle 0x00000003 =
{
{
{0, 0, -1}
},
{
{HELPRSC_COMMAND, CMD_CHANGE_TEXT_SINGLE, -1},
{HELPRSC_COMMAND, CMD_CHANGE_TEXT_FENCE, -1}
},
"\200"
"The Change Text All command is used to chan"
"ge all text strings to a new string.\0"
};
HelpArticle 0x00000004 =
{
{
{0, 0, -1}
},
{
{HELPRSC_COMMAND, CMD_CHANGE_TEXT, -1}
},
"\200"
"The Change Text All command is used to chan"
"ge all text strings to a new string.\0"
};
HelpIndex 0x0 =
{
{ 0x00000000, 0x00000000},
{ 0x00000004, 0x00000004}
};
MessageList RSCID_TITLELIST =
{
{
{ 0, "Change Text" },
{ 1, "Change a Single Text Field" },
{ 2, "Change Text in a Fence" },
{ 3, "Change All Text" },
{ 4, "Fence Change Text" },
}
};
HelpCommand CMD_CHANGE_TEXT = { 0, 0x00000000};
HelpCommand CMD_CHANGE_TEXT_SINGLE = { 1, 0x00000001};
HelpCommand CMD_CHANGE_TEXT_FENCE = { 2, 0x00000002};
HelpCommand CMD_CHANGE_TEXT_ALL = { 3, 0x00000003};
HelpCommand CMD_FENCE_CHANGE_TEXT = { 4, 0x00000004};