B2023-093 Convert PROMS Word sections to the DOCX format if needed before Editing or Printing

This commit is contained in:
2023-09-13 14:27:38 -04:00
parent a923a597f3
commit ef3efe2380
7 changed files with 306 additions and 0 deletions

View File

@@ -95,6 +95,12 @@
<Compile Include="FlagEnumEditor.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="FrmPopupStatusMessage.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmPopupStatusMessage.Designer.cs">
<DependentUpon>FrmPopupStatusMessage.cs</DependentUpon>
</Compile>
<Compile Include="frmRtfEdit.cs">
<SubType>Form</SubType>
</Compile>
@@ -117,6 +123,9 @@
<Compile Include="VolianTimer.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="FrmPopupStatusMessage.resx">
<DependentUpon>FrmPopupStatusMessage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmRtfEdit.resx">
<DependentUpon>frmRtfEdit.cs</DependentUpon>
</EmbeddedResource>