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

    r272 r295  
    11object FormMove: TFormMove
    22  Left = 435
    3   Height = 278
     3  Height = 232
    44  Top = 153
    5   Width = 421
     5  Width = 351
    66  ActiveControl = ButtonOk
    77  Caption = 'Move'
    8   ClientHeight = 278
    9   ClientWidth = 421
    10   Constraints.MinHeight = 278
    11   Constraints.MinWidth = 421
    12   DesignTimePPI = 144
     8  ClientHeight = 232
     9  ClientWidth = 351
     10  Constraints.MinHeight = 232
     11  Constraints.MinWidth = 351
     12  DesignTimePPI = 120
    1313  OnClose = FormClose
    1414  OnCreate = FormCreate
     
    1616  OnShow = FormShow
    1717  Position = poMainFormCenter
    18   LCLVersion = '1.8.4.0'
     18  LCLVersion = '2.0.0.4'
    1919  object SpinEditOnce: TSpinEdit
    20     Left = 208
    21     Height = 43
    22     Top = 40
    23     Width = 98
     20    Left = 173
     21    Height = 28
     22    Top = 33
     23    Width = 82
    2424    OnChange = SpinEditOnceChange
    2525    OnKeyPress = FormKeyPress
     26    ParentFont = False
    2627    TabOrder = 0
    2728  end
    2829  object Label1: TLabel
    29     Left = 16
    30     Height = 26
    31     Top = 40
    32     Width = 49
     30    Left = 13
     31    Height = 20
     32    Top = 33
     33    Width = 37
    3334    Caption = 'Once:'
    3435    ParentColor = False
     36    ParentFont = False
    3537  end
    3638  object ButtonOk: TButton
    37     Left = 296
    38     Height = 38
    39     Top = 224
    40     Width = 100
     39    Left = 247
     40    Height = 32
     41    Top = 187
     42    Width = 83
    4143    Caption = 'Ok'
    4244    Default = True
    4345    ModalResult = 1
     46    ParentFont = False
    4447    TabOrder = 1
    4548  end
    4649  object ButtonCancel: TButton
    47     Left = 176
    48     Height = 38
    49     Top = 224
    50     Width = 100
     50    Left = 147
     51    Height = 32
     52    Top = 187
     53    Width = 83
    5154    Caption = 'Cancel'
    5255    ModalResult = 2
     56    ParentFont = False
    5357    TabOrder = 2
    5458  end
    5559  object Label2: TLabel
    56     Left = 24
    57     Height = 26
    58     Top = 136
    59     Width = 91
     60    Left = 20
     61    Height = 20
     62    Top = 113
     63    Width = 68
    6064    Caption = 'Every turn:'
    6165    ParentColor = False
     66    ParentFont = False
    6267  end
    6368  object SpinEditRepeat: TSpinEdit
    64     Left = 208
    65     Height = 43
    66     Top = 128
    67     Width = 98
     69    Left = 173
     70    Height = 28
     71    Top = 107
     72    Width = 82
    6873    OnChange = SpinEditRepeatChange
    6974    OnKeyPress = FormKeyPress
     75    ParentFont = False
    7076    TabOrder = 3
    7177  end
    7278  object TrackBarOnce: TTrackBar
    73     Left = 88
    74     Height = 58
    75     Top = 80
    76     Width = 245
     79    Left = 73
     80    Height = 48
     81    Top = 67
     82    Width = 205
    7783    OnChange = TrackBarOnceChange
    7884    PageSize = 1
     
    8187    Anchors = [akTop, akLeft, akRight]
    8288    OnKeyPress = FormKeyPress
     89    ParentFont = False
    8390    TabOrder = 4
    8491  end
    8592  object TrackBarRepeat: TTrackBar
    86     Left = 96
    87     Height = 58
    88     Top = 168
    89     Width = 231
     93    Left = 80
     94    Height = 48
     95    Top = 140
     96    Width = 193
    9097    OnChange = TrackBarRepeatChange
    9198    PageSize = 1
     
    94101    Anchors = [akTop, akLeft, akRight]
    95102    OnKeyPress = FormKeyPress
     103    ParentFont = False
    96104    TabOrder = 5
    97105  end
    98106  object ButtonOnceMin: TButton
    99     Left = 8
    100     Height = 38
    101     Top = 88
    102     Width = 80
     107    Left = 7
     108    Height = 32
     109    Top = 73
     110    Width = 67
    103111    Caption = 'Min'
    104112    OnClick = ButtonOnceMinClick
     113    ParentFont = False
    105114    TabOrder = 6
    106115  end
    107116  object ButtonOnceMax: TButton
    108     Left = 333
    109     Height = 38
    110     Top = 88
    111     Width = 80
     117    Left = 277
     118    Height = 32
     119    Top = 73
     120    Width = 67
    112121    Anchors = [akTop, akRight]
    113122    Caption = 'Max'
    114123    OnClick = ButtonOnceMaxClick
     124    ParentFont = False
    115125    TabOrder = 7
    116126  end
    117127  object ButtonRepeatMin: TButton
    118     Left = 8
    119     Height = 38
    120     Top = 176
    121     Width = 80
     128    Left = 7
     129    Height = 32
     130    Top = 147
     131    Width = 67
    122132    Caption = 'Min'
    123133    OnClick = ButtonRepeatMinClick
     134    ParentFont = False
    124135    TabOrder = 8
    125136  end
    126137  object ButtonRepeatMax: TButton
    127     Left = 333
    128     Height = 38
    129     Top = 176
    130     Width = 80
     138    Left = 277
     139    Height = 32
     140    Top = 147
     141    Width = 67
    131142    Anchors = [akTop, akRight]
    132143    Caption = 'Max'
    133144    OnClick = ButtonRepeatMaxClick
     145    ParentFont = False
    134146    TabOrder = 9
    135147  end
    136148  object Label3: TLabel
    137     Left = 16
    138     Height = 26
    139     Top = 8
    140     Width = 135
     149    Left = 13
     150    Height = 20
     151    Top = 7
     152    Width = 106
    141153    Caption = 'Win probability:'
    142154    ParentColor = False
     155    ParentFont = False
    143156  end
    144157  object LabelWinProbability: TLabel
    145     Left = 264
    146     Height = 26
    147     Top = 8
    148     Width = 15
     158    Left = 220
     159    Height = 20
     160    Top = 7
     161    Width = 12
    149162    Caption = '   '
    150163    ParentColor = False
     164    ParentFont = False
    151165  end
    152166  object ButtonRemove: TButton
    153     Left = 48
    154     Height = 38
    155     Top = 224
    156     Width = 100
     167    Left = 40
     168    Height = 32
     169    Top = 187
     170    Width = 83
    157171    Caption = 'Delete'
    158172    OnClick = ButtonRemoveClick
     173    ParentFont = False
    159174    TabOrder = 10
    160175  end
Note: See TracChangeset for help on using the changeset viewer.