////////////////////////////////////////////////////////////////// // STUDIO ENUMERATIONS Configure ENUMERATIONS $ENV.defineEnumeration('BOOL', '1:Yes;0:No'); $ENV.defineEnumeration('GML_TYPES', '10:str;1:bool;4:int;5:int;6:int;7:float;8:float;11:date;14:time;2:int;3:str;12:float;9:float;13:str;0:str'); $ENV.defineEnumeration('ICON_POS', 'TI:Top;BI:Bottom;LI:Left;RI:Right;CI:Center;X:Hide'); $ENV.defineEnumeration('LABEL_POS', 'TI:Inside, top;BI:Inside, bottom;LI:Inside, left;RI:Inside, right;CI:Inside, center;TO:Outside, top;BO:Outside, bottom;LO:Outside, left;RO:Outside, right;X:Hide'); $ENV.defineEnumeration('TEXT_ALIGNS', 'L:Left;C:Center;R:Right'); $ENV.defineEnumeration('TEXT_FONTS', 'A:Normal;B:Emphasized;C:Italic;D:Underline'); $ENV.defineEnumeration('TEXT_STYLES', 'A:Solid frame;B:Dashed frame;C:Dotted frame;D:No frame;E:Semi-transparent;F:Transparent;G:Memo note');