sc 2 years ago
parent
commit
163f3e650a
  1. 7
      Flow_Document/PRINT_D.xaml
  2. 4
      formula_manage.csproj

7
Flow_Document/PRINT_D.xaml

@ -0,0 +1,7 @@
<FlowDocument xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:local="clr-namespace:formula_manage.Flow_Document"
ColumnWidth="400" FontSize="14" FontFamily="Georgia">
<Paragraph>
</Paragraph>
</FlowDocument>

4
formula_manage.csproj

@ -212,6 +212,10 @@
<Compile Include="Windows\Stuff.xaml.cs"> <Compile Include="Windows\Stuff.xaml.cs">
<DependentUpon>Stuff.xaml</DependentUpon> <DependentUpon>Stuff.xaml</DependentUpon>
</Compile> </Compile>
<Page Include="Flow_Document\PRINT_D.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Help.xaml"> <Page Include="Help.xaml">
<SubType>Designer</SubType> <SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>

Loading…
Cancel
Save