Changeset 576 for trunk/LocalPlayer/TechTree.lfm
- Timestamp:
- May 17, 2024, 9:21:22 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/TechTree.lfm
r575 r576 1 1 object TechTreeDlg: TTechTreeDlg 2 Cursor = 3 2 3 Left = 1162 4 Height = 482 5 Top = 481 3 6 Width = 611 4 Top = 4815 Height = 4826 Cursor = 37 7 BorderIcons = [] 8 8 BorderStyle = bsNone … … 19 19 Position = poDefault 20 20 Scaled = False 21 OnClose = FormClose 21 22 OnCreate = FormCreate 22 23 OnDestroy = FormDestroy 24 OnKeyDown = FormKeyDown 23 25 OnKeyUp = FormKeyUp 24 26 OnMouseDown = FormMouseDown … … 30 32 TextHeight = 16 31 33 object CloseBtn: TButtonB 34 Cursor = crArrow 32 35 Left = 568 36 Height = 25 33 37 Top = 16 34 38 Width = 25 35 Height = 2536 Cursor = crArrow37 39 Down = False 38 40 Permanent = False … … 40 42 ButtonIndex = 0 41 43 end 44 object TimerKeyPressed: TTimer 45 Enabled = False 46 Interval = 250 47 OnTimer = TimerKeyPressedTimer 48 Left = 177 49 Top = 180 50 end 42 51 end
Note:
See TracChangeset
for help on using the changeset viewer.