Changeset 30 for trunk/Forms/UInterpretterForm.lfm
- Timestamp:
- Feb 18, 2012, 7:49:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UInterpretterForm.lfm
r23 r30 231 231 Left = 70 232 232 Top = 2 233 Action = MainForm.A InterpretterRunToCursor233 Action = MainForm.AProgramRunToCursor 234 234 end 235 235 object ToolButton5: TToolButton 236 236 Left = 93 237 237 Top = 2 238 Action = MainForm.A InterpretterStepInto238 Action = MainForm.AProgramStepInto 239 239 end 240 240 object ToolButton6: TToolButton 241 241 Left = 116 242 242 Top = 2 243 Action = MainForm.A InterpretterStepOut243 Action = MainForm.AProgramStepOut 244 244 end 245 245 object ToolButton7: TToolButton 246 246 Left = 139 247 247 Top = 2 248 Action = MainForm.A InterpretterStopOver248 Action = MainForm.AProgramStopOver 249 249 end 250 250 end
Note:
See TracChangeset
for help on using the changeset viewer.