Наследование 2

This commit is contained in:
Igor I
2024-03-25 20:27:33 +05:00
parent beea8a48e8
commit dd0a3f17ea
3 changed files with 13 additions and 5 deletions

View File

@ -1373,6 +1373,8 @@ class TWin
{
constructor(dialog,path)
{
this.uid=getUID(); //Уникальныйидентификатор
this.dialog=dialog; //Показывать окно как диалог (без возможности изменения размеров)
if(typeof path !== 'undefined')
this.path=path;
@ -1399,7 +1401,6 @@ class TWin
this.ca=null;
this.co=null;
this.shadow = false; //Показывать ли тень вокруг окошка
this.uid=getUID(); //Уникальныйидентификатор
this.pBarCnt=0; //Прогресс бар
this.pBarDiv=null; //Прогресс бар