summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-scriptpackages/Finder/Enumerations.py
blob: 3d3f3e16f4fe10f5d781b0d24022c5d31d14a9d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
"""Suite Enumerations: Enumerations for the Finder
Level 1, version 1

Generated from Macintosh HD:Systeemmap:Finder
AETE/AEUT resource version 0/144, language 0, script 0
"""

import aetools
import MacOS

_code = 'tpnm'

from StdSuites.Type_Names_Suite import *
class Enumerations_Events(Type_Names_Suite_Events):

	pass

_Enum_ipnl = {
	'General Information panel' : 'gpnl',	# 
	'Sharing panel' : 'spnl',	# 
	'Memory panel' : 'mpnl',	# 
	'Status and Configuration panel' : 'scnl',	# 
	'Fonts panel' : 'fpnl',	# 
}

_Enum_pple = {
	'General Preferences panel' : 'pgnp',	# 
	'Label Preferences panel' : 'plbp',	# 
	'Icon View Preferences panel' : 'pivp',	# 
	'Button View Preferences panel' : 'pbvp',	# 
	'List View Preferences panel' : 'plvp',	# 
}

_Enum_earr = {
	'not arranged' : 'narr',	# 
	'snap to grid' : 'grda',	# 
	'arranged by name' : 'nama',	# 
	'arranged by modification date' : 'mdta',	# 
	'arranged by creation date' : 'cdta',	# 
	'arranged by size' : 'siza',	# 
	'arranged by kind' : 'kina',	# 
	'arranged by label' : 'laba',	# 
}

_Enum_sodr = {
	'normal' : 'snrm',	# 
	'reversed' : 'srvs',	# 
}

_Enum_isiz = {
	'mini' : 'miic',	# 
	'small' : 'smic',	# 
	'large' : 'lgic',	# 
}

_Enum_vwby = {
	'conflicts' : 'cflc',	# 
	'existing items' : 'exsi',	# 
	'small icon' : 'smic',	# 
	'icon' : 'iimg',	# 
	'name' : 'pnam',	# 
	'modification date' : 'asmo',	# 
	'size' : 'ptsz',	# 
	'kind' : 'kind',	# 
	'comment' : 'comt',	# 
	'label' : 'labi',	# 
	'version' : 'vers',	# 
	'creation date' : 'ascd',	# 
	'small button' : 'smbu',	# 
	'large button' : 'lgbu',	# 
	'grid' : 'grid',	# 
	'all' : 'kyal',	# 
}

_Enum_gsen = {
	'CPU' : 'proc',	# 
	'FPU' : 'fpu ',	# 
	'MMU' : 'mmu ',	# 
	'hardware' : 'hdwr',	# 
	'operating system' : 'os  ',	# 
	'sound system' : 'snd ',	# 
	'memory available' : 'lram',	# 
	'memory installed' : 'ram ',	# 
}


#
# Indices of types declared in this module
#
_classdeclarations = {
}

_propdeclarations = {
}

_compdeclarations = {
}

_enumdeclarations = {
	'gsen' : _Enum_gsen,
	'earr' : _Enum_earr,
	'isiz' : _Enum_isiz,
	'vwby' : _Enum_vwby,
	'pple' : _Enum_pple,
	'ipnl' : _Enum_ipnl,
	'sodr' : _Enum_sodr,
}