This file is indexed.

/usr/lib/python2.7/dist-packages/PythonCard/tools/experimentalResourceEditor/modules/dialogInfoDialog.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
{'type':'CustomDialog',
          'name':'dialogInfo',
          'title':'Dialog Info',
          'size':(370, 170),
          'components': [

{'type':'StaticText', 
    'name':'stcName', 
    'position':(10, 10), 
    'size':(45, -1), 
    'text':'Name:', 
    },

{'type':'StaticText', 
    'name':'stcTitle', 
    'position':(10, 35), 
    'size':(45, -1), 
    'text':'Title:', 
    },

{'type':'StaticText', 
    'name':'stcPosition', 
    'position':(10, 60), 
    'size':(45, -1), 
    'text':'Position:', 
    },

{'type':'StaticText', 
    'name':'stcSize', 
    'position':(10, 85), 
    'size':(45, -1), 
    'text':'Size:', 
    },

{'type':'TextField', 
    'name':'fldName', 
    'position':(110, 5), 
    'size':(188, -1), 
    },

{'type':'TextField', 
    'name':'fldTitle', 
    'position':(110, 30), 
    'size':(188, -1), 
    },

{'type':'TextField', 
    'name':'fldPosition', 
    'position':(110, 55), 
    'size':(68, -1), 
    },

{'type':'TextField', 
    'name':'fldSize', 
    'position':(110, 80), 
    'size':(68, -1), 
    },

{'type':'Button', 
    'name':'btnOK', 
    'position':(10, 110), 
    'label':'OK',
    'default':1,
    'id':5100,
    },

{'type':'Button', 
    'name':'btnCancel', 
    'position':(115, 110), 
    'label':'Cancel',
    'id':5101,
    },

] # end components
} # end CustomDialog