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/UFormGameSystems.lfm

    r278 r295  
    11object FormGameSystems: TFormGameSystems
    22  Left = 779
    3   Height = 360
     3  Height = 300
    44  Top = 236
    5   Width = 480
     5  Width = 400
    66  Caption = 'Game systems'
    7   ClientHeight = 360
    8   ClientWidth = 480
    9   DesignTimePPI = 144
     7  ClientHeight = 300
     8  ClientWidth = 400
     9  DesignTimePPI = 120
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '1.8.4.0'
     14  LCLVersion = '2.0.0.4'
    1515  object ListView1: TListView
    1616    Left = 0
    17     Height = 321
     17    Height = 268
    1818    Top = 0
    19     Width = 480
     19    Width = 400
    2020    Align = alClient
    2121    Columns = <   
    2222      item
    2323        Caption = 'Name'
    24         Width = 465
     24        Width = 388
    2525      end>
    2626    MultiSelect = True
    2727    OwnerData = True
     28    ParentFont = False
    2829    PopupMenu = PopupMenu1
    2930    ReadOnly = True
     
    3839  object ToolBar1: TToolBar
    3940    Left = 0
    40     Height = 39
    41     Top = 321
    42     Width = 480
     41    Top = 268
     42    Width = 400
    4343    Align = alBottom
    4444    Images = Core.ImageListSmall
     45    ParentFont = False
    4546    TabOrder = 1
    4647    object ToolButton1: TToolButton
     
    5051    end
    5152    object ToolButton2: TToolButton
    52       Left = 36
     53      Left = 30
    5354      Top = 2
    5455      Action = AModify
    5556    end
    5657    object ToolButton3: TToolButton
    57       Left = 71
     58      Left = 59
    5859      Top = 2
    5960      Action = ARemove
    6061    end
    6162    object ToolButton4: TToolButton
    62       Left = 106
     63      Left = 88
    6364      Top = 2
    6465      Action = AClone
     
    6768  object ActionList1: TActionList
    6869    Images = Core.ImageListSmall
    69     left = 207
    70     top = 163
     70    left = 173
     71    top = 136
    7172    object AAdd: TAction
    7273      Caption = 'Add'
     
    9697  object PopupMenu1: TPopupMenu
    9798    Images = Core.ImageListSmall
    98     left = 352
    99     top = 160
     99    left = 293
     100    top = 133
    100101    object MenuItem1: TMenuItem
    101102      Action = AAdd
Note: See TracChangeset for help on using the changeset viewer.