Changeset 100 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Dec 26, 2014, 8:10:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r97 r100 5 5 Width = 775 6 6 Caption = 'xTactics' 7 ClientHeight = 59 27 ClientHeight = 595 8 8 ClientWidth = 775 9 9 Menu = MainMenu1 … … 18 18 object StatusBar1: TStatusBar 19 19 Left = 0 20 Height = 2 921 Top = 56 320 Height = 26 21 Top = 569 22 22 Width = 775 23 23 Panels = < … … 35 35 object ToolBar1: TToolBar 36 36 Left = 0 37 Height = 56 337 Height = 569 38 38 Top = 0 39 39 Width = 40 … … 73 73 object ToolButton6: TToolButton 74 74 Left = 1 75 Top = 1 7275 Top = 194 76 76 Action = AZoomIn 77 77 end 78 78 object ToolButton7: TToolButton 79 79 Left = 1 80 Top = 2 0480 Top = 226 81 81 Action = AZoomOut 82 82 end 83 83 object ToolButton8: TToolButton 84 84 Left = 1 85 Top = 2 3685 Top = 258 86 86 Action = AZoomAll 87 87 end 88 88 object ToolButton9: TToolButton 89 89 Left = 1 90 Height = 32 90 91 Top = 162 91 92 Width = 32 … … 94 95 object ToolButton10: TToolButton 95 96 Left = 1 96 Top = 268 97 Height = 32 98 Top = 290 97 99 Width = 32 98 100 Style = tbsSeparator … … 100 102 object ToolButton11: TToolButton 101 103 Left = 1 102 Top = 278104 Top = 322 103 105 Action = Core.AGameLoad 104 106 end 105 107 object ToolButton12: TToolButton 106 108 Left = 1 107 Top = 3 10109 Top = 354 108 110 Action = Core.AGameSave 109 111 end 110 112 object ToolButton13: TToolButton 111 113 Left = 1 112 Top = 3 42114 Top = 386 113 115 Action = Core.AExit 114 116 end … … 116 118 object PaintBox1: TPaintBox 117 119 Left = 40 118 Height = 56 3120 Height = 569 119 121 Top = 0 120 122 Width = 735 121 123 Align = alClient 122 124 OnMouseDown = PaintBox1MouseDown 125 OnMouseLeave = PaintBox1MouseLeave 123 126 OnMouseMove = PaintBox1MouseMove 124 127 OnMouseUp = PaintBox1MouseUp 125 OnMouseLeave = PaintBox1MouseLeave126 128 OnMouseWheelDown = PaintBox1MouseWheelDown 127 129 OnMouseWheelUp = PaintBox1MouseWheelUp
Note:
See TracChangeset
for help on using the changeset viewer.