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
@@ -0,0 +1,57 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Site2.Master" AutoEventWireup="true" CodeBehind="領據資料作業.aspx.cs" Inherits="Education.Forms.領據系統.領據資料作業" %>
<%@ Register Assembly="WebLib" Namespace="WebLib" TagPrefix="weblib" %>
<%@ Register Src="~/Forms/領據系統/領據查詢.ascx" TagPrefix="uc1" TagName="領據查詢" %>
<%@ Register Src="~/Forms/領據系統/領據處理.ascx" TagPrefix="uc1" TagName="領據處理" %>
<%@ Register Src="~/Forms/領據系統/領據匯出匯入.ascx" TagPrefix="uc1" TagName="領據匯出匯入" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<!-- 從查詢頁帶表單編號給編輯頁 -->
<asp:HiddenField runat="server" ID="hid編號"></asp:HiddenField>
<!-- 保留查詢結果 -->
<asp:HiddenField runat="server" ID="hid計畫代號"></asp:HiddenField>
<asp:HiddenField runat="server" ID="hid計畫名稱"></asp:HiddenField>
<asp:HiddenField runat="server" ID="hid活動日期_1"></asp:HiddenField>
<asp:HiddenField runat="server" ID="hid活動日期_2"></asp:HiddenField>
<asp:HiddenField runat="server" ID="hid身分別"></asp:HiddenField>
<asp:HiddenField runat="server" ID="hid憑證類別"></asp:HiddenField>
<asp:HiddenField runat="server" ID="hid活動類別"></asp:HiddenField>
<asp:HiddenField runat="server" ID="hid付款方式"></asp:HiddenField>
<asp:HiddenField runat="server" ID="hid領款人姓名"></asp:HiddenField>
<asp:HiddenField runat="server" ID="hidCurrentPage"></asp:HiddenField>
<asp:HiddenField runat="server" ID="hidPageSize"></asp:HiddenField>
<asp:HiddenField runat="server" ID="hidIdList" />
<asp:HiddenField runat="server" ID="hidNavTotalPages" />
<asp:LinkButton ID="btnTab1" runat="server"
CssClass="tabButtonSelected">查詢</asp:LinkButton>
<asp:LinkButton ID="btnTab2" runat="server"
CssClass="tabButton">處理</asp:LinkButton>
<asp:LinkButton ID="btnTab3" runat="server"
CssClass="tabButton">匯入</asp:LinkButton>
<div style="border-top: solid 1px gray;">
<asp:MultiView ID="MultiView1" runat="server"
ActiveViewIndex="0">
<asp:View ID="View查詢" runat="server">
<uc1:領據查詢 runat="server" id="領據查詢" />
</asp:View>
<asp:View ID="View處理" runat="server">
<uc1:領據處理 runat="server" id="領據處理" />
</asp:View>
<asp:View ID="View匯出匯入" runat="server">
<uc1:領據匯出匯入 runat="server" id="領據匯出匯入" />
</asp:View>
</asp:MultiView>
</div>
</asp:Content>