Ignore:
Timestamp:
Mar 29, 2019, 11:26:28 AM (6 years ago)
Author:
chronos
Message:
  • Modified: .lrt files replaced by .lrj.
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        88backup
        99xtactics.exe
        10 *.lrj
         10*.lrt
  • trunk/Forms

    • Property svn:ignore deleted
  • trunk/Forms/UFormClient.lfm

    r265 r295  
    77  ClientHeight = 621
    88  ClientWidth = 775
    9   DesignTimePPI = 144
     9  DesignTimePPI = 120
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
     
    1313  OnKeyUp = FormKeyUp
    1414  OnShow = FormShow
    15   LCLVersion = '1.8.4.0'
     15  LCLVersion = '2.0.0.4'
    1616  WindowState = wsMaximized
    1717  object StatusBar1: TStatusBar
     
    2222    Panels = <   
    2323      item
    24         Width = 200
     24        Width = 167
    2525      end   
    2626      item
    27         Width = 150
     27        Width = 125
    2828      end   
    2929      item
    30         Width = 100
     30        Width = 83
    3131      end>
     32    ParentFont = False
    3233    SimplePanel = False
    3334  end
     
    3637    Height = 593
    3738    Top = 0
    38     Width = 32
     39    Width = 27
    3940    Align = alLeft
    40     ButtonHeight = 32
    41     ButtonWidth = 32
     41    ButtonHeight = 27
     42    ButtonWidth = 27
    4243    Images = Core.ImageListSmall
     44    ParentFont = False
    4345    ParentShowHint = False
    4446    PopupMenu = PopupMenuToolbar
     
    5254    object ToolButton6: TToolButton
    5355      Left = 1
    54       Top = 71
     56      Top = 61
    5557      Action = AZoomIn
    5658    end
    5759    object ToolButton7: TToolButton
    5860      Left = 1
    59       Top = 103
     61      Top = 88
    6062      Action = AZoomOut
    6163    end
    6264    object ToolButton8: TToolButton
    6365      Left = 1
    64       Top = 135
     66      Top = 115
    6567      Action = AZoomAll
    6668    end
    6769    object ToolButton9: TToolButton
    6870      Left = 1
    69       Top = 66
    70       Width = 32
     71      Top = 56
     72      Width = 27
    7173      AutoSize = True
    7274      Style = tbsDivider
     
    7476    object ToolButton1: TToolButton
    7577      Left = 1
    76       Top = 34
     78      Top = 29
    7779      Action = ASurrender
    7880    end
    7981  end
    8082  object PaintBox1: TPaintBox
    81     Left = 32
     83    Left = 27
    8284    Height = 593
    8385    Top = 0
    84     Width = 743
     86    Width = 748
    8587    Align = alClient
     88    ParentFont = False
    8689    OnMouseDown = PaintBox1MouseDown
    8790    OnMouseLeave = PaintBox1MouseLeave
     
    9699    Interval = 20
    97100    OnTimer = Timer1Timer
    98     left = 160
    99     top = 160
     101    left = 133
     102    top = 133
    100103  end
    101104  object ActionList1: TActionList
    102105    Images = Core.ImageListSmall
    103     left = 280
    104     top = 152
     106    left = 233
     107    top = 127
    105108    object AZoomIn: TAction
    106109      Caption = 'Zoom in'
     
    149152  end
    150153  object PopupMenuToolbar: TPopupMenu
    151     left = 452
    152     top = 98
     154    left = 377
     155    top = 82
    153156    object MenuItem18: TMenuItem
    154157      Action = AToolBarBigIcons
Note: See TracChangeset for help on using the changeset viewer.