|
@@ -168,6 +168,7 @@ object BGLFrame: TBGLFrame
|
|
|
Ctl3D = False
|
|
|
DataField = 'Pos_Reason'
|
|
|
ParentCtl3D = False
|
|
|
+ ScrollBars = ssVertical
|
|
|
TabOrder = 0
|
|
|
OnExit = dbmPos_ReasonExit
|
|
|
end
|
|
@@ -180,6 +181,7 @@ object BGLFrame: TBGLFrame
|
|
|
Ctl3D = False
|
|
|
DataField = 'Direction'
|
|
|
ParentCtl3D = False
|
|
|
+ ScrollBars = ssVertical
|
|
|
TabOrder = 1
|
|
|
OnExit = dbmPos_ReasonExit
|
|
|
end
|