1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-08-05 09:25:39 +00:00

Upgrade "discard changes" dialog

Was a yes/no MessageBox, now it's a three-way with the option to
save your changes before continuing.
This commit is contained in:
Andy McFadden
2018-11-03 14:34:05 -07:00
parent 5b1dde290a
commit a7e6b101c4
7 changed files with 319 additions and 36 deletions

View File

@@ -71,6 +71,12 @@
<Compile Include="AppForms\AboutBox.Designer.cs">
<DependentUpon>AboutBox.cs</DependentUpon>
</Compile>
<Compile Include="AppForms\DiscardChanges.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AppForms\DiscardChanges.Designer.cs">
<DependentUpon>DiscardChanges.cs</DependentUpon>
</Compile>
<Compile Include="AppForms\EditAppSettings.cs">
<SubType>Form</SubType>
</Compile>
@@ -269,6 +275,9 @@
<EmbeddedResource Include="AppForms\AboutBox.resx">
<DependentUpon>AboutBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="AppForms\DiscardChanges.resx">
<DependentUpon>DiscardChanges.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="AppForms\EditAppSettings.resx">
<DependentUpon>EditAppSettings.cs</DependentUpon>
</EmbeddedResource>