home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 May / maximum-cd-2010-05.iso / DiscContents / boxee-0.9.20.10711.exe / system / python / Lib / plat-mac / lib-scriptpackages / Finder / Enumerations.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  3.7 KB  |  115 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Suite Enumerations: Enumerations for the Finder
  5. Level 1, version 1
  6.  
  7. Generated from /System/Library/CoreServices/Finder.app
  8. AETE/AEUT resource version 0/144, language 0, script 0
  9. '''
  10. import aetools
  11. import MacOS
  12. _code = 'tpnm'
  13. from StdSuites.Type_Names_Suite import *
  14.  
  15. class Enumerations_Events(Type_Names_Suite_Events):
  16.     pass
  17.  
  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' }
  27. _Enum_ecvw = {
  28.     'icon_view': 'icnv',
  29.     'list_view': 'lsvw',
  30.     'column_view': 'clvw' }
  31. _Enum_edfm = {
  32.     'Mac_OS_format': 'dfhf',
  33.     'Mac_OS_Extended_format': 'dfh+',
  34.     'UFS_format': 'dfuf',
  35.     'NFS_format': 'dfnf',
  36.     'audio_format': 'dfau',
  37.     'ProDOS_format': 'dfpr',
  38.     'MS_2d_DOS_format': 'dfms',
  39.     'ISO_9660_format': 'df96',
  40.     'High_Sierra_format': 'dfhs',
  41.     'QuickTake_format': 'dfqt',
  42.     'Apple_Photo_format': 'dfph',
  43.     'AppleShare_format': 'dfas',
  44.     'UDF_format': 'dfud',
  45.     'WebDAV_format': 'dfwd',
  46.     'FTP_format': 'dfft',
  47.     'Packet_2d_written_UDF_format': 'dfpu',
  48.     'unknown_format': 'df??' }
  49. _Enum_elsv = {
  50.     'name_column': 'elsn',
  51.     'modification_date_column': 'elsm',
  52.     'creation_date_column': 'elsc',
  53.     'size_column': 'elss',
  54.     'kind_column': 'elsk',
  55.     'label_column': 'elsl',
  56.     'version_column': 'elsv',
  57.     'comment_column': 'elsC' }
  58. _Enum_ipnl = {
  59.     'General_Information_panel': 'gpnl',
  60.     'Sharing_panel': 'spnl',
  61.     'Memory_panel': 'mpnl',
  62.     'Preview_panel': 'vpnl',
  63.     'Application_panel': 'apnl',
  64.     'Languages_panel': 'pklg',
  65.     'Plugins_panel': 'pkpg',
  66.     'Name__26__Extension_panel': 'npnl',
  67.     'Comments_panel': 'cpnl',
  68.     'Content_Index_panel': 'cinl' }
  69. _Enum_isiz = {
  70.     'mini': 'miic',
  71.     'small': 'smic',
  72.     'large': 'lgic' }
  73. _Enum_lvic = {
  74.     'small_icon': 'smic',
  75.     'large_icon': 'lgic' }
  76. _Enum_priv = {
  77.     'read_only': 'read',
  78.     'read_write': 'rdwr',
  79.     'write_only': 'writ',
  80.     'none': 'none' }
  81. _Enum_sodr = {
  82.     'normal': 'snrm',
  83.     'reversed': 'srvs' }
  84. _Enum_vwby = {
  85.     'conflicts': 'cflc',
  86.     'existing_items': 'exsi',
  87.     'small_icon': 'smic',
  88.     'icon': 'iimg',
  89.     'name': 'pnam',
  90.     'modification_date': 'asmo',
  91.     'size': 'ptsz',
  92.     'kind': 'kind',
  93.     'comment': 'comt',
  94.     'label': 'labi',
  95.     'version': 'vers',
  96.     'creation_date': 'ascd',
  97.     'small_button': 'smbu',
  98.     'large_button': 'lgbu',
  99.     'grid': 'grid',
  100.     'all': 'kyal' }
  101. _classdeclarations = { }
  102. _propdeclarations = { }
  103. _compdeclarations = { }
  104. _enumdeclarations = {
  105.     'earr': _Enum_earr,
  106.     'ecvw': _Enum_ecvw,
  107.     'edfm': _Enum_edfm,
  108.     'elsv': _Enum_elsv,
  109.     'ipnl': _Enum_ipnl,
  110.     'isiz': _Enum_isiz,
  111.     'lvic': _Enum_lvic,
  112.     'priv': _Enum_priv,
  113.     'sodr': _Enum_sodr,
  114.     'vwby': _Enum_vwby }
  115.