Skip to content

Commit

Permalink
Релиз 2.8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyahy committed Oct 23, 2024
1 parent c651d3a commit 3513d24
Show file tree
Hide file tree
Showing 96 changed files with 243 additions and 98 deletions.
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/AnchorStyles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClAnchorStyles()
public ClAnchorStyles()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Bottom));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/Appearance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClAppearance()
public ClAppearance()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Button));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/BorderStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClBorderStyle()
public ClBorderStyle()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Fixed3D));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/CharacterCasing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClCharacterCasing()
public ClCharacterCasing()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Lower));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/CheckState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClCheckState()
public ClCheckState()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Checked));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/CloseReason.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClCloseReason()
public ClCloseReason()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(ApplicationExitCall));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/ColorDepth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClColorDepth()
public ClColorDepth()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Depth16Bit));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/ColumnHeaderStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClColumnHeaderStyle()
public ClColumnHeaderStyle()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Clickable));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/ComboBoxStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClComboBoxStyle()
public ClComboBoxStyle()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(DropDown));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/ContentAlignment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClContentAlignment()
public ClContentAlignment()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(BottomCenter));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/ControlStyles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClControlStyles()
public ClControlStyles()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(AllPaintingInWmPaint));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataGridViewAutoSizeColumnMode()
public ClDataGridViewAutoSizeColumnMode()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(AllCells));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataGridViewAutoSizeColumnsMode()
public ClDataGridViewAutoSizeColumnsMode()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(AllCells));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataGridViewAutoSizeRowMode()
public ClDataGridViewAutoSizeRowMode()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(AllCells));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataGridViewAutoSizeRowsMode()
public ClDataGridViewAutoSizeRowsMode()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(AllCells));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataGridViewColumnHeadersHeightSizeMode()
public ClDataGridViewColumnHeadersHeightSizeMode()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(AutoSize));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataGridViewColumnSortMode()
public ClDataGridViewColumnSortMode()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Automatic));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataGridViewComboBoxDisplayStyle()
public ClDataGridViewComboBoxDisplayStyle()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(ComboBox));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataGridViewContentAlignment()
public ClDataGridViewContentAlignment()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(BottomCenter));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/DataGridViewGrouperStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataGridViewGrouperStyle()
public ClDataGridViewGrouperStyle()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(FirstLetter));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataGridViewImageCellLayout()
public ClDataGridViewImageCellLayout()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Normal));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataGridViewRowHeadersWidthSizeMode()
public ClDataGridViewRowHeadersWidthSizeMode()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(AutoSizeToAllHeaders));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/DataGridViewSelectionMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataGridViewSelectionMode()
public ClDataGridViewSelectionMode()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(CellSelect));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/DataGridViewTriState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataGridViewTriState()
public ClDataGridViewTriState()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(False));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/DataRowState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataRowState()
public ClDataRowState()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Added));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/DataType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDataType()
public ClDataType()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Boolean));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/Day.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDay()
public ClDay()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Default));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/DialogResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDialogResult()
public ClDialogResult()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Abort));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/DockStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDockStyle()
public ClDockStyle()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Bottom));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/DrawMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClDrawMode()
public ClDrawMode()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Normal));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/FlatStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClFlatStyle()
public ClFlatStyle()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Flat));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/FontStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClFontStyle()
public ClFontStyle()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Bold));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/FormBorderStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClFormBorderStyle()
public ClFormBorderStyle()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Fixed3D));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/FormStartPosition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClFormStartPosition()
public ClFormStartPosition()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(CenterParent));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/FormWindowState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClFormWindowState()
public ClFormWindowState()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Maximized));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/FormatDateTimePicker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClFormatDateTimePicker()
public ClFormatDateTimePicker()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Custom));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/FormsCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class FormsCollection : AutoContext<FormsCollection>, ICollectionContext,
{
private List<ClForm> _list;

internal FormsCollection()
public FormsCollection()
{
_list = new List<ClForm>();
}
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/GridItemType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClGridItemType()
public ClGridItemType()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(ArrayValue));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/GridLineStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClGridLineStyle()
public ClGridLineStyle()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Horizontal));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/HatchStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClHatchStyle()
public ClHatchStyle()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(BackwardDiagonal));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/HorizontalAlignment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClHorizontalAlignment()
public ClHorizontalAlignment()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Center));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/ImageLayout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClImageLayout()
public ClImageLayout()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Center));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/ImageScaleMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClImageScaleMode()
public ClImageScaleMode()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(AlwaysScale));
Expand Down
2 changes: 1 addition & 1 deletion OneScriptForms/OneScriptForms/InsertKeyMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IEnumerator<IValue> IEnumerable<IValue>.GetEnumerator()
}
}

internal ClInsertKeyMode()
public ClInsertKeyMode()
{
_list = new List<IValue>();
_list.Add(ValueFactory.Create(Default));
Expand Down
Loading

0 comments on commit 3513d24

Please sign in to comment.