Changeset 249 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Sep 22, 2018, 9:37:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r243 r249 1 1 object FormMain: TFormMain 2 Left = 8 012 Left = 826 3 3 Height = 621 4 Top = 3524 Top = 419 5 5 Width = 775 6 6 Caption = 'xTactics' 7 ClientHeight = 5 967 ClientHeight = 587 8 8 ClientWidth = 775 9 DesignTimePPI = 1 209 DesignTimePPI = 144 10 10 Menu = MainMenu1 11 11 OnActivate = FormActivate … … 79 79 object PanelMain: TPanel 80 80 Left = 0 81 Height = 5 5681 Height = 547 82 82 Top = 40 83 83 Width = 775 … … 147 147 end 148 148 object MenuItem22: TMenuItem 149 Caption = 'Statusbar visible'149 Action = AStatusBarVisible 150 150 end 151 151 object MenuItem26: TMenuItem … … 208 208 OnExecute = AToolBarVisibleExecute 209 209 end 210 object AStatusBarVisible: TAction 211 Caption = 'Status bar visible' 212 OnExecute = AStatusBarVisibleExecute 213 end 210 214 end 211 215 object PopupMenuToolbar: TPopupMenu
Note:
See TracChangeset
for help on using the changeset viewer.