Ignore:
Timestamp:
Mar 29, 2019, 11:26:28 AM (5 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/UFormServer.lfm

    r288 r295  
    11object FormServer: TFormServer
    22  Left = 691
    3   Height = 252
     3  Height = 210
    44  Top = 389
    5   Width = 484
     5  Width = 403
    66  Caption = 'Server'
    7   ClientHeight = 252
    8   ClientWidth = 484
    9   DesignTimePPI = 144
     7  ClientHeight = 210
     8  ClientWidth = 403
     9  DesignTimePPI = 120
    1010  OnShow = FormShow
    1111  LCLVersion = '2.0.0.4'
    1212  object Label1: TLabel
    13     Left = 12
    14     Height = 26
    15     Top = 24
    16     Width = 56
     13    Left = 10
     14    Height = 20
     15    Top = 20
     16    Width = 43
    1717    Caption = 'Name:'
    1818    ParentColor = False
     
    2020  end
    2121  object EditName: TEdit
    22     Left = 163
    23     Height = 43
    24     Top = 17
    25     Width = 281
     22    Left = 136
     23    Height = 28
     24    Top = 14
     25    Width = 234
    2626    ParentFont = False
    2727    TabOrder = 0
    2828  end
    2929  object Label2: TLabel
    30     Left = 12
    31     Height = 26
    32     Top = 72
    33     Width = 74
     30    Left = 10
     31    Height = 20
     32    Top = 60
     33    Width = 56
    3434    Caption = 'Address:'
    3535    ParentColor = False
     
    3737  end
    3838  object EditAddress: TEdit
    39     Left = 163
    40     Height = 43
    41     Top = 64
    42     Width = 283
     39    Left = 136
     40    Height = 28
     41    Top = 53
     42    Width = 236
    4343    ParentFont = False
    4444    TabOrder = 1
    4545  end
    4646  object Label3: TLabel
    47     Left = 12
    48     Height = 26
    49     Top = 120
    50     Width = 41
     47    Left = 10
     48    Height = 20
     49    Top = 100
     50    Width = 30
    5151    Caption = 'Port:'
    5252    ParentColor = False
     
    5454  end
    5555  object SpinEdit1: TSpinEdit
    56     Left = 163
    57     Height = 43
    58     Top = 112
    59     Width = 116
     56    Left = 136
     57    Height = 28
     58    Top = 93
     59    Width = 97
    6060    MaxValue = 65535
    6161    ParentFont = False
     
    6363  end
    6464  object ButtonCancel: TButton
    65     Left = 288
    66     Height = 37
    67     Top = 186
    68     Width = 113
     65    Left = 240
     66    Height = 31
     67    Top = 155
     68    Width = 94
    6969    Caption = 'Cancel'
    7070    ModalResult = 2
     
    7373  end
    7474  object ButtonOk: TButton
    75     Left = 96
    76     Height = 37
    77     Top = 186
    78     Width = 113
     75    Left = 80
     76    Height = 31
     77    Top = 155
     78    Width = 94
    7979    Caption = 'OK'
    8080    ModalResult = 1
Note: See TracChangeset for help on using the changeset viewer.