Changeset 4 for trunk/UCore.lfm
- Timestamp:
- Sep 1, 2014, 7:10:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.lfm
r3 r4 1 1 object Core: TCore 2 OnCreate = DataModuleCreate 3 OnDestroy = DataModuleDestroy 2 4 OldCreateOrder = False 3 5 Height = 346 … … 5 7 VerticalOffset = 265 6 8 Width = 447 9 object ActionList1: TActionList 10 left = 260 11 top = 172 12 object AQuit: TAction 13 Caption = 'Quit' 14 Hint = 'Quit' 15 OnExecute = AQuitExecute 16 end 17 object ASettings: TAction 18 Caption = 'Settings' 19 end 20 object AAbout: TAction 21 Caption = 'About' 22 end 23 object AHelp: TAction 24 Caption = 'Help' 25 end 26 object AViewFavorites: TAction 27 Caption = 'Favorites' 28 end 29 object AProjectOpen: TAction 30 Caption = 'Open...' 31 OnExecute = AProjectOpenExecute 32 ShortCut = 16463 33 end 34 object AProjectClose: TAction 35 Caption = 'Close' 36 OnExecute = AProjectCloseExecute 37 end 38 end 39 object ImageList1: TImageList 40 left = 260 41 top = 228 42 end 43 object OpenDialog1: TOpenDialog 44 left = 396 45 top = 113 46 end 7 47 end
Note:
See TracChangeset
for help on using the changeset viewer.