Changeset 249 for trunk/Forms/UFormClient.lfm
- Timestamp:
- Sep 22, 2018, 9:37:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormClient.lfm
r245 r249 124 124 Caption = 'Toolbar big icons' 125 125 OnExecute = AToolBarBigIconsExecute 126 OnUpdate = AToolBarBigIconsUpdate 126 127 end 127 128 object AToolBarVisible: TAction 128 129 Caption = 'Toolbar visible' 129 130 OnExecute = AToolBarVisibleExecute 131 OnUpdate = AToolBarVisibleUpdate 130 132 end 131 133 object AStatusBarVisible: TAction 132 134 Caption = 'Statusbar visible' 133 135 OnExecute = AStatusBarVisibleExecute 136 OnUpdate = AStatusBarVisibleUpdate 134 137 end 135 138 object AGameEndTurn: TAction
Note:
See TracChangeset
for help on using the changeset viewer.