Changeset 8 for trunk/UCore.lfm
- Timestamp:
- May 18, 2015, 12:15:30 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.lfm
r7 r8 3 3 OnDestroy = DataModuleDestroy 4 4 OldCreateOrder = False 5 Height = 3466 HorizontalOffset = 4827 VerticalOffset = 2658 Width = 4475 Height = 435 6 HorizontalOffset = 539 7 VerticalOffset = 195 8 Width = 693 9 9 object ActionList1: TActionList 10 10 left = 260 … … 45 45 OnExecute = ACommandCleanupExecute 46 46 end 47 object ACommandCheckout: TAction48 Caption = 'Checkout'49 OnExecute = ACommandCheckoutExecute50 end51 47 object ACommandCommit: TAction 52 48 Caption = 'Commit' … … 56 52 Caption = 'Status' 57 53 end 58 object Action1: TAction 59 Caption = 'Action1' 54 object AProjectCheckout: TAction 55 Caption = 'Checkout...' 56 OnExecute = AProjectCheckoutExecute 60 57 end 61 58 end … … 81 78 top = 168 82 79 end 80 object LastOpenedListRepoURL: TLastOpenedList 81 MaxCount = 10 82 left = 96 83 top = 240 84 end 85 object LastOpenedListNewDir: TLastOpenedList 86 MaxCount = 10 87 left = 465 88 top = 302 89 end 83 90 end
Note:
See TracChangeset
for help on using the changeset viewer.