リビジョン 148
未使用変数削除(ただし、m_CloseingProcessOn、m_ParentEndは、外部のクラスで参照しているため削除しない)
| branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/Request/RequestInput/FrmRequestInputAuxiliary.cs | ||
|---|---|---|
| 1718 | 1718 |
|
| 1719 | 1719 |
int trow = 30; |
| 1720 | 1720 |
|
| 1721 |
long lTotalAmount = 0; |
|
| 1722 | 1721 |
long lDepositAmount = 0; |
| 1723 | 1722 |
long lAdjustmentAmount = 0; |
| 1724 | 1723 |
long lGapAmount = 0; |
| branches/src/ProcessManagement/ProcessManagement/Forms/SubForms/FrmRequestPrint.cs | ||
|---|---|---|
| 91 | 91 |
private DateTime m_ExcuteDate = DateTime.Now; |
| 92 | 92 |
|
| 93 | 93 |
/// <summary> |
| 94 |
/// 実行進捗状態 |
|
| 95 |
/// </summary> |
|
| 96 |
private int m_ProgressStatus = 9; |
|
| 97 |
|
|
| 98 |
/// <summary> |
|
| 99 | 94 |
/// 日付印刷 |
| 100 | 95 |
/// </summary> |
| 101 | 96 |
private bool m_bDatePrintFlg = true; |
| ... | ... | |
| 146 | 141 |
private string m_SelectSaveExcel = ""; |
| 147 | 142 |
|
| 148 | 143 |
/// <summary> |
| 149 |
/// 印刷選択請求書受付番号インデックス |
|
| 150 |
/// </summary> |
|
| 151 |
private int m_SelectOrderIndex = 0; |
|
| 152 |
|
|
| 153 |
/// <summary> |
|
| 154 | 144 |
/// 請求書No |
| 155 | 145 |
/// </summary> |
| 156 | 146 |
private int m_nInvoiceNo = 0; |
| branches/src/ProcessManagement/ProcessManagement/ProcessManagement.csproj | ||
|---|---|---|
| 14 | 14 |
<TargetFrameworkProfile> |
| 15 | 15 |
</TargetFrameworkProfile> |
| 16 | 16 |
<FileAlignment>512</FileAlignment> |
| 17 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
| 18 |
<PublishUrl>publish\</PublishUrl> |
|
| 19 |
<Install>true</Install> |
|
| 20 |
<InstallFrom>Disk</InstallFrom> |
|
| 21 |
<UpdateEnabled>false</UpdateEnabled> |
|
| 22 |
<UpdateMode>Foreground</UpdateMode> |
|
| 23 |
<UpdateInterval>7</UpdateInterval> |
|
| 24 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
| 25 |
<UpdatePeriodically>false</UpdatePeriodically> |
|
| 26 |
<UpdateRequired>false</UpdateRequired> |
|
| 27 |
<MapFileExtensions>true</MapFileExtensions> |
|
| 28 |
<ApplicationRevision>0</ApplicationRevision> |
|
| 29 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
| 30 |
<UseApplicationTrust>false</UseApplicationTrust> |
|
| 31 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
| 17 | 32 |
</PropertyGroup> |
| 18 | 33 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
| 19 | 34 |
<PlatformTarget>x86</PlatformTarget> |
| ... | ... | |
| 292 | 307 |
<Compile Include="Forms\DataEntry\CostomerRegist\PrintFormat.cs"> |
| 293 | 308 |
<SubType>Form</SubType> |
| 294 | 309 |
</Compile> |
| 295 |
<Compile Include="Forms\DataEntry\CreateConstructionList\CreateConstructionList.cs" /> |
|
| 296 | 310 |
<Compile Include="Forms\DataEntry\DepExpenssList\FrmDepExpenssList.cs"> |
| 297 | 311 |
<SubType>Form</SubType> |
| 298 | 312 |
</Compile> |
| ... | ... | |
| 546 | 560 |
<Compile Include="Forms\DataEntry\Proceedings\ProcessControl.cs"> |
| 547 | 561 |
<SubType>Form</SubType> |
| 548 | 562 |
</Compile> |
| 549 |
<Compile Include="Forms\DataEntry\DRTransport\FrmDRTransporttAuxiliary.cs"> |
|
| 550 |
<SubType>Form</SubType> |
|
| 551 |
</Compile> |
|
| 552 |
<Compile Include="Forms\DataEntry\DRTransport\FrmDRTransport.cs"> |
|
| 553 |
<SubType>Form</SubType> |
|
| 554 |
</Compile> |
|
| 555 |
<Compile Include="Forms\DataEntry\DRTransport\FrmDRTransport.Designer.cs"> |
|
| 556 |
<DependentUpon>FrmDRTransport.cs</DependentUpon> |
|
| 557 |
</Compile> |
|
| 558 | 563 |
<Compile Include="Forms\DataEntry\PurchaseOrderStatus\FrmPurchaseOrderStatus.cs"> |
| 559 | 564 |
<SubType>Form</SubType> |
| 560 | 565 |
</Compile> |
| ... | ... | |
| 1337 | 1342 |
<EmbeddedResource Include="Forms\DataEntry\Proceedings\FrmProceedings.resx"> |
| 1338 | 1343 |
<DependentUpon>FrmProceedings.cs</DependentUpon> |
| 1339 | 1344 |
</EmbeddedResource> |
| 1340 |
<EmbeddedResource Include="Forms\DataEntry\DRTransport\FrmDRTransport.resx"> |
|
| 1341 |
<DependentUpon>FrmDRTransport.cs</DependentUpon> |
|
| 1342 |
</EmbeddedResource> |
|
| 1343 | 1345 |
<EmbeddedResource Include="Forms\DataEntry\PurchaseOrderEntry\FrmOrderEntryList.resx"> |
| 1344 | 1346 |
<DependentUpon>FrmOrderEntryList.cs</DependentUpon> |
| 1345 | 1347 |
</EmbeddedResource> |
| ... | ... | |
| 1667 | 1669 |
</None> |
| 1668 | 1670 |
</ItemGroup> |
| 1669 | 1671 |
<ItemGroup> |
| 1670 |
<Folder Include="Forms\SystemFrm\" /> |
|
| 1671 | 1672 |
<Folder Include="Utility\" /> |
| 1672 | 1673 |
</ItemGroup> |
| 1673 | 1674 |
<ItemGroup> |
| ... | ... | |
| 1695 | 1696 |
<Content Include="Resources\kanriIcon.ico" /> |
| 1696 | 1697 |
<Content Include="rinen.jpg" /> |
| 1697 | 1698 |
</ItemGroup> |
| 1699 |
<ItemGroup> |
|
| 1700 |
<BootstrapperPackage Include=".NETFramework,Version=v4.5"> |
|
| 1701 |
<Visible>False</Visible> |
|
| 1702 |
<ProductName>Microsoft .NET Framework 4.5 %28x86 および x64%29</ProductName> |
|
| 1703 |
<Install>true</Install> |
|
| 1704 |
</BootstrapperPackage> |
|
| 1705 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
|
| 1706 |
<Visible>False</Visible> |
|
| 1707 |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
|
| 1708 |
<Install>false</Install> |
|
| 1709 |
</BootstrapperPackage> |
|
| 1710 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
| 1711 |
<Visible>False</Visible> |
|
| 1712 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
| 1713 |
<Install>false</Install> |
|
| 1714 |
</BootstrapperPackage> |
|
| 1715 |
</ItemGroup> |
|
| 1698 | 1716 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 1699 | 1717 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 1700 | 1718 |
Other similar extension points exist, see Microsoft.Common.targets. |
他の形式にエクスポート: Unified diff