This commit is contained in:
f1iwq2
2022-04-16 17:08:47 +02:00
parent b28f369c59
commit 34b3b07d99
12 changed files with 263 additions and 86 deletions

View File

@@ -20,7 +20,6 @@ object FormTCO: TFormTCO
OnCreate = FormCreate
OnDockOver = FormDockOver
OnKeyDown = FormKeyDown
OnResize = FormResize
DesignSize = (
1123
656)
@@ -108,7 +107,7 @@ object FormTCO: TFormTCO
HorzScrollBar.Tracking = True
VertScrollBar.Smooth = True
VertScrollBar.Tracking = True
Anchors = [akLeft, akTop, akRight]
Anchors = [akLeft, akTop, akRight, akBottom]
BevelEdges = [beLeft, beTop, beRight]
Color = clBtnFace
ParentColor = False