Ignore:
Timestamp:
Jan 3, 2025, 11:20:28 PM (5 days ago)
Author:
chronos
Message:
  • Fixed: Map image was not always loaded and applied.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMove.lfm

    r373 r377  
    11object FormMove: TFormMove
    2   Left = 1104
    3   Height = 299
    4   Top = 604
    5   Width = 467
     2  Left = 938
     3  Height = 318
     4  Top = 539
     5  Width = 493
    66  ActiveControl = ButtonOk
    77  Caption = 'Move'
    8   ClientHeight = 299
    9   ClientWidth = 467
     8  ClientHeight = 318
     9  ClientWidth = 493
    1010  Constraints.MinHeight = 100
    1111  Constraints.MinWidth = 350
     
    1616  LCLVersion = '3.6.0.0'
    1717  object ButtonOk: TButton
    18     Left = 134
     18    Left = 160
    1919    Height = 38
    20     Top = 253
     20    Top = 272
    2121    Width = 100
    2222    Anchors = [akRight, akBottom]
     
    2828  end
    2929  object ButtonCancel: TButton
    30     Left = 246
     30    Left = 272
    3131    Height = 38
    32     Top = 253
     32    Top = 272
    3333    Width = 100
    3434    Anchors = [akRight, akBottom]
     
    3838    TabOrder = 1
    3939  end
    40   object LabelWinProbability: TLabel
    41     Left = 264
    42     Height = 26
    43     Top = 8
    44     Width = 15
    45     Caption = '   '
    46     ParentColor = False
    47     ParentFont = False
    48   end
    4940  object ButtonRemove: TButton
    50     Left = 358
     41    Left = 384
    5142    Height = 38
    52     Top = 253
     43    Top = 272
    5344    Width = 100
    5445    Anchors = [akRight, akBottom]
     
    6051  object ScrollBox1: TScrollBox
    6152    Left = 8
    62     Height = 231
     53    Height = 250
    6354    Top = 8
    64     Width = 451
     55    Width = 477
    6556    HorzScrollBar.Page = 298
    66     VertScrollBar.Page = 214
     57    VertScrollBar.Page = 222
    6758    Align = alTop
    6859    Anchors = [akTop, akLeft, akRight, akBottom]
    6960    BorderSpacing.Around = 8
    70     ClientHeight = 229
    71     ClientWidth = 449
     61    ClientHeight = 248
     62    ClientWidth = 475
    7263    TabOrder = 3
    7364    object Label3: TLabel
     
    8374      Left = 8
    8475      Height = 26
    85       Top = 48
     76      Top = 56
    8677      Width = 49
    8778      Caption = 'Once:'
     
    9283      Left = 200
    9384      Height = 43
    94       Top = 40
     85      Top = 48
    9586      Width = 98
    9687      OnChange = SpinEditOnceChange
     
    10293      Left = 8
    10394      Height = 38
    104       Top = 88
     95      Top = 96
    10596      Width = 80
    10697      Caption = 'Min'
     
    111102    object TrackBarOnce: TTrackBar
    112103      Left = 96
    113       Height = 58
    114       Top = 80
    115       Width = 256
     104      Height = 30
     105      Top = 104
     106      Width = 282
    116107      OnChange = TrackBarOnceChange
    117108      PageSize = 1
     
    124115    end
    125116    object ButtonOnceMax: TButton
    126       Left = 361
     117      Left = 387
    127118      Height = 38
    128       Top = 88
     119      Top = 96
    129120      Width = 80
    130121      Anchors = [akTop, akRight]
     
    135126    end
    136127    object ButtonRepeatMax: TButton
    137       Left = 361
     128      Left = 387
    138129      Height = 38
    139       Top = 176
     130      Top = 184
    140131      Width = 80
    141132      Anchors = [akTop, akRight]
     
    148139      Left = 200
    149140      Height = 43
    150       Top = 128
     141      Top = 136
    151142      Width = 98
    152143      OnChange = SpinEditRepeatChange
     
    158149      Left = 96
    159150      Height = 30
    160       Top = 180
    161       Width = 256
     151      Top = 188
     152      Width = 282
    162153      OnChange = TrackBarRepeatChange
    163154      PageSize = 1
     
    172163      Left = 8
    173164      Height = 38
    174       Top = 176
     165      Top = 184
    175166      Width = 80
    176167      Caption = 'Min'
     
    182173      Left = 8
    183174      Height = 26
    184       Top = 136
     175      Top = 144
    185176      Width = 90
    186177      Caption = 'Every turn:'
     
    188179      ParentFont = False
    189180    end
     181    object LabelWinProbability: TLabel
     182      Left = 264
     183      Height = 26
     184      Top = 8
     185      Width = 15
     186      Caption = '   '
     187      ParentColor = False
     188      ParentFont = False
     189    end
    190190  end
    191191end
Note: See TracChangeset for help on using the changeset viewer.