Issue #7632: Fix a serious wrong output bug for string -> float conversion.
[python.git] / Lib / plat-mac / lib-scriptpackages / Finder / Enumerations.py
blob558d7ff23b39a0198e4c0844ff3d6cd5b57689e0
1 """Suite Enumerations: Enumerations for the Finder
2 Level 1, version 1
4 Generated from /System/Library/CoreServices/Finder.app
5 AETE/AEUT resource version 0/144, language 0, script 0
6 """
8 import aetools
9 import MacOS
11 _code = 'tpnm'
13 from StdSuites.Type_Names_Suite import *
14 class Enumerations_Events(Type_Names_Suite_Events):
16 pass
18 _Enum_earr = {
19 'not_arranged' : 'narr', #
20 'snap_to_grid' : 'grda', #
21 'arranged_by_name' : 'nama', #
22 'arranged_by_modification_date' : 'mdta', #
23 'arranged_by_creation_date' : 'cdta', #
24 'arranged_by_size' : 'siza', #
25 'arranged_by_kind' : 'kina', #
26 'arranged_by_label' : 'laba', #
29 _Enum_ecvw = {
30 'icon_view' : 'icnv', #
31 'list_view' : 'lsvw', #
32 'column_view' : 'clvw', #
35 _Enum_edfm = {
36 'Mac_OS_format' : 'dfhf', #
37 'Mac_OS_Extended_format' : 'dfh+', #
38 'UFS_format' : 'dfuf', #
39 'NFS_format' : 'dfnf', #
40 'audio_format' : 'dfau', #
41 'ProDOS_format' : 'dfpr', #
42 'MS_2d_DOS_format' : 'dfms', #
43 'ISO_9660_format' : 'df96', #
44 'High_Sierra_format' : 'dfhs', #
45 'QuickTake_format' : 'dfqt', #
46 'Apple_Photo_format' : 'dfph', #
47 'AppleShare_format' : 'dfas', #
48 'UDF_format' : 'dfud', #
49 'WebDAV_format' : 'dfwd', #
50 'FTP_format' : 'dfft', #
51 'Packet_2d_written_UDF_format' : 'dfpu', #
52 'unknown_format' : 'df??', #
55 _Enum_elsv = {
56 'name_column' : 'elsn', #
57 'modification_date_column' : 'elsm', #
58 'creation_date_column' : 'elsc', #
59 'size_column' : 'elss', #
60 'kind_column' : 'elsk', #
61 'label_column' : 'elsl', #
62 'version_column' : 'elsv', #
63 'comment_column' : 'elsC', #
66 _Enum_ipnl = {
67 'General_Information_panel' : 'gpnl', #
68 'Sharing_panel' : 'spnl', #
69 'Memory_panel' : 'mpnl', #
70 'Preview_panel' : 'vpnl', #
71 'Application_panel' : 'apnl', #
72 'Languages_panel' : 'pklg', #
73 'Plugins_panel' : 'pkpg', #
74 'Name__26__Extension_panel' : 'npnl', #
75 'Comments_panel' : 'cpnl', #
76 'Content_Index_panel' : 'cinl', #
79 _Enum_isiz = {
80 'mini' : 'miic', #
81 'small' : 'smic', #
82 'large' : 'lgic', #
85 _Enum_lvic = {
86 'small_icon' : 'smic', #
87 'large_icon' : 'lgic', #
90 _Enum_priv = {
91 'read_only' : 'read', #
92 'read_write' : 'rdwr', #
93 'write_only' : 'writ', #
94 'none' : 'none', #
97 _Enum_sodr = {
98 'normal' : 'snrm', #
99 'reversed' : 'srvs', #
102 _Enum_vwby = {
103 'conflicts' : 'cflc', #
104 'existing_items' : 'exsi', #
105 'small_icon' : 'smic', #
106 'icon' : 'iimg', #
107 'name' : 'pnam', #
108 'modification_date' : 'asmo', #
109 'size' : 'ptsz', #
110 'kind' : 'kind', #
111 'comment' : 'comt', #
112 'label' : 'labi', #
113 'version' : 'vers', #
114 'creation_date' : 'ascd', #
115 'small_button' : 'smbu', #
116 'large_button' : 'lgbu', #
117 'grid' : 'grid', #
118 'all' : 'kyal', #
123 # Indices of types declared in this module
125 _classdeclarations = {
128 _propdeclarations = {
131 _compdeclarations = {
134 _enumdeclarations = {
135 'earr' : _Enum_earr,
136 'ecvw' : _Enum_ecvw,
137 'edfm' : _Enum_edfm,
138 'elsv' : _Enum_elsv,
139 'ipnl' : _Enum_ipnl,
140 'isiz' : _Enum_isiz,
141 'lvic' : _Enum_lvic,
142 'priv' : _Enum_priv,
143 'sodr' : _Enum_sodr,
144 'vwby' : _Enum_vwby,