Changeset 268 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Jan 20, 2019, 9:32:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r250 r268 15 15 OnKeyUp = FormKeyUp 16 16 OnShow = FormShow 17 LCLVersion = '1.8. 2.0'17 LCLVersion = '1.8.4.0' 18 18 WindowState = wsMaximized 19 19 object ToolBar1: TToolBar … … 146 146 Caption = '-' 147 147 end 148 object MenuItem33: TMenuItem 149 Action = AMapGridVisible 150 end 148 151 object MenuItem21: TMenuItem 149 152 Action = AToolBarVisible … … 218 221 OnExecute = AStatusBarVisibleExecute 219 222 end 223 object AMapGridVisible: TAction 224 Caption = 'Map grid visible' 225 OnExecute = AMapGridVisibleExecute 226 end 220 227 end 221 228 object PopupMenuToolbar: TPopupMenu
Note:
See TracChangeset
for help on using the changeset viewer.