This file is indexed.

/usr/lib/python2.7/dist-packages/PythonCard/tools/oneEditor/modules/propertyEditor.rsrc.py is in python-pythoncard 0.8.2-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
{'application':{'type':'Application',
          'name':'Template',
    'backgrounds': [
    {'type':'Background',
          'name':'bgTemplate',
          'title':'resourceEditor Property Editor',
          'size':(405, 270),
          'visible':0,
          'statusBar':1,

         'components': [

{'type':'Button', 
    'name':'wUpdate', 
    'position':(320, 195), 
    'label':'Update', 
    'visible':0, 
    'default':1,
    },

{'type':'Choice', 
    'name':'wPop', 
    'position':(130, 130), 
    'size':(-1, 21), 
    'items':[], 
    'visible':0, 
    },

{'type':'CheckBox', 
    'name':'wChecked', 
    'position':(130, 132), 
    'visible':0,
    'label':'', 
    },

{'type':'TextArea', 
    'name':'wTextArea', 
    'position':(130, 130), 
    'size':(260, 50), 
    'visible':0, 
    },

{'type':'Button', 
    'name':'wFont', 
    'position':(320, 130), 
    'label':'Font...', 
    'visible':0, 
    },

{'type':'Button', 
    'name':'wColor', 
    'position':(320, 130), 
    'label':'Color...', 
    'visible':0, 
    },

{'type':'Button', 
    'name':'wFile', 
    'position':(320, 130), 
    'label':'File...', 
    'visible':0, 
    },

{'type':'TextField', 
    'name':'wField', 
    'position':(130, 130), 
    'size':(180, -1), 
    },

{'type':'StaticText', 
    'name':'wName', 
    'position':(5, 135), 
    'size':(120, -1),
    'alignment':'right', 
    'text':'name:', 
    },

{'type':'List', 
    'name':'wPropertyList', 
    'position':(225, 20), 
    'size':(165, 100), 
    'items':[], 
    },

{'type':'List', 
    'name':'wComponentList', 
    'position':(5, 20), 
    'size':(200, 100), 
    'items':[], 
    },

{'type':'StaticText', 
    'name':'Properties', 
    'position':(228, 3), 
    'text':'Properties', 
    },

{'type':'StaticText', 
    'name':'stcNameClass', 
    'position':(5, 3), 
    'text':'Name  :  Class', 
    },

] # end components
} # end background
] # end backgrounds
} }