Changeset 310 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Aug 18, 2021, 4:02:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r304 r310 15 15 OnKeyUp = FormKeyUp 16 16 OnShow = FormShow 17 LCLVersion = '2.0.2.0' 18 WindowState = wsMaximized 17 LCLVersion = '2.0.12.0' 19 18 object ToolBar1: TToolBar 20 19 Left = 0 … … 46 45 end 47 46 object ToolButton5: TToolButton 48 Left = 17 347 Left = 171 49 48 Top = 2 50 49 Action = Core.ASettings 51 50 end 52 51 object ToolButton9: TToolButton 53 Left = 16 752 Left = 166 54 53 Height = 32 55 54 Top = 2 … … 57 56 end 58 57 object ToolButton11: TToolButton 59 Left = 10 358 Left = 102 60 59 Top = 2 61 60 Action = Core.AGameLoad 62 61 end 63 62 object ToolButton12: TToolButton 64 Left = 13 563 Left = 134 65 64 Top = 2 66 65 Action = Core.AGameSave 67 66 end 68 67 object ToolButton13: TToolButton 69 Left = 20 568 Left = 203 70 69 Top = 2 71 70 Action = Core.AExit … … 90 89 object MainMenu1: TMainMenu 91 90 Images = Core.ImageListSmall 92 left = 22493 top = 4891 Left = 224 92 Top = 48 94 93 object MenuItem1: TMenuItem 95 94 Caption = 'Game' … … 210 209 Interval = 20 211 210 OnTimer = Timer1Timer 212 left = 128213 top = 263211 Left = 128 212 Top = 263 214 213 end 215 214 object ActionList1: TActionList 216 215 Images = Core.ImageListSmall 217 left = 280218 top = 152216 Left = 280 217 Top = 152 219 218 object AToolBarBigIcons: TAction 220 219 Caption = 'Toolbar big icons' … … 239 238 end 240 239 object PopupMenuToolbar: TPopupMenu 241 left = 452242 top = 98240 Left = 452 241 Top = 98 243 242 object MenuItem18: TMenuItem 244 243 Action = AToolBarBigIcons
Note:
See TracChangeset
for help on using the changeset viewer.