/usr/lib/lazarus/0.9.30.4/debugger/watchesdlg.lfm is in lazarus-src-0.9.30.4 0.9.30.4-6.
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 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 | inherited WatchesDlg: TWatchesDlg
Left = 321
Height = 200
Top = 437
Width = 500
HorzScrollBar.Page = 499
VertScrollBar.Page = 199
ActiveControl = lvWatches
BorderStyle = bsSizeToolWin
Caption = 'Watch list'
ClientHeight = 200
ClientWidth = 500
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnDestroy = FormDestroy
OnShow = FormShow
object lvWatches: TListView[0]
Left = 0
Height = 174
Top = 26
Width = 500
Align = alClient
Columns = <
item
Caption = 'Expression'
Width = 10
end
item
Caption = 'Value'
Width = 10
end>
MultiSelect = True
PopupMenu = mnuPopup
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
OnDblClick = lvWatchesDblClick
OnKeyDown = lvWatchesKeyDown
OnSelectItem = lvWatchesSelectItem
end
object ToolBar1: TToolBar[1]
Left = 0
Height = 26
Top = 0
Width = 500
Caption = 'ToolBar1'
ParentShowHint = False
ShowHint = True
TabOrder = 1
object ToolButtonPower: TToolButton
Left = 1
Top = 2
Action = actPower
AllowAllUp = True
Style = tbsCheck
end
object ToolButton2: TToolButton
Left = 24
Top = 2
Width = 4
Caption = 'ToolButton2'
Style = tbsDivider
end
object ToolButtonEnable: TToolButton
Left = 51
Top = 2
Action = actEnableSelected
end
object ToolButtonDisable: TToolButton
Left = 74
Top = 2
Action = actDisableSelected
end
object ToolButtonTrash: TToolButton
Left = 97
Top = 2
Action = actDeleteSelected
end
object ToolButton6: TToolButton
Left = 120
Top = 2
Width = 4
Caption = 'ToolButton6'
Style = tbsDivider
end
object ToolButtonEnableAll: TToolButton
Left = 124
Top = 2
Action = actEnableAll
end
object ToolButtonDisableAll: TToolButton
Left = 147
Top = 2
Action = actDisableAll
end
object ToolButtonTrashAll: TToolButton
Left = 170
Top = 2
Action = actDeleteAll
end
object ToolButton10: TToolButton
Left = 193
Top = 2
Width = 4
Caption = 'ToolButton10'
Style = tbsDivider
end
object ToolButtonAdd: TToolButton
Left = 28
Top = 2
Action = actAddWatch
end
object ToolButtonProperties: TToolButton
Left = 197
Top = 2
Action = actProperties
end
end
object mnuPopup: TPopupMenu[2]
left = 100
top = 96
object popAdd: TMenuItem
Action = actAddWatch
end
object N1: TMenuItem
Caption = '-'
end
object popProperties: TMenuItem
Action = actProperties
end
object popEnabled: TMenuItem
Action = actToggleCurrentEnable
end
object popDelete: TMenuItem
Action = actDeleteSelected
end
object N2: TMenuItem
Caption = '-'
end
object popDisableAll: TMenuItem
Action = actDisableAll
end
object popEnableAll: TMenuItem
Action = actEnableAll
end
object popDeleteAll: TMenuItem
Action = actDeleteAll
end
end
object ActionList1: TActionList[3]
left = 184
top = 88
object actPower: TAction
Caption = 'actPower'
Checked = True
OnExecute = actPowerExecute
end
object actToggleCurrentEnable: TAction
Caption = 'actToggleCurrentEnable'
OnExecute = popEnabledClick
end
object actAddWatch: TAction
Caption = 'actAddWatch'
OnExecute = popAddClick
end
object actEnableSelected: TAction
Caption = 'actEnableSelected'
OnExecute = actEnableSelectedExecute
end
object actDisableSelected: TAction
Caption = 'actDisableSelected'
OnExecute = actDisableSelectedExecute
end
object actDeleteSelected: TAction
Caption = 'actDeleteSelected'
OnExecute = popDeleteClick
end
object actEnableAll: TAction
Caption = 'actEnableAll'
OnExecute = popEnableAllClick
end
object actDisableAll: TAction
Caption = 'actDisableAll'
OnExecute = popDisableAllClick
end
object actDeleteAll: TAction
Caption = 'actDeleteAll'
OnExecute = popDeleteAllClick
end
object actProperties: TAction
Caption = 'actProperties'
OnExecute = popPropertiesClick
end
end
end
|