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
+41
View File
@@ -0,0 +1,41 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="送簽.ascx.cs"
Inherits="Education.Forms.Common.送簽" %>
<%@ Register Assembly="WebLib" Namespace="WebLib" TagPrefix="weblib" %>
<table>
<tr>
<td class="captionCenter" colspan="3">
<asp:Label ID="Label18" runat="server" Text="送簽"></asp:Label>
</td>
<td class="captionCenter" colspan="3">
<asp:Label ID="Label20" runat="server" Text="撤簽"></asp:Label>
</td>
</tr>
<tr>
<td class="caption">
<asp:Label ID="Label19" runat="server" Text="簽核人員"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="DropDownList1" runat="server">
</weblib:WDropDownList>
</td>
<td>
<asp:LinkButton ID="LinkButton8" runat="server"
CssClass="button blue80">送簽</asp:LinkButton>
</td>
<td class="caption">
<asp:Label ID="Label21" runat="server" Text="撤簽簽核人員"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="DropDownList2" runat="server">
</weblib:WDropDownList>
</td>
<td>
<asp:LinkButton ID="LinkButton9" runat="server"
CssClass="button orange80">撤簽</asp:LinkButton>
</td>
</tr>
</table>
<asp:Label ID="lbSignMessage" runat="server"
CssClass="ErrorMessage" EnableViewState="False"></asp:Label>