Skip to content

Commit

Permalink
Checkpoint - I think this works.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoplectic1 committed Jul 13, 2023
1 parent d1aa7d2 commit a887c44
Show file tree
Hide file tree
Showing 9 changed files with 505 additions and 491 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified .vs/RFEOnSite/v17/.suo
Binary file not shown.
5 changes: 4 additions & 1 deletion RFEOnSite/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,14 @@
<value>False</value>
</setting>
<setting name="Persist_Preset" serializeAs="String">
<value/>
<value>Single</value>
</setting>
<setting name="Persist_2400State" serializeAs="String">
<value>False</value>
</setting>
<setting name="Persist_AutoNext" serializeAs="String">
<value>Enable</value>
</setting>
</RFE_OnSite.Properties.Settings>
</userSettings>
</configuration>
654 changes: 318 additions & 336 deletions RFEOnSite/Forms/Main Form/ApplicationMainForm.Designer.cs

Large diffs are not rendered by default.

315 changes: 163 additions & 152 deletions RFEOnSite/Forms/Main Form/ApplicationMainForm.cs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions RFEOnSite/Forms/Main Form/ApplicationMainForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,7 @@ Sweeps all Cellular Downlink Frequencies.</value>
<metadata name="StripStatusMainForm.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>231, 17</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>25</value>
</metadata>
</root>
14 changes: 13 additions & 1 deletion RFEOnSite/Properties/Settings.Designer.cs

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

5 changes: 4 additions & 1 deletion RFEOnSite/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="Persist_Preset" Type="System.String" Scope="User">
<Value Profile="(Default)" />
<Value Profile="(Default)">Single</Value>
</Setting>
<Setting Name="Persist_2400State" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="Persist_AutoNext" Type="System.String" Scope="User">
<Value Profile="(Default)">Enable</Value>
</Setting>
</Settings>
</SettingsFile>

0 comments on commit a887c44

Please sign in to comment.