This file is indexed.

/usr/lib/python2.7/dist-packages/PythonCard/tools/oneEditor/modules/stringDialog.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
{'type':'CustomDialog',
    'name':'stringDialog',
    'title':'String Editor',
    'size':(480, 300),
    'components': [

{'type':'List', 
    'name':'listStrings', 
    'position':(0, 0), 
    'size':(185, 185), 
    'items':[], 
    },

{'type':'Button', 
    'name':'btnNew', 
    'position':(5, 190), 
    'label':'New', 
    },

{'type':'Button', 
    'name':'btnDelete', 
    'position':(108, 191), 
    'label':'Delete', 
    },

{'type':'StaticText', 
    'name':'stcName', 
    'position':(200, 10), 
    'text':'Name:', 
    },

{'type':'StaticText', 
    'name':'stcValue', 
    'position':(200, 35), 
    'text':'Value:', 
    },

{'type':'TextField', 
    'name':'fldListIndex', 
    'position':(460, 5), 
    'visible':0, 
    },

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

{'type':'TextArea', 
    'name':'fldValue', 
    'position':(260, 35), 
    'size':(188, 197), 
    },

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

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

] # end components
} # end CustomDialog