object TechTreeDlg: TTechTreeDlg Cursor = 3 Left = 1162 Height = 482 Top = 481 Width = 611 BorderIcons = [] BorderStyle = bsNone ClientHeight = 482 ClientWidth = 611 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poDefault Scaled = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnKeyUp = FormKeyUp OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove OnMouseUp = FormMouseUp OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object CloseBtn: TButtonB Cursor = crArrow Left = 568 Height = 25 Top = 16 Width = 25 Down = False Permanent = False OnClick = CloseBtnClick ButtonIndex = 0 end object TimerKeyPressed: TTimer Enabled = False Interval = 250 OnTimer = TimerKeyPressedTimer Left = 177 Top = 180 end end