⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wfrmteacherlist.aspx

📁 Teacher Manager System
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="WfrmTeacherList.aspx.cs" Inherits="_Default" Title="教師編輯" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    &nbsp;&nbsp;
    <br />
    <br />
    <table style="width: 605px; height: 72px">
        <tr>
            <td style="width: 100px; text-align: left; height: 43px;">
                &nbsp; &nbsp;&nbsp;
                <table style="width: 272px">
                    <tr>
                        <td style="width: 100px">
                            <asp:Literal ID="Literal1" runat="server"></asp:Literal></td>
                        <td style="width: 100px; text-align: right">
    <asp:Button ID="btnOK" runat="server" OnClick="btnOK_Click" Text="確定" Width="62px" /></td>
                    </tr>
                </table>
            </td>
        </tr>
        <tr>
            <td style="width: 100px">
    <asp:Panel ID="Panel教師基本資料" runat="server" GroupingText="教師基本資料" Height="215px" Width="591px">
        <table style="width: 592px; height: 198px">
            <tr>
                <td style="width: 80px; text-align: right">
                    <span style="font-size: 10pt">講師編號</span></td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtTeacherId" runat="server" ReadOnly="True"></asp:TextBox></td>
                <td style="width: 68px; text-align: right">
                    <span style="font-size: 10pt">學歷</span></td>
                <td colspan="2" rowspan="3">
                    <asp:TextBox ID="txtDegree" runat="server" Height="65px" Width="160px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 80px; text-align: right">
                    <span style="font-size: 10pt">身分證字號</span></td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtIdCardNo" runat="server"></asp:TextBox></td>
                <td style="width: 68px">
                </td>
            </tr>
            <tr>
                <td style="width: 80px; height: 26px; text-align: right">
                    <span style="font-size: 10pt">姓名</span></td>
                <td style="width: 100px; height: 26px">
                    <asp:TextBox ID="txtName" runat="server"></asp:TextBox></td>
                <td style="width: 68px; height: 26px">
                </td>
            </tr>
            <tr>
                <td style="width: 80px; text-align: right">
                    <span style="font-size: 10pt">手機號碼</span></td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtMphone" runat="server"></asp:TextBox></td>
                <td style="width: 68px; text-align: right">
                    <span style="font-size: 10pt">備註</span></td>
                <td colspan="2" rowspan="3">
                    <asp:TextBox ID="txtComments" runat="server" Height="65px" Width="160px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 80px; text-align: right">
                    <span style="font-size: 10pt">生日</span></td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtBirthDate" runat="server"></asp:TextBox></td>
                <td style="width: 68px">
                </td>
            </tr>
            <tr>
                <td style="width: 80px; text-align: right">
                    <span style="font-size: 10pt">性別</span></td>
                <td style="width: 100px">
                    <asp:DropDownList ID="DropDownList1" runat="server">
                        <asp:ListItem>M</asp:ListItem>
                        <asp:ListItem>F</asp:ListItem>
                    </asp:DropDownList></td>
                <td style="width: 68px">
                </td>
            </tr>
            <tr>
                <td style="width: 80px; height: 26px; text-align: right">
                    <span style="font-size: 10pt">電子信箱</span></td>
                <td colspan="2" style="height: 26px">
                    <asp:TextBox ID="txtEmail" runat="server" Width="220px"></asp:TextBox></td>
                <td style="width: 100px; height: 26px">
                </td>
                <td style="width: 56px; height: 26px">
                </td>
            </tr>
        </table>
    </asp:Panel>
    <asp:Panel ID="Panel住家資料" runat="server" GroupingText="住家資料" Height="75px" Width="597px">
        <table>
            <tr>
                <td style="width: 88px; text-align: right">
                    <span style="font-size: 10pt">住家電話</span></td>
                <td style="width: 120px">
                    <asp:TextBox ID="txtHphone" runat="server"></asp:TextBox></td>
                <td style="width: 100px; text-align: right">
                    <span style="font-size: 10pt">住家傳真</span></td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtHFax" runat="server"></asp:TextBox></td>
            </tr>
        </table>
        <table>
            <tr>
                <td style="width: 88px; text-align: right">
                    <span style="font-size: 10pt">郵遞區號</span></td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtHZip" runat="server" Width="70px"></asp:TextBox></td>
                <td style="width: 100px; text-align: right">
                    <span style="font-size: 10pt">地址</span></td>
                <td colspan="4" style="width: 204px">
                    <asp:TextBox ID="txtHAddr" runat="server" Width="205px"></asp:TextBox></td>
            </tr>
        </table>
    </asp:Panel>
    <asp:Panel ID="Panel辦公室資料" runat="server" GroupingText="辦公室資料" Height="149px" Width="597px">
        &nbsp;<table>
            <tr>
                <td style="width: 92px; text-align: right">
                    <span style="font-size: 10pt">公司名稱</span></td>
                <td colspan="3">
                    <asp:TextBox ID="txtCompanyName" runat="server" Width="263px"></asp:TextBox></td>
            </tr>
        </table>
        <table style="width: 546px">
            <tr>
                <td style="width: 86px; height: 21px; text-align: right">
                    <span style="font-size: 10pt">所屬部門</span></td>
                <td style="width: 100px; height: 21px">
                    <asp:TextBox ID="txtDeptName" runat="server"></asp:TextBox></td>
                <td style="width: 100px; height: 21px; text-align: right">
                    <span style="font-size: 10pt">職稱</span></td>
                <td style="width: 100px; height: 21px">
                    <asp:TextBox ID="txtTitle" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 86px; text-align: right">
                    <span style="font-size: 10pt">公司電話</span></td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtOPhone" runat="server"></asp:TextBox></td>
                <td style="width: 100px; text-align: right">
                    <span style="font-size: 10pt">公司傳真</span></td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtOFax" runat="server"></asp:TextBox></td>
            </tr>
        </table>
        <table>
            <tr>
                <td style="width: 92px; text-align: right">
                    <span style="font-size: 10pt">公司區號</span></td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtOZip" runat="server" Width="80px"></asp:TextBox></td>
                <td style="width: 100px; text-align: right">
                    <span style="font-size: 10pt">公司地址</span></td>
                <td colspan="4">
                    <asp:TextBox ID="txtOAddr" runat="server" Width="221px"></asp:TextBox></td>
            </tr>
        </table>
    </asp:Panel>
    <asp:Panel ID="Panel建檔資料" runat="server" GroupingText="建檔基本資料" Height="28px" Width="597px">
        <table>
            <tr>
                <td style="width: 93px; text-align: right">
                    <span style="font-size: 10pt">建檔時間</span></td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtKeyinTime" runat="server" ReadOnly="True"></asp:TextBox></td>
                <td style="width: 100px; text-align: right">
                    <span style="font-size: 10pt">建立者</span></td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtCreator" runat="server" ReadOnly="True"></asp:TextBox></td>
            </tr>
        </table>
    </asp:Panel>
            </td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -