Skip to content

Commit

Permalink
Upgraded to v.5.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Proektsoftbg committed Aug 16, 2022
1 parent 4112feb commit 5e25c3d
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Calcpad.Core/Calcpad.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>latest</LangVersion>
<RootNamespace>Calcpad.Core</RootNamespace>
<OutputType>Library</OutputType>
<Version>5.8.1</Version>
<Version>5.8.2</Version>
<Authors>Nedelcho Ganchovski</Authors>
<Company>Proektsoft EOOD</Company>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Calcpad.OpenXml/Calcpad.OpenXml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>latest</LangVersion>
<RootNamespace>Calcpad.OpenXml</RootNamespace>
<OutputType>Library</OutputType>
<Version>5.8.1</Version>
<Version>5.8.2</Version>
<Authors>Nedelcho Ganchovski</Authors>
<Company>Proektsoft EOOD</Company>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Calcpad.Wpf/Calcpad.wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>Nedelcho Ganchovski</Authors>
<RootNamespace>Calcpad.Wpf</RootNamespace>
<Platforms>AnyCPU</Platforms>
<Version>5.8.1</Version>
<Version>5.8.2</Version>
<Authors>Nedelcho Ganchovski</Authors>
<Company>Proektsoft EOOD</Company>
<PackageId>Calcpad</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion Calcpad.Wpf/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Calcpad.Wpf.MainWindow"
Closing="Window_Closing"
Title=" Calcpad 5.8.1"
Title=" Calcpad 5.8.2"
Height="800"
Width="1200"
WindowStartupLocation="CenterScreen"
Expand Down
28 changes: 28 additions & 0 deletions Examples/Html UI.cpd
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
'Cross section: <select name="section">
'<option value="100;150">RHS 100x150</option>
'<option value="150;200">RHS 150x200</option>
'<option value="200;250">RHS 200x250</option>
'</select>
'<p id="section"> Dimensions:'b = ? ','h = ? '</p>

'<p>Steel grade:
'<input name="steel" type="radio" id="S235" value="235" >
'<label for="S235">S235</label>
'<input name="steel" type="radio" id="S275" value="275" >
'<label for="S275">S275</label>
'<input name="steel" type="radio" id="S355" value="355" >
'<label for="S355">S355</label></p>
'<p id="steel" style="display:none;">'f_y = ? '</p>
'Steel yield strength:'f_y

'Additional options:
'<p><input name="Rolled" type="checkbox" id="roll" value="1" >
'<label for="roll">Hot rolled</label></p>
'<p><input name="Zn" type="checkbox" id="zink" value="1" >
'<label for="Zn">Zink plated</label></p>
'<p id="Rolled" style="display:none;">'Rolled = ? '</p>
'<p id="Zn" style="display:none;">'Zinc = ? '</p>
'Values:
Rolled
Zinc
0 0 0 0 0
Binary file modified Setup/calcpad-setup-en-x64.exe
Binary file not shown.

0 comments on commit 5e25c3d

Please sign in to comment.