Skip to content

Commit

Permalink
Релиз 2_7_0_0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyahy committed Mar 19, 2024
1 parent 0925154 commit 6346c49
Show file tree
Hide file tree
Showing 10 changed files with 2,785 additions and 2,175 deletions.
4 changes: 2 additions & 2 deletions OneScriptForms/OneScriptForms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Можно задать все значения или принять номера сборки и редакции по умолчанию
// используя "*", как показано ниже:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.6.0.0")]
[assembly: AssemblyFileVersion("2.6.0.0")]
[assembly: AssemblyVersion("2.7.0.0")]
[assembly: AssemblyFileVersion("2.7.0.0")]
12 changes: 6 additions & 6 deletions OneScriptForms/OneScriptForms/SpecialFolder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,18 +149,18 @@ public int Personal
get { return m_personal; }
}

[ContextProperty("МойКомпьютер", "MyComputer")]
public int MyComputer
{
get { return m_myComputer; }
}

[ContextProperty("МоиРисунки", "MyPictures")]
public int MyPictures
{
get { return m_myPictures; }
}

[ContextProperty("МойКомпьютер", "MyComputer")]
public int MyComputer
{
get { return m_myComputer; }
}

[ContextProperty("МояМузыка", "MyMusic")]
public int MyMusic
{
Expand Down
3 changes: 3 additions & 0 deletions docs/OneScriptFormsru/Hierarchy.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ <H4 class=dtH4>Иерархия&nbsp;пространства&nbsp;имен</H4>
<li><A href="OneScriptForms.PictureBoxSizeMode.html">РежимРазмераПоляКартинки (PictureBoxSizeMode)</A></li>
<li><A href="OneScriptForms.DrawMode.html">РежимРисования (DrawMode)</A></li>
<li><A href="OneScriptForms.DataGridViewColumnSortMode.html">РежимСортировки (DataGridViewColumnSortMode)</A></li>
<li><A href="OneScriptForms.TextMode.html">РежимТекста (TextMode)</A></li>
<li><A href="OneScriptForms.DataGridViewRowHeadersWidthSizeMode.html">РежимШириныЗаголовковСтрок (DataGridViewRowHeadersWidthSizeMode)</A></li>
<li><A href="OneScriptForms.DialogResult.html">РезультатДиалога (DialogResult)</A></li>
<li><A href="OneScriptForms.MaskedTextResultHint.html">РезультатМаски (MaskedTextResultHint)</A></li>
Expand Down Expand Up @@ -103,6 +104,7 @@ <H4 class=dtH4>Иерархия&nbsp;пространства&nbsp;имен</H4>
<li><A href="OneScriptForms.DataGridViewTriState.html">ТриСостояния (DataGridViewTriState)</A></li>
<li><A href="OneScriptForms.NotifyFilters.html">ФильтрыУведомления (NotifyFilters)</A></li>
<li><A href="OneScriptForms.MouseFlags.html">ФлагиМыши (MouseFlags)</A></li>
<li><A href="OneScriptForms.ProgressShape.html">ФормаИндикатора (ProgressShape)</A></li>
<li><A href="OneScriptForms.RichTextBoxFinds.html">ФорматированноеПолеВводаПоиск (RichTextBoxFinds)</A></li>
<li><A href="OneScriptForms.RichTextBoxStreamType.html">ФорматированноеПолеВводаТипыПотоков (RichTextBoxStreamType)</A></li>
<li><A href="OneScriptForms.MaskFormat.html">ФорматМаски (MaskFormat)</A></li>
Expand Down Expand Up @@ -246,6 +248,7 @@ <H4 class=dtH4>Иерархия&nbsp;пространства&nbsp;имен</H4>
<li><A href="OneScriptForms.RadioButton.html">Переключатель (RadioButton)</A></li>
<li><A href="OneScriptForms.CheckBox.html">Флажок (CheckBox)</A></li>
</ul>
<li><A href="OneScriptForms.CircularProgressBar.html">КольцевойИндикатор (CircularProgressBar)</A></li>
</li>
<li><A href="OneScriptForms.Label.html">Надпись (Label)</A>
<ul><li><A href="OneScriptForms.LinkLabel.html">НадписьСсылка (LinkLabel)</A></li>
Expand Down
4,346 changes: 2,184 additions & 2,162 deletions docs/OneScriptFormsru/contents.htm

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions docs/OneScriptFormsru/contents.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,30 @@ dTree.prototype.closeAll = function()
this.oAll(false);
};

