This file is indexed.

/usr/share/tpclient-pywx/windows/xrc/orderList.xrc is in tpclient-pywx 0.3.1.1-3.1.

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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0" encoding="UTF-8"?>
<resource>
  <object class="wxPanel" name="orderList">
    <object class="wxFlexGridSizer">
      <cols>1</cols>
      <rows>2</rows>
      <object class="sizeritem">
        <object class="wxListCtrl" name="Choices">
          <font>
            <size>8</size>
            <style>normal</style>
            <weight>normal</weight>
            <underlined>0</underlined>
            <family>swiss</family>
            <face>Sans</face>
          </font>
          <style>wxSUNKEN_BORDER|wxLC_REPORT|wxLC_EDIT_LABELS</style>
        </object>
        <option>1</option>
        <flag>wxEXPAND|wxGROW</flag>
        <minsize>-1,100</minsize>
      </object>
      <object class="sizeritem">
        <object class="wxFlexGridSizer">
          <cols>4</cols>
          <rows>1</rows>
          <object class="sizeritem">
            <object class="wxFlexGridSizer">
              <cols>1</cols>
              <rows>3</rows>
              <object class="spacer">
                <size>0,0</size>
                <option>1</option>
                <flag>wxEXPAND|wxGROW</flag>
              </object>
              <object class="sizeritem">
                <object class="wxChoice" name="Type">
                  <content>
                    <item>Choice 1</item>
                    <item>Choice 2</item>
                  </content>
                  <font>
                    <size>8</size>
                    <family>swiss</family>
                    <style>normal</style>
                    <weight>normal</weight>
                    <underlined>0</underlined>
                    <face>Sans</face>
                  </font>
                </object>
                <option>1</option>
                <flag>wxEXPAND|wxGROW</flag>
              </object>
              <object class="spacer">
                <size>0,0</size>
                <option>1</option>
                <flag>wxEXPAND|wxGROW</flag>
              </object>
              <growablecols>0</growablecols>
              <growablerows>0</growablerows>
              <growablerows>2</growablerows>
            </object>
            <option>1</option>
            <flag>wxEXPAND|wxGROW</flag>
          </object>
          <object class="sizeritem">
            <object class="wxSpinCtrl" name="Number">
              <size>40,-1</size>
              <font>
                <size>8</size>
                <style>normal</style>
                <weight>normal</weight>
                <underlined>0</underlined>
                <family>swiss</family>
                <face>Sans</face>
              </font>
              <tooltip>Number of things to add or remove.</tooltip>
            </object>
            <option>1</option>
            <flag>wxEXPAND|wxGROW|wxALIGN_CENTRE_VERTICAL</flag>
            <border>0</border>
          </object>
          <object class="sizeritem">
            <object class="wxButton" name="Add">
              <label>Add</label>
              <font>
                <size>8</size>
                <style>normal</style>
                <weight>normal</weight>
                <underlined>0</underlined>
                <family>swiss</family>
                <face>Sans</face>
              </font>
              <tooltip>Add items.</tooltip>
              <style>wxBU_EXACTFIT</style>
            </object>
            <option>1</option>
            <flag>wxALIGN_CENTRE_VERTICAL</flag>
            <border>0</border>
          </object>
          <object class="sizeritem">
            <object class="wxButton" name="Delete">
              <label>D</label>
              <font>
                <size>8</size>
                <style>normal</style>
                <weight>normal</weight>
                <underlined>0</underlined>
                <family>swiss</family>
                <face>Sans</face>
              </font>
              <tooltip>Delete selected.</tooltip>
              <style>wxBU_EXACTFIT</style>
            </object>
            <option>1</option>
            <flag>wxALIGN_CENTRE_VERTICAL</flag>
            <border>0</border>
          </object>
          <growablecols>0</growablecols>
        </object>
        <option>1</option>
        <flag>wxEXPAND|wxGROW</flag>
      </object>
      <growablerows>0</growablerows>
      <growablecols>0</growablecols>
    </object>
  </object>
</resource>