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

    r290 r295  
    11object FormItem: TFormItem
    22  Left = 570
    3   Height = 360
     3  Height = 300
    44  Top = 429
    5   Width = 480
     5  Width = 400
    66  Caption = 'Item'
    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  LCLVersion = '2.0.0.4'
    1515  object ButtonOk: TButton
    16     Left = 89
    17     Height = 38
    18     Top = 312
    19     Width = 113
     16    Left = 74
     17    Height = 32
     18    Top = 260
     19    Width = 94
    2020    Anchors = [akLeft, akBottom]
    2121    Caption = 'OK'
    2222    ModalResult = 1
    2323    OnClick = ButtonOkClick
     24    ParentFont = False
    2425    TabOrder = 0
    2526  end
    2627  object ButtonCancel: TButton
    27     Left = 264
    28     Height = 38
    29     Top = 312
    30     Width = 113
     28    Left = 220
     29    Height = 32
     30    Top = 257
     31    Width = 94
    3132    Anchors = [akLeft]
    3233    Caption = 'Cancel'
    3334    ModalResult = 2
     35    ParentFont = False
    3436    TabOrder = 1
    3537  end
Note: See TracChangeset for help on using the changeset viewer.