1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
object TechTreeDlg: TTechTreeDlg
Left = 1162
Top = 481
Cursor = crCross
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
OnCreate = FormCreate
OnDestroy = FormDestroy
OnMouseDown = FormMouseDown
OnMouseMove = FormMouseMove
OnMouseUp = FormMouseUp
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 16
object CloseBtn: TButtonB
Left = 568
Top = 16
Width = 25
Height = 25
Cursor = crArrow
Down = False
Permanent = False
OnClick = CloseBtnClick
ButtonIndex = 0
end
end
|