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

    r290 r295  
    11object FormList: TFormList
    22  Left = 779
    3   Height = 360
     3  Height = 300
    44  Top = 236
    5   Width = 480
     5  Width = 400
    66  Caption = 'List'
    7   ClientHeight = 360
    8   ClientWidth = 480
    9   DesignTimePPI = 144
     7  ClientHeight = 300
     8  ClientWidth = 400
     9  DesignTimePPI = 120
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
     
    1414  object ListView1: TListView
    1515    Left = 0
    16     Height = 321
     16    Height = 268
    1717    Top = 0
    18     Width = 480
     18    Width = 400
    1919    Align = alClient
    2020    Columns = <   
    2121      item
    2222        Caption = 'Name'
    23         Width = 465
     23        Width = 388
    2424      end>
    2525    MultiSelect = True
    2626    OwnerData = True
     27    ParentFont = False
    2728    PopupMenu = PopupMenu1
    2829    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'
     
    9798  object PopupMenu1: TPopupMenu
    9899    Images = Core.ImageListSmall
    99     left = 352
    100     top = 160
     100    left = 293
     101    top = 133
    101102    object MenuItem1: TMenuItem
    102103      Action = AAdd
Note: See TracChangeset for help on using the changeset viewer.