Annotation Automation Text Dialog Strings
The following are constants and their default values. You can get the current value using the LAnnAutomation::GetAutoTextLen and LAnnAutomation::GetAutoText functions. You can modify the string using the LAnnAutomation::SetAutoText function.
Constant |
Default String |
ANNAUTOTEXT_TEXT_CAPTION |
"Text" |
ANNAUTOTEXT_TEXT_OK |
"OK" |
ANNAUTOTEXT_TEXT_CANCEL |
"Cancel" |
ANNAUTOTEXT_TEXT_IMPORT |
"From &Text File..." |
ANNAUTOTEXT_TEXT_FILE_CAPTION |
"Import Text From File" |
ANNAUTOTEXT_TEXT_FILE_FILTER |
"Text files (*.txt|*.txt|All Files (*.*)|*.*|") |
ANNAUTOTEXT_TEXT_INSERT_TOKEN |
"&Insert Token >>" |
ANNAUTOTEXT_TEXT_ALIGN |
"&Alignment" |
ANNAUTOTEXT_TEXT_ALIGN_LEFT |
"&Left" |
ANNAUTOTEXT_TEXT_ALIGN_CENTER |
"&Center" |
ANNAUTOTEXT_TEXT_ALIGN_RIGHT |
"&Right" |
ANNAUTOTEXT_TEXT_ROTATION |
"R&otation (degrees") |
ANNAUTOTEXT_TEXT_ROTATE_0 |
"&None" |
ANNAUTOTEXT_TEXT_ROTATE_90 |
"&90 (Counter-clockwise") |
ANNAUTOTEXT_TEXT_ROTATE_180 |
"&180" |
ANNAUTOTEXT_TEXT_ROTATE_270 |
"&270 (Counter-clockwise") |
ANNAUTOTEXT_TEXT_FIXED_POINTER |
"&Fixed Pointer" |
ANNAUTOTEXT_TEXT_EXPAND_TOKENS |
"&Expand Tokens" |
ANNAUTOTEXT_TEXT_APPLY |
"Apply" |