mirror of
http://gitlab.expertsoft.com.ua/git/expertcad
synced 2026-01-11 17:25:39 +02:00
50 lines
1.2 KiB
Plaintext
50 lines
1.2 KiB
Plaintext
object F_ProjectManager: TF_ProjectManager
|
|
Left = 397
|
|
Top = 178
|
|
Width = 220
|
|
Height = 412
|
|
AlphaBlend = True
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSizeToolWin
|
|
BorderWidth = 2
|
|
Caption = #1052#1077#1085#1077#1076#1078#1077#1088' '#1087#1088#1086#1077#1082#1090#1086#1074
|
|
Color = clWhite
|
|
DefaultMonitor = dmDesktop
|
|
DragKind = dkDock
|
|
DragMode = dmAutomatic
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
OldCreateOrder = False
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnEndDock = FormEndDock
|
|
OnPaint = FormPaint
|
|
OnShow = FormShow
|
|
OnStartDock = FormStartDock
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object tvPrjManager: TTreeView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 212
|
|
Height = 385
|
|
Align = alClient
|
|
BorderStyle = bsNone
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = [fsBold]
|
|
Indent = 19
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
OnClick = tvPrjManagerClick
|
|
end
|
|
end
|