Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaVlantis committed Sep 17, 2022
1 parent 0655fb0 commit 17a05eb
Show file tree
Hide file tree
Showing 13 changed files with 332 additions and 197 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .vs/EasyBus-Modbus Scanner/v17/.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions Home.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

512 changes: 317 additions & 195 deletions Home.cs

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions Home.resx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,15 @@
<metadata name="DataGridData.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="DataGridNumber.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="DataGridName.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="DataGridData.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="GCcall.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>338, 17</value>
</metadata>
Expand Down
4 changes: 4 additions & 0 deletions Setup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ private void Save_Click(object sender, EventArgs e)
Properties.Settings.Default.Function = comboBox1.SelectedIndex;
Properties.Settings.Default.Save();
//Properties.Settings.Default.Upgrade();
if (System.Windows.Forms.Application.OpenForms["Home"] != null)
{
(System.Windows.Forms.Application.OpenForms["Home"] as Home).UpdateDataGrid();
}
this.Close();
}

Expand Down
Binary file modified bin/Debug/EasyBus-Modbus Scanner.exe
Binary file not shown.
Binary file modified bin/Debug/EasyBus-Modbus Scanner.pdb
Binary file not shown.
Binary file modified obj/Debug/EasyBus-Modbus Scanner.csproj.GenerateResource.cache
Binary file not shown.
Binary file modified obj/Debug/EasyBus-Modbus Scanner.exe
Binary file not shown.
Binary file modified obj/Debug/EasyBus-Modbus Scanner.pdb
Binary file not shown.

0 comments on commit 17a05eb

Please sign in to comment.