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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user