Fix three PyChecker-detected gotchas.
[python/dscho.git] / Mac / Lib / lib-scriptpackages / Finder / Enumerations.py
blob3d3f3e16f4fe10f5d781b0d24022c5d31d14a9d0
1 """Suite Enumerations: Enumerations for the Finder
2 Level 1, version 1
4 Generated from Macintosh HD:Systeemmap:Finder
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_ipnl = {
19 'General Information panel' : 'gpnl', #
20 'Sharing panel' : 'spnl', #
21 'Memory panel' : 'mpnl', #
22 'Status and Configuration panel' : 'scnl', #
23 'Fonts panel' : 'fpnl', #
26 _Enum_pple = {
27 'General Preferences panel' : 'pgnp', #
28 'Label Preferences panel' : 'plbp', #
29 'Icon View Preferences panel' : 'pivp', #
30 'Button View Preferences panel' : 'pbvp', #
31 'List View Preferences panel' : 'plvp', #
34 _Enum_earr = {
35 'not arranged' : 'narr', #
36 'snap to grid' : 'grda', #
37 'arranged by name' : 'nama', #
38 'arranged by modification date' : 'mdta', #
39 'arranged by creation date' : 'cdta', #
40 'arranged by size' : 'siza', #
41 'arranged by kind' : 'kina', #
42 'arranged by label' : 'laba', #
45 _Enum_sodr = {
46 'normal' : 'snrm', #
47 'reversed' : 'srvs', #
50 _Enum_isiz = {
51 'mini' : 'miic', #
52 'small' : 'smic', #
53 'large' : 'lgic', #
56 _Enum_vwby = {
57 'conflicts' : 'cflc', #
58 'existing items' : 'exsi', #
59 'small icon' : 'smic', #
60 'icon' : 'iimg', #
61 'name' : 'pnam', #
62 'modification date' : 'asmo', #
63 'size' : 'ptsz', #
64 'kind' : 'kind', #
65 'comment' : 'comt', #
66 'label' : 'labi', #
67 'version' : 'vers', #
68 'creation date' : 'ascd', #
69 'small button' : 'smbu', #
70 'large button' : 'lgbu', #
71 'grid' : 'grid', #
72 'all' : 'kyal', #
75 _Enum_gsen = {
76 'CPU' : 'proc', #
77 'FPU' : 'fpu ', #
78 'MMU' : 'mmu ', #
79 'hardware' : 'hdwr', #
80 'operating system' : 'os ', #
81 'sound system' : 'snd ', #
82 'memory available' : 'lram', #
83 'memory installed' : 'ram ', #
88 # Indices of types declared in this module
90 _classdeclarations = {
93 _propdeclarations = {
96 _compdeclarations = {
99 _enumdeclarations = {
100 'gsen' : _Enum_gsen,
101 'earr' : _Enum_earr,
102 'isiz' : _Enum_isiz,
103 'vwby' : _Enum_vwby,
104 'pple' : _Enum_pple,
105 'ipnl' : _Enum_ipnl,
106 'sodr' : _Enum_sodr,