Changeset 5 for trunk/UCore.lfm
- Timestamp:
- Sep 1, 2014, 7:26:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.lfm
r4 r5 36 36 OnExecute = AProjectCloseExecute 37 37 end 38 object ACommandUpdate: TAction 39 Caption = 'Update' 40 OnExecute = ACommandUpdateExecute 41 end 42 object ACommandCleanup: TAction 43 Caption = 'Cleanup' 44 OnExecute = ACommandCleanupExecute 45 end 46 object ACommandCheckout: TAction 47 Caption = 'Checkout' 48 OnExecute = ACommandCheckoutExecute 49 end 50 object ACommandCommit: TAction 51 Caption = 'Commit' 52 OnExecute = ACommandCommitExecute 53 end 54 object ACommandStatus: TAction 55 Caption = 'Status' 56 end 38 57 end 39 58 object ImageList1: TImageList
Note:
See TracChangeset
for help on using the changeset viewer.