Changeset 34 for trunk/Forms
- Timestamp:
- Mar 5, 2014, 9:20:22 PM (11 years ago)
- Location:
- trunk/Forms
- Files:
-
- 9 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r33 r34 53 53 ButtonHeight = 32 54 54 ButtonWidth = 32 55 Images = Core.ImageList 155 Images = Core.ImageListSmall 56 56 ParentShowHint = False 57 ShowCaptions = True58 57 ShowHint = True 59 58 TabOrder = 1 … … 64 63 end 65 64 object ToolButton2: TToolButton 66 Left = 4565 Left = 33 67 66 Top = 2 68 67 Action = Core.AGameEndTurn 69 68 end 70 69 object ToolButton3: TToolButton 71 Left = 12070 Left = 65 72 71 Top = 2 73 72 Action = Core.AGameEnd 74 73 end 75 74 object ToolButton4: TToolButton 76 Left = 15775 Left = 97 77 76 Top = 2 78 77 Action = Core.AGameRestart 79 78 end 80 79 object ToolButton5: TToolButton 81 Left = 22180 Left = 129 82 81 Top = 2 83 82 Action = Core.ASettings … … 85 84 end 86 85 object MainMenu1: TMainMenu 87 Images = Core.ImageList 186 Images = Core.ImageListSmall 88 87 left = 72 89 88 top = 48
Note:
See TracChangeset
for help on using the changeset viewer.