Changeset 62 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Sep 26, 2014, 1:58:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r58 r62 16 16 WindowState = wsMaximized 17 17 object PaintBox1: TPaintBox 18 Left = 019 Height = 5 4720 Top = 3221 Width = 7 7518 Left = 40 19 Height = 579 20 Top = 0 21 Width = 735 22 22 Align = alClient 23 23 OnMouseDown = PaintBox1MouseDown … … 49 49 object ToolBar1: TToolBar 50 50 Left = 0 51 Height = 579 51 52 Top = 0 52 Width = 775 53 Width = 40 54 Align = alLeft 53 55 ButtonHeight = 32 54 56 ButtonWidth = 32 … … 64 66 end 65 67 object ToolButton2: TToolButton 66 Left = 3367 Top = 268 Left = 1 69 Top = 34 68 70 Action = Core.AGameEndTurn 69 71 end 70 72 object ToolButton3: TToolButton 71 Left = 6572 Top = 273 Left = 1 74 Top = 66 73 75 Action = Core.AGameEnd 74 76 end 75 77 object ToolButton4: TToolButton 76 Left = 9777 Top = 278 Left = 1 79 Top = 98 78 80 Action = Core.AGameRestart 79 81 end 80 82 object ToolButton5: TToolButton 81 Left = 1 2982 Top = 283 Left = 1 84 Top = 130 83 85 Action = Core.ASettings 84 86 end 85 87 object ToolButton6: TToolButton 86 Left = 1 7187 Top = 288 Left = 1 89 Top = 194 88 90 Action = AZoomIn 89 91 end 90 92 object ToolButton7: TToolButton 91 Left = 20392 Top = 2 93 Left = 1 94 Top = 226 93 95 Action = AZoomOut 94 96 end 95 97 object ToolButton8: TToolButton 96 Left = 23597 Top = 2 98 Left = 1 99 Top = 258 98 100 Action = AZoomAll 99 101 end 100 102 object ToolButton9: TToolButton 101 Left = 1 61102 Top = 2103 Width = 10103 Left = 1 104 Top = 162 105 Width = 32 104 106 Caption = 'ToolButton9' 105 107 Style = tbsSeparator
Note:
See TracChangeset
for help on using the changeset viewer.