chore: 首次簽入 Thinkyu ASP.NET 專案

- 加入 Visual Studio / ASP.NET .gitignore
- 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
This commit is contained in:
2026-09-10 09:42:37 +08:00
commit 577060bc78
2496 changed files with 501389 additions and 0 deletions
+221
View File
@@ -0,0 +1,221 @@
<?xml version="1.0" encoding="utf-8" ?>
<pageDefine xmlns="http://www.wellan.com.tw/PageDefine.xsd">
<webParts>
<webPart name="FMBPSN"
url="forms/worker/fmBpsn.ascx"/>
<webPart name="FMRASN"
url="forms/customer/fmRasn.ascx"/>
<webPart name="FMRASNYER"
url="forms/customer/fmRasnYer.ascx"/>
<webPart name="FMBPSNRPAR"
url="forms/worker/fmBpsnRpar.ascx"/>
<webPart name="FMBPSNRASC"
url="forms/worker/fmBpsnRasc.ascx"/>
<webPart name="FMRPAR"
url="forms/worker/fmRpar.ascx"/>
<webPart name="FMRPARWORKER"
url="forms/worker/fmRparWorker.ascx"/>
<webPart name="FMRSAJ"
url="forms/worker/fmRsaj.ascx"/>
<webPart name="FMRPIR"
url="forms/worker/fmRpir.ascx"/>
<webPart name="FMBPSNP"
url="forms/worker/UNBPSNP.ascx"/>
<webPart name="FMSSMS"
url="forms/worker/fmSsms.ascx"/>
<webPart name="FMROWK"
url="forms/worker/fmRowk.ascx"/>
<webPart name="FMSENDSS"
url="forms/worker/fmSendSalaryStrip.ascx"/>
<webPart name="FMBPSL"
url="forms/worker/fmBpsl.ascx"/>
<webPart name="FMRYER"
url="forms/worker/fmRyer.ascx"/>
<webPart name="FMRBSA"
url="forms/worker/fmRbsa.ascx"/>
<webPart name="FMRTME"
url="forms/worker/fmRTME.ascx"/>
<webPart name="FMBCUS"
url="forms/customer/fmBcus.ascx"/>
<webPart name="FMBPRJ"
url="forms/customer/fmBprj.ascx"/>
<webPart name="FMBPAA"
url="forms/customer/fmBpaa.ascx"/>
<webPart name="FMBPAASUB"
url="forms/customer/fmBpaaSub.ascx"/>
<webPart name="FMBPAB"
url="forms/customer/fmBpab.ascx"/>
<webPart name="FMBPABBIG"
url="forms/customer/fmBpabBig.ascx"/>
<webPart name="FMBPABSMALL"
url="forms/customer/fmBpabSmall.ascx"/>
<webPart name="FMBPJA"
url="forms/customer/fmBpja.ascx"/>
<webPart name="FMBPJB"
url="forms/customer/fmBpjb.ascx"/>
<webPart name="FMRPFEPRE"
url="forms/customer/fmRpfePre.ascx"/>
<webPart name="FMRPFE"
url="forms/customer/fmRpfe.ascx"/>
<webPart name="FMBPRM"
url="forms/customer/fmBprm.ascx"/>
<webPart name="FMSALERYCALC"
url="forms/summary/fmSalaryCalc.ascx"/>
<webPart name="FMSSMS"
url="forms/worker/fmSsms.ascx"/>
<webPart name="FMBONUS"
url="forms/worker/fmBonus.ascx"/>
<webPart name="FMYEARREPORT"
url="forms/report/fmYearReport.ascx"/>
<webPart name="FMMGMTREPORT"
url="forms/report/fmMgmtReport.ascx"/>
<webPart name="FMCARDREPORT"
url="forms/report/fmCardReport.ascx"/>
<webPart name="FMCARDDAILYREPORT"
url="forms/report/fmCardDailyReport.ascx"/>
<webPart name="FMTEST"
url="forms/test/Test.ascx"/>
<webPart name="FMBHRD"
url="forms/basedata/fmBhrd.ascx"/>
<webPart name="FMBPAP"
url="forms/basedata/fmBPAP.ascx"/>
<webPart name="FMBPSE"
url="forms/basedata/fmBPSE.ascx"/>
<webPart name="FMBTME"
url="forms/basedata/fmBTME.ascx"/>
<webPart name="FMPUNCHCARD"
url="forms/punchcard/fmPunchCard.ascx"/>
<webPart name="FMCARDSEARCH"
url="forms/punchcard/fmCardSearch.ascx"/>
<webPart name="FMBSGP"
url="forms/flow/fmBSGP.ascx"/>
<webPart name="FMSIGN"
url="forms/flow/fmSign.ascx"/>
<webPart name="FMMESSAGE"
url="forms/message/MessageWriter.ascx"/>
<webPart name="DOWNLOAD"
url="forms/report/fmDownload.ascx"/>
</webParts>
<forwards>
<forward name="FMBCUS">
<destination command="BPRJ"
webPart="FMBPRJ"/>
</forward>
<forward name="FMBPRJ">
<destination command="BPAA"
webPart="FMBPAA"/>
<destination command="BCUS"
webPart="FMBCUS"/>
<destination command="BPRM"
webPart="FMBPRM"/>
</forward>
<forward name="FMBPRM">
<destination command="BPRJ"
webPart="FMBPRJ"/>
</forward>
<forward name="FMBPAA">
<destination command="BPRJ"
webPart="FMBPRJ"/>
<destination command="BPAB"
webPart="FMBPABBIG"/>
<destination command="BPJA"
webPart="FMBPJA"/>
<destination command="BPAASUB"
webPart="FMBPAASUB"/>
</forward>
<forward name="FMBPAASUB">
<destination command="BPAA"
webPart="FMBPAA"/>
</forward>
<forward name="FMBPABBIG">
<destination command="BPAA"
webPart="FMBPAA"/>
<destination command="SMALL"
webPart="FMBPABSMALL"/>
<destination command="DETAIL"
webPart="FMBPAB"/>
</forward>
<forward name="FMBPABSMALL">
<destination command="BPAA"
webPart="FMBPAA"/>
<destination command="BIG"
webPart="FMBPABBIG"/>
<destination command="DETAIL"
webPart="FMBPAB"/>
</forward>
<forward name="FMBPAB">
<destination command="BPAA"
webPart="FMBPAA"/>
<destination command="SMALL"
webPart="FMBPABSMALL"/>
<destination command="BIG"
webPart="FMBPABBIG"/>
</forward>
<forward name="FMBPJA">
<destination command="BPAA"
webPart="FMBPAA"/>
<destination command="BPJB"
webPart="FMBPJB"/>
</forward>
<forward name="FMBPJB">
<destination command="BPRJ"
webPart="FMBPRJ"/>
<destination command="BPJA"
webPart="FMBPJA"/>
</forward>
<forward name="FMRASNYER">
<destination command="BPRJ"
webPart="FMBPRJ"/>
<destination command="RASN"
webPart="FMRASN"/>
</forward>
<forward name="FMRASN">
<destination command="BPRJ"
webPart="FMBPRJ"/>
<destination command="RASN"
webPart="FMRASN"/>
</forward>
<forward name="FMRPFE">
<destination command="RPFE"
webPart="FMRPFE"/>
</forward>
<forward name="FMRSAJ">
<destination command="RSAJ"
webPart="FMRSAJ"/>
</forward>
<forward name="FMSALERYCALC">
<destination command="SALERYCALC"
webPart="FMSALERYCALC"/>
</forward>
<forward name="FMRPAR">
<destination command="RPAR"
webPart="FMRPAR"/>
</forward>
<forward name="FMRPARWORKER">
<destination command="RPAR"
webPart="FMRPARWORKER"/>
</forward>
<forward name="FMROWK">
<destination command="ROWK"
webPart="FMROWK"/>
</forward>
<forward name="FMSENDSS">
<destination command="SENDSS"
webPart="FMSENDSS"/>
</forward>
<forward name="FMRPIR">
<destination command="RPIB"
webPart="FMRPIR"/>
<destination command="RPIBSEARCH"
webPart="FMRPIR"/>
<destination command="RPIR"
webPart="FMRPIR"/>
<destination command="BPSN"
webPart="FMBPSN"/>
</forward>
<forward name="FMBPSN">
<destination command="RPIR"
webPart="FMRPIR"/>
</forward>
</forwards>
</pageDefine>