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

    r287 r295  
    11object FormPlayers: TFormPlayers
    22  Left = 566
    3   Height = 354
     3  Height = 295
    44  Top = 293
    5   Width = 682
     5  Width = 568
    66  Caption = 'Players'
    7   ClientHeight = 354
    8   ClientWidth = 682
    9   DesignTimePPI = 144
     7  ClientHeight = 295
     8  ClientWidth = 568
     9  DesignTimePPI = 120
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
     
    1515  object ListView1: TListView
    1616    Left = 0
    17     Height = 315
     17    Height = 263
    1818    Top = 0
    19     Width = 682
     19    Width = 568
    2020    Align = alClient
    2121    Columns = <   
    2222      item
    2323        Caption = 'Name'
    24         Width = 200
     24        Width = 167
    2525      end   
    2626      item
    2727        Caption = 'Type'
    28         Width = 100
     28        Width = 83
    2929      end   
    3030      item
    3131        Caption = 'Color'
    32         Width = 80
     32        Width = 67
    3333      end   
    3434      item
    3535        Caption = 'Nation'
    36         Width = 100
     36        Width = 83
    3737      end   
    3838      item
    3939        Caption = 'Start units'
    40         Width = 187
     40        Width = 156
    4141      end>
    4242    MultiSelect = True
    4343    OwnerData = True
     44    ParentFont = False
    4445    PopupMenu = PopupMenu1
    4546    ReadOnly = True
     
    5657  object ToolBar1: TToolBar
    5758    Left = 0
    58     Height = 39
    59     Top = 315
    60     Width = 682
     59    Top = 263
     60    Width = 568
    6161    Align = alBottom
    6262    Images = Core.ImageListSmall
     63    ParentFont = False
    6364    TabOrder = 1
    6465    object ToolButton1: TToolButton
     
    6869    end
    6970    object ToolButton2: TToolButton
    70       Left = 36
     71      Left = 30
    7172      Top = 2
    7273      Action = AModify
    7374    end
    7475    object ToolButton3: TToolButton
    75       Left = 71
     76      Left = 59
    7677      Top = 2
    7778      Action = ARemove
    7879    end
    7980    object ToolButton4: TToolButton
    80       Left = 106
     81      Left = 88
    8182      Top = 2
    8283      Action = AClone
     
    8586  object ActionList1: TActionList
    8687    Images = Core.ImageListSmall
    87     left = 207
    88     top = 163
     88    left = 173
     89    top = 136
    8990    object AAdd: TAction
    9091      Caption = 'Add'
     
    114115  object PopupMenu1: TPopupMenu
    115116    Images = Core.ImageListSmall
    116     left = 352
    117     top = 160
     117    left = 293
     118    top = 133
    118119    object MenuItem1: TMenuItem
    119120      Action = AAdd
Note: See TracChangeset for help on using the changeset viewer.