diff --git a/Configuration/GlobalAssemblyInfo.cs b/Configuration/GlobalAssemblyInfo.cs
index b419fcf15..abed297fa 100644
--- a/Configuration/GlobalAssemblyInfo.cs
+++ b/Configuration/GlobalAssemblyInfo.cs
@@ -15,7 +15,7 @@ internal static class RevisionClass
public const string Major = "3";
public const string Minor = "4";
public const string Build = "2";
- public const string Revision = "2037";
+ public const string Revision = "2038";
public const string MainVersion = Major + "." + Minor;
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
diff --git a/Configuration/Version.defs b/Configuration/Version.defs
index e28ea4a4c..7672de197 100644
--- a/Configuration/Version.defs
+++ b/Configuration/Version.defs
@@ -1,4 +1,4 @@
-%COREVERSION%=2
-%REVISION%=2037
%MINOR%=4
+%REVISION%=2038
+%COREVERSION%=2
%MAJOR%=3
diff --git a/PABCNetHelp/PABCUnits/WPFObjects/Files/Class BoundedObjectWPF.html b/PABCNetHelp/PABCUnits/WPFObjects/Files/Class BoundedObjectWPF.html
index a51006566..bfdd6d4be 100644
--- a/PABCNetHelp/PABCUnits/WPFObjects/Files/Class BoundedObjectWPF.html
+++ b/PABCNetHelp/PABCUnits/WPFObjects/Files/Class BoundedObjectWPF.html
@@ -21,5 +21,96 @@
Декоратор включения границы объекта
function WithNoBorder: BoundedObjectWPF;
property Bounds: GRect;
+property Center: Point;
+property Color: GColor;
+property FontColor: Color;
+property FontName: string;
+property FontSize: real;
+property Height: real;
+property Left: real;
+property LeftBottom: Point;
+property LeftTop: Point;
+property Number: integer;
+property RightBottom: Point;
+property RightTop: Point;
+property RotateAngle: real;
+property ScaledHeight: real;
+property ScaledSize: GSize;
+property ScaledWidth: real;
+property ScaleFactor: real;
+property Size: GSize;
+property Text: string;
+property TextAlignment: Alignment;
+property Top: real;
+property Visible: boolean;
+property Width: real;
+procedure AddChild(ch: ObjectWPF; al: Alignment := Alignment.LeftTop);
+procedure AnimMoveEnd;
+procedure AnimMoveOn(a,b: real; sec: real := 1);
+procedure AnimMoveTo(x,y: real; sec: real := 1);
+procedure AnimRotate(a: real; sec: real := 1);
+procedure AnimScale(a: real; sec: real := 1);
+procedure DeleteChild(ch: ObjectWPF);
+procedure Destroy;
+procedure Move; virtual;
+procedure MoveForward(r: real);
+procedure MoveOn(a,b: real);
+procedure MoveTo(x,y: real);
+procedure Rotate(a: real);
+procedure Scale(r: real);
+procedure ToBack;
+procedure ToFront;
+function Intersects(ob: ObjectWPF): boolean;
+function WithRotate(da: real): ObjectWPF;
+function WithText(txt: string; size: real := 16; fontname: string := 'Arial'; c: GColor := Colors.Black): ObjectWPF;
+