function mes2(nId, bSelect, bFirst)
{
if (!bFirst)
{
for (var n=0; n<this.aNodes.length; n++)
{
if (this.aNodes[n].id == nId)
{
nId=n;
break;
}
}
}
var cn=this.aNodes[nId];
if (cn.pid==this.root.id || !cn._p) return;
cn._io = true;
cn._is = bSelect;
if (this.completed && cn._hc) this.nodeStatus(true, cn._ai, cn._ls);
if (this.completed && bSelect) this.s(cn._ai);
else if (bSelect) this._sn=cn._ai;
this.openTo(cn._p._ai, false, true);
};


// Outputs the tree to the page
dTree.prototype.toString = function()
{
Expand Down
2 changes: 1 addition & 1 deletion docs/OneScriptFormsru/contentsstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
}
.dtree .clip {
overflow: hidden;
}
}
10 changes: 9 additions & 1 deletion docs/OneScriptFormsru/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
<HTML><HEAD><TITLE>OneScriptForms</TITLE></HEAD><FRAMESET border=4 cols="400, *"><FRAME name=left marginWidth=5 marginHeight=5 src="contents.htm" ><FRAME name=body marginWidth=5 marginHeight=5 src="" ></FRAMESET></HTML>
<HTML>
<HEAD>
<TITLE>OneScriptForms</TITLE>
</HEAD>
<FRAMESET border=4 cols="400, *">
<FRAME name=left marginWidth=5 marginHeight=5 src="contents.htm" >
<FRAME name=body marginWidth=5 marginHeight=5 src="" >
</FRAMESET>
</HTML>
18 changes: 17 additions & 1 deletion docs/down.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,28 @@
<p style="margin-left: 40px;">Справку к предыдущим версиям можно найти в каталоге ..\OneScriptFormsru\, скачав соответствующий релиз с <a href="https://github.com/ahyahy/OneScriptForms" target="_blank">GitHub.</a></p>

<hr style="border-color: lightgray; margin-left: 40px; margin-right: 40px;">
<p style="margin-left: 40px;">Версия 2.6.0.0 -&nbsp;<a href="OneScriptForms2_6_0_0.zip"><big><span style="font-weight: bold;"><button>скачать</button></span></big></a></p>
<p style="margin-left: 40px;">Версия 2.7.0.0 -&nbsp;<a href="OneScriptForms2_7_0_0.zip"><big><span style="font-weight: bold;"><button>скачать</button></span></big></a></p>
<div style="margin-left: 40px;"></div>
<div style="margin-left: 40px;">
<details><summary>Описание</summary>
<div style="margin-left: 40px;">
Изменения: <B></B>
<br>&nbsp;&nbsp;&nbsp;- Устранена ошибка потери фокуса формой при использовании диалога открытия файла.
<br>&nbsp;&nbsp;&nbsp;- Добавлен класс - <B>КольцевойИндикатор&nbsp;(CircularProgressBar)</B>
<br>&nbsp;&nbsp;&nbsp;- Добавлено перечисление - <B>ФормаИндикатора&nbsp;(ProgressShape)</B>
<br>&nbsp;&nbsp;&nbsp;- Добавлено перечисление - <B>РежимТекста&nbsp;(TextMode)</B>
<br>&nbsp;&nbsp;&nbsp;- Изменения в тексте справки.
</div>
</details>
</div>

<hr style="border-color: lightgray; margin-left: 40px; margin-right: 40px;">
<p style="margin-left: 40px;">Версия 2.6.0.0 -&nbsp;<a href="OneScriptForms2_6_0_0.zip"><big><span style="font-weight: bold;"><button>скачать</button></span></big></a></p>
<div style="margin-left: 40px;"></div>
<div style="margin-left: 40px;">
<details><summary>Описание</summary>
<div style="margin-left: 40px;">
Изменения:
<br>&nbsp;&nbsp;&nbsp;- Добавлена возможность перебора курсоров в классе <B>Курсоры&nbsp;(Cursors)</B> с помощью оператора цикла Для Каждого
<br>&nbsp;&nbsp;&nbsp;- Добавлена возможность перебора значений перечислений с помощью оператора цикла Для Каждого
<br>&nbsp;&nbsp;&nbsp;- Исправлена работа свойства <B>КолонкаКартинка.Картинка&nbsp;(DataGridViewImageColumn.Bitmap)</B>
Expand Down
Loading

0 comments on commit 6346c49

Please sign in to comment.