Changeset 32 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Feb 18, 2012, 8:44:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.lfm
r30 r32 92 92 Left = 126 93 93 Top = 2 94 Action = A Compile94 Action = AProgramCompile 95 95 end 96 96 object ToolButton8: TToolButton … … 394 394 Caption = 'Program' 395 395 object MenuItem11: TMenuItem 396 Action = A Compile396 Action = AProgramCompile 397 397 Bitmap.Data = { 398 398 36040000424D3604000000000000360000002800000010000000100000000100 … … 562 562 end 563 563 object MenuItem33: TMenuItem 564 Action = AProgramSt opOver564 Action = AProgramStepOver 565 565 end 566 566 object MenuItem34: TMenuItem … … 761 761 ShortCut = 32883 762 762 end 763 object A Compile: TAction763 object AProgramCompile: TAction 764 764 Category = 'Program' 765 765 Caption = 'Compile' 766 766 ImageIndex = 8 767 OnExecute = A CompileExecute767 OnExecute = AProgramCompileExecute 768 768 ShortCut = 16504 769 769 end … … 814 814 ShortCut = 118 815 815 end 816 object AProgramSt opOver: TAction816 object AProgramStepOver: TAction 817 817 Category = 'Program' 818 818 Caption = 'Step over'
Note:
See TracChangeset
for help on using the changeset viewer.