Ignore:
Timestamp:
Dec 26, 2014, 8:10:40 PM (10 years ago)
Author:
chronos
Message:
  • Added: Support for autogeneration of bridges between separated areas.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r97 r100  
    55  Width = 775
    66  Caption = 'xTactics'
    7   ClientHeight = 592
     7  ClientHeight = 595
    88  ClientWidth = 775
    99  Menu = MainMenu1
     
    1818  object StatusBar1: TStatusBar
    1919    Left = 0
    20     Height = 29
    21     Top = 563
     20    Height = 26
     21    Top = 569
    2222    Width = 775
    2323    Panels = <   
     
    3535  object ToolBar1: TToolBar
    3636    Left = 0
    37     Height = 563
     37    Height = 569
    3838    Top = 0
    3939    Width = 40
     
    7373    object ToolButton6: TToolButton
    7474      Left = 1
    75       Top = 172
     75      Top = 194
    7676      Action = AZoomIn
    7777    end
    7878    object ToolButton7: TToolButton
    7979      Left = 1
    80       Top = 204
     80      Top = 226
    8181      Action = AZoomOut
    8282    end
    8383    object ToolButton8: TToolButton
    8484      Left = 1
    85       Top = 236
     85      Top = 258
    8686      Action = AZoomAll
    8787    end
    8888    object ToolButton9: TToolButton
    8989      Left = 1
     90      Height = 32
    9091      Top = 162
    9192      Width = 32
     
    9495    object ToolButton10: TToolButton
    9596      Left = 1
    96       Top = 268
     97      Height = 32
     98      Top = 290
    9799      Width = 32
    98100      Style = tbsSeparator
     
    100102    object ToolButton11: TToolButton
    101103      Left = 1
    102       Top = 278
     104      Top = 322
    103105      Action = Core.AGameLoad
    104106    end
    105107    object ToolButton12: TToolButton
    106108      Left = 1
    107       Top = 310
     109      Top = 354
    108110      Action = Core.AGameSave
    109111    end
    110112    object ToolButton13: TToolButton
    111113      Left = 1
    112       Top = 342
     114      Top = 386
    113115      Action = Core.AExit
    114116    end
     
    116118  object PaintBox1: TPaintBox
    117119    Left = 40
    118     Height = 563
     120    Height = 569
    119121    Top = 0
    120122    Width = 735
    121123    Align = alClient
    122124    OnMouseDown = PaintBox1MouseDown
     125    OnMouseLeave = PaintBox1MouseLeave
    123126    OnMouseMove = PaintBox1MouseMove
    124127    OnMouseUp = PaintBox1MouseUp
    125     OnMouseLeave = PaintBox1MouseLeave
    126128    OnMouseWheelDown = PaintBox1MouseWheelDown
    127129    OnMouseWheelUp = PaintBox1MouseWheelUp
Note: See TracChangeset for help on using the changeset viewer.