Ignore:
Timestamp:
May 17, 2024, 9:21:22 AM (4 months ago)
Author:
chronos
Message:
  • Added: Move tech tree form with pressed arrow keys for longer time.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/TechTree.lfm

    r575 r576  
    11object TechTreeDlg: TTechTreeDlg
     2  Cursor = 3
    23  Left = 1162
     4  Height = 482
     5  Top = 481
    36  Width = 611
    4   Top = 481
    5   Height = 482
    6   Cursor = 3
    77  BorderIcons = []
    88  BorderStyle = bsNone
     
    1919  Position = poDefault
    2020  Scaled = False
     21  OnClose = FormClose
    2122  OnCreate = FormCreate
    2223  OnDestroy = FormDestroy
     24  OnKeyDown = FormKeyDown
    2325  OnKeyUp = FormKeyUp
    2426  OnMouseDown = FormMouseDown
     
    3032  TextHeight = 16
    3133  object CloseBtn: TButtonB
     34    Cursor = crArrow
    3235    Left = 568
     36    Height = 25
    3337    Top = 16
    3438    Width = 25
    35     Height = 25
    36     Cursor = crArrow
    3739    Down = False
    3840    Permanent = False
     
    4042    ButtonIndex = 0
    4143  end
     44  object TimerKeyPressed: TTimer
     45    Enabled = False
     46    Interval = 250
     47    OnTimer = TimerKeyPressedTimer
     48    Left = 177
     49    Top = 180
     50  end
    4251end
Note: See TracChangeset for help on using the changeset viewer.