Changeset 33 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Jul 13, 2016, 2:51:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r31 r33 4424 4424 end 4425 4425 object MenuItem3: TMenuItem 4426 Action = A Import4426 Action = AManualImport 4427 4427 end 4428 4428 object MenuItem19: TMenuItem … … 4518 4518 OnExecute = AShowExecute 4519 4519 end 4520 object A Import: TAction4521 Caption = ' Import'4522 OnExecute = A ImportExecute4520 object AManualImport: TAction 4521 Caption = 'Manual import' 4522 OnExecute = AManualImportExecute 4523 4523 end 4524 4524 object AFileOpen: TAction … … 5005 5005 Caption = 'Tools' 5006 5006 object MenuItem17: TMenuItem 5007 Action = A Import5007 Action = AManualImport 5008 5008 end 5009 5009 object MenuItem23: TMenuItem
Note:
See TracChangeset
for help on using the changeset viewer.