Implemented the first version of the report settings to help compensate for the screen resolution dependence the PDF engines seem to have.
This commit is contained in:
@@ -175,6 +175,12 @@
|
||||
<Compile Include="FrmRegisterAdSpecial.Designer.cs">
|
||||
<DependentUpon>FrmRegisterAdSpecial.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmReportSettings.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmReportSettings.Designer.cs">
|
||||
<DependentUpon>FrmReportSettings.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Holiday.cs" />
|
||||
<Compile Include="Inventory.cs" />
|
||||
<Compile Include="Invoice.cs" />
|
||||
@@ -255,6 +261,9 @@
|
||||
<EmbeddedResource Include="FrmRegisterAdSpecial.resx">
|
||||
<DependentUpon>FrmRegisterAdSpecial.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmReportSettings.resx">
|
||||
<DependentUpon>FrmReportSettings.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="NewModifyRecord.resx">
|
||||
<DependentUpon>NewModifyRecord.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user