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 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290
|
object BreakpointsDlg: TBreakpointsDlg
Left = 344
Height = 205
Top = 153
Width = 560
HelpType = htKeyword
HorzScrollBar.Page = 559
VertScrollBar.Page = 204
ActiveControl = lvBreakPoints
BorderStyle = bsSizeToolWin
Caption = 'Breakpoint list'
ClientHeight = 205
ClientWidth = 560
OnCreate = BreakpointsDlgCREATE
Visible = True
object lvBreakPoints: TListView
Left = 0
Height = 179
Top = 26
Width = 560
HelpType = htKeyword
Align = alClient
Columns = <
item
Caption = 'State'
end
item
Caption = 'Filename/Address'
Width = 150
end
item
Caption = 'Line/Length'
Width = 100
end
item
Caption = 'Condition'
Width = 75
end
item
Caption = 'Action'
Width = 150
end
item
Caption = 'Pass Count'
Width = 100
end
item
Caption = 'Group'
Width = 80
end>
MultiSelect = True
PopupMenu = mnuPopup
ReadOnly = True
RowSelect = True
SortColumn = 1
SortType = stText
TabOrder = 0
ViewStyle = vsReport
OnClick = lvBreakPointsClick
OnDblClick = lvBreakPointsDBLCLICK
OnSelectItem = lvBreakPointsSelectItem
end
object ToolBar1: TToolBar
Left = 0
Height = 26
Top = 0
Width = 560
Caption = 'ToolBar1'
ParentShowHint = False
ShowHint = True
TabOrder = 1
object ToolButtonAdd: TToolButton
Left = 1
Top = 2
Caption = 'Add...'
MenuItem = popAdd
Style = tbsDropDown
end
object ToolButtonEnable: TToolButton
Left = 36
Top = 2
Action = actEnableSelected
end
object ToolButtonDisable: TToolButton
Left = 59
Top = 2
Action = actDisableSelected
end
object ToolButtonTrash: TToolButton
Left = 82
Top = 2
Action = actDeleteSelected
end
object ToolSep1: TToolButton
Left = 105
Height = 22
Top = 2
Width = 10
Style = tbsSeparator
end
object ToolButtonEnableAll: TToolButton
Left = 115
Top = 2
Action = actEnableAll
end
object ToolButtonDisableAll: TToolButton
Left = 138
Top = 2
Action = actDisableAll
end
object ToolButtonTrashAll: TToolButton
Left = 161
Top = 2
Action = actDeleteAll
end
object ToolSep2: TToolButton
Left = 184
Height = 22
Top = 2
Width = 10
Style = tbsSeparator
end
object ToolButtonProperties: TToolButton
Left = 194
Top = 2
Action = actProperties
end
end
object mnuPopup: TPopupMenu
OnPopup = mnuPopupPopup
left = 24
top = 40
object popShow: TMenuItem
Action = actShow
Default = True
end
object N0: TMenuItem
Caption = '-'
end
object popAdd: TMenuItem
Caption = 'Add...'
object popAddSourceBP: TMenuItem
Action = actAddSourceBP
end
object popAddAddressBP: TMenuItem
Action = actAddAddressBP
end
object popAddWatchPoint: TMenuItem
Action = actAddWatchPoint
end
end
object N1: TMenuItem
Caption = '-'
end
object popProperties: TMenuItem
Action = actProperties
end
object popEnabled: TMenuItem
Action = actToggleCurrentEnable
ShowAlwaysCheckable = True
end
object popDelete: TMenuItem
Action = actDeleteSelected
end
object popGroup: TMenuItem
Caption = 'popGroup'
object popGroupSetNone: TMenuItem
Action = actGroupSetNone
end
object popGroupSetNew: TMenuItem
Action = actGroupSetNew
end
object popGroupSep: TMenuItem
Caption = '-'
Visible = False
end
end
object N2: TMenuItem
Caption = '-'
end
object popDisableAll: TMenuItem
Action = actDisableAll
end
object popEnableAll: TMenuItem
Action = actEnableAll
end
object popDeleteAll: TMenuItem
Action = actDeleteAll
end
object N3: TMenuItem
Caption = '-'
end
object popDisableAllSameSource: TMenuItem
Action = actDisableAllInSrc
end
object popEnableAllSameSource: TMenuItem
Action = actEnableAllInSrc
end
object popDeleteAllSameSource: TMenuItem
Action = actDeleteAllInSrc
end
end
object ActionList1: TActionList
left = 96
top = 72
object actToggleCurrentEnable: TAction
Caption = 'actToggleCurrentEnable'
OnExecute = popEnabledClick
ShortCut = 16462
end
object actEnableSelected: TAction
Caption = 'actEnableSelected'
Enabled = False
OnExecute = actEnableSelectedExecute
end
object actDisableSelected: TAction
Caption = 'actDisableSelected'
Enabled = False
OnExecute = actDisableSelectedExecute
end
object actDeleteSelected: TAction
Caption = 'actDeleteSelected'
Enabled = False
OnExecute = popDeleteClick
ShortCut = 46
end
object actEnableAll: TAction
Caption = 'actEnableAll'
Enabled = False
OnExecute = popEnableAllClick
end
object actDisableAll: TAction
Caption = 'actDisableAll'
Enabled = False
OnExecute = popDisableAllClick
end
object actDeleteAll: TAction
Caption = 'actDeleteAll'
Enabled = False
OnExecute = popDeleteAllClick
end
object actEnableAllInSrc: TAction
Caption = 'actEnableAllInSrc'
OnExecute = popEnableAllSameSourceCLICK
end
object actDisableAllInSrc: TAction
Caption = 'actDisableAllInSrc'
OnExecute = popDisableAllSameSourceCLICK
end
object actDeleteAllInSrc: TAction
Caption = 'actDeleteAllInSrc'
OnExecute = popDeleteAllSameSourceCLICK
end
object actProperties: TAction
Caption = 'actProperties'
Enabled = False
OnExecute = popPropertiesClick
ShortCut = 13
end
object actAddSourceBP: TAction
Category = 'Add'
Caption = 'actAddSourceBP'
OnExecute = actAddSourceBPExecute
ShortCut = 45
end
object actAddAddressBP: TAction
Category = 'Add'
Caption = 'actAddAddressBP'
OnExecute = actAddAddressBPExecute
end
object actAddWatchPoint: TAction
Category = 'Add'
Caption = 'actAddWatchPoint'
OnExecute = actAddWatchPointExecute
end
object actShow: TAction
Caption = 'actShow'
OnExecute = actShowExecute
ShortCut = 16470
end
object actGroupSetNew: TAction
Caption = 'actGroupSetNew'
OnExecute = actGroupSetNewExecute
end
object actGroupSetNone: TAction
Caption = 'actGroupSetNone'
OnExecute = actGroupSetNoneExecute
end
end
end
|