1 /*************************************************************/
2 /* Copyright
(c
) 1984-1996 by Progress Software Corporation
*/
4 /* All rights reserved. No part of this program or document
*/
5 /* may be reproduced in any form or by any means without
*/
6 /* permission in writing from Progress Software Corporation.
*/
7 /*************************************************************/
9 /*----------------------------------------------------------------------------
15 Defines all the product names and file extensions.
19 Date Created
: May
26, 1993
22 9/16/93 wood changed
"Freeze Frame" to
"FreezeFrame" (conforms to doc
).
24 ----------------------------------------------------------------------------*/
26 &GLOBAL ADEFEXTI "" /* allow to check if this file has already been included */
28 /* ------------------------ APPLICATION NAMES
----------------------------- */
30 /* Application Names
*/
32 &GLOBAL-DEFINE UIB_NAME "User Interface Builder"
33 &GLOBAL-DEFINE UIB_SHORT_NAME UIB
35 &GLOBAL-DEFINE FF_NAME "FreezeFrame"
37 /* --------------------------- TEMP
FILE EXTENSIONS
------------------------ */
39 &GLOBAL-DEFINE STD_TYP_UIB_DUP "dp"
40 &GLOBAL-DEFINE STD_TYP_UIB_CLIP "cb"
41 &GLOBAL-DEFINE STD_TYP_UIB_LAST "ef"
42 &GLOBAL-DEFINE STD_TYP_UIB_RADIO "rb"
43 &GLOBAL-DEFINE STD_TYP_UIB_DBFIELD "db"
44 &GLOBAL-DEFINE STD_TYP_UIB_COMPILE "cf"
45 &GLOBAL-DEFINE STD_TYP_UIB_TEMPLATE "ct"
46 &GLOBAL-DEFINE STD_EXT_UIB ".uib"
47 &GLOBAL-DEFINE STD_EXT_UIB_QS ".qs"
48 &GLOBAL-DEFINE STD_EXT_UIB_WVX ".wrx"
50 &GLOBAL-DEFINE STD_EXT_FF ".ff"