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

📄 职工个人信息.aspx

📁 用VB.NET做的软件工程课程设计
💻 ASPX
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="职工个人信息.aspx.vb" Inherits="修改员工信息" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body bgcolor="#d5e3c7">
    <form id="form1" runat="server">
    <div>
        <asp:Label ID="Label1" runat="server" Height="26px" Style="z-index: 100; left: 104px;
            position: absolute; top: 160px" Text="出生日期" Width="75px"></asp:Label>
        <asp:TextBox ID="TextBox1" runat="server" Height="24px" Style="z-index: 101; left: 200px;
            position: absolute; top: 112px" Font-Bold="True" Font-Size="Larger" Width="112px" Enabled="False"></asp:TextBox>
        <asp:Label ID="Label2" runat="server" Height="26px" Style="z-index: 102; left: 112px;
            position: absolute; top: 280px" Text="编号" Width="50px"></asp:Label>
        <asp:TextBox ID="TextBox2" runat="server" Height="154px" Style="z-index: 103; left: 200px;
            position: absolute; top: 352px" Width="530px" Font-Bold="True" Font-Size="Larger" Enabled="False"></asp:TextBox>
        <asp:Label ID="Label3" runat="server" Height="28px" Style="z-index: 104; left: 112px;
            position: absolute; top: 112px" Text="姓名" Width="49px"></asp:Label>
        <asp:TextBox ID="TextBox3" runat="server" Height="20px" Style="z-index: 105; left: 208px;
            position: absolute; top: 280px" Width="199px" Font-Bold="True" Font-Size="Larger" Enabled="False"></asp:TextBox>
        <asp:Label ID="Label4" runat="server" Font-Size="Larger" Height="32px" Style="z-index: 106;
            left: 360px; position: absolute; top: 112px" Text="性别" Width="48px"></asp:Label>
        <asp:TextBox ID="TextBox4" runat="server" Height="26px" Style="z-index: 107; left: 600px;
            position: absolute; top: 112px" Font-Bold="True" Font-Size="Larger" Enabled="False"></asp:TextBox>
        <asp:Label ID="Label5" runat="server" Height="28px" Style="z-index: 108; left: 528px;
            position: absolute; top: 112px" Text="民族" Width="50px"></asp:Label>
        &nbsp;&nbsp;&nbsp; &nbsp;
        <asp:Label ID="Label6" runat="server" Font-Size="Larger" Height="22px" Style="z-index: 109;
            left: 424px; position: absolute; top: 160px" Text="月" Width="31px"></asp:Label>
        <asp:Label ID="Label7" runat="server" Font-Size="Larger" Height="24px" Style="z-index: 110;
            left: 312px; position: absolute; top: 160px" Text="年" Width="39px"></asp:Label>
        <asp:TextBox ID="TextBox5" runat="server" Font-Size="Larger" Height="19px" Style="z-index: 111;
            left: 200px; position: absolute; top: 160px" Width="90px" Font-Bold="True" Enabled="False"></asp:TextBox>
        &nbsp;
        <asp:Label ID="Label8" runat="server" Font-Size="Larger" Style="z-index: 112; left: 552px;
            position: absolute; top: 160px" Text="日"></asp:Label>
        <asp:Label ID="Label9" runat="server" Height="27px" Style="z-index: 113; left: 112px;
            position: absolute; top: 224px" Text="籍贯" Width="59px"></asp:Label>
        <asp:TextBox ID="TextBox6" runat="server" Height="23px" Style="z-index: 114; left: 208px;
            position: absolute; top: 216px" Width="483px" Font-Bold="True" Font-Size="Larger" Enabled="False"></asp:TextBox>
        <asp:Label ID="Label10" runat="server" Height="26px" Style="z-index: 115; left: 448px;
            position: absolute; top: 280px" Text="职务" Width="77px"></asp:Label>
        <asp:TextBox ID="TextBox7" runat="server" Height="24px" Style="z-index: 116; left: 560px;
            position: absolute; top: 272px" Width="179px" Font-Bold="True" Font-Size="Larger" Enabled="False"></asp:TextBox>
        <asp:Label ID="Label11" runat="server" Height="29px" Style="z-index: 117; left: 112px;
            position: absolute; top: 360px" Text="备注" Width="52px"></asp:Label>
        <asp:Button ID="Button1" runat="server" Height="44px" Style="z-index: 118; left: 351px;
            position: absolute; top: 539px" Text="确定" Width="238px" />
        &nbsp;
        <asp:Image ID="Image1" runat="server" Height="84px" ImageUrl="~/无标题.bmp" Style="z-index: 120;
            left: 3px; position: absolute; top: 8px" Width="104px" />
        &nbsp; &nbsp; &nbsp;&nbsp;
        <asp:TextBox ID="TextBox9" runat="server" Font-Bold="True" Font-Size="Larger" Height="24px"
            Style="z-index: 125; left: 424px; position: absolute; top: 112px" Width="56px" Enabled="False"></asp:TextBox>
        <asp:TextBox ID="TextBox10" runat="server" Font-Bold="True" Font-Size="Larger" Style="z-index: 126;
            left: 360px; position: absolute; top: 160px" Width="48px" Enabled="False"></asp:TextBox>
        <asp:TextBox ID="TextBox11" runat="server" Font-Bold="True" Font-Size="Larger" Style="z-index: 128;
            left: 472px; position: absolute; top: 160px" Width="48px" Enabled="False"></asp:TextBox>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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